automation-lib 5.0.74 → 5.0.77
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 -32
- package/dist/index.d.ts +26 -32
- package/dist/index.js +0 -12
- package/dist/index.mjs +0 -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 {
|
|
@@ -805,7 +796,7 @@ declare namespace index$d {
|
|
|
805
796
|
}
|
|
806
797
|
|
|
807
798
|
declare namespace index$c {
|
|
808
|
-
export { index$f as AI, index$
|
|
799
|
+
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
800
|
}
|
|
810
801
|
|
|
811
802
|
type TTaskInstagramBlockUser = {
|
|
@@ -1476,6 +1467,7 @@ interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
|
|
|
1476
1467
|
lastActiveTime: Date;
|
|
1477
1468
|
nameAppClone: string;
|
|
1478
1469
|
packageApp: string;
|
|
1470
|
+
note: string;
|
|
1479
1471
|
}
|
|
1480
1472
|
|
|
1481
1473
|
interface IAccountCanva extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
@@ -1523,6 +1515,7 @@ interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCo
|
|
|
1523
1515
|
enbDate: Date;
|
|
1524
1516
|
lastUsed: Date;
|
|
1525
1517
|
lastUserUsed: string | IUser;
|
|
1518
|
+
note: string;
|
|
1526
1519
|
}
|
|
1527
1520
|
|
|
1528
1521
|
interface IAccountVPSGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
@@ -1545,7 +1538,6 @@ interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
|
|
|
1545
1538
|
sheetUrl: string;
|
|
1546
1539
|
sheetName: string;
|
|
1547
1540
|
rowId: string;
|
|
1548
|
-
nameApp: ENameVPN;
|
|
1549
1541
|
oldEmail: string;
|
|
1550
1542
|
oldUsername: string;
|
|
1551
1543
|
oldPassword: string;
|
|
@@ -1564,6 +1556,7 @@ interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
|
|
|
1564
1556
|
enbDate: Date;
|
|
1565
1557
|
lastUsed: Date;
|
|
1566
1558
|
lastUserUsed: string | IUser;
|
|
1559
|
+
note: string;
|
|
1567
1560
|
}
|
|
1568
1561
|
|
|
1569
1562
|
interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
@@ -1590,6 +1583,7 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
|
|
|
1590
1583
|
status: EStatusAccountVPN;
|
|
1591
1584
|
lastUsed: Date;
|
|
1592
1585
|
lastUserUsed: string | IUser;
|
|
1586
|
+
note: string;
|
|
1593
1587
|
}
|
|
1594
1588
|
|
|
1595
1589
|
interface IAccountDraft extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
@@ -2824,4 +2818,4 @@ declare namespace index {
|
|
|
2824
2818
|
export type { index_IDataDiscussTaskJob as IDataDiscussTaskJob, index_IDataNotification as IDataNotification, index_IDataUser as IDataUser, index_IResponseLogin as IResponseLogin };
|
|
2825
2819
|
}
|
|
2826
2820
|
|
|
2827
|
-
export { index$
|
|
2821
|
+
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 {
|
|
@@ -805,7 +796,7 @@ declare namespace index$d {
|
|
|
805
796
|
}
|
|
806
797
|
|
|
807
798
|
declare namespace index$c {
|
|
808
|
-
export { index$f as AI, index$
|
|
799
|
+
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
800
|
}
|
|
810
801
|
|
|
811
802
|
type TTaskInstagramBlockUser = {
|
|
@@ -1476,6 +1467,7 @@ interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
|
|
|
1476
1467
|
lastActiveTime: Date;
|
|
1477
1468
|
nameAppClone: string;
|
|
1478
1469
|
packageApp: string;
|
|
1470
|
+
note: string;
|
|
1479
1471
|
}
|
|
1480
1472
|
|
|
1481
1473
|
interface IAccountCanva extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
@@ -1523,6 +1515,7 @@ interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCo
|
|
|
1523
1515
|
enbDate: Date;
|
|
1524
1516
|
lastUsed: Date;
|
|
1525
1517
|
lastUserUsed: string | IUser;
|
|
1518
|
+
note: string;
|
|
1526
1519
|
}
|
|
1527
1520
|
|
|
1528
1521
|
interface IAccountVPSGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
@@ -1545,7 +1538,6 @@ interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
|
|
|
1545
1538
|
sheetUrl: string;
|
|
1546
1539
|
sheetName: string;
|
|
1547
1540
|
rowId: string;
|
|
1548
|
-
nameApp: ENameVPN;
|
|
1549
1541
|
oldEmail: string;
|
|
1550
1542
|
oldUsername: string;
|
|
1551
1543
|
oldPassword: string;
|
|
@@ -1564,6 +1556,7 @@ interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
|
|
|
1564
1556
|
enbDate: Date;
|
|
1565
1557
|
lastUsed: Date;
|
|
1566
1558
|
lastUserUsed: string | IUser;
|
|
1559
|
+
note: string;
|
|
1567
1560
|
}
|
|
1568
1561
|
|
|
1569
1562
|
interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
@@ -1590,6 +1583,7 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
|
|
|
1590
1583
|
status: EStatusAccountVPN;
|
|
1591
1584
|
lastUsed: Date;
|
|
1592
1585
|
lastUserUsed: string | IUser;
|
|
1586
|
+
note: string;
|
|
1593
1587
|
}
|
|
1594
1588
|
|
|
1595
1589
|
interface IAccountDraft extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
@@ -2824,4 +2818,4 @@ declare namespace index {
|
|
|
2824
2818
|
export type { index_IDataDiscussTaskJob as IDataDiscussTaskJob, index_IDataNotification as IDataNotification, index_IDataUser as IDataUser, index_IResponseLogin as IResponseLogin };
|
|
2825
2819
|
}
|
|
2826
2820
|
|
|
2827
|
-
export { index$
|
|
2821
|
+
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, {
|
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, {
|