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/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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.3.2",
3
+ "version": "6.3.4",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",