@nautical-commerce/graphql-schema 4.13.0 → 4.14.0

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.
@@ -12066,6 +12066,7 @@ input NauticalOrderFilterInput {
12066
12066
  source: [OrderSourceFilter!]
12067
12067
  subStatus: [OrderSubStatusEnum!]
12068
12068
  customer: String
12069
+ seller: ID
12069
12070
  search: String
12070
12071
  created: DateRangeInput
12071
12072
  isHistorical: Boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "4.13.0",
3
+ "version": "4.14.0",
4
4
  "description": "Traide API GraphQL Schema",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {