automation-lib 5.3.48 → 5.3.50

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
@@ -2624,7 +2624,7 @@ interface IAccountVPS extends IBaseModel, ITrackingModel<IUser> {
2624
2624
  provider: string;
2625
2625
  timeRaw: Date;
2626
2626
  timeRun: Date;
2627
- jobLists: string;
2627
+ listJobs: string;
2628
2628
  setupScript: string;
2629
2629
  numberHourForReset: number;
2630
2630
  loginDescription: string;
@@ -9088,7 +9088,7 @@ interface CreateAccountVPSDto {
9088
9088
  timeRun: Date;
9089
9089
  numberHourForReset: number;
9090
9090
  departmentIdAssign: string;
9091
- teamIdAssign: string[];
9091
+ teamIdAssign: string;
9092
9092
  description: string;
9093
9093
  }
9094
9094
  interface EditAccountVPSDto extends CreateAccountVPSDto {
package/dist/index.d.ts CHANGED
@@ -2624,7 +2624,7 @@ interface IAccountVPS extends IBaseModel, ITrackingModel<IUser> {
2624
2624
  provider: string;
2625
2625
  timeRaw: Date;
2626
2626
  timeRun: Date;
2627
- jobLists: string;
2627
+ listJobs: string;
2628
2628
  setupScript: string;
2629
2629
  numberHourForReset: number;
2630
2630
  loginDescription: string;
@@ -9088,7 +9088,7 @@ interface CreateAccountVPSDto {
9088
9088
  timeRun: Date;
9089
9089
  numberHourForReset: number;
9090
9090
  departmentIdAssign: string;
9091
- teamIdAssign: string[];
9091
+ teamIdAssign: string;
9092
9092
  description: string;
9093
9093
  }
9094
9094
  interface EditAccountVPSDto extends CreateAccountVPSDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.3.48",
3
+ "version": "5.3.50",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",