@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.
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +4 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +4 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +4 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +4 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -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 = {
|