@wix/auto_sdk_blog_posts 1.0.69 → 1.0.70

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.
@@ -16,6 +16,12 @@ import { transformPaths } from "@wix/sdk-runtime/transformations/transform-paths
16
16
  import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
17
17
  function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts) {
18
18
  const domainToMappings = {
19
+ "apps._base_domain_": [
20
+ {
21
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
22
+ destPath: "/v3/posts"
23
+ }
24
+ ],
19
25
  "www._base_domain_": [
20
26
  {
21
27
  srcPath: "/_api/communities-blog-node-api/v3/posts",
@@ -48,10 +54,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
48
54
  srcPath: "/_api/communities-blog-node-api",
49
55
  destPath: ""
50
56
  },
51
- {
52
- srcPath: "/_api/communities-blog-node-api/v3/posts",
53
- destPath: "/v3/posts"
54
- },
55
57
  {
56
58
  srcPath: "/_api/communities-blog-node-api/v2/stats",
57
59
  destPath: "/v2/stats"