automation-lib 6.3.2 → 6.3.4
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/commit.bat +5 -5
- package/dist/index.d.mts +88 -26
- package/dist/index.d.ts +88 -26
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -879,6 +879,7 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
|
879
879
|
_EObjectName["AccountsVPSGroup"] = "AccountsVPSGroup";
|
|
880
880
|
_EObjectName["AccountsVPS"] = "AccountsVPS";
|
|
881
881
|
_EObjectName["AccountsVPSSocial"] = "AccountsVPSSocial";
|
|
882
|
+
_EObjectName["AccountsVPSChange"] = "AccountsVPSChange";
|
|
882
883
|
_EObjectName["AccountsVPN"] = "AccountsVPN";
|
|
883
884
|
_EObjectName["AccountsProxy"] = "AccountsProxy";
|
|
884
885
|
_EObjectName["AccountsDrive"] = "AccountsDrive";
|
package/dist/index.mjs
CHANGED
|
@@ -649,6 +649,7 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
|
649
649
|
_EObjectName["AccountsVPSGroup"] = "AccountsVPSGroup";
|
|
650
650
|
_EObjectName["AccountsVPS"] = "AccountsVPS";
|
|
651
651
|
_EObjectName["AccountsVPSSocial"] = "AccountsVPSSocial";
|
|
652
|
+
_EObjectName["AccountsVPSChange"] = "AccountsVPSChange";
|
|
652
653
|
_EObjectName["AccountsVPN"] = "AccountsVPN";
|
|
653
654
|
_EObjectName["AccountsProxy"] = "AccountsProxy";
|
|
654
655
|
_EObjectName["AccountsDrive"] = "AccountsDrive";
|