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 +1 -3
- package/dist/index.d.ts +1 -3
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
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;
|