@wix/auto_sdk_blog_posts 1.0.68 → 1.0.70
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 +31 -24
- package/build/cjs/index.js +29 -19
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +28 -21
- package/build/cjs/index.typings.js +19 -14
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +14 -9
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +31 -24
- package/build/es/index.mjs +29 -19
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +28 -21
- package/build/es/index.typings.mjs +19 -14
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +14 -9
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +31 -24
- package/build/internal/cjs/index.js +29 -19
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +28 -21
- package/build/internal/cjs/index.typings.js +19 -14
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +14 -9
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +31 -24
- package/build/internal/es/index.mjs +29 -19
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +28 -21
- package/build/internal/es/index.typings.mjs +19 -14
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +14 -9
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -91,7 +91,20 @@ var import_timestamp2 = require("@wix/sdk-runtime/transformations/timestamp");
|
|
|
91
91
|
var import_transform_paths = require("@wix/sdk-runtime/transformations/transform-paths");
|
|
92
92
|
var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
|
|
93
93
|
function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts) {
|
|
94
|
-
const domainToMappings = {
|
|
94
|
+
const domainToMappings = {
|
|
95
|
+
"apps._base_domain_": [
|
|
96
|
+
{
|
|
97
|
+
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
98
|
+
destPath: "/v3/posts"
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"www._base_domain_": [
|
|
102
|
+
{
|
|
103
|
+
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
104
|
+
destPath: "/v3/posts"
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
};
|
|
95
108
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
96
109
|
}
|
|
97
110
|
function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opts) {
|
|
@@ -107,10 +120,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
|
|
|
107
120
|
srcPath: "/_api/communities-blog-node-api",
|
|
108
121
|
destPath: ""
|
|
109
122
|
},
|
|
110
|
-
{
|
|
111
|
-
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
112
|
-
destPath: "/v3/posts"
|
|
113
|
-
},
|
|
114
123
|
{
|
|
115
124
|
srcPath: "/_api/communities-blog-node-api/v2/stats",
|
|
116
125
|
destPath: "/v2/stats"
|
|
@@ -121,10 +130,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
|
|
|
121
130
|
srcPath: "/_api/communities-blog-node-api",
|
|
122
131
|
destPath: ""
|
|
123
132
|
},
|
|
124
|
-
{
|
|
125
|
-
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
126
|
-
destPath: "/v3/posts"
|
|
127
|
-
},
|
|
128
133
|
{
|
|
129
134
|
srcPath: "/_api/communities-blog-node-api/v2/stats",
|
|
130
135
|
destPath: "/v2/stats"
|