automation-lib 5.0.86 → 5.0.87
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 +15 -23
- package/dist/index.d.ts +15 -23
- package/dist/index.js +6 -6
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -260,7 +260,7 @@ declare enum ETypeProxyChecked {
|
|
|
260
260
|
ErrorChecker = "ErrorChecker"
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
declare enum
|
|
263
|
+
declare enum ETypeDeviceOS {
|
|
264
264
|
IOS = "IOS",
|
|
265
265
|
Android = "Android"
|
|
266
266
|
}
|
|
@@ -362,14 +362,14 @@ type index$h_ETypeCanva = ETypeCanva;
|
|
|
362
362
|
declare const index$h_ETypeCanva: typeof ETypeCanva;
|
|
363
363
|
type index$h_ETypeColumnManagerWork = ETypeColumnManagerWork;
|
|
364
364
|
declare const index$h_ETypeColumnManagerWork: typeof ETypeColumnManagerWork;
|
|
365
|
+
type index$h_ETypeDeviceOS = ETypeDeviceOS;
|
|
366
|
+
declare const index$h_ETypeDeviceOS: typeof ETypeDeviceOS;
|
|
365
367
|
type index$h_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
|
|
366
368
|
declare const index$h_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
|
|
367
369
|
type index$h_ETypeManagerWorkPin = ETypeManagerWorkPin;
|
|
368
370
|
declare const index$h_ETypeManagerWorkPin: typeof ETypeManagerWorkPin;
|
|
369
371
|
type index$h_ETypeManagerWorkType = ETypeManagerWorkType;
|
|
370
372
|
declare const index$h_ETypeManagerWorkType: typeof ETypeManagerWorkType;
|
|
371
|
-
type index$h_ETypeOS = ETypeOS;
|
|
372
|
-
declare const index$h_ETypeOS: typeof ETypeOS;
|
|
373
373
|
type index$h_ETypeProviderAccountVPN = ETypeProviderAccountVPN;
|
|
374
374
|
declare const index$h_ETypeProviderAccountVPN: typeof ETypeProviderAccountVPN;
|
|
375
375
|
type index$h_ETypeProxy = ETypeProxy;
|
|
@@ -393,7 +393,7 @@ declare const index$h_ETypeTimeFilter: typeof ETypeTimeFilter;
|
|
|
393
393
|
type index$h_ETypeVoiceLanguage = ETypeVoiceLanguage;
|
|
394
394
|
declare const index$h_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
|
|
395
395
|
declare namespace index$h {
|
|
396
|
-
export { index$h_ETypeAccountVPN as ETypeAccountVPN, index$h_ETypeCanva as ETypeCanva, index$h_ETypeColumnManagerWork as ETypeColumnManagerWork, index$
|
|
396
|
+
export { index$h_ETypeAccountVPN as ETypeAccountVPN, index$h_ETypeCanva as ETypeCanva, index$h_ETypeColumnManagerWork as ETypeColumnManagerWork, index$h_ETypeDeviceOS as ETypeDeviceOS, index$h_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$h_ETypeManagerWorkPin as ETypeManagerWorkPin, index$h_ETypeManagerWorkType as ETypeManagerWorkType, index$h_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$h_ETypeProxy as ETypeProxy, index$h_ETypeProxyChecked as ETypeProxyChecked, index$h_ETypeProxyNewIP as ETypeProxyNewIP, index$h_ETypeRatioImage as ETypeRatioImage, index$h_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$h_ETypeSheetWorkPin as ETypeSheetWorkPin, index$h_ETypeSocial as ETypeSocial, index$h_ETypeSocialSetting as ETypeSocialSetting, index$h_ETypeTimeFilter as ETypeTimeFilter, index$h_ETypeVoiceLanguage as ETypeVoiceLanguage };
|
|
397
397
|
}
|
|
398
398
|
|
|
399
399
|
declare enum EStatusVPS {
|
|
@@ -1415,7 +1415,7 @@ interface IDevice extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsC
|
|
|
1415
1415
|
sheetName: string;
|
|
1416
1416
|
rowId: string;
|
|
1417
1417
|
pc: IPC | string;
|
|
1418
|
-
os:
|
|
1418
|
+
os: ETypeDeviceOS;
|
|
1419
1419
|
model: string;
|
|
1420
1420
|
name: string;
|
|
1421
1421
|
key: string;
|
|
@@ -1574,24 +1574,16 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
|
|
|
1574
1574
|
sheetUrl: string;
|
|
1575
1575
|
sheetName: string;
|
|
1576
1576
|
rowId: string;
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
oldICloudPassword: string;
|
|
1588
|
-
oldICloudCode2FA: string;
|
|
1589
|
-
oldICloudEmailRecover: string;
|
|
1590
|
-
newICloudEmail: string;
|
|
1591
|
-
newICloudPassword: string;
|
|
1592
|
-
newICloudCode2FA: string;
|
|
1593
|
-
newICloudEmailRecover: string;
|
|
1594
|
-
statusIOSChange: EStatusChangeInfo;
|
|
1577
|
+
os: ETypeDeviceOS;
|
|
1578
|
+
oldEmail: string;
|
|
1579
|
+
oldPassword: string;
|
|
1580
|
+
oldCode2FA: string;
|
|
1581
|
+
oldEmailRecover: string;
|
|
1582
|
+
newEmail: string;
|
|
1583
|
+
newPassword: string;
|
|
1584
|
+
newCode2FA: string;
|
|
1585
|
+
newEmailRecover: string;
|
|
1586
|
+
statusChange: EStatusChangeInfo;
|
|
1595
1587
|
status: EStatusAccountCHPlayICloud;
|
|
1596
1588
|
lastUsed: Date;
|
|
1597
1589
|
lastUserUsed: string | IUser;
|
package/dist/index.d.ts
CHANGED
|
@@ -260,7 +260,7 @@ declare enum ETypeProxyChecked {
|
|
|
260
260
|
ErrorChecker = "ErrorChecker"
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
declare enum
|
|
263
|
+
declare enum ETypeDeviceOS {
|
|
264
264
|
IOS = "IOS",
|
|
265
265
|
Android = "Android"
|
|
266
266
|
}
|
|
@@ -362,14 +362,14 @@ type index$h_ETypeCanva = ETypeCanva;
|
|
|
362
362
|
declare const index$h_ETypeCanva: typeof ETypeCanva;
|
|
363
363
|
type index$h_ETypeColumnManagerWork = ETypeColumnManagerWork;
|
|
364
364
|
declare const index$h_ETypeColumnManagerWork: typeof ETypeColumnManagerWork;
|
|
365
|
+
type index$h_ETypeDeviceOS = ETypeDeviceOS;
|
|
366
|
+
declare const index$h_ETypeDeviceOS: typeof ETypeDeviceOS;
|
|
365
367
|
type index$h_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
|
|
366
368
|
declare const index$h_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
|
|
367
369
|
type index$h_ETypeManagerWorkPin = ETypeManagerWorkPin;
|
|
368
370
|
declare const index$h_ETypeManagerWorkPin: typeof ETypeManagerWorkPin;
|
|
369
371
|
type index$h_ETypeManagerWorkType = ETypeManagerWorkType;
|
|
370
372
|
declare const index$h_ETypeManagerWorkType: typeof ETypeManagerWorkType;
|
|
371
|
-
type index$h_ETypeOS = ETypeOS;
|
|
372
|
-
declare const index$h_ETypeOS: typeof ETypeOS;
|
|
373
373
|
type index$h_ETypeProviderAccountVPN = ETypeProviderAccountVPN;
|
|
374
374
|
declare const index$h_ETypeProviderAccountVPN: typeof ETypeProviderAccountVPN;
|
|
375
375
|
type index$h_ETypeProxy = ETypeProxy;
|
|
@@ -393,7 +393,7 @@ declare const index$h_ETypeTimeFilter: typeof ETypeTimeFilter;
|
|
|
393
393
|
type index$h_ETypeVoiceLanguage = ETypeVoiceLanguage;
|
|
394
394
|
declare const index$h_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
|
|
395
395
|
declare namespace index$h {
|
|
396
|
-
export { index$h_ETypeAccountVPN as ETypeAccountVPN, index$h_ETypeCanva as ETypeCanva, index$h_ETypeColumnManagerWork as ETypeColumnManagerWork, index$
|
|
396
|
+
export { index$h_ETypeAccountVPN as ETypeAccountVPN, index$h_ETypeCanva as ETypeCanva, index$h_ETypeColumnManagerWork as ETypeColumnManagerWork, index$h_ETypeDeviceOS as ETypeDeviceOS, index$h_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$h_ETypeManagerWorkPin as ETypeManagerWorkPin, index$h_ETypeManagerWorkType as ETypeManagerWorkType, index$h_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$h_ETypeProxy as ETypeProxy, index$h_ETypeProxyChecked as ETypeProxyChecked, index$h_ETypeProxyNewIP as ETypeProxyNewIP, index$h_ETypeRatioImage as ETypeRatioImage, index$h_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$h_ETypeSheetWorkPin as ETypeSheetWorkPin, index$h_ETypeSocial as ETypeSocial, index$h_ETypeSocialSetting as ETypeSocialSetting, index$h_ETypeTimeFilter as ETypeTimeFilter, index$h_ETypeVoiceLanguage as ETypeVoiceLanguage };
|
|
397
397
|
}
|
|
398
398
|
|
|
399
399
|
declare enum EStatusVPS {
|
|
@@ -1415,7 +1415,7 @@ interface IDevice extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsC
|
|
|
1415
1415
|
sheetName: string;
|
|
1416
1416
|
rowId: string;
|
|
1417
1417
|
pc: IPC | string;
|
|
1418
|
-
os:
|
|
1418
|
+
os: ETypeDeviceOS;
|
|
1419
1419
|
model: string;
|
|
1420
1420
|
name: string;
|
|
1421
1421
|
key: string;
|
|
@@ -1574,24 +1574,16 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
|
|
|
1574
1574
|
sheetUrl: string;
|
|
1575
1575
|
sheetName: string;
|
|
1576
1576
|
rowId: string;
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
oldICloudPassword: string;
|
|
1588
|
-
oldICloudCode2FA: string;
|
|
1589
|
-
oldICloudEmailRecover: string;
|
|
1590
|
-
newICloudEmail: string;
|
|
1591
|
-
newICloudPassword: string;
|
|
1592
|
-
newICloudCode2FA: string;
|
|
1593
|
-
newICloudEmailRecover: string;
|
|
1594
|
-
statusIOSChange: EStatusChangeInfo;
|
|
1577
|
+
os: ETypeDeviceOS;
|
|
1578
|
+
oldEmail: string;
|
|
1579
|
+
oldPassword: string;
|
|
1580
|
+
oldCode2FA: string;
|
|
1581
|
+
oldEmailRecover: string;
|
|
1582
|
+
newEmail: string;
|
|
1583
|
+
newPassword: string;
|
|
1584
|
+
newCode2FA: string;
|
|
1585
|
+
newEmailRecover: string;
|
|
1586
|
+
statusChange: EStatusChangeInfo;
|
|
1595
1587
|
status: EStatusAccountCHPlayICloud;
|
|
1596
1588
|
lastUsed: Date;
|
|
1597
1589
|
lastUserUsed: string | IUser;
|
package/dist/index.js
CHANGED
|
@@ -302,10 +302,10 @@ __export(types_exports, {
|
|
|
302
302
|
ETypeAccountVPN: () => ETypeAccountVPN,
|
|
303
303
|
ETypeCanva: () => ETypeCanva,
|
|
304
304
|
ETypeColumnManagerWork: () => ETypeColumnManagerWork,
|
|
305
|
+
ETypeDeviceOS: () => ETypeDeviceOS,
|
|
305
306
|
ETypeManagerWorkClassify: () => ETypeManagerWorkClassify,
|
|
306
307
|
ETypeManagerWorkPin: () => ETypeManagerWorkPin,
|
|
307
308
|
ETypeManagerWorkType: () => ETypeManagerWorkType,
|
|
308
|
-
ETypeOS: () => ETypeOS,
|
|
309
309
|
ETypeProviderAccountVPN: () => ETypeProviderAccountVPN,
|
|
310
310
|
ETypeProxy: () => ETypeProxy,
|
|
311
311
|
ETypeProxyChecked: () => ETypeProxyChecked,
|
|
@@ -342,11 +342,11 @@ var ETypeProxyChecked = /* @__PURE__ */ ((ETypeProxyChecked2) => {
|
|
|
342
342
|
})(ETypeProxyChecked || {});
|
|
343
343
|
|
|
344
344
|
// src/enums/types/ETypeOS.enum.ts
|
|
345
|
-
var
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
return
|
|
349
|
-
})(
|
|
345
|
+
var ETypeDeviceOS = /* @__PURE__ */ ((ETypeDeviceOS2) => {
|
|
346
|
+
ETypeDeviceOS2["IOS"] = "IOS";
|
|
347
|
+
ETypeDeviceOS2["Android"] = "Android";
|
|
348
|
+
return ETypeDeviceOS2;
|
|
349
|
+
})(ETypeDeviceOS || {});
|
|
350
350
|
|
|
351
351
|
// src/enums/types/ETypeAccountVPN.enum.ts
|
|
352
352
|
var ETypeAccountVPN = /* @__PURE__ */ ((ETypeAccountVPN2) => {
|
package/dist/index.mjs
CHANGED
|
@@ -278,10 +278,10 @@ __export(types_exports, {
|
|
|
278
278
|
ETypeAccountVPN: () => ETypeAccountVPN,
|
|
279
279
|
ETypeCanva: () => ETypeCanva,
|
|
280
280
|
ETypeColumnManagerWork: () => ETypeColumnManagerWork,
|
|
281
|
+
ETypeDeviceOS: () => ETypeDeviceOS,
|
|
281
282
|
ETypeManagerWorkClassify: () => ETypeManagerWorkClassify,
|
|
282
283
|
ETypeManagerWorkPin: () => ETypeManagerWorkPin,
|
|
283
284
|
ETypeManagerWorkType: () => ETypeManagerWorkType,
|
|
284
|
-
ETypeOS: () => ETypeOS,
|
|
285
285
|
ETypeProviderAccountVPN: () => ETypeProviderAccountVPN,
|
|
286
286
|
ETypeProxy: () => ETypeProxy,
|
|
287
287
|
ETypeProxyChecked: () => ETypeProxyChecked,
|
|
@@ -318,11 +318,11 @@ var ETypeProxyChecked = /* @__PURE__ */ ((ETypeProxyChecked2) => {
|
|
|
318
318
|
})(ETypeProxyChecked || {});
|
|
319
319
|
|
|
320
320
|
// src/enums/types/ETypeOS.enum.ts
|
|
321
|
-
var
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
return
|
|
325
|
-
})(
|
|
321
|
+
var ETypeDeviceOS = /* @__PURE__ */ ((ETypeDeviceOS2) => {
|
|
322
|
+
ETypeDeviceOS2["IOS"] = "IOS";
|
|
323
|
+
ETypeDeviceOS2["Android"] = "Android";
|
|
324
|
+
return ETypeDeviceOS2;
|
|
325
|
+
})(ETypeDeviceOS || {});
|
|
326
326
|
|
|
327
327
|
// src/enums/types/ETypeAccountVPN.enum.ts
|
|
328
328
|
var ETypeAccountVPN = /* @__PURE__ */ ((ETypeAccountVPN2) => {
|