@wix/auto_sdk_blog_posts 1.0.93 → 1.0.95

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/es/meta.mjs CHANGED
@@ -52,11 +52,35 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts)
52
52
  destPath: "/v3/posts"
53
53
  }
54
54
  ],
55
+ "editor._base_domain_": [
56
+ {
57
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
58
+ destPath: "/v3/posts"
59
+ }
60
+ ],
61
+ "blocks._base_domain_": [
62
+ {
63
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
64
+ destPath: "/v3/posts"
65
+ }
66
+ ],
67
+ "create.editorx": [
68
+ {
69
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
70
+ destPath: "/v3/posts"
71
+ }
72
+ ],
55
73
  "editor.wixapps.net": [
56
74
  {
57
75
  srcPath: "/_api/communities-blog-node-api/v3/posts",
58
76
  destPath: "/v3/posts"
59
77
  }
78
+ ],
79
+ "dev._base_domain_": [
80
+ {
81
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
82
+ destPath: "/v3/posts"
83
+ }
60
84
  ]
61
85
  };
62
86
  return resolveUrl(Object.assign(opts, { domainToMappings }));
@@ -119,30 +143,18 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
119
143
  {
120
144
  srcPath: "/_api/communities-blog-node-api",
121
145
  destPath: ""
122
- },
123
- {
124
- srcPath: "/_api/communities-blog-node-api/v3/posts",
125
- destPath: "/v3/posts"
126
146
  }
127
147
  ],
128
148
  "blocks._base_domain_": [
129
149
  {
130
150
  srcPath: "/_api/communities-blog-node-api",
131
151
  destPath: ""
132
- },
133
- {
134
- srcPath: "/_api/communities-blog-node-api/v3/posts",
135
- destPath: "/v3/posts"
136
152
  }
137
153
  ],
138
154
  "create.editorx": [
139
155
  {
140
156
  srcPath: "/_api/communities-blog-node-api",
141
157
  destPath: ""
142
- },
143
- {
144
- srcPath: "/_api/communities-blog-node-api/v3/posts",
145
- destPath: "/v3/posts"
146
158
  }
147
159
  ],
148
160
  "*.dev.wix-code.com": [
@@ -209,10 +221,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
209
221
  {
210
222
  srcPath: "/_api/communities-blog-node-api",
211
223
  destPath: ""
212
- },
213
- {
214
- srcPath: "/_api/communities-blog-node-api/v3/posts",
215
- destPath: "/v3/posts"
216
224
  }
217
225
  ],
218
226
  "www.wixapis.com": [