@wix/auto_sdk_blog_posts 1.0.71 → 1.0.73
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.d.ts +24 -31
- package/build/cjs/index.js +18 -27
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +21 -28
- package/build/cjs/index.typings.js +13 -17
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +8 -12
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +24 -31
- package/build/es/index.mjs +18 -27
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +21 -28
- package/build/es/index.typings.mjs +13 -17
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +8 -12
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +24 -31
- package/build/internal/cjs/index.js +18 -27
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +21 -28
- package/build/internal/cjs/index.typings.js +13 -17
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +8 -12
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +24 -31
- package/build/internal/es/index.mjs +18 -27
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +21 -28
- package/build/internal/es/index.typings.mjs +13 -17
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +8 -12
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/meta.mjs
CHANGED
|
@@ -13,18 +13,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts)
|
|
|
13
13
|
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
14
14
|
destPath: "/v3/posts"
|
|
15
15
|
}
|
|
16
|
-
],
|
|
17
|
-
"www._base_domain_": [
|
|
18
|
-
{
|
|
19
|
-
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
20
|
-
destPath: "/v3/posts"
|
|
21
|
-
}
|
|
22
|
-
],
|
|
23
|
-
"www.wixapis.com": [
|
|
24
|
-
{
|
|
25
|
-
srcPath: "/_api/v3/posts",
|
|
26
|
-
destPath: "/v3/posts"
|
|
27
|
-
}
|
|
28
16
|
]
|
|
29
17
|
};
|
|
30
18
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
@@ -42,6 +30,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
|
|
|
42
30
|
srcPath: "/_api/communities-blog-node-api",
|
|
43
31
|
destPath: ""
|
|
44
32
|
},
|
|
33
|
+
{
|
|
34
|
+
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
35
|
+
destPath: "/v3/posts"
|
|
36
|
+
},
|
|
45
37
|
{
|
|
46
38
|
srcPath: "/_api/communities-blog-node-api/v2/stats",
|
|
47
39
|
destPath: "/v2/stats"
|
|
@@ -195,6 +187,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
|
|
|
195
187
|
{
|
|
196
188
|
srcPath: "/blog/v2/stats",
|
|
197
189
|
destPath: "/v2/stats"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
srcPath: "/_api/v3/posts",
|
|
193
|
+
destPath: "/v3/posts"
|
|
198
194
|
}
|
|
199
195
|
]
|
|
200
196
|
};
|