@wix/auto_sdk_ecom_delivery-profile 1.0.59 → 1.0.61

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.
@@ -157,7 +157,7 @@ interface AdditionalCharge {
157
157
  price?: string;
158
158
  /**
159
159
  * Cost of additional charge. For example, `12.5`.
160
- * @decimalValue options { gte:0, maxScale:6 }
160
+ * @maxLength 16
161
161
  */
162
162
  amount?: string;
163
163
  }
@@ -38,6 +38,24 @@ function resolveWixEcomDeliveryprofileV1DeliveryProfilesUrl(opts) {
38
38
  srcPath: "/delivery-profiles-service",
39
39
  destPath: ""
40
40
  }
41
+ ],
42
+ "www.wixapis.com": [
43
+ {
44
+ srcPath: "/ecom/v1/delivery-profiles",
45
+ destPath: "/v1/delivery-profiles"
46
+ }
47
+ ],
48
+ "*.dev.wix-code.com": [
49
+ {
50
+ srcPath: "/ecom/v1/delivery-profiles",
51
+ destPath: "/v1/delivery-profiles"
52
+ }
53
+ ],
54
+ _: [
55
+ {
56
+ srcPath: "/ecom/v1/delivery-profiles",
57
+ destPath: "/v1/delivery-profiles"
58
+ }
41
59
  ]
42
60
  };
43
61
  return resolveUrl(Object.assign(opts, { domainToMappings }));