@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.
@@ -92,11 +92,23 @@ 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",
98
104
  destPath: "/v3/posts"
99
105
  }
106
+ ],
107
+ "www.wixapis.com": [
108
+ {
109
+ srcPath: "/_api/v3/posts",
110
+ destPath: "/v3/posts"
111
+ }
100
112
  ]
101
113
  };
102
114
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
@@ -124,10 +136,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
124
136
  srcPath: "/_api/communities-blog-node-api",
125
137
  destPath: ""
126
138
  },
127
- {
128
- srcPath: "/_api/communities-blog-node-api/v3/posts",
129
- destPath: "/v3/posts"
130
- },
131
139
  {
132
140
  srcPath: "/_api/communities-blog-node-api/v2/stats",
133
141
  destPath: "/v2/stats"
@@ -271,10 +279,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
271
279
  {
272
280
  srcPath: "/blog/v2/stats",
273
281
  destPath: "/v2/stats"
274
- },
275
- {
276
- srcPath: "/_api/v3/posts",
277
- destPath: "/v3/posts"
278
282
  }
279
283
  ]
280
284
  };