automation-lib 4.7.35 → 4.7.36
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 +0 -1
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1009,7 +1009,6 @@ interface IInstagramPostStory extends BoInterfaceModelsCommon.IBaseModel, BoInte
|
|
|
1009
1009
|
ps_photosUrl: string[];
|
|
1010
1010
|
ps_videosUrl: string[];
|
|
1011
1011
|
ps_music: string;
|
|
1012
|
-
ps_link: string;
|
|
1013
1012
|
ps_location: string;
|
|
1014
1013
|
ps_pc: string | IPC;
|
|
1015
1014
|
ps_idea: string | IIdea;
|
package/dist/index.d.ts
CHANGED
|
@@ -1009,7 +1009,6 @@ interface IInstagramPostStory extends BoInterfaceModelsCommon.IBaseModel, BoInte
|
|
|
1009
1009
|
ps_photosUrl: string[];
|
|
1010
1010
|
ps_videosUrl: string[];
|
|
1011
1011
|
ps_music: string;
|
|
1012
|
-
ps_link: string;
|
|
1013
1012
|
ps_location: string;
|
|
1014
1013
|
ps_pc: string | IPC;
|
|
1015
1014
|
ps_idea: string | IIdea;
|