@nautical-commerce/graphql-schema 2.0.6 → 2.0.7-1-g11c731613

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.
@@ -8852,6 +8852,9 @@ type StorefrontTheme implements Node {
8852
8852
 
8853
8853
  """Font color in hex."""
8854
8854
  fontColor: String
8855
+
8856
+ """Whether to use this theme for the dashboard."""
8857
+ useForDashboard: Boolean
8855
8858
  }
8856
8859
 
8857
8860
  """Font for a storefront."""
@@ -11930,7 +11933,7 @@ type Mutation {
11930
11933
  description: String
11931
11934
 
11932
11935
  """
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-zip-compressed, image/heif, application/dwg, application/x-tiff, application/vnd.ms-excel, application/zip, image/svg+xml, application/x-rar-compressed, image/svg, image/png, application/x-autocad, application/vnd.oasis.opendocument.spreadsheet, application/acad, application/acrobat, application/eps, image/heic, image/x-eps, text/csv, application/tif, application/vnd.oasis.opendocument.text, application/x-jpg, application/x-tar, image/x-tif, application/x-eps, application/rtf, text/comma-separated-values, drawing/x-dwf, application/gzipped, application/msword, application/vnd.oasis.opendocument.presentation, text/svg-xml, application/tiff, image/jpg, application/vnd.ms-powerpoint, application/postscript, application/x-acad, image/x-dxf, application/x-gzip, application/x-csv, image/tif, image/x-dwg, image/dxf, application/csv, application/gzip, application/x-rtf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/dxf, image/tiff, application/x-dxf, image/gif, application/svg+xml, image/webp, image/jpeg, application/x-rar, text/svg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/pdf, text/rtf, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/x-bmp, image/vnd.dwg, text/x-comma-separated-values, application/x-tif, drawing/dwg, application/pdf, pplication/vnd.rar, drawing/x-dwg, application/x-pdf, application/x-dwg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-tiff, text/x-csv, text/x-pdf, text/plain, application/excel, image/eps, image/heic-sequence, application/gzip-compressed, application/jpg, image/heif-sequence, image/bmp, image/x-ms-bmp, application/vnd.ms-word, application/vnd.pdf.
11936
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/svg, application/zip, application/gzip, application/dxf, image/x-ms-bmp, image/heic, image/tiff, image/x-tiff, image/x-bmp, application/vnd.ms-word, application/x-rtf, drawing/x-dwf, application/x-pdf, image/gif, pplication/vnd.rar, application/x-acad, application/dwg, application/vnd.oasis.opendocument.text, text/x-csv, application/gzip-compressed, text/csv, text/x-comma-separated-values, image/heif-sequence, application/vnd.oasis.opendocument.spreadsheet, drawing/x-dwg, application/vnd.ms-powerpoint, application/jpg, application/vnd.pdf, application/x-autocad, image/png, image/vnd.dwg, image/eps, image/x-eps, application/svg+xml, application/x-tiff, application/gzipped, image/webp, image/heif, image/x-tif, application/vnd.ms-excel, application/tiff, text/x-pdf, application/excel, application/tif, image/heic-sequence, application/x-rar, image/bmp, application/x-rar-compressed, image/svg, application/x-tar, image/x-dwg, application/eps, application/x-dxf, application/csv, text/comma-separated-values, application/x-gzip, image/jpg, application/x-jpg, image/dxf, application/x-csv, application/pdf, text/rtf, application/x-tif, image/svg+xml, image/x-dxf, application/acrobat, application/postscript, text/svg-xml, text/pdf, image/tif, drawing/dwg, application/acad, image/jpeg, application/vnd.oasis.opendocument.presentation, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-zip-compressed, text/plain, application/rtf, application/msword, application/x-eps, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.openxmlformats-officedocument.presentationml.presentation.
11934
11937
  """
11935
11938
  file: Upload!
11936
11939
 
@@ -16538,6 +16541,9 @@ input StorefrontThemeInput {
16538
16541
 
16539
16542
  """Font color in hex."""
16540
16543
  fontColor: String
16544
+
16545
+ """Whether to use this theme for the dashboard."""
16546
+ useForDashboard: Boolean
16541
16547
  }
16542
16548
 
16543
16549
  """Update a storefront theme."""
@@ -21518,9 +21524,6 @@ input UserCreateInput {
21518
21524
  """List of custom fields."""
21519
21525
  customFields: [AttributeValueInput!]
21520
21526
 
21521
- """User is staff member."""
21522
- isStaff: Boolean
21523
-
21524
21527
  """Marketplace VAT identification number"""
21525
21528
  vatIdentificationNumber: String
21526
21529
 
@@ -21533,6 +21536,9 @@ input UserCreateInput {
21533
21536
  URL of a view where users should be redirected to set the password. URL in RFC 1808 format.
21534
21537
  """
21535
21538
  redirectUrl: String
21539
+
21540
+ """Upgrade customer to a staff member"""
21541
+ isStaff: Boolean @deprecated(reason: "Customer creation always produces a customer user, will be removed on January 15, 2026")
21536
21542
  }
21537
21543
 
21538
21544
  """Updates an existing customer."""
@@ -21578,9 +21584,6 @@ input CustomerInput {
21578
21584
  """List of custom fields."""
21579
21585
  customFields: [AttributeValueInput!]
21580
21586
 
21581
- """User is staff member."""
21582
- isStaff: Boolean
21583
-
21584
21587
  """Marketplace VAT identification number"""
21585
21588
  vatIdentificationNumber: String
21586
21589
 
@@ -21598,6 +21601,11 @@ input CustomerInput {
21598
21601
  List of permission group IDs to which customer should be assigned during staff upgrade.
21599
21602
  """
21600
21603
  addGroups: [ID!]
21604
+
21605
+ """
21606
+ Upgrade customer to a staff member, if this is provided you must also provide values for seller and add_groups.
21607
+ """
21608
+ isStaff: Boolean
21601
21609
  }
21602
21610
 
21603
21611
  """Deletes a customer."""
@@ -21672,9 +21680,6 @@ input StaffCreateInput {
21672
21680
  """List of custom fields."""
21673
21681
  customFields: [AttributeValueInput!]
21674
21682
 
21675
- """User is staff member."""
21676
- isStaff: Boolean
21677
-
21678
21683
  """List of permission group IDs to which user should be assigned."""
21679
21684
  addGroups: [ID!]
21680
21685
 
@@ -21685,6 +21690,9 @@ input StaffCreateInput {
21685
21690
  URL of a view where users should be redirected to set the password. URL in RFC 1808 format.
21686
21691
  """
21687
21692
  redirectUrl: String
21693
+
21694
+ """User is staff member."""
21695
+ isStaff: Boolean @deprecated(reason: "Staff creation always produces a staff user, will be removed on January 15, 2026")
21688
21696
  }
21689
21697
 
21690
21698
  """Updates an existing staff user."""
@@ -21724,9 +21732,6 @@ input StaffUpdateInput {
21724
21732
  """List of custom fields."""
21725
21733
  customFields: [AttributeValueInput!]
21726
21734
 
21727
- """User is staff member."""
21728
- isStaff: Boolean
21729
-
21730
21735
  """List of permission group IDs to which user should be assigned."""
21731
21736
  addGroups: [ID!]
21732
21737
 
@@ -21735,6 +21740,9 @@ input StaffUpdateInput {
21735
21740
 
21736
21741
  """List of permission group IDs from which user should be unassigned."""
21737
21742
  removeGroups: [ID!]
21743
+
21744
+ """User is staff member."""
21745
+ isStaff: Boolean @deprecated(reason: "Staff update always produces a staff user, will be removed on January 15, 2026")
21738
21746
  }
21739
21747
 
21740
21748
  """Deletes a staff user."""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v2.0.6",
3
+ "version": "v2.0.7-1-g11c731613",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {