automation-lib 6.3.13 → 6.3.14
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5162,8 +5162,8 @@ interface IAccountVPS extends IBaseModel, IAssignTeam, ITrackingModel {
|
|
|
5162
5162
|
settingDescription: string;
|
|
5163
5163
|
description: string;
|
|
5164
5164
|
noteFix: string;
|
|
5165
|
-
|
|
5166
|
-
|
|
5165
|
+
departmentAssigned: string;
|
|
5166
|
+
teamAssigned: string;
|
|
5167
5167
|
oldInfoVPS: {
|
|
5168
5168
|
ip: string;
|
|
5169
5169
|
port: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -5162,8 +5162,8 @@ interface IAccountVPS extends IBaseModel, IAssignTeam, ITrackingModel {
|
|
|
5162
5162
|
settingDescription: string;
|
|
5163
5163
|
description: string;
|
|
5164
5164
|
noteFix: string;
|
|
5165
|
-
|
|
5166
|
-
|
|
5165
|
+
departmentAssigned: string;
|
|
5166
|
+
teamAssigned: string;
|
|
5167
5167
|
oldInfoVPS: {
|
|
5168
5168
|
ip: string;
|
|
5169
5169
|
port: string;
|