@wix/auto_sdk_ecom_checkout 1.0.68 → 1.0.69

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.
@@ -100,7 +100,26 @@ var import_field_mask = require("@wix/sdk-runtime/transformations/field-mask");
100
100
  var import_transform_paths = require("@wix/sdk-runtime/transformations/transform-paths");
101
101
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
102
102
  function resolveComWixEcomCheckoutApiV1CheckoutServiceUrl(opts) {
103
- const domainToMappings = {};
103
+ const domainToMappings = {
104
+ "bo._base_domain_": [
105
+ {
106
+ srcPath: "/ecom/v1/checkouts",
107
+ destPath: "/v1/checkouts"
108
+ }
109
+ ],
110
+ "wixbo.ai": [
111
+ {
112
+ srcPath: "/ecom/v1/checkouts",
113
+ destPath: "/v1/checkouts"
114
+ }
115
+ ],
116
+ "wix-bo.com": [
117
+ {
118
+ srcPath: "/ecom/v1/checkouts",
119
+ destPath: "/v1/checkouts"
120
+ }
121
+ ]
122
+ };
104
123
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
105
124
  }
106
125
  var PACKAGE_NAME = "@wix/auto_sdk_ecom_checkout";