@wix/auto_sdk_blog_posts 1.0.69 → 1.0.71

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.
@@ -97,11 +97,23 @@ var import_transform_paths = require("@wix/sdk-runtime/transformations/transform
97
97
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
98
98
  function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts) {
99
99
  const domainToMappings = {
100
+ "apps._base_domain_": [
101
+ {
102
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
103
+ destPath: "/v3/posts"
104
+ }
105
+ ],
100
106
  "www._base_domain_": [
101
107
  {
102
108
  srcPath: "/_api/communities-blog-node-api/v3/posts",
103
109
  destPath: "/v3/posts"
104
110
  }
111
+ ],
112
+ "www.wixapis.com": [
113
+ {
114
+ srcPath: "/_api/v3/posts",
115
+ destPath: "/v3/posts"
116
+ }
105
117
  ]
106
118
  };
107
119
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
@@ -129,10 +141,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
129
141
  srcPath: "/_api/communities-blog-node-api",
130
142
  destPath: ""
131
143
  },
132
- {
133
- srcPath: "/_api/communities-blog-node-api/v3/posts",
134
- destPath: "/v3/posts"
135
- },
136
144
  {
137
145
  srcPath: "/_api/communities-blog-node-api/v2/stats",
138
146
  destPath: "/v2/stats"
@@ -276,10 +284,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
276
284
  {
277
285
  srcPath: "/blog/v2/stats",
278
286
  destPath: "/v2/stats"
279
- },
280
- {
281
- srcPath: "/_api/v3/posts",
282
- destPath: "/v3/posts"
283
287
  }
284
288
  ]
285
289
  };