@nautical-commerce/graphql-schema 4.10.0 → 4.11.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.
@@ -12074,6 +12074,9 @@ enum NotifyEventTypeEnum {
12074
12074
  """Merchant Account Staff Reset Password"""
12075
12075
  MERCHANT_ACCOUNT_STAFF_RESET_PASSWORD
12076
12076
 
12077
+ """Account Added To Seller"""
12078
+ ACCOUNT_ADDED_TO_SELLER
12079
+
12077
12080
  """Csv Export Products Success"""
12078
12081
  CSV_EXPORT_PRODUCTS_SUCCESS
12079
12082
 
@@ -14247,6 +14250,7 @@ enum PayoutStatusEnum {
14247
14250
  ERROR
14248
14251
  CREATING
14249
14252
  PROCESSING
14253
+ ABANDONED
14250
14254
  }
14251
14255
 
14252
14256
  """Filter values for payout status."""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "4.10.0",
3
+ "version": "4.11.0",
4
4
  "description": "Traide API GraphQL Schema",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {