@wix/auto_sdk_ecom_checkout 1.0.170 → 1.0.172

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/meta.js CHANGED
@@ -79,11 +79,77 @@ var import_transform_paths = require("@wix/sdk-runtime/transformations/transform
79
79
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
80
80
  function resolveComWixEcomCheckoutApiV1CheckoutServiceUrl(opts) {
81
81
  const domainToMappings = {
82
+ "www.wixapis.com": [
83
+ {
84
+ srcPath: "/ecom/v1/checkouts",
85
+ destPath: "/v1/checkouts"
86
+ }
87
+ ],
88
+ _: [
89
+ {
90
+ srcPath: "/ecom/v1/checkouts",
91
+ destPath: "/v1/checkouts"
92
+ }
93
+ ],
94
+ "manage._base_domain_": [
95
+ {
96
+ srcPath: "/ecom/v1/checkouts",
97
+ destPath: "/v1/checkouts"
98
+ }
99
+ ],
100
+ "www._base_domain_": [
101
+ {
102
+ srcPath: "/ecom/v1/checkouts",
103
+ destPath: "/v1/checkouts"
104
+ }
105
+ ],
106
+ "bo._base_domain_": [
107
+ {
108
+ srcPath: "/ecom/v1/checkouts",
109
+ destPath: "/v1/checkouts"
110
+ }
111
+ ],
112
+ "wixbo.ai": [
113
+ {
114
+ srcPath: "/ecom/v1/checkouts",
115
+ destPath: "/v1/checkouts"
116
+ }
117
+ ],
118
+ "wix-bo.com": [
119
+ {
120
+ srcPath: "/ecom/v1/checkouts",
121
+ destPath: "/v1/checkouts"
122
+ }
123
+ ],
124
+ "*.dev.wix-code.com": [
125
+ {
126
+ srcPath: "/ecom/v1/checkouts",
127
+ destPath: "/v1/checkouts"
128
+ }
129
+ ],
82
130
  "api._api_base_domain_": [
83
131
  {
84
- srcPath: "/checkout",
132
+ srcPath: "/checkout-v1-proxy",
85
133
  destPath: ""
86
134
  }
135
+ ],
136
+ "editor._base_domain_": [
137
+ {
138
+ srcPath: "/ecom/v1/checkouts",
139
+ destPath: "/v1/checkouts"
140
+ }
141
+ ],
142
+ "blocks._base_domain_": [
143
+ {
144
+ srcPath: "/ecom/v1/checkouts",
145
+ destPath: "/v1/checkouts"
146
+ }
147
+ ],
148
+ "create.editorx": [
149
+ {
150
+ srcPath: "/ecom/v1/checkouts",
151
+ destPath: "/v1/checkouts"
152
+ }
87
153
  ]
88
154
  };
89
155
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));