@nautical-commerce/graphql-schema 1.65.0-2-gd9a7bc241 → 1.65.0-20-gbfcdc30f9

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.
@@ -2194,6 +2194,7 @@ enum EventTypeEnum {
2194
2194
  partial_order_cancel
2195
2195
  order_refund_confirmation
2196
2196
  pending_quote
2197
+ merchant_account_set_password
2197
2198
  account_set_staff_password
2198
2199
  csv_export_products_success
2199
2200
  csv_export_failed
@@ -2592,9 +2593,6 @@ type CountryDisplay {
2592
2593
  """List of required address fields for the country."""
2593
2594
  requiredFields: [String!]
2594
2595
 
2595
- """List of allowed country area choices for this country."""
2596
- allowedCountryAreas: [String!] @deprecated(reason: "Use detailedAllowedCountryAreas instead which returns the code for each area as well. This field will be removed after December 31, 2024.")
2597
-
2598
2596
  """List of allowed country area choices including codes"""
2599
2597
  detailedAllowedCountryAreas: [CountryArea!]!
2600
2598
  }
@@ -2764,7 +2762,6 @@ enum ShippingMethodTypeEnum {
2764
2762
  }
2765
2763
 
2766
2764
  type MultiSellerShippingMethod {
2767
- seller: Int @deprecated(reason: "Use sellerId instead. This will be removed on December 31, 2024.")
2768
2765
  sellerId: ID!
2769
2766
  sellerName: String!
2770
2767
  value: [ShippingMethod!]!
@@ -8942,7 +8939,7 @@ input ShippingZoneFilterInput {
8942
8939
  search: String
8943
8940
  }
8944
8941
 
8945
- type PublicSeller implements Node {
8942
+ type PublicSeller implements Node & ObjectWithMetadata {
8946
8943
  """The ID of the object"""
8947
8944
  id: ID!
8948
8945
  companyName: String!
@@ -8958,6 +8955,14 @@ type PublicSeller implements Node {
8958
8955
  ): Image
8959
8956
  products(offset: Int, before: String, after: String, first: Int, last: Int): ProductCountableConnection!
8960
8957
  variants(offset: Int, before: String, after: String, first: Int, last: Int): ProductVariantCountableConnection!
8958
+
8959
+ """
8960
+ List of private metadata items.Requires proper staff permissions to access.
8961
+ """
8962
+ privateMetadata: [MetadataItem!]!
8963
+
8964
+ """List of public metadata items. Can be accessed without permissions."""
8965
+ metadata: [MetadataItem!]!
8961
8966
  storeDescription: String
8962
8967
  storeDescriptionPlainText: String
8963
8968
  }
@@ -11698,6 +11703,9 @@ enum EmailEventMessageType {
11698
11703
  """Pending Quote"""
11699
11704
  PENDING_QUOTE
11700
11705
 
11706
+ """Merchant Account Set Password"""
11707
+ MERCHANT_ACCOUNT_SET_PASSWORD
11708
+
11701
11709
  """Account Set Staff Password"""
11702
11710
  ACCOUNT_SET_STAFF_PASSWORD
11703
11711
 
@@ -11818,6 +11826,9 @@ enum NotifyEventTypeEnum {
11818
11826
  """Pending Quote"""
11819
11827
  PENDING_QUOTE
11820
11828
 
11829
+ """Merchant Account Set Password"""
11830
+ MERCHANT_ACCOUNT_SET_PASSWORD
11831
+
11821
11832
  """Account Set Staff Password"""
11822
11833
  ACCOUNT_SET_STAFF_PASSWORD
11823
11834
 
@@ -13177,7 +13188,7 @@ type Mutation {
13177
13188
  description: String
13178
13189
 
13179
13190
  """
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.pdf, application/x-dwg, image/x-dxf, image/gif, application/vnd.oasis.opendocument.text, text/x-comma-separated-values, image/x-ms-bmp, image/jpg, text/x-pdf, application/pdf, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-rar, drawing/x-dwf, image/heic, image/jpeg, application/dxf, application/tiff, image/x-tif, application/zip, application/postscript, application/x-tar, image/png, image/x-dwg, application/excel, application/msword, text/x-csv, image/tiff, pplication/vnd.rar, application/x-autocad, image/x-tiff, image/bmp, application/vnd.oasis.opendocument.spreadsheet, application/x-pdf, application/dwg, text/csv, text/rtf, image/tif, image/heic-sequence, application/gzipped, application/tif, text/comma-separated-values, image/x-eps, image/eps, application/x-jpg, application/x-acad, image/vnd.dwg, application/eps, application/gzip-compressed, text/plain, image/heif, image/svg+xml, application/rtf, application/x-tiff, application/gzip, application/acrobat, application/vnd.ms-word, text/svg, application/x-eps, drawing/dwg, application/vnd.oasis.opendocument.presentation, text/pdf, application/svg+xml, application/x-rtf, application/csv, application/acad, drawing/x-dwg, application/x-zip-compressed, application/x-rar-compressed, application/vnd.ms-excel, application/x-csv, application/x-dxf, application/jpg, image/dxf, text/svg-xml, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/x-bmp, image/webp, application/x-tif, application/vnd.ms-powerpoint, application/x-gzip, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/heif-sequence, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/svg.
13191
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/csv, image/png, image/x-tif, application/pdf, image/bmp, text/x-csv, text/plain, application/x-rar-compressed, application/x-autocad, application/x-eps, application/tiff, application/x-pdf, application/vnd.pdf, image/x-ms-bmp, application/dxf, application/excel, image/jpeg, image/x-eps, image/jpg, text/rtf, image/heic-sequence, application/acad, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/webp, drawing/x-dwg, drawing/x-dwf, application/gzip-compressed, application/x-dxf, application/x-csv, application/vnd.ms-excel, application/msword, application/x-rar, image/eps, application/jpg, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/eps, text/x-comma-separated-values, application/vnd.oasis.opendocument.presentation, application/rtf, image/svg+xml, image/x-tiff, application/vnd.ms-word, image/gif, application/x-tiff, application/dwg, application/svg+xml, image/svg, image/tiff, image/dxf, application/csv, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/comma-separated-values, application/vnd.ms-powerpoint, text/x-pdf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/gzipped, image/x-dxf, drawing/dwg, text/svg, application/x-gzip, application/zip, text/pdf, image/heic, application/x-tar, application/vnd.oasis.opendocument.text, pplication/vnd.rar, image/heif, image/vnd.dwg, image/heif-sequence, application/tif, image/tif, application/x-jpg, text/svg-xml, application/x-tif, application/gzip, application/postscript, application/x-rtf, application/vnd.oasis.opendocument.spreadsheet, application/x-dwg, image/x-bmp, application/acrobat, image/x-dwg, application/x-zip-compressed, application/x-acad.
13181
13192
  """
13182
13193
  file: Upload!
13183
13194
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.65.0-2-gd9a7bc241",
3
+ "version": "v1.65.0-20-gbfcdc30f9",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {