@wix/auto_sdk_ecom_cart-v-2 1.0.18 → 1.0.20

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.
@@ -1236,17 +1236,17 @@ interface AddressLocation {
1236
1236
  longitude?: number | null;
1237
1237
  }
1238
1238
  interface DeliveryMethod {
1239
- /**
1240
- * The carrier app id
1241
- * @maxLength 50
1242
- */
1243
- appId?: string;
1244
1239
  /**
1245
1240
  * Unique code that acts as an ID for a shipping rate.
1246
1241
  * For example, `"usps_std_overnight"`.
1247
1242
  * @maxLength 250
1248
1243
  */
1249
1244
  code?: string;
1245
+ /**
1246
+ * The carrier app id
1247
+ * @format GUID
1248
+ */
1249
+ appId?: string | null;
1250
1250
  /**
1251
1251
  * Delivery rate title.
1252
1252
  * For example, `"USPS Standard Overnight Delivery"`, `"Standard"`, or `"First-Class Package International"`.