automation-lib 5.1.321 → 5.1.322
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.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -550,6 +550,7 @@ declare enum EObjectName {
|
|
|
550
550
|
AccountEmailProxy = "AccountEmailProxy",
|
|
551
551
|
AccountEmailTaskWork = "AccountEmailTaskWork",
|
|
552
552
|
Proxy = "Proxy",
|
|
553
|
+
AccountsDrive = "AccountsDrive",
|
|
553
554
|
AccountsVPN = "AccountsVPN",
|
|
554
555
|
AccountsVPS = "AccountsVPS",
|
|
555
556
|
AccountsVPSGroup = "AccountsVPSGroup",
|
package/dist/index.d.ts
CHANGED
|
@@ -550,6 +550,7 @@ declare enum EObjectName {
|
|
|
550
550
|
AccountEmailProxy = "AccountEmailProxy",
|
|
551
551
|
AccountEmailTaskWork = "AccountEmailTaskWork",
|
|
552
552
|
Proxy = "Proxy",
|
|
553
|
+
AccountsDrive = "AccountsDrive",
|
|
553
554
|
AccountsVPN = "AccountsVPN",
|
|
554
555
|
AccountsVPS = "AccountsVPS",
|
|
555
556
|
AccountsVPSGroup = "AccountsVPSGroup",
|
package/dist/index.js
CHANGED
|
@@ -837,6 +837,7 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
|
837
837
|
_EObjectName["AccountEmailProxy"] = "AccountEmailProxy";
|
|
838
838
|
_EObjectName["AccountEmailTaskWork"] = "AccountEmailTaskWork";
|
|
839
839
|
_EObjectName["Proxy"] = "Proxy";
|
|
840
|
+
_EObjectName["AccountsDrive"] = "AccountsDrive";
|
|
840
841
|
_EObjectName["AccountsVPN"] = "AccountsVPN";
|
|
841
842
|
_EObjectName["AccountsVPS"] = "AccountsVPS";
|
|
842
843
|
_EObjectName["AccountsVPSGroup"] = "AccountsVPSGroup";
|
package/dist/index.mjs
CHANGED
|
@@ -707,6 +707,7 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
|
707
707
|
_EObjectName["AccountEmailProxy"] = "AccountEmailProxy";
|
|
708
708
|
_EObjectName["AccountEmailTaskWork"] = "AccountEmailTaskWork";
|
|
709
709
|
_EObjectName["Proxy"] = "Proxy";
|
|
710
|
+
_EObjectName["AccountsDrive"] = "AccountsDrive";
|
|
710
711
|
_EObjectName["AccountsVPN"] = "AccountsVPN";
|
|
711
712
|
_EObjectName["AccountsVPS"] = "AccountsVPS";
|
|
712
713
|
_EObjectName["AccountsVPSGroup"] = "AccountsVPSGroup";
|