automation-lib 4.8.45 → 4.8.49
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 +2 -4
- package/dist/index.d.ts +2 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -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;
|
|
@@ -1168,7 +1169,6 @@ interface IInteractSentMessageDetail {
|
|
|
1168
1169
|
}
|
|
1169
1170
|
interface IInstagramInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1170
1171
|
irm_content: string;
|
|
1171
|
-
irm_receiver: string;
|
|
1172
1172
|
irm_idea: string | IIdea;
|
|
1173
1173
|
irm_niche: string | INiche;
|
|
1174
1174
|
irm_department: IDepartment | string;
|
|
@@ -1286,8 +1286,6 @@ interface IInstagramSettingInteractReel extends BoInterfaceModelsCommon.IBaseMod
|
|
|
1286
1286
|
|
|
1287
1287
|
interface IInstagramSettingInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1288
1288
|
sirc_account: string | IAccount;
|
|
1289
|
-
sirc_urlPost: string;
|
|
1290
|
-
sirc_commentReplied: string;
|
|
1291
1289
|
sirc_dayOfWeeks: Array<string>;
|
|
1292
1290
|
sirc_listRunTimes: Array<Array<string>>;
|
|
1293
1291
|
sirc_timeExecuteForOperationFrom: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -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;
|
|
@@ -1168,7 +1169,6 @@ interface IInteractSentMessageDetail {
|
|
|
1168
1169
|
}
|
|
1169
1170
|
interface IInstagramInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1170
1171
|
irm_content: string;
|
|
1171
|
-
irm_receiver: string;
|
|
1172
1172
|
irm_idea: string | IIdea;
|
|
1173
1173
|
irm_niche: string | INiche;
|
|
1174
1174
|
irm_department: IDepartment | string;
|
|
@@ -1286,8 +1286,6 @@ interface IInstagramSettingInteractReel extends BoInterfaceModelsCommon.IBaseMod
|
|
|
1286
1286
|
|
|
1287
1287
|
interface IInstagramSettingInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1288
1288
|
sirc_account: string | IAccount;
|
|
1289
|
-
sirc_urlPost: string;
|
|
1290
|
-
sirc_commentReplied: string;
|
|
1291
1289
|
sirc_dayOfWeeks: Array<string>;
|
|
1292
1290
|
sirc_listRunTimes: Array<Array<string>>;
|
|
1293
1291
|
sirc_timeExecuteForOperationFrom: number;
|