@wix/auto_sdk_ecom_current-cart-v-2 1.0.17 → 1.0.18

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.
@@ -1237,7 +1237,7 @@ interface AddressLocation {
1237
1237
  interface DeliveryMethod {
1238
1238
  /**
1239
1239
  * The carrier app id
1240
- * @format GUID
1240
+ * @maxLength 50
1241
1241
  */
1242
1242
  appId?: string;
1243
1243
  /**
@@ -1238,7 +1238,7 @@ interface AddressLocation {
1238
1238
  interface DeliveryMethod {
1239
1239
  /**
1240
1240
  * The carrier app id
1241
- * @format GUID
1241
+ * @maxLength 50
1242
1242
  */
1243
1243
  appId?: string;
1244
1244
  /**