@wix/auto_sdk_ecom_delivery-profile 1.0.76 → 1.0.78

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.
@@ -1477,6 +1477,10 @@ declare enum WebhookIdentityType {
1477
1477
  type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
1478
1478
  /** @docsIgnore */
1479
1479
  type CreateDeliveryProfileApplicationErrors = {
1480
+ code?: 'DELIVERY_PROFILES_LIMIT_EXCEEDED';
1481
+ description?: string;
1482
+ data?: Record<string, any>;
1483
+ } | {
1480
1484
  code?: 'DESTINATIONS_COLLISION';
1481
1485
  description?: string;
1482
1486
  data?: Record<string, any>;