@wix/auto_sdk_blog_posts 1.0.89 → 1.0.91

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.
@@ -45,6 +45,12 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts)
45
45
  srcPath: "/_api/communities-blog-node-api/v3/posts",
46
46
  destPath: "/v3/posts"
47
47
  }
48
+ ],
49
+ "*.dev.wix-code.com": [
50
+ {
51
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
52
+ destPath: "/v3/posts"
53
+ }
48
54
  ]
49
55
  };
50
56
  return resolveUrl(Object.assign(opts, { domainToMappings }));
@@ -107,18 +113,30 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
107
113
  {
108
114
  srcPath: "/_api/communities-blog-node-api",
109
115
  destPath: ""
116
+ },
117
+ {
118
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
119
+ destPath: "/v3/posts"
110
120
  }
111
121
  ],
112
122
  "blocks._base_domain_": [
113
123
  {
114
124
  srcPath: "/_api/communities-blog-node-api",
115
125
  destPath: ""
126
+ },
127
+ {
128
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
129
+ destPath: "/v3/posts"
116
130
  }
117
131
  ],
118
132
  "create.editorx": [
119
133
  {
120
134
  srcPath: "/_api/communities-blog-node-api",
121
135
  destPath: ""
136
+ },
137
+ {
138
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
139
+ destPath: "/v3/posts"
122
140
  }
123
141
  ],
124
142
  "*.dev.wix-code.com": [
@@ -179,12 +197,20 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
179
197
  {
180
198
  srcPath: "/_api/communities-blog-node-api",
181
199
  destPath: ""
200
+ },
201
+ {
202
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
203
+ destPath: "/v3/posts"
182
204
  }
183
205
  ],
184
206
  "dev._base_domain_": [
185
207
  {
186
208
  srcPath: "/_api/communities-blog-node-api",
187
209
  destPath: ""
210
+ },
211
+ {
212
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
213
+ destPath: "/v3/posts"
188
214
  }
189
215
  ],
190
216
  "www.wixapis.com": [