@nautical-commerce/graphql-schema 1.56.1-7-ga7c6ddc12 → 1.56.1-9-g2b63b5cbf

Sign up to get free protection for your applications and to get access to all the features.
@@ -13897,7 +13897,7 @@ type Mutation {
13897
13897
  description: String
13898
13898
 
13899
13899
  """
13900
- Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/svg-xml, application/eps, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/jpg, image/tiff, image/x-bmp, application/x-dxf, application/tiff, text/pdf, application/x-eps, text/x-comma-separated-values, application/x-autocad, image/jpeg, application/postscript, drawing/dwg, application/pdf, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/webp, text/x-pdf, application/svg+xml, application/csv, text/rtf, text/csv, image/x-tif, image/svg, image/heif-sequence, application/dwg, application/zip, application/x-acad, application/x-csv, application/x-tar, application/vnd.ms-powerpoint, application/msword, text/x-csv, application/acad, application/x-jpg, image/heic-sequence, application/vnd.ms-excel, image/x-tiff, application/tif, application/gzipped, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.oasis.opendocument.spreadsheet, image/heif, image/x-eps, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-rar, image/svg+xml, image/dxf, drawing/x-dwf, application/vnd.pdf, application/x-dwg, application/excel, application/gzip, application/gzip-compressed, application/x-tiff, image/gif, application/x-rtf, application/jpg, application/vnd.ms-word, text/comma-separated-values, image/heic, image/x-dxf, pplication/vnd.rar, application/vnd.oasis.opendocument.text, application/acrobat, application/x-tif, text/svg, application/x-rar-compressed, application/vnd.oasis.opendocument.presentation, image/eps, application/x-pdf, application/x-zip-compressed, image/bmp, application/rtf, image/vnd.dwg, image/tif, image/x-dwg, image/x-ms-bmp, image/png, drawing/x-dwg, application/dxf, application/x-gzip, text/plain.
13900
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/x-dxf, application/x-csv, application/gzip, application/x-gzip, application/vnd.ms-word, image/jpg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/jpeg, application/acrobat, application/vnd.ms-excel, text/plain, image/svg+xml, application/excel, application/vnd.oasis.opendocument.presentation, image/png, application/gzipped, pplication/vnd.rar, application/tiff, application/gzip-compressed, text/comma-separated-values, image/svg, application/jpg, image/bmp, application/x-tif, application/x-acad, application/acad, application/msword, application/vnd.oasis.opendocument.text, text/svg-xml, application/dxf, image/tif, image/heif-sequence, application/x-dxf, image/gif, drawing/dwg, image/webp, image/eps, application/x-tar, image/x-eps, drawing/x-dwf, image/vnd.dwg, application/x-tiff, image/heic, application/tif, application/zip, application/x-eps, text/x-pdf, application/csv, application/rtf, application/svg+xml, text/rtf, text/csv, text/pdf, application/x-zip-compressed, image/heif, image/x-dwg, text/x-comma-separated-values, drawing/x-dwg, image/dxf, application/vnd.ms-powerpoint, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/svg, image/heic-sequence, application/dwg, text/x-csv, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.pdf, application/x-rtf, application/x-rar-compressed, application/pdf, application/vnd.oasis.opendocument.spreadsheet, image/tiff, application/postscript, image/x-tiff, application/x-pdf, image/x-bmp, image/x-ms-bmp, application/x-dwg, application/eps, application/x-jpg, image/x-tif, application/x-autocad, application/x-rar, application/vnd.openxmlformats-officedocument.wordprocessingml.document.
13901
13901
  """
13902
13902
  file: Upload!
13903
13903
 
@@ -22072,6 +22072,8 @@ type DraftOrderCreate {
22072
22072
  input DraftOrderCreateInput {
22073
22073
  """Billing address of the customer."""
22074
22074
  billingAddress: AddressInput
22075
+
22076
+ """Customer associated with the draft order."""
22075
22077
  user: ID
22076
22078
 
22077
22079
  """Email address of the customer."""
@@ -22126,6 +22128,8 @@ type NauticalDraftOrderCreate {
22126
22128
  input NauticalDraftOrderCreateInput {
22127
22129
  """Billing address of the customer."""
22128
22130
  billingAddress: AddressInput
22131
+
22132
+ """Customer associated with the draft order."""
22129
22133
  user: ID
22130
22134
 
22131
22135
  """Email address of the customer."""
@@ -22174,6 +22178,8 @@ input NauticalHistoricalOrderInput {
22174
22178
 
22175
22179
  """Shipping address of the customer."""
22176
22180
  shippingAddress: AddressInput
22181
+
22182
+ """Customer associated with the draft order."""
22177
22183
  user: ID
22178
22184
 
22179
22185
  """Email address of the customer."""
@@ -22345,6 +22351,8 @@ type DraftOrderUpdate {
22345
22351
  input DraftOrderInput {
22346
22352
  """Billing address of the customer."""
22347
22353
  billingAddress: AddressInput
22354
+
22355
+ """Customer associated with the draft order."""
22348
22356
  user: ID
22349
22357
 
22350
22358
  """Email address of the customer."""
@@ -22373,6 +22381,8 @@ type NauticalDraftOrderUpdate {
22373
22381
  input NauticalDraftOrderInput {
22374
22382
  """Billing address of the customer."""
22375
22383
  billingAddress: AddressInput
22384
+
22385
+ """Customer associated with the draft order."""
22376
22386
  user: ID
22377
22387
 
22378
22388
  """Email address of the customer."""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.56.1-7-ga7c6ddc12",
3
+ "version": "v1.56.1-9-g2b63b5cbf",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {