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