@wix/auto_sdk_blog_posts 1.0.77 → 1.0.79

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.
@@ -109,6 +109,16 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts)
109
109
  srcPath: "/_api/communities-blog-node-api/v3/posts",
110
110
  destPath: "/v3/posts"
111
111
  }
112
+ ],
113
+ "www.wixapis.com": [
114
+ {
115
+ srcPath: "/blog/v3/posts",
116
+ destPath: "/v3/posts"
117
+ },
118
+ {
119
+ srcPath: "/_api/v3/posts",
120
+ destPath: "/v3/posts"
121
+ }
112
122
  ]
113
123
  };
114
124
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
@@ -272,17 +282,9 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
272
282
  srcPath: "/v3/posts",
273
283
  destPath: "/v3/posts"
274
284
  },
275
- {
276
- srcPath: "/blog/v3/posts",
277
- destPath: "/v3/posts"
278
- },
279
285
  {
280
286
  srcPath: "/blog/v2/stats",
281
287
  destPath: "/v2/stats"
282
- },
283
- {
284
- srcPath: "/_api/v3/posts",
285
- destPath: "/v3/posts"
286
288
  }
287
289
  ]
288
290
  };