automation-lib 4.7.33 → 4.7.34

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