@wix/auto_sdk_gbp_locations 1.0.2 → 1.0.4

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.
@@ -200,10 +200,42 @@ function resolveWixGbpLocationV1GbpLocationsServiceUrl(opts) {
200
200
  destPath: "/v1/regions"
201
201
  }
202
202
  ],
203
- "www._base_domain_": [
203
+ _: [
204
+ {
205
+ srcPath: "/gbp/location/v1/accounts",
206
+ destPath: "/v1/accounts"
207
+ },
208
+ {
209
+ srcPath: "/gbp/location/v1/address-schema",
210
+ destPath: "/v1/address-schema"
211
+ },
212
+ {
213
+ srcPath: "/gbp/location/v1/attribute-metadata",
214
+ destPath: "/v1/attribute-metadata"
215
+ },
216
+ {
217
+ srcPath: "/gbp/location/v1/bulk",
218
+ destPath: "/v1/bulk"
219
+ },
220
+ {
221
+ srcPath: "/gbp/location/v1/categories",
222
+ destPath: "/v1/categories"
223
+ },
224
+ {
225
+ srcPath: "/gbp/location/v1/establishments",
226
+ destPath: "/v1/establishments"
227
+ },
228
+ {
229
+ srcPath: "/gbp/location/v1/google-locations",
230
+ destPath: "/v1/google-locations"
231
+ },
204
232
  {
205
233
  srcPath: "/gbp/location/v1/locations",
206
234
  destPath: "/v1/locations"
235
+ },
236
+ {
237
+ srcPath: "/gbp/location/v1/regions",
238
+ destPath: "/v1/regions"
207
239
  }
208
240
  ]
209
241
  };