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

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