@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.
package/build/cjs/meta.js CHANGED
@@ -92,6 +92,12 @@ var import_transform_paths = require("@wix/sdk-runtime/transformations/transform
92
92
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
93
93
  function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts) {
94
94
  const domainToMappings = {
95
+ "apps._base_domain_": [
96
+ {
97
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
98
+ destPath: "/v3/posts"
99
+ }
100
+ ],
95
101
  "www._base_domain_": [
96
102
  {
97
103
  srcPath: "/_api/communities-blog-node-api/v3/posts",
@@ -124,10 +130,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
124
130
  srcPath: "/_api/communities-blog-node-api",
125
131
  destPath: ""
126
132
  },
127
- {
128
- srcPath: "/_api/communities-blog-node-api/v3/posts",
129
- destPath: "/v3/posts"
130
- },
131
133
  {
132
134
  srcPath: "/_api/communities-blog-node-api/v2/stats",
133
135
  destPath: "/v2/stats"