@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.
@@ -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' });