@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.
@@ -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
  };