automation-lib 4.7.30 → 4.7.31
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -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
|
@@ -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;
|