automation-lib 4.8.49 → 4.8.51
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1169,6 +1169,7 @@ interface IInteractSentMessageDetail {
|
|
|
1169
1169
|
}
|
|
1170
1170
|
interface IInstagramInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1171
1171
|
irm_content: string;
|
|
1172
|
+
irm_receiver: string;
|
|
1172
1173
|
irm_idea: string | IIdea;
|
|
1173
1174
|
irm_niche: string | INiche;
|
|
1174
1175
|
irm_department: IDepartment | string;
|
|
@@ -1309,7 +1310,6 @@ interface IInstagramSettingInteractReplyComment extends BoInterfaceModelsCommon.
|
|
|
1309
1310
|
|
|
1310
1311
|
interface IInstagramSettingInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1311
1312
|
sirm_account: string | IAccount;
|
|
1312
|
-
sirm_receiver: string;
|
|
1313
1313
|
sirm_listRunTimes: Array<Array<string>>;
|
|
1314
1314
|
sirm_dayOfWeeks: Array<string>;
|
|
1315
1315
|
sirm_timeExecuteForOperationFrom: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -1169,6 +1169,7 @@ interface IInteractSentMessageDetail {
|
|
|
1169
1169
|
}
|
|
1170
1170
|
interface IInstagramInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1171
1171
|
irm_content: string;
|
|
1172
|
+
irm_receiver: string;
|
|
1172
1173
|
irm_idea: string | IIdea;
|
|
1173
1174
|
irm_niche: string | INiche;
|
|
1174
1175
|
irm_department: IDepartment | string;
|
|
@@ -1309,7 +1310,6 @@ interface IInstagramSettingInteractReplyComment extends BoInterfaceModelsCommon.
|
|
|
1309
1310
|
|
|
1310
1311
|
interface IInstagramSettingInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1311
1312
|
sirm_account: string | IAccount;
|
|
1312
|
-
sirm_receiver: string;
|
|
1313
1313
|
sirm_listRunTimes: Array<Array<string>>;
|
|
1314
1314
|
sirm_dayOfWeeks: Array<string>;
|
|
1315
1315
|
sirm_timeExecuteForOperationFrom: number;
|