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