@nautical-commerce/graphql-schema 2.0.2-1-gee5db9818 → 2.0.2-2-g9aef15c6f
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 +23 -4
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
|
@@ -11930,7 +11930,7 @@ type Mutation {
|
|
|
11930
11930
|
description: String
|
|
11931
11931
|
|
|
11932
11932
|
"""
|
|
11933
|
-
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-
|
|
11933
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/heic, application/eps, image/x-tiff, image/jpg, application/gzip, application/x-csv, application/vnd.pdf, application/x-zip-compressed, text/x-csv, text/rtf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-dxf, application/gzip-compressed, text/svg, image/x-tif, application/vnd.ms-excel, image/eps, application/zip, drawing/x-dwg, text/x-pdf, application/x-pdf, application/tif, application/pdf, application/vnd.oasis.opendocument.spreadsheet, image/x-dxf, application/vnd.ms-powerpoint, application/vnd.ms-word, drawing/dwg, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/dxf, application/x-tar, application/dxf, image/webp, image/jpeg, image/x-dwg, application/tiff, application/acad, image/vnd.dwg, application/acrobat, application/csv, image/tif, application/svg+xml, application/postscript, text/csv, text/x-comma-separated-values, text/pdf, application/excel, text/plain, application/x-autocad, image/bmp, image/svg+xml, application/x-gzip, drawing/x-dwf, application/x-dwg, image/heif-sequence, image/tiff, application/x-rar-compressed, image/gif, application/x-rar, application/vnd.oasis.opendocument.presentation, application/x-eps, application/x-tiff, application/dwg, application/x-acad, application/gzipped, image/x-bmp, application/x-jpg, image/x-ms-bmp, pplication/vnd.rar, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-eps, text/comma-separated-values, application/x-tif, application/rtf, application/x-rtf, application/jpg, text/svg-xml, image/heif, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/svg, image/heic-sequence, application/msword, image/png, application/vnd.oasis.opendocument.text.
|
|
11934
11934
|
"""
|
|
11935
11935
|
file: Upload!
|
|
11936
11936
|
|
|
@@ -21518,6 +21518,9 @@ input UserCreateInput {
|
|
|
21518
21518
|
"""List of custom fields."""
|
|
21519
21519
|
customFields: [AttributeValueInput!]
|
|
21520
21520
|
|
|
21521
|
+
"""User is staff member."""
|
|
21522
|
+
isStaff: Boolean
|
|
21523
|
+
|
|
21521
21524
|
"""Marketplace VAT identification number"""
|
|
21522
21525
|
vatIdentificationNumber: String
|
|
21523
21526
|
|
|
@@ -21526,6 +21529,16 @@ input UserCreateInput {
|
|
|
21526
21529
|
"""
|
|
21527
21530
|
sendCustomerSetPasswordEmail: Boolean
|
|
21528
21531
|
|
|
21532
|
+
"""
|
|
21533
|
+
Seller to add customer to during staff upgrade, if no seller is supplied a new seller will be created.
|
|
21534
|
+
"""
|
|
21535
|
+
seller: ID
|
|
21536
|
+
|
|
21537
|
+
"""
|
|
21538
|
+
List of permission group IDs to which customer should be assigned during staff upgrade.
|
|
21539
|
+
"""
|
|
21540
|
+
addGroups: [ID!]
|
|
21541
|
+
|
|
21529
21542
|
"""
|
|
21530
21543
|
URL of a view where users should be redirected to set the password. URL in RFC 1808 format.
|
|
21531
21544
|
"""
|
|
@@ -21575,6 +21588,9 @@ input CustomerInput {
|
|
|
21575
21588
|
"""List of custom fields."""
|
|
21576
21589
|
customFields: [AttributeValueInput!]
|
|
21577
21590
|
|
|
21591
|
+
"""User is staff member."""
|
|
21592
|
+
isStaff: Boolean
|
|
21593
|
+
|
|
21578
21594
|
"""Marketplace VAT identification number"""
|
|
21579
21595
|
vatIdentificationNumber: String
|
|
21580
21596
|
|
|
@@ -21583,9 +21599,6 @@ input CustomerInput {
|
|
|
21583
21599
|
"""
|
|
21584
21600
|
sendCustomerSetPasswordEmail: Boolean
|
|
21585
21601
|
|
|
21586
|
-
"""True if the customer is being upraded to a staff member."""
|
|
21587
|
-
isStaff: Boolean
|
|
21588
|
-
|
|
21589
21602
|
"""
|
|
21590
21603
|
Seller to add customer to during staff upgrade, if no seller is supplied a new seller will be created.
|
|
21591
21604
|
"""
|
|
@@ -21669,6 +21682,9 @@ input StaffCreateInput {
|
|
|
21669
21682
|
"""List of custom fields."""
|
|
21670
21683
|
customFields: [AttributeValueInput!]
|
|
21671
21684
|
|
|
21685
|
+
"""User is staff member."""
|
|
21686
|
+
isStaff: Boolean
|
|
21687
|
+
|
|
21672
21688
|
"""List of permission group IDs to which user should be assigned."""
|
|
21673
21689
|
addGroups: [ID!]
|
|
21674
21690
|
|
|
@@ -21718,6 +21734,9 @@ input StaffUpdateInput {
|
|
|
21718
21734
|
"""List of custom fields."""
|
|
21719
21735
|
customFields: [AttributeValueInput!]
|
|
21720
21736
|
|
|
21737
|
+
"""User is staff member."""
|
|
21738
|
+
isStaff: Boolean
|
|
21739
|
+
|
|
21721
21740
|
"""List of permission group IDs to which user should be assigned."""
|
|
21722
21741
|
addGroups: [ID!]
|
|
21723
21742
|
|