automation-lib 5.3.47 → 5.3.49
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 +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -559,8 +559,9 @@ declare enum EObjectName {
|
|
|
559
559
|
AccountEmailTag = "AccountEmailTag",
|
|
560
560
|
AccountEmailProxy = "AccountEmailProxy",
|
|
561
561
|
AccountEmailTaskWork = "AccountEmailTaskWork",
|
|
562
|
-
AccountsVPS = "AccountsVPS",
|
|
563
562
|
AccountsVPSGroup = "AccountsVPSGroup",
|
|
563
|
+
AccountsVPS = "AccountsVPS",
|
|
564
|
+
AccountsVPSSocial = "AccountsVPSSocial",
|
|
564
565
|
AccountsVPN = "AccountsVPN",
|
|
565
566
|
AccountsProxy = "AccountsProxy",
|
|
566
567
|
AccountsDrive = "AccountsDrive",
|
|
@@ -9087,7 +9088,7 @@ interface CreateAccountVPSDto {
|
|
|
9087
9088
|
timeRun: Date;
|
|
9088
9089
|
numberHourForReset: number;
|
|
9089
9090
|
departmentIdAssign: string;
|
|
9090
|
-
teamIdAssign: string
|
|
9091
|
+
teamIdAssign: string;
|
|
9091
9092
|
description: string;
|
|
9092
9093
|
}
|
|
9093
9094
|
interface EditAccountVPSDto extends CreateAccountVPSDto {
|
package/dist/index.d.ts
CHANGED
|
@@ -559,8 +559,9 @@ declare enum EObjectName {
|
|
|
559
559
|
AccountEmailTag = "AccountEmailTag",
|
|
560
560
|
AccountEmailProxy = "AccountEmailProxy",
|
|
561
561
|
AccountEmailTaskWork = "AccountEmailTaskWork",
|
|
562
|
-
AccountsVPS = "AccountsVPS",
|
|
563
562
|
AccountsVPSGroup = "AccountsVPSGroup",
|
|
563
|
+
AccountsVPS = "AccountsVPS",
|
|
564
|
+
AccountsVPSSocial = "AccountsVPSSocial",
|
|
564
565
|
AccountsVPN = "AccountsVPN",
|
|
565
566
|
AccountsProxy = "AccountsProxy",
|
|
566
567
|
AccountsDrive = "AccountsDrive",
|
|
@@ -9087,7 +9088,7 @@ interface CreateAccountVPSDto {
|
|
|
9087
9088
|
timeRun: Date;
|
|
9088
9089
|
numberHourForReset: number;
|
|
9089
9090
|
departmentIdAssign: string;
|
|
9090
|
-
teamIdAssign: string
|
|
9091
|
+
teamIdAssign: string;
|
|
9091
9092
|
description: string;
|
|
9092
9093
|
}
|
|
9093
9094
|
interface EditAccountVPSDto extends CreateAccountVPSDto {
|
package/dist/index.js
CHANGED
|
@@ -889,8 +889,9 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
|
889
889
|
_EObjectName["AccountEmailTag"] = "AccountEmailTag";
|
|
890
890
|
_EObjectName["AccountEmailProxy"] = "AccountEmailProxy";
|
|
891
891
|
_EObjectName["AccountEmailTaskWork"] = "AccountEmailTaskWork";
|
|
892
|
-
_EObjectName["AccountsVPS"] = "AccountsVPS";
|
|
893
892
|
_EObjectName["AccountsVPSGroup"] = "AccountsVPSGroup";
|
|
893
|
+
_EObjectName["AccountsVPS"] = "AccountsVPS";
|
|
894
|
+
_EObjectName["AccountsVPSSocial"] = "AccountsVPSSocial";
|
|
894
895
|
_EObjectName["AccountsVPN"] = "AccountsVPN";
|
|
895
896
|
_EObjectName["AccountsProxy"] = "AccountsProxy";
|
|
896
897
|
_EObjectName["AccountsDrive"] = "AccountsDrive";
|
package/dist/index.mjs
CHANGED
|
@@ -739,8 +739,9 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
|
739
739
|
_EObjectName["AccountEmailTag"] = "AccountEmailTag";
|
|
740
740
|
_EObjectName["AccountEmailProxy"] = "AccountEmailProxy";
|
|
741
741
|
_EObjectName["AccountEmailTaskWork"] = "AccountEmailTaskWork";
|
|
742
|
-
_EObjectName["AccountsVPS"] = "AccountsVPS";
|
|
743
742
|
_EObjectName["AccountsVPSGroup"] = "AccountsVPSGroup";
|
|
743
|
+
_EObjectName["AccountsVPS"] = "AccountsVPS";
|
|
744
|
+
_EObjectName["AccountsVPSSocial"] = "AccountsVPSSocial";
|
|
744
745
|
_EObjectName["AccountsVPN"] = "AccountsVPN";
|
|
745
746
|
_EObjectName["AccountsProxy"] = "AccountsProxy";
|
|
746
747
|
_EObjectName["AccountsDrive"] = "AccountsDrive";
|