automation-lib 6.3.9 → 6.3.10

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
@@ -5271,7 +5271,6 @@ declare enum EStatusImapApp {
5271
5271
 
5272
5272
  interface IEmailRawManager extends IBaseModel, ITrackingModel {
5273
5273
  accountSocialId: string;
5274
- vpsId: string;
5275
5274
  status: EStatusEmailManager;
5276
5275
  timeStatus: Date;
5277
5276
  vps: string | IAccountVPS;
package/dist/index.d.ts CHANGED
@@ -5271,7 +5271,6 @@ declare enum EStatusImapApp {
5271
5271
 
5272
5272
  interface IEmailRawManager extends IBaseModel, ITrackingModel {
5273
5273
  accountSocialId: string;
5274
- vpsId: string;
5275
5274
  status: EStatusEmailManager;
5276
5275
  timeStatus: Date;
5277
5276
  vps: string | IAccountVPS;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.3.9",
3
+ "version": "6.3.10",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",