@wix/auto_sdk_online-programs_sections 1.0.34 → 1.0.35
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 +4 -4
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +4 -4
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +4 -4
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +4 -4
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +4 -4
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +4 -4
- package/build/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -149,10 +149,6 @@ function resolveWixOnlineprogramsSectionsV3SectionsServiceUrl(opts) {
|
|
|
149
149
|
}
|
|
150
150
|
],
|
|
151
151
|
"www.wixapis.com": [
|
|
152
|
-
{
|
|
153
|
-
srcPath: "/program-sections-service",
|
|
154
|
-
destPath: ""
|
|
155
|
-
},
|
|
156
152
|
{
|
|
157
153
|
srcPath: "/online-programs/v3/sections",
|
|
158
154
|
destPath: "/v3/sections"
|
|
@@ -160,6 +156,10 @@ function resolveWixOnlineprogramsSectionsV3SectionsServiceUrl(opts) {
|
|
|
160
156
|
{
|
|
161
157
|
srcPath: "/online-programs/v3/bulk/sections",
|
|
162
158
|
destPath: "/v3/bulk/sections"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
srcPath: "/program-sections-service",
|
|
162
|
+
destPath: ""
|
|
163
163
|
}
|
|
164
164
|
]
|
|
165
165
|
};
|