automation-lib 4.7.32 → 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
@@ -958,6 +958,8 @@ interface IInstagramPostHighLight extends BoInterfaceModelsCommon.IBaseModel, Bo
958
958
  }
959
959
 
960
960
  interface IInstagramPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
961
+ pn_rowId: string;
962
+ pn_otherAccount: string;
961
963
  pn_photosUrl: string[];
962
964
  pn_videosUrl: string[];
963
965
  pn_collaborator: string;
@@ -965,8 +967,6 @@ interface IInstagramPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterf
965
967
  pn_music: string;
966
968
  pn_tagUser: string;
967
969
  pn_location: string;
968
- pn_rowId: string;
969
- pn_otherAccount: string;
970
970
  pn_url: string;
971
971
  pn_pc: string | IPC;
972
972
  pn_idea: string | IIdea;
@@ -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;
@@ -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
@@ -958,6 +958,8 @@ interface IInstagramPostHighLight extends BoInterfaceModelsCommon.IBaseModel, Bo
958
958
  }
959
959
 
960
960
  interface IInstagramPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
961
+ pn_rowId: string;
962
+ pn_otherAccount: string;
961
963
  pn_photosUrl: string[];
962
964
  pn_videosUrl: string[];
963
965
  pn_collaborator: string;
@@ -965,8 +967,6 @@ interface IInstagramPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterf
965
967
  pn_music: string;
966
968
  pn_tagUser: string;
967
969
  pn_location: string;
968
- pn_rowId: string;
969
- pn_otherAccount: string;
970
970
  pn_url: string;
971
971
  pn_pc: string | IPC;
972
972
  pn_idea: string | IIdea;
@@ -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;
@@ -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.32",
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",