automation-lib 4.8.41 → 4.8.43

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 CHANGED
@@ -1284,6 +1284,8 @@ interface IInstagramSettingInteractReel extends BoInterfaceModelsCommon.IBaseMod
1284
1284
 
1285
1285
  interface IInstagramSettingInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1286
1286
  sirc_account: string | IAccount;
1287
+ sirc_urlPost: string;
1288
+ sirc_commentReplied: string;
1287
1289
  sirc_dayOfWeeks: Array<string>;
1288
1290
  sirc_listRunTimes: Array<Array<string>>;
1289
1291
  sirc_timeExecuteForOperationFrom: number;
@@ -1307,6 +1309,7 @@ interface IInstagramSettingInteractReplyComment extends BoInterfaceModelsCommon.
1307
1309
 
1308
1310
  interface IInstagramSettingInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1309
1311
  sirm_account: string | IAccount;
1312
+ sirm_receiver: string;
1310
1313
  sirm_listRunTimes: Array<Array<string>>;
1311
1314
  sirm_dayOfWeeks: Array<string>;
1312
1315
  sirm_timeExecuteForOperationFrom: number;
@@ -1376,7 +1379,10 @@ interface IInstagramSettingInteractUnFollow extends BoInterfaceModelsCommon.IBas
1376
1379
 
1377
1380
  interface IInstagramSettingPost extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1378
1381
  sp_account: string | IAccount;
1379
- sp_listRunTimes: Array<Array<string>>;
1382
+ sp_listRunTimes: Array<{
1383
+ typePost: string;
1384
+ listTimes: Array<string>;
1385
+ }>;
1380
1386
  sp_dayOfWeeks: Array<string>;
1381
1387
  sp_timeExecuteForOperation: number;
1382
1388
  sp_numberCommentsForPostMeFrom: number;
package/dist/index.d.ts CHANGED
@@ -1284,6 +1284,8 @@ interface IInstagramSettingInteractReel extends BoInterfaceModelsCommon.IBaseMod
1284
1284
 
1285
1285
  interface IInstagramSettingInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1286
1286
  sirc_account: string | IAccount;
1287
+ sirc_urlPost: string;
1288
+ sirc_commentReplied: string;
1287
1289
  sirc_dayOfWeeks: Array<string>;
1288
1290
  sirc_listRunTimes: Array<Array<string>>;
1289
1291
  sirc_timeExecuteForOperationFrom: number;
@@ -1307,6 +1309,7 @@ interface IInstagramSettingInteractReplyComment extends BoInterfaceModelsCommon.
1307
1309
 
1308
1310
  interface IInstagramSettingInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1309
1311
  sirm_account: string | IAccount;
1312
+ sirm_receiver: string;
1310
1313
  sirm_listRunTimes: Array<Array<string>>;
1311
1314
  sirm_dayOfWeeks: Array<string>;
1312
1315
  sirm_timeExecuteForOperationFrom: number;
@@ -1376,7 +1379,10 @@ interface IInstagramSettingInteractUnFollow extends BoInterfaceModelsCommon.IBas
1376
1379
 
1377
1380
  interface IInstagramSettingPost extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1378
1381
  sp_account: string | IAccount;
1379
- sp_listRunTimes: Array<Array<string>>;
1382
+ sp_listRunTimes: Array<{
1383
+ typePost: string;
1384
+ listTimes: Array<string>;
1385
+ }>;
1380
1386
  sp_dayOfWeeks: Array<string>;
1381
1387
  sp_timeExecuteForOperation: number;
1382
1388
  sp_numberCommentsForPostMeFrom: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.8.41",
3
+ "version": "4.8.43",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",