@nautical-commerce/graphql-schema 1.56.1-2-gd1de27ce2 → 1.56.1-21-g5a124c740

Sign up to get free protection for your applications and to get access to all the features.
@@ -2580,7 +2580,6 @@ type User implements Node & ObjectWithMetadata {
2580
2580
  """Return the last n elements from the list."""
2581
2581
  last: Int
2582
2582
  ): WishlistCountableConnection
2583
- isMarketplaceAdmin: Boolean @deprecated(reason: "This is not accurate and will be removed on October 20th, 2024.")
2584
2583
  isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
2585
2584
  seller: Seller
2586
2585
  hasMicrosite: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
@@ -3212,9 +3211,6 @@ type Product implements Node & ObjectWithMetadata {
3212
3211
  """Products primary location."""
3213
3212
  primaryLocation: Location @deprecated(reason: "Locations will be removed on November 28, 2024.")
3214
3213
 
3215
- """Product configuration indicator."""
3216
- productConfiguration: Int @deprecated(reason: "This will be removed on October 19, 2024.")
3217
-
3218
3214
  """
3219
3215
  Product stock stats combining all variants in all warehouses. Requires MANAGE_PRODUCTS permission.
3220
3216
  """
@@ -9145,7 +9141,7 @@ type Shop {
9145
9141
  loginForPrice: Boolean
9146
9142
 
9147
9143
  """Is authenticated user required to view product listings."""
9148
- loginForProducts: Boolean
9144
+ loginForProducts: Boolean @deprecated(reason: "This will be removed on November 22, 2024. Use the loginForPrice setting instead.")
9149
9145
 
9150
9146
  """Gets active plugins."""
9151
9147
  activePlugins: [Plugin!]!
@@ -13901,7 +13897,7 @@ type Mutation {
13901
13897
  description: String
13902
13898
 
13903
13899
  """
13904
- Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/acrobat, text/rtf, image/x-eps, application/x-pdf, image/eps, application/x-rar, application/jpg, application/vnd.ms-word, image/webp, application/dwg, application/x-jpg, image/jpeg, image/x-tif, application/postscript, application/svg+xml, image/tif, application/vnd.oasis.opendocument.spreadsheet, application/x-acad, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/gzip-compressed, application/gzip, application/rtf, image/heif, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/x-csv, text/comma-separated-values, application/x-gzip, application/x-tar, application/zip, application/vnd.ms-powerpoint, image/x-dxf, application/acad, application/x-dwg, text/svg, image/x-bmp, application/x-dxf, application/x-zip-compressed, drawing/x-dwf, application/x-autocad, application/x-rar-compressed, text/x-comma-separated-values, image/x-tiff, image/heic-sequence, application/tiff, image/png, application/csv, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/svg-xml, application/pdf, image/svg+xml, application/gzipped, image/dxf, image/gif, application/vnd.pdf, image/tiff, text/pdf, image/x-ms-bmp, application/msword, pplication/vnd.rar, image/x-dwg, application/tif, image/svg, application/excel, image/heic, application/x-eps, application/x-tif, image/heif-sequence, image/vnd.dwg, application/eps, application/vnd.oasis.opendocument.presentation, drawing/x-dwg, text/x-pdf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/dxf, image/jpg, application/x-rtf, drawing/dwg, application/x-tiff, image/bmp, application/vnd.oasis.opendocument.text, text/csv, application/x-csv, 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: application/x-rar, application/x-dxf, application/x-pdf, image/png, application/tiff, application/jpg, image/dxf, text/x-comma-separated-values, application/vnd.oasis.opendocument.presentation, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-acad, image/bmp, application/csv, application/eps, image/x-tiff, application/x-dwg, application/excel, application/vnd.pdf, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/webp, application/vnd.oasis.opendocument.spreadsheet, application/tif, text/x-pdf, application/x-gzip, text/pdf, application/x-jpg, drawing/x-dwg, application/postscript, drawing/x-dwf, application/x-rtf, application/x-rar-compressed, image/heic, image/vnd.dwg, application/vnd.oasis.opendocument.text, text/rtf, image/gif, image/heic-sequence, image/x-bmp, pplication/vnd.rar, text/csv, image/svg, image/x-dwg, image/x-dxf, image/eps, drawing/dwg, application/acrobat, application/dxf, application/vnd.ms-powerpoint, text/x-csv, application/gzip, application/rtf, application/gzipped, application/vnd.ms-excel, application/x-tiff, application/x-tar, application/x-csv, application/dwg, image/svg+xml, application/x-tif, image/jpg, image/tiff, text/svg-xml, application/msword, image/x-ms-bmp, text/svg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/zip, text/comma-separated-values, application/pdf, application/svg+xml, application/x-autocad, image/jpeg, application/x-eps, image/tif, image/heif, image/x-tif, text/plain, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/heif-sequence, application/gzip-compressed, application/acad, application/x-zip-compressed, application/vnd.ms-word, image/x-eps.
13905
13901
  """
13906
13902
  file: Upload!
13907
13903
 
@@ -22076,6 +22072,8 @@ type DraftOrderCreate {
22076
22072
  input DraftOrderCreateInput {
22077
22073
  """Billing address of the customer."""
22078
22074
  billingAddress: AddressInput
22075
+
22076
+ """Customer associated with the draft order."""
22079
22077
  user: ID
22080
22078
 
22081
22079
  """Email address of the customer."""
@@ -22130,6 +22128,8 @@ type NauticalDraftOrderCreate {
22130
22128
  input NauticalDraftOrderCreateInput {
22131
22129
  """Billing address of the customer."""
22132
22130
  billingAddress: AddressInput
22131
+
22132
+ """Customer associated with the draft order."""
22133
22133
  user: ID
22134
22134
 
22135
22135
  """Email address of the customer."""
@@ -22178,6 +22178,8 @@ input NauticalHistoricalOrderInput {
22178
22178
 
22179
22179
  """Shipping address of the customer."""
22180
22180
  shippingAddress: AddressInput
22181
+
22182
+ """Customer associated with the draft order."""
22181
22183
  user: ID
22182
22184
 
22183
22185
  """Email address of the customer."""
@@ -22349,6 +22351,8 @@ type DraftOrderUpdate {
22349
22351
  input DraftOrderInput {
22350
22352
  """Billing address of the customer."""
22351
22353
  billingAddress: AddressInput
22354
+
22355
+ """Customer associated with the draft order."""
22352
22356
  user: ID
22353
22357
 
22354
22358
  """Email address of the customer."""
@@ -22377,6 +22381,8 @@ type NauticalDraftOrderUpdate {
22377
22381
  input NauticalDraftOrderInput {
22378
22382
  """Billing address of the customer."""
22379
22383
  billingAddress: AddressInput
22384
+
22385
+ """Customer associated with the draft order."""
22380
22386
  user: ID
22381
22387
 
22382
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-2-gd1de27ce2",
3
+ "version": "v1.56.1-21-g5a124c740",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {