@wix/auto_sdk_blog_posts 1.0.67 → 1.0.69

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.
@@ -28,182 +28,10 @@ import { transformPaths } from "@wix/sdk-runtime/transformations/transform-paths
28
28
  import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
29
29
  function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts) {
30
30
  const domainToMappings = {
31
- "api._api_base_domain_": [
32
- {
33
- srcPath: "/communities-blog-node-api",
34
- destPath: ""
35
- }
36
- ],
37
31
  "www._base_domain_": [
38
- {
39
- srcPath: "/_api/communities-blog-node-api",
40
- destPath: ""
41
- },
42
- {
43
- srcPath: "/_api/communities-blog-node-api/v3/posts",
44
- destPath: "/v3/posts"
45
- },
46
- {
47
- srcPath: "/_api/communities-blog-node-api/v2/stats",
48
- destPath: "/v2/stats"
49
- }
50
- ],
51
- "apps._base_domain_": [
52
- {
53
- srcPath: "/_api/communities-blog-node-api",
54
- destPath: ""
55
- },
56
- {
57
- srcPath: "/_api/communities-blog-node-api/v3/posts",
58
- destPath: "/v3/posts"
59
- },
60
- {
61
- srcPath: "/_api/communities-blog-node-api/v2/stats",
62
- destPath: "/v2/stats"
63
- }
64
- ],
65
- _: [
66
- {
67
- srcPath: "/_api/communities-blog-node-api",
68
- destPath: ""
69
- },
70
- {
71
- srcPath: "/_api/communities-blog-node-api/_api/blogs/this",
72
- destPath: "/_api/blogs/this"
73
- },
74
- {
75
- srcPath: "/_api/communities-blog-node-api/_api/categories",
76
- destPath: "/_api/categories"
77
- },
78
- {
79
- srcPath: "/_api/communities-blog-node-api/_api/site-properties",
80
- destPath: "/_api/site-properties"
81
- },
82
- {
83
- srcPath: "/_api/communities-blog-node-api/_api/posts/content",
84
- destPath: "/_api/posts/content"
85
- },
86
32
  {
87
33
  srcPath: "/_api/communities-blog-node-api/v3/posts",
88
34
  destPath: "/v3/posts"
89
- },
90
- {
91
- srcPath: "/_api/communities-blog-node-api/v2/stats",
92
- destPath: "/v2/stats"
93
- }
94
- ],
95
- "editor._base_domain_": [
96
- {
97
- srcPath: "/_api/communities-blog-node-api",
98
- destPath: ""
99
- }
100
- ],
101
- "blocks._base_domain_": [
102
- {
103
- srcPath: "/_api/communities-blog-node-api",
104
- destPath: ""
105
- }
106
- ],
107
- "create.editorx": [
108
- {
109
- srcPath: "/_api/communities-blog-node-api",
110
- destPath: ""
111
- }
112
- ],
113
- "*.dev.wix-code.com": [
114
- {
115
- srcPath: "/_api/communities-blog-node-api",
116
- destPath: ""
117
- }
118
- ],
119
- "*.pub.wix-code.com": [
120
- {
121
- srcPath: "/_api/communities-blog-node-api",
122
- destPath: ""
123
- }
124
- ],
125
- "bo._base_domain_": [
126
- {
127
- srcPath: "/_api/communities-blog-node-api",
128
- destPath: ""
129
- },
130
- {
131
- srcPath: "/_api/communities-blog-node-api",
132
- destPath: ""
133
- }
134
- ],
135
- "wixbo.ai": [
136
- {
137
- srcPath: "/_api/communities-blog-node-api",
138
- destPath: ""
139
- },
140
- {
141
- srcPath: "/_api/communities-blog-node-api",
142
- destPath: ""
143
- }
144
- ],
145
- "wix-bo.com": [
146
- {
147
- srcPath: "/_api/communities-blog-node-api",
148
- destPath: ""
149
- },
150
- {
151
- srcPath: "/_api/communities-blog-node-api",
152
- destPath: ""
153
- }
154
- ],
155
- "manage._base_domain_": [
156
- {
157
- srcPath: "/_api/communities-blog-node-api",
158
- destPath: ""
159
- }
160
- ],
161
- "social-blog._base_domain_": [
162
- {
163
- srcPath: "/_api/communities-blog-node-api",
164
- destPath: ""
165
- }
166
- ],
167
- "editor.wixapps.net": [
168
- {
169
- srcPath: "/_api/communities-blog-node-api",
170
- destPath: ""
171
- }
172
- ],
173
- "dev._base_domain_": [
174
- {
175
- srcPath: "/_api/communities-blog-node-api",
176
- destPath: ""
177
- }
178
- ],
179
- "www.wixapis.com": [
180
- {
181
- srcPath: "/blog/v2",
182
- destPath: "/v2"
183
- },
184
- {
185
- srcPath: "/blog/v3",
186
- destPath: "/v3"
187
- },
188
- {
189
- srcPath: "/v2/stats",
190
- destPath: "/v2/stats"
191
- },
192
- {
193
- srcPath: "/v3/posts",
194
- destPath: "/v3/posts"
195
- },
196
- {
197
- srcPath: "/blog/v3/posts",
198
- destPath: "/v3/posts"
199
- },
200
- {
201
- srcPath: "/blog/v2/stats",
202
- destPath: "/v2/stats"
203
- },
204
- {
205
- srcPath: "/_api/v3/posts",
206
- destPath: "/v3/posts"
207
35
  }
208
36
  ]
209
37
  };
@@ -222,10 +50,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
222
50
  srcPath: "/_api/communities-blog-node-api",
223
51
  destPath: ""
224
52
  },
225
- {
226
- srcPath: "/_api/communities-blog-node-api/v3/posts",
227
- destPath: "/v3/posts"
228
- },
229
53
  {
230
54
  srcPath: "/_api/communities-blog-node-api/v2/stats",
231
55
  destPath: "/v2/stats"