automation-lib 5.1.112 → 5.1.114
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 +10 -3
- package/dist/index.d.ts +10 -3
- package/dist/index.js +9 -0
- package/dist/index.mjs +9 -0
- package/package.json +1 -1
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 {
|
@@ -6186,7 +6194,7 @@ interface AutoFillOverviewInstagramAccountRawDto {
|
|
6186
6194
|
interface AutoFillInstagramAccountRawDto {
|
6187
6195
|
idea: string;
|
6188
6196
|
niche: string;
|
6189
|
-
|
6197
|
+
accountID: string;
|
6190
6198
|
oldUsername: string;
|
6191
6199
|
newUsername: string;
|
6192
6200
|
newFullname: string;
|
@@ -6195,7 +6203,6 @@ interface AutoFillInstagramAccountRawDto {
|
|
6195
6203
|
timeExecuteBio: Date;
|
6196
6204
|
newPassword: string;
|
6197
6205
|
timeExecutePassword: Date;
|
6198
|
-
new2FA: string;
|
6199
6206
|
isTurnOn2FA: boolean;
|
6200
6207
|
timeExecute2FA: Date;
|
6201
6208
|
newEmail: 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 {
|
@@ -6186,7 +6194,7 @@ interface AutoFillOverviewInstagramAccountRawDto {
|
|
6186
6194
|
interface AutoFillInstagramAccountRawDto {
|
6187
6195
|
idea: string;
|
6188
6196
|
niche: string;
|
6189
|
-
|
6197
|
+
accountID: string;
|
6190
6198
|
oldUsername: string;
|
6191
6199
|
newUsername: string;
|
6192
6200
|
newFullname: string;
|
@@ -6195,7 +6203,6 @@ interface AutoFillInstagramAccountRawDto {
|
|
6195
6203
|
timeExecuteBio: Date;
|
6196
6204
|
newPassword: string;
|
6197
6205
|
timeExecutePassword: Date;
|
6198
|
-
new2FA: string;
|
6199
6206
|
isTurnOn2FA: boolean;
|
6200
6207
|
timeExecute2FA: Date;
|
6201
6208
|
newEmail: 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";
|