@wix/auto_sdk_ecom_draft-orders 1.0.61 → 1.0.62

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.
@@ -4214,6 +4214,10 @@ type AddLineItemsToDraftOrderApplicationErrors = {
4214
4214
  code?: 'SUBSCRIPTION_ITEM_UNSUPPORTED';
4215
4215
  description?: string;
4216
4216
  data?: Record<string, any>;
4217
+ } | {
4218
+ code?: 'DUPLICATED_EXTERNAL_LINE_ITEM_ID';
4219
+ description?: string;
4220
+ data?: Record<string, any>;
4217
4221
  };
4218
4222
  /** @docsIgnore */
4219
4223
  type UpdateLineItemsApplicationErrors = {