automation-lib 4.7.34 → 4.7.35

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