automation-lib 4.7.30 → 4.7.31

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
@@ -988,9 +988,9 @@ interface IInstagramPostReel extends BoInterfaceModelsCommon.IBaseModel, BoInter
988
988
  pr_polls: string[];
989
989
  pr_location: string;
990
990
  pr_music: string;
991
- pr_text: string;
992
- pr_collaborators: string[];
993
- pr_tagUser: string[];
991
+ pr_content: string;
992
+ pr_collaborator: string;
993
+ pr_tagUser: string;
994
994
  pr_url: string;
995
995
  pr_pc: string | IPC;
996
996
  pr_idea: string | IIdea;
package/dist/index.d.ts CHANGED
@@ -988,9 +988,9 @@ interface IInstagramPostReel extends BoInterfaceModelsCommon.IBaseModel, BoInter
988
988
  pr_polls: string[];
989
989
  pr_location: string;
990
990
  pr_music: string;
991
- pr_text: string;
992
- pr_collaborators: string[];
993
- pr_tagUser: string[];
991
+ pr_content: string;
992
+ pr_collaborator: string;
993
+ pr_tagUser: string;
994
994
  pr_url: string;
995
995
  pr_pc: string | IPC;
996
996
  pr_idea: string | IIdea;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.7.30",
3
+ "version": "4.7.31",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",