@wix/auto_sdk_seatings_seating-plan 1.0.18 → 1.0.20

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.
@@ -126,6 +126,12 @@ function resolveComWixpressSeatingSeatingPlanThumbnailServiceUrl(opts) {
126
126
  srcPath: "/_api/seating-plans",
127
127
  destPath: ""
128
128
  }
129
+ ],
130
+ "www.wixapis.com": [
131
+ {
132
+ srcPath: "/seating/v1/plans",
133
+ destPath: "/v1/plans"
134
+ }
129
135
  ]
130
136
  };
131
137
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
@@ -191,6 +197,12 @@ function resolveComWixpressSeatingSeatingPlanManagementUrl(opts) {
191
197
  srcPath: "/_api/seating-plans",
192
198
  destPath: ""
193
199
  }
200
+ ],
201
+ "www.wixapis.com": [
202
+ {
203
+ srcPath: "/seating/v1/plans",
204
+ destPath: "/v1/plans"
205
+ }
194
206
  ]
195
207
  };
196
208
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));