@nautical-commerce/graphql-schema 3.6.4 → 3.6.6

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.
@@ -8337,7 +8337,7 @@ type Mutation {
8337
8337
  nauticalOrderCancel(id: ID!): NauticalOrderCancel!
8338
8338
 
8339
8339
  """
8340
- Marks a fully fulfilled order as delivered. Requires MANAGE_MARKETPLACE or MANAGE_ORDERS permission.
8340
+ Marks a fully fulfilled order as delivered. Requires MANAGE_MARKETPLACE and MANAGE_ORDERS permissions.
8341
8341
  """
8342
8342
  orderMarkAsDelivered(id: ID!): OrderMarkAsDelivered!
8343
8343
 
@@ -8431,12 +8431,12 @@ type Mutation {
8431
8431
  nauticalDraftOrderLinePriceOverride(id: ID!, input: OrderLinePriceOverrideInput!): NauticalDraftOrderLinePriceOverride!
8432
8432
 
8433
8433
  """
8434
- Creates a new order fee. Requires MANAGE_PAYOUTS, MANAGE_MARKETPLACE, or MANAGE_AGREEMENTS permission.
8434
+ Creates a new order fee. Requires MANAGE_PAYOUTS, MANAGE_MARKETPLACE, and MANAGE_AGREEMENTS permissions.
8435
8435
  """
8436
8436
  orderFeeCreate(input: OrderFeeInput!): OrderFeeCreate!
8437
8437
 
8438
8438
  """
8439
- Deletes an order fee. Requires MANAGE_PAYOUTS, MANAGE_MARKETPLACE, or MANAGE_AGREEMENTS permission.
8439
+ Deletes an order fee. Requires MANAGE_PAYOUTS, MANAGE_MARKETPLACE, and MANAGE_AGREEMENTS permissions.
8440
8440
  """
8441
8441
  orderFeeDelete(id: ID!): OrderFeeDelete!
8442
8442
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v3.6.4",
3
+ "version": "v3.6.6",
4
4
  "description": "Traide API GraphQL Schema",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {