automation-lib 5.1.111 → 5.1.113

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
@@ -322,6 +322,12 @@ declare enum ETypeProxyChecked {
322
322
  ErrorChecker = "ErrorChecker"
323
323
  }
324
324
 
325
+ declare enum ETypePin {
326
+ Love = "Love",
327
+ Like = "Like",
328
+ Gim = "Gim"
329
+ }
330
+
325
331
  declare enum ETypeDeviceOS {
326
332
  IOS = "IOS",
327
333
  Android = "Android"
@@ -449,6 +455,8 @@ type index$j_ETypeManagerWorkPin = ETypeManagerWorkPin;
449
455
  declare const index$j_ETypeManagerWorkPin: typeof ETypeManagerWorkPin;
450
456
  type index$j_ETypeManagerWorkType = ETypeManagerWorkType;
451
457
  declare const index$j_ETypeManagerWorkType: typeof ETypeManagerWorkType;
458
+ type index$j_ETypePin = ETypePin;
459
+ declare const index$j_ETypePin: typeof ETypePin;
452
460
  type index$j_ETypeProviderAccountVPN = ETypeProviderAccountVPN;
453
461
  declare const index$j_ETypeProviderAccountVPN: typeof ETypeProviderAccountVPN;
454
462
  type index$j_ETypeProxy = ETypeProxy;
@@ -474,7 +482,7 @@ declare const index$j_ETypeTimeFilter: typeof ETypeTimeFilter;
474
482
  type index$j_ETypeVoiceLanguage = ETypeVoiceLanguage;
475
483
  declare const index$j_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
476
484
  declare namespace index$j {
477
- export { index$j_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$j_ETypeAccountVPN as ETypeAccountVPN, index$j_ETypeCanva as ETypeCanva, index$j_ETypeColumnManagerWork as ETypeColumnManagerWork, index$j_ETypeDeviceOS as ETypeDeviceOS, index$j_ETypeExport as ETypeExport, index$j_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$j_ETypeManagerWorkPin as ETypeManagerWorkPin, index$j_ETypeManagerWorkType as ETypeManagerWorkType, index$j_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$j_ETypeProxy as ETypeProxy, index$j_ETypeProxyChecked as ETypeProxyChecked, index$j_ETypeProxyCountry as ETypeProxyCountry, index$j_ETypeProxyNewIP as ETypeProxyNewIP, index$j_ETypeProxyProvider as ETypeProxyProvider, index$j_ETypeRatioImage as ETypeRatioImage, index$j_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$j_ETypeSheetWorkPin as ETypeSheetWorkPin, index$j_ETypeSocial as ETypeSocial, index$j_ETypeTimeFilter as ETypeTimeFilter, index$j_ETypeVoiceLanguage as ETypeVoiceLanguage };
485
+ export { index$j_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$j_ETypeAccountVPN as ETypeAccountVPN, index$j_ETypeCanva as ETypeCanva, index$j_ETypeColumnManagerWork as ETypeColumnManagerWork, index$j_ETypeDeviceOS as ETypeDeviceOS, index$j_ETypeExport as ETypeExport, index$j_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$j_ETypeManagerWorkPin as ETypeManagerWorkPin, index$j_ETypeManagerWorkType as ETypeManagerWorkType, index$j_ETypePin as ETypePin, index$j_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$j_ETypeProxy as ETypeProxy, index$j_ETypeProxyChecked as ETypeProxyChecked, index$j_ETypeProxyCountry as ETypeProxyCountry, index$j_ETypeProxyNewIP as ETypeProxyNewIP, index$j_ETypeProxyProvider as ETypeProxyProvider, index$j_ETypeRatioImage as ETypeRatioImage, index$j_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$j_ETypeSheetWorkPin as ETypeSheetWorkPin, index$j_ETypeSocial as ETypeSocial, index$j_ETypeTimeFilter as ETypeTimeFilter, index$j_ETypeVoiceLanguage as ETypeVoiceLanguage };
478
486
  }
479
487
 
480
488
  declare enum EStatusVPS {
@@ -1216,7 +1224,7 @@ interface IManagerWork extends IBaseModel, ITrackingModel<IUser> {
1216
1224
  mw_parent: string | IManagerWork;
1217
1225
  mw_pinLove: boolean;
1218
1226
  mw_pinGim: boolean;
1219
- mw_pinLive: boolean;
1227
+ mw_pinLike: boolean;
1220
1228
  mw_meaning: string;
1221
1229
  mw_quote1: string;
1222
1230
  mw_quote2: string;
package/dist/index.d.ts CHANGED
@@ -322,6 +322,12 @@ declare enum ETypeProxyChecked {
322
322
  ErrorChecker = "ErrorChecker"
323
323
  }
324
324
 
325
+ declare enum ETypePin {
326
+ Love = "Love",
327
+ Like = "Like",
328
+ Gim = "Gim"
329
+ }
330
+
325
331
  declare enum ETypeDeviceOS {
326
332
  IOS = "IOS",
327
333
  Android = "Android"
@@ -449,6 +455,8 @@ type index$j_ETypeManagerWorkPin = ETypeManagerWorkPin;
449
455
  declare const index$j_ETypeManagerWorkPin: typeof ETypeManagerWorkPin;
450
456
  type index$j_ETypeManagerWorkType = ETypeManagerWorkType;
451
457
  declare const index$j_ETypeManagerWorkType: typeof ETypeManagerWorkType;
458
+ type index$j_ETypePin = ETypePin;
459
+ declare const index$j_ETypePin: typeof ETypePin;
452
460
  type index$j_ETypeProviderAccountVPN = ETypeProviderAccountVPN;
453
461
  declare const index$j_ETypeProviderAccountVPN: typeof ETypeProviderAccountVPN;
454
462
  type index$j_ETypeProxy = ETypeProxy;
@@ -474,7 +482,7 @@ declare const index$j_ETypeTimeFilter: typeof ETypeTimeFilter;
474
482
  type index$j_ETypeVoiceLanguage = ETypeVoiceLanguage;
475
483
  declare const index$j_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
476
484
  declare namespace index$j {
477
- export { index$j_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$j_ETypeAccountVPN as ETypeAccountVPN, index$j_ETypeCanva as ETypeCanva, index$j_ETypeColumnManagerWork as ETypeColumnManagerWork, index$j_ETypeDeviceOS as ETypeDeviceOS, index$j_ETypeExport as ETypeExport, index$j_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$j_ETypeManagerWorkPin as ETypeManagerWorkPin, index$j_ETypeManagerWorkType as ETypeManagerWorkType, index$j_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$j_ETypeProxy as ETypeProxy, index$j_ETypeProxyChecked as ETypeProxyChecked, index$j_ETypeProxyCountry as ETypeProxyCountry, index$j_ETypeProxyNewIP as ETypeProxyNewIP, index$j_ETypeProxyProvider as ETypeProxyProvider, index$j_ETypeRatioImage as ETypeRatioImage, index$j_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$j_ETypeSheetWorkPin as ETypeSheetWorkPin, index$j_ETypeSocial as ETypeSocial, index$j_ETypeTimeFilter as ETypeTimeFilter, index$j_ETypeVoiceLanguage as ETypeVoiceLanguage };
485
+ export { index$j_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$j_ETypeAccountVPN as ETypeAccountVPN, index$j_ETypeCanva as ETypeCanva, index$j_ETypeColumnManagerWork as ETypeColumnManagerWork, index$j_ETypeDeviceOS as ETypeDeviceOS, index$j_ETypeExport as ETypeExport, index$j_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$j_ETypeManagerWorkPin as ETypeManagerWorkPin, index$j_ETypeManagerWorkType as ETypeManagerWorkType, index$j_ETypePin as ETypePin, index$j_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$j_ETypeProxy as ETypeProxy, index$j_ETypeProxyChecked as ETypeProxyChecked, index$j_ETypeProxyCountry as ETypeProxyCountry, index$j_ETypeProxyNewIP as ETypeProxyNewIP, index$j_ETypeProxyProvider as ETypeProxyProvider, index$j_ETypeRatioImage as ETypeRatioImage, index$j_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$j_ETypeSheetWorkPin as ETypeSheetWorkPin, index$j_ETypeSocial as ETypeSocial, index$j_ETypeTimeFilter as ETypeTimeFilter, index$j_ETypeVoiceLanguage as ETypeVoiceLanguage };
478
486
  }
479
487
 
480
488
  declare enum EStatusVPS {
@@ -1216,7 +1224,7 @@ interface IManagerWork extends IBaseModel, ITrackingModel<IUser> {
1216
1224
  mw_parent: string | IManagerWork;
1217
1225
  mw_pinLove: boolean;
1218
1226
  mw_pinGim: boolean;
1219
- mw_pinLive: boolean;
1227
+ mw_pinLike: boolean;
1220
1228
  mw_meaning: string;
1221
1229
  mw_quote1: string;
1222
1230
  mw_quote2: string;
package/dist/index.js CHANGED
@@ -380,6 +380,7 @@ __export(types_exports, {
380
380
  ETypeManagerWorkClassify: () => ETypeManagerWorkClassify,
381
381
  ETypeManagerWorkPin: () => ETypeManagerWorkPin,
382
382
  ETypeManagerWorkType: () => ETypeManagerWorkType,
383
+ ETypePin: () => ETypePin,
383
384
  ETypeProviderAccountVPN: () => ETypeProviderAccountVPN,
384
385
  ETypeProxy: () => ETypeProxy,
385
386
  ETypeProxyChecked: () => ETypeProxyChecked,
@@ -416,6 +417,14 @@ var ETypeProxyChecked = /* @__PURE__ */ ((ETypeProxyChecked2) => {
416
417
  return ETypeProxyChecked2;
417
418
  })(ETypeProxyChecked || {});
418
419
 
420
+ // src/enums/types/ETypePin.enum.ts
421
+ var ETypePin = /* @__PURE__ */ ((ETypePin2) => {
422
+ ETypePin2["Love"] = "Love";
423
+ ETypePin2["Like"] = "Like";
424
+ ETypePin2["Gim"] = "Gim";
425
+ return ETypePin2;
426
+ })(ETypePin || {});
427
+
419
428
  // src/enums/types/ETypeDeviceOS.enum.ts
420
429
  var ETypeDeviceOS = /* @__PURE__ */ ((ETypeDeviceOS2) => {
421
430
  ETypeDeviceOS2["IOS"] = "IOS";
package/dist/index.mjs CHANGED
@@ -347,6 +347,7 @@ __export(types_exports, {
347
347
  ETypeManagerWorkClassify: () => ETypeManagerWorkClassify,
348
348
  ETypeManagerWorkPin: () => ETypeManagerWorkPin,
349
349
  ETypeManagerWorkType: () => ETypeManagerWorkType,
350
+ ETypePin: () => ETypePin,
350
351
  ETypeProviderAccountVPN: () => ETypeProviderAccountVPN,
351
352
  ETypeProxy: () => ETypeProxy,
352
353
  ETypeProxyChecked: () => ETypeProxyChecked,
@@ -383,6 +384,14 @@ var ETypeProxyChecked = /* @__PURE__ */ ((ETypeProxyChecked2) => {
383
384
  return ETypeProxyChecked2;
384
385
  })(ETypeProxyChecked || {});
385
386
 
387
+ // src/enums/types/ETypePin.enum.ts
388
+ var ETypePin = /* @__PURE__ */ ((ETypePin2) => {
389
+ ETypePin2["Love"] = "Love";
390
+ ETypePin2["Like"] = "Like";
391
+ ETypePin2["Gim"] = "Gim";
392
+ return ETypePin2;
393
+ })(ETypePin || {});
394
+
386
395
  // src/enums/types/ETypeDeviceOS.enum.ts
387
396
  var ETypeDeviceOS = /* @__PURE__ */ ((ETypeDeviceOS2) => {
388
397
  ETypeDeviceOS2["IOS"] = "IOS";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.111",
3
+ "version": "5.1.113",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",