@wix/auto_sdk_ecom_draft-orders 1.0.154 → 1.0.156

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.
@@ -241,14 +241,6 @@ interface DescriptionLine extends DescriptionLineValueOneOf, DescriptionLineDesc
241
241
  colorInfo?: Color;
242
242
  /** Description line name. */
243
243
  name?: DescriptionLineName;
244
- /**
245
- * Whether the description line originates from a modifier.
246
- * @internal
247
- * @deprecated Whether the description line originates from a modifier.
248
- * @replacedBy none
249
- * @targetRemovalDate 2025-12-31
250
- */
251
- modifierDescriptionLine?: boolean;
252
244
  }
253
245
  /** @oneof */
254
246
  interface DescriptionLineValueOneOf {
@@ -5613,6 +5605,10 @@ type CreateOrderFromDraftApplicationErrors = {
5613
5605
  code?: 'SUBSCRIPTION_BUYER_INFO_REQUIRED';
5614
5606
  description?: string;
5615
5607
  data?: Record<string, any>;
5608
+ } | {
5609
+ code?: 'BILLING_ADDRESS_REQUIRED_FOR_TAX_CALCULATION';
5610
+ description?: string;
5611
+ data?: Record<string, any>;
5616
5612
  };
5617
5613
  /** @docsIgnore */
5618
5614
  type DeleteDraftOrderApplicationErrors = {