@nautical-commerce/graphql-schema 1.68.0-24-ge62b543b0 → 1.68.0-26-g34909402e

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.
@@ -2823,7 +2823,7 @@ type CheckoutLine implements Node & ObjectWithMetadata {
2823
2823
  requiresShipping: Boolean
2824
2824
 
2825
2825
  """User info on the seller's underlying owner."""
2826
- seller: SellerType
2826
+ seller: Seller
2827
2827
 
2828
2828
  """
2829
2829
  The unit price of line which is the discounted price after pricebooks and sale application
@@ -7735,61 +7735,6 @@ enum StockEventType {
7735
7735
  STOCK_DEALLOCATED
7736
7736
  }
7737
7737
 
7738
- type SellerType implements Node & ObjectWithMetadata {
7739
- """The ID of the object"""
7740
- id: ID!
7741
-
7742
- """
7743
- List of private metadata items.Requires proper staff permissions to access.
7744
- """
7745
- privateMetadata: [MetadataItem!]!
7746
-
7747
- """List of public metadata items. Can be accessed without permissions."""
7748
- metadata: [MetadataItem!]!
7749
- pk: Int
7750
- companyName: String
7751
- owner: UserType
7752
- }
7753
-
7754
- type UserType implements Node & ObjectWithMetadata {
7755
- """The ID of the object"""
7756
- id: ID!
7757
-
7758
- """
7759
- List of private metadata items.Requires proper staff permissions to access.
7760
- """
7761
- privateMetadata: [MetadataItem!]!
7762
-
7763
- """List of public metadata items. Can be accessed without permissions."""
7764
- metadata: [MetadataItem!]!
7765
- firstName: String
7766
- lastName: String
7767
- email: String
7768
- defaultShippingAddress: AddressType
7769
- }
7770
-
7771
- type AddressType implements Node & ObjectWithMetadata {
7772
- """The ID of the object"""
7773
- id: ID!
7774
-
7775
- """
7776
- List of private metadata items.Requires proper staff permissions to access.
7777
- """
7778
- privateMetadata: [MetadataItem!]!
7779
-
7780
- """List of public metadata items. Can be accessed without permissions."""
7781
- metadata: [MetadataItem!]!
7782
- firstName: String
7783
- lastName: String
7784
- streetAddress1: String
7785
- streetAddress2: String
7786
- city: String
7787
- postalCode: String
7788
- country: String
7789
- countryArea: String
7790
- phone: String
7791
- }
7792
-
7793
7738
  """Represents an shipping method for a particular seller on a checkout."""
7794
7739
  type CheckoutSellerShipping implements Node {
7795
7740
  tenant: Tenant!
@@ -13208,7 +13153,7 @@ type Mutation {
13208
13153
  description: String
13209
13154
 
13210
13155
  """
13211
- Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/gif, text/svg, image/webp, pplication/vnd.rar, image/x-dxf, image/heic, application/x-dwg, drawing/x-dwf, application/pdf, application/tif, application/csv, application/x-tiff, image/dxf, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/x-pdf, image/vnd.dwg, application/vnd.ms-excel, application/svg+xml, text/rtf, application/x-rar-compressed, application/gzipped, application/gzip, image/jpeg, text/comma-separated-values, application/x-gzip, image/heif, image/svg, application/x-jpg, text/x-comma-separated-values, application/vnd.pdf, application/x-rar, application/vnd.oasis.opendocument.presentation, image/heic-sequence, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/x-csv, image/x-ms-bmp, text/plain, image/x-bmp, application/gzip-compressed, image/heif-sequence, image/tiff, image/bmp, application/jpg, application/x-csv, application/x-rtf, image/tif, image/svg+xml, application/excel, application/dxf, application/x-zip-compressed, application/vnd.oasis.opendocument.spreadsheet, application/x-autocad, application/x-pdf, image/x-eps, application/msword, text/csv, application/zip, application/x-acad, application/rtf, application/x-eps, image/x-tif, drawing/dwg, application/x-tif, application/vnd.oasis.opendocument.text, application/acad, application/postscript, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/pdf, application/vnd.ms-powerpoint, application/tiff, drawing/x-dwg, image/jpg, image/x-tiff, application/vnd.ms-word, application/x-tar, image/eps, application/eps, image/x-dwg, text/svg-xml, application/acrobat, image/png, application/x-dxf, application/dwg.
13156
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/dxf, image/heic, image/x-dwg, application/x-tif, application/x-zip-compressed, image/webp, application/x-tiff, image/jpeg, image/vnd.dwg, image/heif-sequence, text/x-pdf, application/pdf, application/vnd.ms-powerpoint, application/x-rar-compressed, application/vnd.oasis.opendocument.presentation, drawing/x-dwg, image/x-bmp, text/rtf, application/x-tar, application/x-jpg, text/comma-separated-values, application/postscript, application/x-autocad, image/png, application/acad, application/vnd.ms-word, application/jpg, application/acrobat, image/bmp, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-csv, application/eps, application/x-gzip, image/svg, image/x-ms-bmp, text/svg, text/csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/svg+xml, application/tif, text/svg-xml, drawing/x-dwf, application/tiff, application/vnd.oasis.opendocument.spreadsheet, application/vnd.pdf, application/dwg, image/x-tiff, text/plain, application/gzip, image/jpg, application/x-rar, application/x-dwg, application/vnd.oasis.opendocument.text, application/gzip-compressed, application/x-dxf, text/x-comma-separated-values, image/x-tif, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/heic-sequence, drawing/dwg, text/pdf, image/eps, application/excel, text/x-csv, application/x-eps, application/msword, image/x-eps, application/dxf, image/x-dxf, application/x-acad, image/gif, application/csv, application/gzipped, application/rtf, application/svg+xml, image/heif, application/x-rtf, application/zip, application/x-pdf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/tif, image/tiff, pplication/vnd.rar.
13212
13157
  """
13213
13158
  file: Upload!
13214
13159
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.68.0-24-ge62b543b0",
3
+ "version": "v1.68.0-26-g34909402e",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {