@wix/auto_sdk_ecom_draft-orders 1.0.53 → 1.0.55

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.
@@ -324,7 +324,6 @@ interface OrderLineItem {
324
324
  extendedFields?: ExtendedFields;
325
325
  /**
326
326
  * Modifier groups that were added to the item.
327
- * @internal
328
327
  * @readonly
329
328
  * @maxSize 10
330
329
  */
@@ -823,7 +822,7 @@ interface ExtendedFields {
823
822
  }
824
823
  interface ModifierGroup {
825
824
  /**
826
- * Modifier group id.
825
+ * Modifier group ID.
827
826
  * @minLength 1
828
827
  * @maxLength 36
829
828
  */
@@ -873,7 +872,7 @@ interface ItemModifier {
873
872
  quantity?: number | null;
874
873
  /** Primary display label for the modifier. */
875
874
  label?: TranslatableString;
876
- /** Optional additional details or clarification for the modifier. */
875
+ /** Additional details. */
877
876
  details?: TranslatableString;
878
877
  /** The price of the modifier. */
879
878
  price?: Price;