automation-lib 5.0.75 → 5.0.78
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 +26 -33
- package/dist/index.d.ts +26 -33
- package/dist/index.js +1 -12
- package/dist/index.mjs +1 -12
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -156,12 +156,12 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
156
156
|
};
|
|
157
157
|
};
|
|
158
158
|
|
|
159
|
-
declare const index$
|
|
160
|
-
declare const index$
|
|
161
|
-
declare const index$
|
|
162
|
-
declare const index$
|
|
163
|
-
declare namespace index$
|
|
164
|
-
export { index$
|
|
159
|
+
declare const index$l_CONST_API_AUTH: typeof CONST_API_AUTH;
|
|
160
|
+
declare const index$l_CONST_API_COMMON: typeof CONST_API_COMMON;
|
|
161
|
+
declare const index$l_CONST_API_CONTROLLERS: typeof CONST_API_CONTROLLERS;
|
|
162
|
+
declare const index$l_CONST_API_OTP: typeof CONST_API_OTP;
|
|
163
|
+
declare namespace index$l {
|
|
164
|
+
export { index$l_CONST_API_AUTH as CONST_API_AUTH, index$l_CONST_API_COMMON as CONST_API_COMMON, index$l_CONST_API_CONTROLLERS as CONST_API_CONTROLLERS, index$l_CONST_API_OTP as CONST_API_OTP };
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
declare const ACTIONS_DEVICE: {
|
|
@@ -210,17 +210,17 @@ declare const ACTIONS_THREADS: {};
|
|
|
210
210
|
|
|
211
211
|
declare const SERVICE_THREADS: {};
|
|
212
212
|
|
|
213
|
-
declare const index$
|
|
214
|
-
declare const index$
|
|
215
|
-
declare const index$
|
|
216
|
-
declare const index$
|
|
217
|
-
declare const index$
|
|
218
|
-
declare namespace index$
|
|
219
|
-
export { index$
|
|
213
|
+
declare const index$k_ACTIONS_DEVICE: typeof ACTIONS_DEVICE;
|
|
214
|
+
declare const index$k_ACTIONS_INSTAGRAM: typeof ACTIONS_INSTAGRAM;
|
|
215
|
+
declare const index$k_ACTIONS_THREADS: typeof ACTIONS_THREADS;
|
|
216
|
+
declare const index$k_SERVICES_INSTAGRAM: typeof SERVICES_INSTAGRAM;
|
|
217
|
+
declare const index$k_SERVICE_THREADS: typeof SERVICE_THREADS;
|
|
218
|
+
declare namespace index$k {
|
|
219
|
+
export { index$k_ACTIONS_DEVICE as ACTIONS_DEVICE, index$k_ACTIONS_INSTAGRAM as ACTIONS_INSTAGRAM, index$k_ACTIONS_THREADS as ACTIONS_THREADS, index$k_SERVICES_INSTAGRAM as SERVICES_INSTAGRAM, index$k_SERVICE_THREADS as SERVICE_THREADS };
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
declare namespace index$
|
|
223
|
-
export { index$
|
|
222
|
+
declare namespace index$j {
|
|
223
|
+
export { index$l as CONST_APIS, index$k as CONST_SCRIPTS };
|
|
224
224
|
}
|
|
225
225
|
|
|
226
226
|
declare enum EGender {
|
|
@@ -234,21 +234,12 @@ declare enum EPriority {
|
|
|
234
234
|
Low = "Low"
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
type index$
|
|
238
|
-
declare const index$
|
|
239
|
-
type index$
|
|
240
|
-
declare const index$
|
|
241
|
-
declare namespace index$j {
|
|
242
|
-
export { index$j_EGender as EGender, index$j_EPriority as EPriority };
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
declare enum ENameVPN {
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
type index$i_ENameVPN = ENameVPN;
|
|
249
|
-
declare const index$i_ENameVPN: typeof ENameVPN;
|
|
237
|
+
type index$i_EGender = EGender;
|
|
238
|
+
declare const index$i_EGender: typeof EGender;
|
|
239
|
+
type index$i_EPriority = EPriority;
|
|
240
|
+
declare const index$i_EPriority: typeof EPriority;
|
|
250
241
|
declare namespace index$i {
|
|
251
|
-
export { index$
|
|
242
|
+
export { index$i_EGender as EGender, index$i_EPriority as EPriority };
|
|
252
243
|
}
|
|
253
244
|
|
|
254
245
|
declare enum ETypeProxy {
|
|
@@ -414,7 +405,8 @@ declare enum EStatusActive {
|
|
|
414
405
|
declare enum EStatusChangeInfo {
|
|
415
406
|
Done = "Done",
|
|
416
407
|
Failed = "Failed",
|
|
417
|
-
Pending = "Pending"
|
|
408
|
+
Pending = "Pending",
|
|
409
|
+
ErrorUnknown = "ErrorUnknown"
|
|
418
410
|
}
|
|
419
411
|
|
|
420
412
|
declare enum EStatusCommon {
|
|
@@ -805,7 +797,7 @@ declare namespace index$d {
|
|
|
805
797
|
}
|
|
806
798
|
|
|
807
799
|
declare namespace index$c {
|
|
808
|
-
export { index$f as AI, index$
|
|
800
|
+
export { index$f as AI, index$i as Common, index$e as Lark, index$d as SheetTool, index$g as Status, index$h as Types };
|
|
809
801
|
}
|
|
810
802
|
|
|
811
803
|
type TTaskInstagramBlockUser = {
|
|
@@ -1547,7 +1539,6 @@ interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
|
|
|
1547
1539
|
sheetUrl: string;
|
|
1548
1540
|
sheetName: string;
|
|
1549
1541
|
rowId: string;
|
|
1550
|
-
nameApp: ENameVPN;
|
|
1551
1542
|
oldEmail: string;
|
|
1552
1543
|
oldUsername: string;
|
|
1553
1544
|
oldPassword: string;
|
|
@@ -1581,6 +1572,7 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
|
|
|
1581
1572
|
newChplayPassword: string;
|
|
1582
1573
|
newChplayCode2FA: string;
|
|
1583
1574
|
newChplayEmailRecover: string;
|
|
1575
|
+
statusCHPlayChange: EStatusChangeInfo;
|
|
1584
1576
|
oldICloudEmail: string;
|
|
1585
1577
|
oldICloudPassword: string;
|
|
1586
1578
|
oldICloudCode2FA: string;
|
|
@@ -1589,6 +1581,7 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
|
|
|
1589
1581
|
newICloudPassword: string;
|
|
1590
1582
|
newICloudCode2FA: string;
|
|
1591
1583
|
newICloudEmailRecover: string;
|
|
1584
|
+
statusIOSChange: EStatusChangeInfo;
|
|
1592
1585
|
typeAccount: ETypeAccountVPN;
|
|
1593
1586
|
status: EStatusAccountVPN;
|
|
1594
1587
|
lastUsed: Date;
|
|
@@ -2828,4 +2821,4 @@ declare namespace index {
|
|
|
2828
2821
|
export type { index_IDataDiscussTaskJob as IDataDiscussTaskJob, index_IDataNotification as IDataNotification, index_IDataUser as IDataUser, index_IResponseLogin as IResponseLogin };
|
|
2829
2822
|
}
|
|
2830
2823
|
|
|
2831
|
-
export { index$
|
|
2824
|
+
export { index$j as AutoConstants, index$c as AutoEnums, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes };
|
package/dist/index.d.ts
CHANGED
|
@@ -156,12 +156,12 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
156
156
|
};
|
|
157
157
|
};
|
|
158
158
|
|
|
159
|
-
declare const index$
|
|
160
|
-
declare const index$
|
|
161
|
-
declare const index$
|
|
162
|
-
declare const index$
|
|
163
|
-
declare namespace index$
|
|
164
|
-
export { index$
|
|
159
|
+
declare const index$l_CONST_API_AUTH: typeof CONST_API_AUTH;
|
|
160
|
+
declare const index$l_CONST_API_COMMON: typeof CONST_API_COMMON;
|
|
161
|
+
declare const index$l_CONST_API_CONTROLLERS: typeof CONST_API_CONTROLLERS;
|
|
162
|
+
declare const index$l_CONST_API_OTP: typeof CONST_API_OTP;
|
|
163
|
+
declare namespace index$l {
|
|
164
|
+
export { index$l_CONST_API_AUTH as CONST_API_AUTH, index$l_CONST_API_COMMON as CONST_API_COMMON, index$l_CONST_API_CONTROLLERS as CONST_API_CONTROLLERS, index$l_CONST_API_OTP as CONST_API_OTP };
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
declare const ACTIONS_DEVICE: {
|
|
@@ -210,17 +210,17 @@ declare const ACTIONS_THREADS: {};
|
|
|
210
210
|
|
|
211
211
|
declare const SERVICE_THREADS: {};
|
|
212
212
|
|
|
213
|
-
declare const index$
|
|
214
|
-
declare const index$
|
|
215
|
-
declare const index$
|
|
216
|
-
declare const index$
|
|
217
|
-
declare const index$
|
|
218
|
-
declare namespace index$
|
|
219
|
-
export { index$
|
|
213
|
+
declare const index$k_ACTIONS_DEVICE: typeof ACTIONS_DEVICE;
|
|
214
|
+
declare const index$k_ACTIONS_INSTAGRAM: typeof ACTIONS_INSTAGRAM;
|
|
215
|
+
declare const index$k_ACTIONS_THREADS: typeof ACTIONS_THREADS;
|
|
216
|
+
declare const index$k_SERVICES_INSTAGRAM: typeof SERVICES_INSTAGRAM;
|
|
217
|
+
declare const index$k_SERVICE_THREADS: typeof SERVICE_THREADS;
|
|
218
|
+
declare namespace index$k {
|
|
219
|
+
export { index$k_ACTIONS_DEVICE as ACTIONS_DEVICE, index$k_ACTIONS_INSTAGRAM as ACTIONS_INSTAGRAM, index$k_ACTIONS_THREADS as ACTIONS_THREADS, index$k_SERVICES_INSTAGRAM as SERVICES_INSTAGRAM, index$k_SERVICE_THREADS as SERVICE_THREADS };
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
declare namespace index$
|
|
223
|
-
export { index$
|
|
222
|
+
declare namespace index$j {
|
|
223
|
+
export { index$l as CONST_APIS, index$k as CONST_SCRIPTS };
|
|
224
224
|
}
|
|
225
225
|
|
|
226
226
|
declare enum EGender {
|
|
@@ -234,21 +234,12 @@ declare enum EPriority {
|
|
|
234
234
|
Low = "Low"
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
type index$
|
|
238
|
-
declare const index$
|
|
239
|
-
type index$
|
|
240
|
-
declare const index$
|
|
241
|
-
declare namespace index$j {
|
|
242
|
-
export { index$j_EGender as EGender, index$j_EPriority as EPriority };
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
declare enum ENameVPN {
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
type index$i_ENameVPN = ENameVPN;
|
|
249
|
-
declare const index$i_ENameVPN: typeof ENameVPN;
|
|
237
|
+
type index$i_EGender = EGender;
|
|
238
|
+
declare const index$i_EGender: typeof EGender;
|
|
239
|
+
type index$i_EPriority = EPriority;
|
|
240
|
+
declare const index$i_EPriority: typeof EPriority;
|
|
250
241
|
declare namespace index$i {
|
|
251
|
-
export { index$
|
|
242
|
+
export { index$i_EGender as EGender, index$i_EPriority as EPriority };
|
|
252
243
|
}
|
|
253
244
|
|
|
254
245
|
declare enum ETypeProxy {
|
|
@@ -414,7 +405,8 @@ declare enum EStatusActive {
|
|
|
414
405
|
declare enum EStatusChangeInfo {
|
|
415
406
|
Done = "Done",
|
|
416
407
|
Failed = "Failed",
|
|
417
|
-
Pending = "Pending"
|
|
408
|
+
Pending = "Pending",
|
|
409
|
+
ErrorUnknown = "ErrorUnknown"
|
|
418
410
|
}
|
|
419
411
|
|
|
420
412
|
declare enum EStatusCommon {
|
|
@@ -805,7 +797,7 @@ declare namespace index$d {
|
|
|
805
797
|
}
|
|
806
798
|
|
|
807
799
|
declare namespace index$c {
|
|
808
|
-
export { index$f as AI, index$
|
|
800
|
+
export { index$f as AI, index$i as Common, index$e as Lark, index$d as SheetTool, index$g as Status, index$h as Types };
|
|
809
801
|
}
|
|
810
802
|
|
|
811
803
|
type TTaskInstagramBlockUser = {
|
|
@@ -1547,7 +1539,6 @@ interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
|
|
|
1547
1539
|
sheetUrl: string;
|
|
1548
1540
|
sheetName: string;
|
|
1549
1541
|
rowId: string;
|
|
1550
|
-
nameApp: ENameVPN;
|
|
1551
1542
|
oldEmail: string;
|
|
1552
1543
|
oldUsername: string;
|
|
1553
1544
|
oldPassword: string;
|
|
@@ -1581,6 +1572,7 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
|
|
|
1581
1572
|
newChplayPassword: string;
|
|
1582
1573
|
newChplayCode2FA: string;
|
|
1583
1574
|
newChplayEmailRecover: string;
|
|
1575
|
+
statusCHPlayChange: EStatusChangeInfo;
|
|
1584
1576
|
oldICloudEmail: string;
|
|
1585
1577
|
oldICloudPassword: string;
|
|
1586
1578
|
oldICloudCode2FA: string;
|
|
@@ -1589,6 +1581,7 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
|
|
|
1589
1581
|
newICloudPassword: string;
|
|
1590
1582
|
newICloudCode2FA: string;
|
|
1591
1583
|
newICloudEmailRecover: string;
|
|
1584
|
+
statusIOSChange: EStatusChangeInfo;
|
|
1592
1585
|
typeAccount: ETypeAccountVPN;
|
|
1593
1586
|
status: EStatusAccountVPN;
|
|
1594
1587
|
lastUsed: Date;
|
|
@@ -2828,4 +2821,4 @@ declare namespace index {
|
|
|
2828
2821
|
export type { index_IDataDiscussTaskJob as IDataDiscussTaskJob, index_IDataNotification as IDataNotification, index_IDataUser as IDataUser, index_IResponseLogin as IResponseLogin };
|
|
2829
2822
|
}
|
|
2830
2823
|
|
|
2831
|
-
export { index$
|
|
2824
|
+
export { index$j as AutoConstants, index$c as AutoEnums, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes };
|
package/dist/index.js
CHANGED
|
@@ -269,7 +269,6 @@ __export(enums_exports, {
|
|
|
269
269
|
AI: () => ai_exports,
|
|
270
270
|
Common: () => common_exports,
|
|
271
271
|
Lark: () => lark_exports,
|
|
272
|
-
Name: () => name_exports,
|
|
273
272
|
SheetTool: () => sheet_tool_exports,
|
|
274
273
|
Status: () => status_exports,
|
|
275
274
|
Types: () => types_exports
|
|
@@ -297,17 +296,6 @@ var EPriority = /* @__PURE__ */ ((EPriority2) => {
|
|
|
297
296
|
return EPriority2;
|
|
298
297
|
})(EPriority || {});
|
|
299
298
|
|
|
300
|
-
// src/enums/name/index.ts
|
|
301
|
-
var name_exports = {};
|
|
302
|
-
__export(name_exports, {
|
|
303
|
-
ENameVPN: () => ENameVPN
|
|
304
|
-
});
|
|
305
|
-
|
|
306
|
-
// src/enums/name/ENameVPN.enum.ts
|
|
307
|
-
var ENameVPN = /* @__PURE__ */ ((ENameVPN2) => {
|
|
308
|
-
return ENameVPN2;
|
|
309
|
-
})(ENameVPN || {});
|
|
310
|
-
|
|
311
299
|
// src/enums/types/index.ts
|
|
312
300
|
var types_exports = {};
|
|
313
301
|
__export(types_exports, {
|
|
@@ -517,6 +505,7 @@ var EStatusChangeInfo = /* @__PURE__ */ ((EStatusChangeInfo2) => {
|
|
|
517
505
|
EStatusChangeInfo2["Done"] = "Done";
|
|
518
506
|
EStatusChangeInfo2["Failed"] = "Failed";
|
|
519
507
|
EStatusChangeInfo2["Pending"] = "Pending";
|
|
508
|
+
EStatusChangeInfo2["ErrorUnknown"] = "ErrorUnknown";
|
|
520
509
|
return EStatusChangeInfo2;
|
|
521
510
|
})(EStatusChangeInfo || {});
|
|
522
511
|
|
package/dist/index.mjs
CHANGED
|
@@ -245,7 +245,6 @@ __export(enums_exports, {
|
|
|
245
245
|
AI: () => ai_exports,
|
|
246
246
|
Common: () => common_exports,
|
|
247
247
|
Lark: () => lark_exports,
|
|
248
|
-
Name: () => name_exports,
|
|
249
248
|
SheetTool: () => sheet_tool_exports,
|
|
250
249
|
Status: () => status_exports,
|
|
251
250
|
Types: () => types_exports
|
|
@@ -273,17 +272,6 @@ var EPriority = /* @__PURE__ */ ((EPriority2) => {
|
|
|
273
272
|
return EPriority2;
|
|
274
273
|
})(EPriority || {});
|
|
275
274
|
|
|
276
|
-
// src/enums/name/index.ts
|
|
277
|
-
var name_exports = {};
|
|
278
|
-
__export(name_exports, {
|
|
279
|
-
ENameVPN: () => ENameVPN
|
|
280
|
-
});
|
|
281
|
-
|
|
282
|
-
// src/enums/name/ENameVPN.enum.ts
|
|
283
|
-
var ENameVPN = /* @__PURE__ */ ((ENameVPN2) => {
|
|
284
|
-
return ENameVPN2;
|
|
285
|
-
})(ENameVPN || {});
|
|
286
|
-
|
|
287
275
|
// src/enums/types/index.ts
|
|
288
276
|
var types_exports = {};
|
|
289
277
|
__export(types_exports, {
|
|
@@ -493,6 +481,7 @@ var EStatusChangeInfo = /* @__PURE__ */ ((EStatusChangeInfo2) => {
|
|
|
493
481
|
EStatusChangeInfo2["Done"] = "Done";
|
|
494
482
|
EStatusChangeInfo2["Failed"] = "Failed";
|
|
495
483
|
EStatusChangeInfo2["Pending"] = "Pending";
|
|
484
|
+
EStatusChangeInfo2["ErrorUnknown"] = "ErrorUnknown";
|
|
496
485
|
return EStatusChangeInfo2;
|
|
497
486
|
})(EStatusChangeInfo || {});
|
|
498
487
|
|