@wix/auto_sdk_stores_customizations-v-3 1.0.34 → 1.0.35

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.
@@ -890,6 +890,8 @@ type CreateCustomizationValidationErrors = {
890
890
  ruleName?: 'CUSTOMIZATION_WITH_ONLY_ID_OR_CHOICE_IDS';
891
891
  } | {
892
892
  ruleName?: 'MIXED_CHOICE_IDS_CONSISTENCY';
893
+ } | {
894
+ ruleName?: 'ID_NOT_ALLOWED_IN_REQUEST';
893
895
  };
894
896
  /** @docsIgnore */
895
897
  type DeleteCustomizationValidationErrors = {
@@ -926,6 +928,8 @@ type BulkCreateCustomizationsValidationErrors = {
926
928
  ruleName?: 'CUSTOMIZATION_WITH_ONLY_ID_OR_CHOICE_IDS';
927
929
  } | {
928
930
  ruleName?: 'MIXED_CHOICE_IDS_CONSISTENCY';
931
+ } | {
932
+ ruleName?: 'ID_NOT_ALLOWED_IN_REQUEST';
929
933
  };
930
934
  /** @docsIgnore */
931
935
  type AddCustomizationChoicesApplicationErrors = {