@webdock/sdk 1.0.5965 → 1.0.5967

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.
package/dist/index.mjs CHANGED
@@ -1811,23 +1811,23 @@ D.getAdapter = yt.getAdapter;
1811
1811
  D.HttpStatusCode = nr;
1812
1812
  D.default = D;
1813
1813
  const {
1814
- Axios: Js,
1815
- AxiosError: Xs,
1816
- CanceledError: Ys,
1817
- isCancel: Qs,
1818
- CancelToken: Zs,
1819
- VERSION: eo,
1820
- all: ro,
1821
- Cancel: to,
1822
- isAxiosError: no,
1823
- spread: so,
1824
- toFormData: oo,
1825
- AxiosHeaders: io,
1826
- HttpStatusCode: ao,
1827
- formToJSON: co,
1828
- getAdapter: uo,
1829
- mergeConfig: lo
1830
- } = D, ss = "1.0.5965";
1814
+ Axios: Xs,
1815
+ AxiosError: Ys,
1816
+ CanceledError: Qs,
1817
+ isCancel: Zs,
1818
+ CancelToken: eo,
1819
+ VERSION: ro,
1820
+ all: to,
1821
+ Cancel: no,
1822
+ isAxiosError: so,
1823
+ spread: oo,
1824
+ toFormData: io,
1825
+ AxiosHeaders: ao,
1826
+ HttpStatusCode: co,
1827
+ formToJSON: uo,
1828
+ getAdapter: lo,
1829
+ mergeConfig: fo
1830
+ } = D, ss = "1.0.5967";
1831
1831
  async function P(r) {
1832
1832
  var e, t, n;
1833
1833
  try {
@@ -1869,7 +1869,7 @@ async function P(r) {
1869
1869
  }
1870
1870
  class os {
1871
1871
  constructor(e) {
1872
- this.parent = e;
1872
+ this.parent = e, this.scripts = new is(e);
1873
1873
  }
1874
1874
  async info() {
1875
1875
  return await P({
@@ -1879,7 +1879,12 @@ class os {
1879
1879
  method: "GET"
1880
1880
  });
1881
1881
  }
1882
- async listAccountScripts() {
1882
+ }
1883
+ class is {
1884
+ constructor(e) {
1885
+ this.parent = e;
1886
+ }
1887
+ async list() {
1883
1888
  return await P({
1884
1889
  token: this.parent.string_token,
1885
1890
  endpoint: "/account/scripts",
@@ -1887,8 +1892,40 @@ class os {
1887
1892
  method: "GET"
1888
1893
  });
1889
1894
  }
1895
+ getById({ scriptId: e }) {
1896
+ return P(
1897
+ {
1898
+ token: this.parent.string_token,
1899
+ endpoint: `/account/scripts/${e}`,
1900
+ method: "GET"
1901
+ }
1902
+ );
1903
+ }
1904
+ create({ content: e, filename: t, name: n }) {
1905
+ return P(
1906
+ {
1907
+ token: this.parent.string_token,
1908
+ endpoint: "/account/scripts",
1909
+ method: "POST",
1910
+ body: {
1911
+ content: e,
1912
+ filename: t,
1913
+ name: n
1914
+ }
1915
+ }
1916
+ );
1917
+ }
1918
+ delete({ id: e }) {
1919
+ return P(
1920
+ {
1921
+ token: this.parent.string_token,
1922
+ endpoint: `/account/scripts/${e}`,
1923
+ method: "DELETE"
1924
+ }
1925
+ );
1926
+ }
1890
1927
  }
1891
- class is {
1928
+ class as {
1892
1929
  constructor(e) {
1893
1930
  this.parent = e;
1894
1931
  }
@@ -1922,7 +1959,7 @@ class is {
1922
1959
  }
1923
1960
  }
1924
1961
  }
1925
- class as {
1962
+ class cs {
1926
1963
  constructor(e) {
1927
1964
  this.parent = e;
1928
1965
  }
@@ -1974,7 +2011,7 @@ class as {
1974
2011
  );
1975
2012
  }
1976
2013
  }
1977
- class cs {
2014
+ class us {
1978
2015
  constructor(e) {
1979
2016
  this.parent = e;
1980
2017
  }
@@ -1987,7 +2024,7 @@ class cs {
1987
2024
  });
1988
2025
  }
1989
2026
  }
1990
- class us {
2027
+ class ls {
1991
2028
  constructor(e) {
1992
2029
  this.parent = e;
1993
2030
  }
@@ -1999,7 +2036,7 @@ class us {
1999
2036
  });
2000
2037
  }
2001
2038
  }
2002
- class ls {
2039
+ class ds {
2003
2040
  constructor(e) {
2004
2041
  this.parent = e;
2005
2042
  }
@@ -2015,24 +2052,10 @@ class ls {
2015
2052
  return n.success == !0 && !(n.response.body instanceof Array) && (n.response.body = [n.response.body]), n;
2016
2053
  }
2017
2054
  }
2018
- class ds {
2055
+ class fs {
2019
2056
  constructor(e) {
2020
2057
  this.parent = e;
2021
2058
  }
2022
- create({ content: e, filename: t, name: n }) {
2023
- return P(
2024
- {
2025
- token: this.parent.string_token,
2026
- endpoint: "/account/scripts",
2027
- method: "POST",
2028
- body: {
2029
- content: e,
2030
- filename: t,
2031
- name: n
2032
- }
2033
- }
2034
- );
2035
- }
2036
2059
  createOnServer({
2037
2060
  scriptId: e,
2038
2061
  path: t,
@@ -2055,15 +2078,6 @@ class ds {
2055
2078
  }
2056
2079
  );
2057
2080
  }
2058
- delete({ id: e }) {
2059
- return P(
2060
- {
2061
- token: this.parent.string_token,
2062
- endpoint: `/account/scripts/${e}`,
2063
- method: "DELETE"
2064
- }
2065
- );
2066
- }
2067
2081
  deleteScriptFromServer({ serverSlug: e, scriptId: t }) {
2068
2082
  return P(
2069
2083
  {
@@ -2083,31 +2097,23 @@ class ds {
2083
2097
  }
2084
2098
  );
2085
2099
  }
2086
- getById({ scriptId: e }) {
2100
+ listOnServer({ serverSlug: e }) {
2087
2101
  return P(
2088
2102
  {
2089
2103
  token: this.parent.string_token,
2090
- endpoint: `/account/scripts/${e}`,
2104
+ endpoint: `/servers/${e}/scripts`,
2091
2105
  method: "GET"
2092
2106
  }
2093
2107
  );
2094
2108
  }
2095
- list() {
2096
- return P({
2109
+ async list() {
2110
+ return await P({
2097
2111
  token: this.parent.string_token,
2098
- endpoint: "/account/scripts",
2112
+ endpoint: "/scripts",
2113
+ headers: [],
2099
2114
  method: "GET"
2100
2115
  });
2101
2116
  }
2102
- listOnServer({ serverSlug: e }) {
2103
- return P(
2104
- {
2105
- token: this.parent.string_token,
2106
- endpoint: `/servers/${e}/scripts`,
2107
- method: "GET"
2108
- }
2109
- );
2110
- }
2111
2117
  update({
2112
2118
  id: e,
2113
2119
  name: t,
@@ -2128,7 +2134,7 @@ class ds {
2128
2134
  );
2129
2135
  }
2130
2136
  }
2131
- class fs {
2137
+ class ps {
2132
2138
  constructor(e) {
2133
2139
  this.parent = e;
2134
2140
  }
@@ -2331,7 +2337,7 @@ class fs {
2331
2337
  });
2332
2338
  }
2333
2339
  }
2334
- class ps {
2340
+ class hs {
2335
2341
  constructor(e) {
2336
2342
  this.parent = e;
2337
2343
  }
@@ -2389,7 +2395,7 @@ class ps {
2389
2395
  );
2390
2396
  }
2391
2397
  }
2392
- class hs {
2398
+ class vs {
2393
2399
  constructor(e) {
2394
2400
  this.parent = e;
2395
2401
  }
@@ -2432,7 +2438,7 @@ class hs {
2432
2438
  });
2433
2439
  }
2434
2440
  }
2435
- class vs {
2441
+ class Ss {
2436
2442
  constructor(e) {
2437
2443
  this.parent = e;
2438
2444
  }
@@ -2486,7 +2492,7 @@ class vs {
2486
2492
  }
2487
2493
  }
2488
2494
  var Tr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
2489
- function Ss(r) {
2495
+ function ms(r) {
2490
2496
  return r && r.__esModule && Object.prototype.hasOwnProperty.call(r, "default") ? r.default : r;
2491
2497
  }
2492
2498
  var Ke = {}, Z = {}, wr;
@@ -2644,7 +2650,7 @@ function M() {
2644
2650
  }), ae;
2645
2651
  }
2646
2652
  var ze = {}, kr;
2647
- function ms() {
2653
+ function bs() {
2648
2654
  return kr || (kr = 1, (function(r) {
2649
2655
  Object.defineProperty(r, "__esModule", { value: !0 }), r.CreateEventHookModelDTO = void 0, (function(e) {
2650
2656
  (function(t) {
@@ -2654,7 +2660,7 @@ function ms() {
2654
2660
  })(ze)), ze;
2655
2661
  }
2656
2662
  var We = {}, Cr;
2657
- function bs() {
2663
+ function ys() {
2658
2664
  return Cr || (Cr = 1, (function(r) {
2659
2665
  Object.defineProperty(r, "__esModule", { value: !0 }), r.EventLogDTO = void 0, (function(e) {
2660
2666
  (function(t) {
@@ -2664,7 +2670,7 @@ function bs() {
2664
2670
  })(We)), We;
2665
2671
  }
2666
2672
  var Ve = {}, Ir;
2667
- function ys() {
2673
+ function gs() {
2668
2674
  return Ir || (Ir = 1, (function(r) {
2669
2675
  Object.defineProperty(r, "__esModule", { value: !0 }), r.Ping = void 0, (function(e) {
2670
2676
  (function(t) {
@@ -2674,7 +2680,7 @@ function ys() {
2674
2680
  })(Ve)), Ve;
2675
2681
  }
2676
2682
  var $e = {}, qr;
2677
- function gs() {
2683
+ function Os() {
2678
2684
  return qr || (qr = 1, (function(r) {
2679
2685
  Object.defineProperty(r, "__esModule", { value: !0 }), r.PostServerModelDTO = void 0, (function(e) {
2680
2686
  (function(t) {
@@ -2684,7 +2690,7 @@ function gs() {
2684
2690
  })($e)), $e;
2685
2691
  }
2686
2692
  var Je = {}, Dr;
2687
- function Os() {
2693
+ function Es() {
2688
2694
  return Dr || (Dr = 1, (function(r) {
2689
2695
  Object.defineProperty(r, "__esModule", { value: !0 }), r.PriceDTO = void 0, (function(e) {
2690
2696
  (function(t) {
@@ -2694,7 +2700,7 @@ function Os() {
2694
2700
  })(Je)), Je;
2695
2701
  }
2696
2702
  var Xe = {}, jr;
2697
- function Es() {
2703
+ function Ps() {
2698
2704
  return jr || (jr = 1, (function(r) {
2699
2705
  Object.defineProperty(r, "__esModule", { value: !0 }), r.ServerDTO = void 0, (function(e) {
2700
2706
  (function(t) {
@@ -2708,7 +2714,7 @@ function Es() {
2708
2714
  })(Xe)), Xe;
2709
2715
  }
2710
2716
  var Ye = {}, Nr;
2711
- function Ps() {
2717
+ function _s() {
2712
2718
  return Nr || (Nr = 1, (function(r) {
2713
2719
  Object.defineProperty(r, "__esModule", { value: !0 }), r.ServerImageDTO = void 0, (function(e) {
2714
2720
  (function(t) {
@@ -2718,7 +2724,7 @@ function Ps() {
2718
2724
  })(Ye)), Ye;
2719
2725
  }
2720
2726
  var Qe = {}, Fr;
2721
- function _s() {
2727
+ function Ts() {
2722
2728
  return Fr || (Fr = 1, (function(r) {
2723
2729
  Object.defineProperty(r, "__esModule", { value: !0 }), r.SnapshotDTO = void 0, (function(e) {
2724
2730
  (function(t) {
@@ -2730,11 +2736,11 @@ function _s() {
2730
2736
  })(Qe)), Qe;
2731
2737
  }
2732
2738
  var ce = {}, U = {}, Ze, Ur;
2733
- function Ts() {
2739
+ function ws() {
2734
2740
  return Ur || (Ur = 1, Ze = typeof self == "object" ? self.FormData : window.FormData), Ze;
2735
2741
  }
2736
2742
  var Ie = { exports: {} }, Lr;
2737
- function ws() {
2743
+ function As() {
2738
2744
  return Lr || (Lr = 1, (function(r, e) {
2739
2745
  var t = function() {
2740
2746
  if (typeof self < "u")
@@ -2865,7 +2871,7 @@ function K() {
2865
2871
  return l && l.__esModule ? l : { default: l };
2866
2872
  };
2867
2873
  Object.defineProperty(r, "__esModule", { value: !0 }), r.request = r.sendRequest = void 0;
2868
- var h = a(Ts()), p = s(ws()), u = Pt(), y = _t(), w = function(l) {
2874
+ var h = a(ws()), p = s(As()), u = Pt(), y = _t(), w = function(l) {
2869
2875
  return l != null;
2870
2876
  }, R = function(l) {
2871
2877
  return typeof l == "string";
@@ -3049,7 +3055,7 @@ function K() {
3049
3055
  })(U)), U;
3050
3056
  }
3051
3057
  var Hr;
3052
- function As() {
3058
+ function Rs() {
3053
3059
  if (Hr) return ce;
3054
3060
  Hr = 1, Object.defineProperty(ce, "__esModule", { value: !0 }), ce.AccountInformationService = void 0;
3055
3061
  var r = M(), e = K(), t = (
@@ -3068,7 +3074,7 @@ function As() {
3068
3074
  return ce.AccountInformationService = t, ce;
3069
3075
  }
3070
3076
  var ue = {}, Mr;
3071
- function Rs() {
3077
+ function ks() {
3072
3078
  if (Mr) return ue;
3073
3079
  Mr = 1, Object.defineProperty(ue, "__esModule", { value: !0 }), ue.AccountScriptsFilesService = void 0;
3074
3080
  var r = M(), e = K(), t = (
@@ -3133,7 +3139,7 @@ function Rs() {
3133
3139
  return ue.AccountScriptsFilesService = t, ue;
3134
3140
  }
3135
3141
  var le = {}, xr;
3136
- function ks() {
3142
+ function Cs() {
3137
3143
  if (xr) return le;
3138
3144
  xr = 1, Object.defineProperty(le, "__esModule", { value: !0 }), le.EventCallbacksHooksService = void 0;
3139
3145
  var r = M(), e = K(), t = (
@@ -3185,7 +3191,7 @@ function ks() {
3185
3191
  return le.EventCallbacksHooksService = t, le;
3186
3192
  }
3187
3193
  var de = {}, Gr;
3188
- function Cs() {
3194
+ function Is() {
3189
3195
  if (Gr) return de;
3190
3196
  Gr = 1, Object.defineProperty(de, "__esModule", { value: !0 }), de.PingService = void 0;
3191
3197
  var r = M(), e = K(), t = (
@@ -3204,7 +3210,7 @@ function Cs() {
3204
3210
  return de.PingService = t, de;
3205
3211
  }
3206
3212
  var fe = {}, Kr;
3207
- function Is() {
3213
+ function qs() {
3208
3214
  if (Kr) return fe;
3209
3215
  Kr = 1, Object.defineProperty(fe, "__esModule", { value: !0 }), fe.PollForEventsService = void 0;
3210
3216
  var r = M(), e = K(), t = (
@@ -3232,7 +3238,7 @@ function Is() {
3232
3238
  return fe.PollForEventsService = t, fe;
3233
3239
  }
3234
3240
  var pe = {}, zr;
3235
- function qs() {
3241
+ function Ds() {
3236
3242
  if (zr) return pe;
3237
3243
  zr = 1, Object.defineProperty(pe, "__esModule", { value: !0 }), pe.PublicKeysService = void 0;
3238
3244
  var r = M(), e = K(), t = (
@@ -3272,7 +3278,7 @@ function qs() {
3272
3278
  return pe.PublicKeysService = t, pe;
3273
3279
  }
3274
3280
  var he = {}, Wr;
3275
- function Ds() {
3281
+ function js() {
3276
3282
  if (Wr) return he;
3277
3283
  Wr = 1, Object.defineProperty(he, "__esModule", { value: !0 }), he.ScriptLibraryService = void 0;
3278
3284
  var r = M(), e = K(), t = (
@@ -3291,7 +3297,7 @@ function Ds() {
3291
3297
  return he.ScriptLibraryService = t, he;
3292
3298
  }
3293
3299
  var ve = {}, Vr;
3294
- function js() {
3300
+ function Ns() {
3295
3301
  if (Vr) return ve;
3296
3302
  Vr = 1, Object.defineProperty(ve, "__esModule", { value: !0 }), ve.ServerActionsService = void 0;
3297
3303
  var r = M(), e = K(), t = (
@@ -3430,7 +3436,7 @@ function js() {
3430
3436
  return ve.ServerActionsService = t, ve;
3431
3437
  }
3432
3438
  var Se = {}, $r;
3433
- function Ns() {
3439
+ function Fs() {
3434
3440
  if ($r) return Se;
3435
3441
  $r = 1, Object.defineProperty(Se, "__esModule", { value: !0 }), Se.ServerConfigurationsService = void 0;
3436
3442
  var r = M(), e = K(), t = (
@@ -3462,7 +3468,7 @@ function Ns() {
3462
3468
  return Se.ServerConfigurationsService = t, Se;
3463
3469
  }
3464
3470
  var me = {}, Jr;
3465
- function Fs() {
3471
+ function Us() {
3466
3472
  if (Jr) return me;
3467
3473
  Jr = 1, Object.defineProperty(me, "__esModule", { value: !0 }), me.ServerMetricsService = void 0;
3468
3474
  var r = M(), e = K(), t = (
@@ -3498,7 +3504,7 @@ function Fs() {
3498
3504
  return me.ServerMetricsService = t, me;
3499
3505
  }
3500
3506
  var be = {}, Xr;
3501
- function Us() {
3507
+ function Ls() {
3502
3508
  if (Xr) return be;
3503
3509
  Xr = 1, Object.defineProperty(be, "__esModule", { value: !0 }), be.ServersService = void 0;
3504
3510
  var r = M(), e = K(), t = (
@@ -3566,7 +3572,7 @@ function Us() {
3566
3572
  return be.ServersService = t, be;
3567
3573
  }
3568
3574
  var ye = {}, Yr;
3569
- function Ls() {
3575
+ function Bs() {
3570
3576
  if (Yr) return ye;
3571
3577
  Yr = 1, Object.defineProperty(ye, "__esModule", { value: !0 }), ye.ServerScriptsFilesService = void 0;
3572
3578
  var r = M(), e = K(), t = (
@@ -3657,7 +3663,7 @@ function Ls() {
3657
3663
  return ye.ServerScriptsFilesService = t, ye;
3658
3664
  }
3659
3665
  var ge = {}, Qr;
3660
- function Bs() {
3666
+ function Hs() {
3661
3667
  if (Qr) return ge;
3662
3668
  Qr = 1, Object.defineProperty(ge, "__esModule", { value: !0 }), ge.ServerSnapshotsService = void 0;
3663
3669
  var r = M(), e = K(), t = (
@@ -3720,7 +3726,7 @@ function Bs() {
3720
3726
  return ge.ServerSnapshotsService = t, ge;
3721
3727
  }
3722
3728
  var Oe = {}, Zr;
3723
- function Hs() {
3729
+ function Ms() {
3724
3730
  if (Zr) return Oe;
3725
3731
  Zr = 1, Object.defineProperty(Oe, "__esModule", { value: !0 }), Oe.ShellUsersService = void 0;
3726
3732
  var r = M(), e = K(), t = (
@@ -3787,7 +3793,7 @@ function Hs() {
3787
3793
  return Oe.ShellUsersService = t, Oe;
3788
3794
  }
3789
3795
  var et;
3790
- function Ms() {
3796
+ function xs() {
3791
3797
  return et || (et = 1, (function(r) {
3792
3798
  Object.defineProperty(r, "__esModule", { value: !0 }), r.ShellUsersService = r.ServerSnapshotsService = r.ServerScriptsFilesService = r.ServersService = r.ServerMetricsService = r.ServerConfigurationsService = r.ServerActionsService = r.ScriptLibraryService = r.PublicKeysService = r.PollForEventsService = r.PingService = r.EventCallbacksHooksService = r.AccountScriptsFilesService = r.AccountInformationService = r.SnapshotDTO = r.ServerImageDTO = r.ServerDTO = r.PriceDTO = r.PostServerModelDTO = r.Ping = r.EventLogDTO = r.CreateEventHookModelDTO = r.OpenAPI = r.CancelError = r.CancelablePromise = r.ApiError = void 0;
3793
3799
  var e = Pt();
@@ -3804,102 +3810,102 @@ function Ms() {
3804
3810
  Object.defineProperty(r, "OpenAPI", { enumerable: !0, get: function() {
3805
3811
  return n.OpenAPI;
3806
3812
  } });
3807
- var s = ms();
3813
+ var s = bs();
3808
3814
  Object.defineProperty(r, "CreateEventHookModelDTO", { enumerable: !0, get: function() {
3809
3815
  return s.CreateEventHookModelDTO;
3810
3816
  } });
3811
- var o = bs();
3817
+ var o = ys();
3812
3818
  Object.defineProperty(r, "EventLogDTO", { enumerable: !0, get: function() {
3813
3819
  return o.EventLogDTO;
3814
3820
  } });
3815
- var i = ys();
3821
+ var i = gs();
3816
3822
  Object.defineProperty(r, "Ping", { enumerable: !0, get: function() {
3817
3823
  return i.Ping;
3818
3824
  } });
3819
- var a = gs();
3825
+ var a = Os();
3820
3826
  Object.defineProperty(r, "PostServerModelDTO", { enumerable: !0, get: function() {
3821
3827
  return a.PostServerModelDTO;
3822
3828
  } });
3823
- var h = Os();
3829
+ var h = Es();
3824
3830
  Object.defineProperty(r, "PriceDTO", { enumerable: !0, get: function() {
3825
3831
  return h.PriceDTO;
3826
3832
  } });
3827
- var p = Es();
3833
+ var p = Ps();
3828
3834
  Object.defineProperty(r, "ServerDTO", { enumerable: !0, get: function() {
3829
3835
  return p.ServerDTO;
3830
3836
  } });
3831
- var u = Ps();
3837
+ var u = _s();
3832
3838
  Object.defineProperty(r, "ServerImageDTO", { enumerable: !0, get: function() {
3833
3839
  return u.ServerImageDTO;
3834
3840
  } });
3835
- var y = _s();
3841
+ var y = Ts();
3836
3842
  Object.defineProperty(r, "SnapshotDTO", { enumerable: !0, get: function() {
3837
3843
  return y.SnapshotDTO;
3838
3844
  } });
3839
- var w = As();
3845
+ var w = Rs();
3840
3846
  Object.defineProperty(r, "AccountInformationService", { enumerable: !0, get: function() {
3841
3847
  return w.AccountInformationService;
3842
3848
  } });
3843
- var R = Rs();
3849
+ var R = ks();
3844
3850
  Object.defineProperty(r, "AccountScriptsFilesService", { enumerable: !0, get: function() {
3845
3851
  return R.AccountScriptsFilesService;
3846
3852
  } });
3847
- var d = ks();
3853
+ var d = Cs();
3848
3854
  Object.defineProperty(r, "EventCallbacksHooksService", { enumerable: !0, get: function() {
3849
3855
  return d.EventCallbacksHooksService;
3850
3856
  } });
3851
- var O = Cs();
3857
+ var O = Is();
3852
3858
  Object.defineProperty(r, "PingService", { enumerable: !0, get: function() {
3853
3859
  return O.PingService;
3854
3860
  } });
3855
- var S = Is();
3861
+ var S = qs();
3856
3862
  Object.defineProperty(r, "PollForEventsService", { enumerable: !0, get: function() {
3857
3863
  return S.PollForEventsService;
3858
3864
  } });
3859
- var k = qs();
3865
+ var k = Ds();
3860
3866
  Object.defineProperty(r, "PublicKeysService", { enumerable: !0, get: function() {
3861
3867
  return k.PublicKeysService;
3862
3868
  } });
3863
- var L = Ds();
3869
+ var L = js();
3864
3870
  Object.defineProperty(r, "ScriptLibraryService", { enumerable: !0, get: function() {
3865
3871
  return L.ScriptLibraryService;
3866
3872
  } });
3867
- var I = js();
3873
+ var I = Ns();
3868
3874
  Object.defineProperty(r, "ServerActionsService", { enumerable: !0, get: function() {
3869
3875
  return I.ServerActionsService;
3870
3876
  } });
3871
- var j = Ns();
3877
+ var j = Fs();
3872
3878
  Object.defineProperty(r, "ServerConfigurationsService", { enumerable: !0, get: function() {
3873
3879
  return j.ServerConfigurationsService;
3874
3880
  } });
3875
- var N = Fs();
3881
+ var N = Us();
3876
3882
  Object.defineProperty(r, "ServerMetricsService", { enumerable: !0, get: function() {
3877
3883
  return N.ServerMetricsService;
3878
3884
  } });
3879
- var W = Us();
3885
+ var W = Ls();
3880
3886
  Object.defineProperty(r, "ServersService", { enumerable: !0, get: function() {
3881
3887
  return W.ServersService;
3882
3888
  } });
3883
- var B = Ls();
3889
+ var B = Bs();
3884
3890
  Object.defineProperty(r, "ServerScriptsFilesService", { enumerable: !0, get: function() {
3885
3891
  return B.ServerScriptsFilesService;
3886
3892
  } });
3887
- var Y = Bs();
3893
+ var Y = Hs();
3888
3894
  Object.defineProperty(r, "ServerSnapshotsService", { enumerable: !0, get: function() {
3889
3895
  return Y.ServerSnapshotsService;
3890
3896
  } });
3891
- var J = Hs();
3897
+ var J = Ms();
3892
3898
  Object.defineProperty(r, "ShellUsersService", { enumerable: !0, get: function() {
3893
3899
  return J.ShellUsersService;
3894
3900
  } });
3895
3901
  })(Ke)), Ke;
3896
3902
  }
3897
- var Tt = Ms();
3898
- const xs = /* @__PURE__ */ Ss(Tt), Gs = /* @__PURE__ */ At({
3903
+ var Tt = xs();
3904
+ const Gs = /* @__PURE__ */ ms(Tt), Ks = /* @__PURE__ */ At({
3899
3905
  __proto__: null,
3900
- default: xs
3906
+ default: Gs
3901
3907
  }, [Tt]);
3902
- class Ks {
3908
+ class zs {
3903
3909
  constructor(e) {
3904
3910
  this.parent = e;
3905
3911
  }
@@ -3934,14 +3940,14 @@ class Ks {
3934
3940
  }
3935
3941
  }
3936
3942
  }
3937
- const fo = Gs;
3938
- class po {
3943
+ const po = Ks;
3944
+ class ho {
3939
3945
  constructor(e) {
3940
- this.string_token = e, this.account = new os(this), this.images = new cs(this), this.profiles = new ls(this), this.events = new is(this), this.hooks = new as(this), this.location = new us(this), this.scripts = new ds(this), this.servers = new fs(this), this.shellUsers = new ps(this), this.sshkeys = new hs(this), this.snapshots = new vs(this), this.operation = new Ks(this);
3946
+ this.string_token = e, this.account = new os(this), this.images = new us(this), this.profiles = new ds(this), this.events = new as(this), this.hooks = new cs(this), this.location = new ls(this), this.scripts = new fs(this), this.servers = new ps(this), this.shellUsers = new hs(this), this.sshkeys = new vs(this), this.snapshots = new Ss(this), this.operation = new zs(this);
3941
3947
  }
3942
3948
  }
3943
3949
  export {
3944
- po as Webdock,
3945
- fo as oldWebdock
3950
+ ho as Webdock,
3951
+ po as oldWebdock
3946
3952
  };
3947
3953
  //# sourceMappingURL=index.mjs.map