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 CHANGED
@@ -5162,8 +5162,8 @@ interface IAccountVPS extends IBaseModel, IAssignTeam, ITrackingModel {
5162
5162
  settingDescription: string;
5163
5163
  description: string;
5164
5164
  noteFix: string;
5165
- departmentAssignedID: string;
5166
- teamAssignedID: string;
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
- departmentAssignedID: string;
5166
- teamAssignedID: string;
5165
+ departmentAssigned: string;
5166
+ teamAssigned: string;
5167
5167
  oldInfoVPS: {
5168
5168
  ip: string;
5169
5169
  port: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.3.13",
3
+ "version": "6.3.14",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",