@vendasta/social-posts 5.30.0 → 5.31.0
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/esm2020/lib/_internal/interfaces/wordpress-plugin.interface.mjs +1 -1
- package/esm2020/lib/_internal/objects/wordpress-plugin.mjs +1 -1
- package/esm2020/lib/_internal/wordpress-plugin.api.service.mjs +1 -1
- package/esm2020/lib/wordpress-plugin.service.mjs +4 -1
- package/fesm2015/vendasta-social-posts.mjs +3 -0
- package/fesm2015/vendasta-social-posts.mjs.map +1 -1
- package/fesm2020/vendasta-social-posts.mjs +3 -0
- package/fesm2020/vendasta-social-posts.mjs.map +1 -1
- package/lib/wordpress-plugin.service.d.ts +2 -1
- package/package.json +1 -1
|
@@ -7326,6 +7326,9 @@ class WordpressPluginService {
|
|
|
7326
7326
|
publishPost(PublishPostRequestInterface) {
|
|
7327
7327
|
return this.wordpressPluginApiService.publishPost(PublishPostRequestInterface);
|
|
7328
7328
|
}
|
|
7329
|
+
getAuthors(authorsRequestInterface) {
|
|
7330
|
+
return this.wordpressPluginApiService.getAuthors(authorsRequestInterface);
|
|
7331
|
+
}
|
|
7329
7332
|
}
|
|
7330
7333
|
WordpressPluginService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: WordpressPluginService, deps: [{ token: WordpressPluginApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7331
7334
|
WordpressPluginService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: WordpressPluginService, providedIn: 'root' });
|