automation-lib 5.4.145 → 5.4.146

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
@@ -12161,13 +12161,13 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
12161
12161
  voicePage1: string;
12162
12162
  voicePage3456: string;
12163
12163
  addMusic: string;
12164
- tagUserName: string;
12165
- tagCollaborator: string;
12164
+ tagUserName: string[];
12165
+ tagCollaborator: string[];
12166
12166
  addLocation: string;
12167
12167
  historyName: string;
12168
12168
  linkAddHistory: string;
12169
12169
  commentPostMe: string;
12170
- tagUserPostMe: string;
12170
+ tagUserPostMe: string[];
12171
12171
  typePost: TPost;
12172
12172
  postStyle: string;
12173
12173
  statusLogin: EStatusAccountSocialLogin;
@@ -12248,13 +12248,13 @@ interface ITaskInstagramPostELS extends IBaseELS {
12248
12248
  voicePage1: string;
12249
12249
  voicePage3456: string;
12250
12250
  addMusic: string;
12251
- tagUserName: string;
12252
- tagCollaborator: string;
12251
+ tagUserName: string[];
12252
+ tagCollaborator: string[];
12253
12253
  addLocation: string;
12254
12254
  historyName: string;
12255
12255
  linkAddHistory: string;
12256
12256
  commentPostMe: string;
12257
- tagUserPostMe: string;
12257
+ tagUserPostMe: string[];
12258
12258
  typePost: TPost;
12259
12259
  postStyle: string;
12260
12260
  statusLogin: EStatusAccountSocialLogin;
package/dist/index.d.ts CHANGED
@@ -12161,13 +12161,13 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
12161
12161
  voicePage1: string;
12162
12162
  voicePage3456: string;
12163
12163
  addMusic: string;
12164
- tagUserName: string;
12165
- tagCollaborator: string;
12164
+ tagUserName: string[];
12165
+ tagCollaborator: string[];
12166
12166
  addLocation: string;
12167
12167
  historyName: string;
12168
12168
  linkAddHistory: string;
12169
12169
  commentPostMe: string;
12170
- tagUserPostMe: string;
12170
+ tagUserPostMe: string[];
12171
12171
  typePost: TPost;
12172
12172
  postStyle: string;
12173
12173
  statusLogin: EStatusAccountSocialLogin;
@@ -12248,13 +12248,13 @@ interface ITaskInstagramPostELS extends IBaseELS {
12248
12248
  voicePage1: string;
12249
12249
  voicePage3456: string;
12250
12250
  addMusic: string;
12251
- tagUserName: string;
12252
- tagCollaborator: string;
12251
+ tagUserName: string[];
12252
+ tagCollaborator: string[];
12253
12253
  addLocation: string;
12254
12254
  historyName: string;
12255
12255
  linkAddHistory: string;
12256
12256
  commentPostMe: string;
12257
- tagUserPostMe: string;
12257
+ tagUserPostMe: string[];
12258
12258
  typePost: TPost;
12259
12259
  postStyle: string;
12260
12260
  statusLogin: EStatusAccountSocialLogin;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.145",
3
+ "version": "5.4.146",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",