@wix/auto_sdk_blog_posts 1.0.68 → 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.
@@ -91,7 +91,20 @@ var import_timestamp2 = require("@wix/sdk-runtime/transformations/timestamp");
91
91
  var import_transform_paths = require("@wix/sdk-runtime/transformations/transform-paths");
92
92
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
93
93
  function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts) {
94
- const domainToMappings = {};
94
+ const domainToMappings = {
95
+ "apps._base_domain_": [
96
+ {
97
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
98
+ destPath: "/v3/posts"
99
+ }
100
+ ],
101
+ "www._base_domain_": [
102
+ {
103
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
104
+ destPath: "/v3/posts"
105
+ }
106
+ ]
107
+ };
95
108
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
96
109
  }
97
110
  function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opts) {
@@ -107,10 +120,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
107
120
  srcPath: "/_api/communities-blog-node-api",
108
121
  destPath: ""
109
122
  },
110
- {
111
- srcPath: "/_api/communities-blog-node-api/v3/posts",
112
- destPath: "/v3/posts"
113
- },
114
123
  {
115
124
  srcPath: "/_api/communities-blog-node-api/v2/stats",
116
125
  destPath: "/v2/stats"
@@ -121,10 +130,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
121
130
  srcPath: "/_api/communities-blog-node-api",
122
131
  destPath: ""
123
132
  },
124
- {
125
- srcPath: "/_api/communities-blog-node-api/v3/posts",
126
- destPath: "/v3/posts"
127
- },
128
133
  {
129
134
  srcPath: "/_api/communities-blog-node-api/v2/stats",
130
135
  destPath: "/v2/stats"