@nautical-commerce/graphql-schema 4.4.0 → 4.4.1

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.
@@ -15170,6 +15170,7 @@ enum ProductErrorCode {
15170
15170
  ATTRIBUTE_VALUE_CANNOT_BE_CREATED
15171
15171
  DUPLICATED_INPUT_ITEM
15172
15172
  GRAPHQL_ERROR
15173
+ INTERNAL_ERROR
15173
15174
  INVALID
15174
15175
  INVALID_PHONE
15175
15176
  NOT_PRODUCTS_IMAGE
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "4.4.0",
3
+ "version": "4.4.1",
4
4
  "description": "Traide API GraphQL Schema",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {