@nautical-commerce/graphql-schema 1.64.3 → 1.65.0-10-gd855f93fe

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.
@@ -4751,7 +4751,6 @@ type Permission {
4751
4751
  name: String!
4752
4752
  }
4753
4753
 
4754
- """An enumeration."""
4755
4754
  enum PermissionEnum {
4756
4755
  MANAGE_USERS
4757
4756
  MANAGE_STAFF
@@ -4767,7 +4766,7 @@ enum PermissionEnum {
4767
4766
  MANAGE_ORDERS
4768
4767
  MANAGE_DRAFT_AND_QUOTE_ORDERS
4769
4768
  MANAGE_FULFILLMENTS
4770
- MANAGE_PAGES
4769
+ MANAGE_PAGES @deprecated(reason: "This will be removed on March 10, 2025. If you are using MANAGE_PAGES, please use MANAGE_STOREFRONTS instead.")
4771
4770
  MANAGE_PRODUCTS
4772
4771
  MANAGE_INVENTORY
4773
4772
  MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES
@@ -10512,6 +10511,10 @@ type Page implements Node & ObjectWithMetadata {
10512
10511
 
10513
10512
  """Whether the page is published."""
10514
10513
  isPublished: Boolean!
10514
+ image(
10515
+ """Featured image for the page."""
10516
+ size: Int
10517
+ ): Image
10515
10518
  }
10516
10519
 
10517
10520
  type PageCountableConnection {
@@ -11002,6 +11005,11 @@ type MarketplaceConfiguration {
11002
11005
  customerSetPasswordUrl: String
11003
11006
  includeTaxesInPrices: Boolean!
11004
11007
  chargeTaxesOnShipping: Boolean!
11008
+
11009
+ """
11010
+ The marketplace's end trial date, or null if the marketplace is not in trial mode.
11011
+ """
11012
+ trialEndsAt: DateTime
11005
11013
  }
11006
11014
 
11007
11015
  enum MarketplaceConfigurationPayoutAutomationStrategyEnum {
@@ -13169,7 +13177,7 @@ type Mutation {
13169
13177
  description: String
13170
13178
 
13171
13179
  """
13172
- 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-tiff, application/acrobat, image/jpg, application/x-dwg, image/x-dwg, image/heic-sequence, text/x-pdf, image/x-dxf, image/heif, application/dwg, application/vnd.oasis.opendocument.text, image/eps, application/dxf, application/x-rar-compressed, pplication/vnd.rar, application/vnd.ms-powerpoint, application/csv, application/tif, image/png, image/vnd.dwg, image/gif, application/acad, text/x-csv, drawing/dwg, application/pdf, text/comma-separated-values, application/x-tif, application/jpg, image/webp, image/x-bmp, image/x-ms-bmp, image/x-tif, application/tiff, text/svg-xml, application/vnd.ms-word, image/x-tiff, drawing/x-dwf, image/dxf, text/svg, image/heif-sequence, application/svg+xml, text/csv, application/x-pdf, application/postscript, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-tar, image/tiff, application/eps, application/x-jpg, application/x-acad, text/pdf, application/vnd.oasis.opendocument.spreadsheet, image/bmp, text/rtf, application/gzipped, application/zip, application/x-eps, application/x-gzip, application/x-dxf, drawing/x-dwg, application/vnd.oasis.opendocument.presentation, application/vnd.ms-excel, image/jpeg, application/msword, image/x-eps, image/svg, application/x-zip-compressed, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/gzip-compressed, application/vnd.pdf, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/heic, application/x-rtf, application/rtf, application/excel, image/tif, application/x-rar, text/plain, image/svg+xml, application/gzip, application/x-csv, text/x-comma-separated-values, application/x-autocad.
13180
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/vnd.oasis.opendocument.presentation, image/tif, image/svg+xml, text/x-comma-separated-values, image/x-bmp, application/zip, image/svg, application/x-csv, text/csv, pplication/vnd.rar, application/vnd.oasis.opendocument.spreadsheet, image/x-ms-bmp, image/webp, drawing/x-dwf, application/x-jpg, application/vnd.ms-word, image/heic-sequence, application/x-pdf, image/x-tiff, image/bmp, application/x-tiff, application/pdf, application/jpg, drawing/dwg, application/x-tif, application/vnd.ms-powerpoint, image/gif, application/tif, image/tiff, image/jpg, application/x-dxf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/acrobat, application/x-acad, image/jpeg, application/x-tar, text/x-csv, application/x-gzip, text/plain, image/heif, image/vnd.dwg, application/x-autocad, application/rtf, application/x-rtf, application/msword, application/csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/dxf, application/x-rar-compressed, image/x-eps, application/x-eps, application/dwg, text/rtf, application/excel, image/x-tif, application/gzip-compressed, application/postscript, application/acad, application/x-rar, application/vnd.pdf, text/x-pdf, application/gzip, text/comma-separated-values, application/gzipped, application/vnd.oasis.opendocument.text, text/svg-xml, application/dxf, application/vnd.ms-excel, image/x-dxf, image/png, application/eps, application/tiff, image/heic, image/x-dwg, application/x-dwg, text/svg, drawing/x-dwg, text/pdf, application/svg+xml, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/eps, application/x-zip-compressed, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/heif-sequence.
13173
13181
  """
13174
13182
  file: Upload!
13175
13183
 
@@ -14640,6 +14648,26 @@ type Mutation {
14640
14648
  input: PageInput!
14641
14649
  ): PageUpdate
14642
14650
 
14651
+ """
14652
+ Creates a featured image for the given page.This mutation must be sent as a 'multipart' request. More detailed specs of the upload format can be found here: https://github.com/jaydenseric/graphql-multipart-request-spec
14653
+ """
14654
+ pageImageUpdate(
14655
+ """Alt text for the image."""
14656
+ alt: String!
14657
+
14658
+ """ID of the page to update."""
14659
+ id: ID!
14660
+
14661
+ """Represents an image file in a multipart request"""
14662
+ image: Upload!
14663
+ ): PageImageUpdate
14664
+
14665
+ """Deletes a features image for the given page."""
14666
+ pageImageDelete(
14667
+ """ID of the page to delete the image off of."""
14668
+ id: ID!
14669
+ ): PageImageDelete
14670
+
14643
14671
  """Completes creating an order."""
14644
14672
  draftOrderComplete(
14645
14673
  """ID of the order that will be completed."""
@@ -20417,6 +20445,22 @@ type PageUpdate {
20417
20445
  page: Page
20418
20446
  }
20419
20447
 
20448
+ """
20449
+ Creates a featured image for the given page.This mutation must be sent as a 'multipart' request. More detailed specs of the upload format can be found here: https://github.com/jaydenseric/graphql-multipart-request-spec
20450
+ """
20451
+ type PageImageUpdate {
20452
+ """An updated page instance."""
20453
+ page: Page
20454
+ pageErrors: [PageError!]!
20455
+ }
20456
+
20457
+ """Deletes a features image for the given page."""
20458
+ type PageImageDelete {
20459
+ """An updated page instance"""
20460
+ page: Page
20461
+ pageErrors: [PageError!]!
20462
+ }
20463
+
20420
20464
  """Completes creating an order."""
20421
20465
  type DraftOrderComplete {
20422
20466
  """Completed order."""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.64.3",
3
+ "version": "v1.65.0-10-gd855f93fe",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {