@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.
@@ -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-tif, image/heic, application/eps, text/x-comma-separated-values, image/gif, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/heic-sequence, application/x-gzip, image/jpg, image/x-dwg, text/plain, drawing/x-dwg, image/bmp, application/rtf, application/gzip, image/dxf, image/eps, image/x-dxf, image/svg+xml, application/x-autocad, text/svg, application/x-rtf, application/vnd.oasis.opendocument.text, application/x-csv, image/tif, application/postscript, application/jpg, application/zip, text/csv, text/x-pdf, application/x-rar-compressed, application/acad, application/x-acad, text/rtf, application/x-dxf, image/heif-sequence, text/comma-separated-values, application/gzipped, image/x-ms-bmp, drawing/x-dwf, application/x-dwg, application/vnd.ms-powerpoint, image/x-eps, application/gzip-compressed, image/x-tiff, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/x-bmp, application/tiff, application/vnd.ms-word, text/pdf, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/png, application/csv, application/vnd.ms-excel, application/vnd.oasis.opendocument.spreadsheet, application/x-jpg, application/x-tiff, application/msword, text/x-csv, application/pdf, drawing/dwg, application/svg+xml, application/tif, pplication/vnd.rar, image/svg, image/x-tif, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/acrobat, application/x-eps, application/dxf, application/x-zip-compressed, image/vnd.dwg, application/dwg, application/vnd.oasis.opendocument.presentation, image/heif, application/vnd.pdf, application/excel, image/jpeg, application/x-tar, image/webp, application/x-rar, text/svg-xml, application/x-pdf, image/tiff.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v2.0.2-1-gee5db9818",
3
+ "version": "v2.0.2-2-g9aef15c6f",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {