@wix/auto_sdk_blog_draft-posts 1.0.70 → 1.0.72

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.
@@ -131,6 +131,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(o
131
131
  {
132
132
  srcPath: "/_api/communities-blog-node-api/v3/stats",
133
133
  destPath: "/v3/stats"
134
+ },
135
+ {
136
+ srcPath: "/_api/draft-post-service-api-proxy/moderation",
137
+ destPath: "/moderation"
134
138
  }
135
139
  ],
136
140
  "social-blog._base_domain_": [
@@ -3038,7 +3042,9 @@ async function typedQueryDraftPosts(query, options) {
3038
3042
  }
3039
3043
  }
3040
3044
  var utils = {
3041
- ...createQueryUtils()
3045
+ query: {
3046
+ ...createQueryUtils()
3047
+ }
3042
3048
  };
3043
3049
  async function publishDraftPost2(draftPostId) {
3044
3050
  const { httpClient, sideEffects } = arguments[1];