@wix/auto_sdk_ecom_local-delivery-options 1.0.24 → 1.0.25

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.
@@ -630,11 +630,13 @@ declare enum WebhookIdentityType {
630
630
  }
631
631
  /** @enumType */
632
632
  type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
633
+ /** @docsIgnore */
633
634
  type CreateLocalDeliveryOptionApplicationErrors = {
634
635
  code?: 'LIMIT_OF_OPTIONS_PER_EXTERNAL_ID_EXCEEDED';
635
636
  description?: string;
636
637
  data?: Record<string, any>;
637
638
  };
639
+ /** @docsIgnore */
638
640
  type BulkCreateLocalDeliveryOptionApplicationErrors = {
639
641
  code?: 'LIMIT_OF_OPTIONS_PER_DELIVERY_REGION_EXCEEDED';
640
642
  description?: string;