automation-lib 4.7.32 → 4.7.33
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 +5 -5
- package/dist/index.d.ts +5 -5
- package/package.json +1 -1
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
|
-
|
|
992
|
-
|
|
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
|
@@ -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
|
-
|
|
992
|
-
|
|
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;
|