@nautical-commerce/graphql-schema 4.10.1 → 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.
- package/nautical/schema.graphql +4 -0
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
|
@@ -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."""
|