@wix/auto_sdk_ecom_draft-orders 1.0.153 → 1.0.155

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.
@@ -5254,6 +5254,10 @@ type CreateOrderFromDraftApplicationErrors = {
5254
5254
  code?: 'SUBSCRIPTION_BUYER_INFO_REQUIRED';
5255
5255
  description?: string;
5256
5256
  data?: Record<string, any>;
5257
+ } | {
5258
+ code?: 'BILLING_ADDRESS_REQUIRED_FOR_TAX_CALCULATION';
5259
+ description?: string;
5260
+ data?: Record<string, any>;
5257
5261
  };
5258
5262
  /** @docsIgnore */
5259
5263
  type DeleteDraftOrderApplicationErrors = {