@wix/auto_sdk_ecom_draft-orders 1.0.150 → 1.0.152

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.
@@ -5242,6 +5242,10 @@ type CreateOrderFromDraftApplicationErrors = {
5242
5242
  code?: 'DRAFT_ORDER_DEPOSIT_AMOUNT_EXCEEDS_ORDER_TOTAL';
5243
5243
  description?: string;
5244
5244
  data?: Record<string, any>;
5245
+ } | {
5246
+ code?: 'SUBSCRIPTION_BUYER_INFO_REQUIRED';
5247
+ description?: string;
5248
+ data?: Record<string, any>;
5245
5249
  };
5246
5250
  /** @docsIgnore */
5247
5251
  type DeleteDraftOrderApplicationErrors = {