@wix/auto_sdk_ecom_cart 1.0.67 → 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.
@@ -86,6 +86,16 @@ function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
86
86
  srcPath: "/_api/ecom-cart",
87
87
  destPath: ""
88
88
  },
89
+ {
90
+ srcPath: "/_api/cart",
91
+ destPath: ""
92
+ },
93
+ {
94
+ srcPath: "/ecom/v1/carts",
95
+ destPath: "/v1/carts"
96
+ }
97
+ ],
98
+ "manage._base_domain_": [
89
99
  {
90
100
  srcPath: "/ecom/v1/carts",
91
101
  destPath: "/v1/carts"
@@ -97,6 +107,30 @@ function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
97
107
  destPath: ""
98
108
  }
99
109
  ],
110
+ "bo._base_domain_": [
111
+ {
112
+ srcPath: "/ecom/v1/carts",
113
+ destPath: "/v1/carts"
114
+ }
115
+ ],
116
+ "wixbo.ai": [
117
+ {
118
+ srcPath: "/ecom/v1/carts",
119
+ destPath: "/v1/carts"
120
+ }
121
+ ],
122
+ "wix-bo.com": [
123
+ {
124
+ srcPath: "/ecom/v1/carts",
125
+ destPath: "/v1/carts"
126
+ }
127
+ ],
128
+ "apps._base_domain_": [
129
+ {
130
+ srcPath: "/ecom/v1/carts",
131
+ destPath: "/v1/carts"
132
+ }
133
+ ],
100
134
  "api._api_base_domain_": [
101
135
  {
102
136
  srcPath: "/cart-v1-proxy",