automation-lib 4.8.44 → 4.8.47
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 +3 -4
- package/dist/index.d.ts +3 -4
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -797,8 +797,8 @@ interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
|
|
|
797
797
|
account_pc: IPC | string;
|
|
798
798
|
account_username: string;
|
|
799
799
|
account_password: string;
|
|
800
|
-
account_device: IDevice | string;
|
|
801
800
|
account_deviceKey: string;
|
|
801
|
+
account_device: IDevice | string;
|
|
802
802
|
account_proxy: IProxy | string;
|
|
803
803
|
account_group: IAccountsGroup | string;
|
|
804
804
|
account_nameAppClone: string;
|
|
@@ -1101,8 +1101,9 @@ interface IInstagramPostStory extends BoInterfaceModelsCommon.IBaseModel, BoInte
|
|
|
1101
1101
|
|
|
1102
1102
|
interface IInstagramInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1103
1103
|
ircmt_content: string;
|
|
1104
|
-
ircmt_linkPost: string;
|
|
1105
1104
|
ircmt_userLink: string;
|
|
1105
|
+
ircmt_linkPost: string;
|
|
1106
|
+
ircmt_commentReplied: string;
|
|
1106
1107
|
ircmt_idea: string | IIdea;
|
|
1107
1108
|
ircmt_niche: string | INiche;
|
|
1108
1109
|
ircmt_department: IDepartment | string;
|
|
@@ -1286,8 +1287,6 @@ interface IInstagramSettingInteractReel extends BoInterfaceModelsCommon.IBaseMod
|
|
|
1286
1287
|
|
|
1287
1288
|
interface IInstagramSettingInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1288
1289
|
sirc_account: string | IAccount;
|
|
1289
|
-
sirc_urlPost: string;
|
|
1290
|
-
sirc_commentReplied: string;
|
|
1291
1290
|
sirc_dayOfWeeks: Array<string>;
|
|
1292
1291
|
sirc_listRunTimes: Array<Array<string>>;
|
|
1293
1292
|
sirc_timeExecuteForOperationFrom: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -797,8 +797,8 @@ interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
|
|
|
797
797
|
account_pc: IPC | string;
|
|
798
798
|
account_username: string;
|
|
799
799
|
account_password: string;
|
|
800
|
-
account_device: IDevice | string;
|
|
801
800
|
account_deviceKey: string;
|
|
801
|
+
account_device: IDevice | string;
|
|
802
802
|
account_proxy: IProxy | string;
|
|
803
803
|
account_group: IAccountsGroup | string;
|
|
804
804
|
account_nameAppClone: string;
|
|
@@ -1101,8 +1101,9 @@ interface IInstagramPostStory extends BoInterfaceModelsCommon.IBaseModel, BoInte
|
|
|
1101
1101
|
|
|
1102
1102
|
interface IInstagramInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1103
1103
|
ircmt_content: string;
|
|
1104
|
-
ircmt_linkPost: string;
|
|
1105
1104
|
ircmt_userLink: string;
|
|
1105
|
+
ircmt_linkPost: string;
|
|
1106
|
+
ircmt_commentReplied: string;
|
|
1106
1107
|
ircmt_idea: string | IIdea;
|
|
1107
1108
|
ircmt_niche: string | INiche;
|
|
1108
1109
|
ircmt_department: IDepartment | string;
|
|
@@ -1286,8 +1287,6 @@ interface IInstagramSettingInteractReel extends BoInterfaceModelsCommon.IBaseMod
|
|
|
1286
1287
|
|
|
1287
1288
|
interface IInstagramSettingInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1288
1289
|
sirc_account: string | IAccount;
|
|
1289
|
-
sirc_urlPost: string;
|
|
1290
|
-
sirc_commentReplied: string;
|
|
1291
1290
|
sirc_dayOfWeeks: Array<string>;
|
|
1292
1291
|
sirc_listRunTimes: Array<Array<string>>;
|
|
1293
1292
|
sirc_timeExecuteForOperationFrom: number;
|
package/dist/index.js
CHANGED
|
@@ -18,14 +18,14 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
|
|
20
20
|
// src/index.ts
|
|
21
|
-
var
|
|
22
|
-
__export(
|
|
21
|
+
var src_exports = {};
|
|
22
|
+
__export(src_exports, {
|
|
23
23
|
AutoConstants: () => constants_exports,
|
|
24
24
|
AutoEnums: () => enums_exports,
|
|
25
25
|
AutoInterfacesCommon: () => common_exports2,
|
|
26
26
|
AutoInterfacesModels: () => models_exports
|
|
27
27
|
});
|
|
28
|
-
module.exports = __toCommonJS(
|
|
28
|
+
module.exports = __toCommonJS(src_exports);
|
|
29
29
|
|
|
30
30
|
// src/constants/index.ts
|
|
31
31
|
var constants_exports = {};
|