@nautical-commerce/graphql-schema 1.65.0-30-g60128d909 → 1.65.0-32-gb9dc28277
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 +7 -3
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -4808,7 +4808,11 @@ enum AppTypeEnum {
|
|
4808
4808
|
type AppStorefrontIntegration implements Node {
|
4809
4809
|
"""The ID of the object"""
|
4810
4810
|
id: ID!
|
4811
|
-
|
4811
|
+
|
4812
|
+
"""
|
4813
|
+
App this integration is for. This may be null for integrations that come from plugins.
|
4814
|
+
"""
|
4815
|
+
app: App
|
4812
4816
|
|
4813
4817
|
"""What context this integration should be rendered in"""
|
4814
4818
|
context: AppStorefrontIntegrationContextEnum!
|
@@ -8695,7 +8699,7 @@ type Shop {
|
|
8695
8699
|
"""
|
8696
8700
|
None if shop does not use Crisp, otherwise this contains Crisp Website ID.
|
8697
8701
|
"""
|
8698
|
-
crispWebsiteId: String
|
8702
|
+
crispWebsiteId: String @deprecated(reason: "This will be removed on April 7, 2025.")
|
8699
8703
|
|
8700
8704
|
"""Storefront integrations for the given contexts"""
|
8701
8705
|
storefrontUiIntegrations(
|
@@ -13223,7 +13227,7 @@ type Mutation {
|
|
13223
13227
|
description: String
|
13224
13228
|
|
13225
13229
|
"""
|
13226
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
13230
|
+
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-rar, application/excel, text/pdf, text/comma-separated-values, application/x-rar-compressed, application/acrobat, application/dxf, image/gif, application/eps, application/x-dwg, text/x-csv, application/acad, application/rtf, application/postscript, image/x-tif, text/svg, image/tif, application/tif, text/csv, application/x-jpg, application/x-tif, text/x-pdf, application/vnd.oasis.opendocument.presentation, image/heic, application/zip, application/x-csv, image/x-tiff, drawing/dwg, application/csv, application/gzipped, image/x-dxf, application/vnd.oasis.opendocument.spreadsheet, application/pdf, image/tiff, drawing/x-dwf, application/vnd.ms-excel, application/x-zip-compressed, application/vnd.pdf, image/jpeg, application/x-autocad, image/eps, text/x-comma-separated-values, application/dwg, application/gzip-compressed, image/svg+xml, application/x-dxf, image/dxf, pplication/vnd.rar, application/x-eps, application/x-pdf, image/png, application/jpg, image/heic-sequence, image/vnd.dwg, image/webp, application/vnd.ms-word, image/x-bmp, text/svg-xml, image/heif-sequence, application/vnd.ms-powerpoint, drawing/x-dwg, application/gzip, application/x-rtf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/bmp, image/x-eps, image/heif, application/x-gzip, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-tar, image/svg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/jpg, image/x-dwg, application/tiff, application/svg+xml, application/x-tiff, application/msword, text/plain, image/x-ms-bmp, application/x-acad, text/rtf, application/vnd.oasis.opendocument.text.
|
13227
13231
|
"""
|
13228
13232
|
file: Upload!
|
13229
13233
|
|