automation-lib 5.3.49 → 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;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.3.49",
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",