automation-lib 4.7.35 → 4.7.36

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
@@ -1009,7 +1009,6 @@ interface IInstagramPostStory extends BoInterfaceModelsCommon.IBaseModel, BoInte
1009
1009
  ps_photosUrl: string[];
1010
1010
  ps_videosUrl: string[];
1011
1011
  ps_music: string;
1012
- ps_link: string;
1013
1012
  ps_location: string;
1014
1013
  ps_pc: string | IPC;
1015
1014
  ps_idea: string | IIdea;
package/dist/index.d.ts CHANGED
@@ -1009,7 +1009,6 @@ interface IInstagramPostStory extends BoInterfaceModelsCommon.IBaseModel, BoInte
1009
1009
  ps_photosUrl: string[];
1010
1010
  ps_videosUrl: string[];
1011
1011
  ps_music: string;
1012
- ps_link: string;
1013
1012
  ps_location: string;
1014
1013
  ps_pc: string | IPC;
1015
1014
  ps_idea: string | IIdea;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.7.35",
3
+ "version": "4.7.36",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",