@wix/auto_sdk_gbp_locations 1.0.2 → 1.0.3
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 +38 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +38 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +38 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +38 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +38 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +38 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +38 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +38 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +38 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +38 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +38 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +38 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -205,6 +205,44 @@ function resolveWixGbpLocationV1GbpLocationsServiceUrl(opts) {
|
|
|
205
205
|
srcPath: "/gbp/location/v1/locations",
|
|
206
206
|
destPath: "/v1/locations"
|
|
207
207
|
}
|
|
208
|
+
],
|
|
209
|
+
_: [
|
|
210
|
+
{
|
|
211
|
+
srcPath: "/gbp/location/v1/accounts",
|
|
212
|
+
destPath: "/v1/accounts"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
srcPath: "/gbp/location/v1/address-schema",
|
|
216
|
+
destPath: "/v1/address-schema"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
srcPath: "/gbp/location/v1/attribute-metadata",
|
|
220
|
+
destPath: "/v1/attribute-metadata"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
srcPath: "/gbp/location/v1/bulk",
|
|
224
|
+
destPath: "/v1/bulk"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
srcPath: "/gbp/location/v1/categories",
|
|
228
|
+
destPath: "/v1/categories"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
srcPath: "/gbp/location/v1/establishments",
|
|
232
|
+
destPath: "/v1/establishments"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
srcPath: "/gbp/location/v1/google-locations",
|
|
236
|
+
destPath: "/v1/google-locations"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
srcPath: "/gbp/location/v1/locations",
|
|
240
|
+
destPath: "/v1/locations"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
srcPath: "/gbp/location/v1/regions",
|
|
244
|
+
destPath: "/v1/regions"
|
|
245
|
+
}
|
|
208
246
|
]
|
|
209
247
|
};
|
|
210
248
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|