@wix/auto_sdk_bookings_booking-policies 1.0.51 → 1.0.52

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.
@@ -1436,6 +1436,7 @@ declare enum WebhookIdentityType {
1436
1436
  }
1437
1437
  /** @enumType */
1438
1438
  type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
1439
+ /** @docsIgnore */
1439
1440
  type CreateBookingPolicyValidationErrors = {
1440
1441
  ruleName?: 'BOTH_LATE_AND_AFTER_START_POLICIES_NOT_ALLOWED';
1441
1442
  } | {
@@ -1449,6 +1450,7 @@ type CreateBookingPolicyValidationErrors = {
1449
1450
  } | {
1450
1451
  ruleName?: 'EMPTY_CANCELLATION_WINDOWS_LIST';
1451
1452
  };
1453
+ /** @docsIgnore */
1452
1454
  type UpdateBookingPolicyValidationErrors = {
1453
1455
  ruleName?: 'BOTH_LATE_AND_AFTER_START_POLICIES_NOT_ALLOWED';
1454
1456
  } | {
@@ -1462,6 +1464,7 @@ type UpdateBookingPolicyValidationErrors = {
1462
1464
  } | {
1463
1465
  ruleName?: 'EMPTY_CANCELLATION_WINDOWS_LIST';
1464
1466
  };
1467
+ /** @docsIgnore */
1465
1468
  type DeleteBookingPolicyApplicationErrors = {
1466
1469
  code?: 'DEFAULT_POLICY_CANNOT_BE_DELETED';
1467
1470
  description?: string;