@nautical-commerce/graphql-schema 1.68.0-25-g527d5b1f3 → 1.68.0-27-gb257f649b
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.
- package/nautical/schema.graphql +2 -57
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -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:
|
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/
|
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, application/x-dxf, image/heic, image/webp, application/dxf, text/plain, text/x-comma-separated-values, image/x-bmp, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/svg-xml, application/gzipped, drawing/dwg, image/heif-sequence, image/heic-sequence, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/zip, application/x-eps, application/x-autocad, application/vnd.oasis.opendocument.text, application/jpg, application/x-gzip, image/jpeg, application/x-tiff, application/x-csv, text/pdf, image/gif, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/eps, image/vnd.dwg, application/x-rar-compressed, application/msword, application/rtf, drawing/x-dwf, pplication/vnd.rar, application/vnd.ms-powerpoint, image/jpg, image/x-ms-bmp, image/tiff, application/x-jpg, image/png, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-zip-compressed, application/tiff, drawing/x-dwg, text/x-pdf, application/pdf, application/postscript, application/x-tar, application/vnd.oasis.opendocument.presentation, application/svg+xml, application/x-dwg, text/x-csv, text/csv, application/x-rar, application/acad, image/x-tiff, image/tif, image/svg+xml, application/x-rtf, image/x-tif, image/heif, application/vnd.ms-excel, application/vnd.ms-word, application/tif, image/svg, text/comma-separated-values, text/rtf, image/bmp, image/x-dwg, application/csv, image/x-eps, text/svg, application/x-pdf, application/vnd.oasis.opendocument.spreadsheet, application/gzip, application/vnd.pdf, application/gzip-compressed, application/excel, application/dwg, application/x-acad, application/eps, image/x-dxf, application/acrobat, application/x-tif.
|
13212
13157
|
"""
|
13213
13158
|
file: Upload!
|
13214
13159
|
|