@nautical-commerce/graphql-schema 1.74.3 → 1.75.0-1-g750650da0

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.
@@ -1958,9 +1958,6 @@ type Query {
1958
1958
  contentType: CustomFieldTemplateEnum
1959
1959
  ): CustomFieldTemplate
1960
1960
 
1961
- """List of all apps installations"""
1962
- appsInstallations: [AppInstallation!]! @deprecated(reason: "This will be removed on March 2nd, 2025")
1963
-
1964
1961
  """List of the apps."""
1965
1962
  apps(
1966
1963
  """Filtering options for apps."""
@@ -2740,11 +2737,17 @@ type Checkout implements Node & ObjectWithMetadata {
2740
2737
  """The price of the shipping, with all the taxes included."""
2741
2738
  shippingPrice: TaxedMoney!
2742
2739
 
2743
- """The price of the checkout before shipping, with taxes included."""
2744
- subtotalPrice: TaxedMoney!
2740
+ """The price of the shipping after discount"""
2741
+ discountedShippingPrice: Money
2745
2742
 
2746
2743
  """The price of the checkout before discount, shipping and taxes"""
2747
- originalPrice: Money!
2744
+ originalPrice: Money! @deprecated(reason: "This will be removed on June 17, 2025")
2745
+
2746
+ """The price of the checkout before discount"""
2747
+ originalSubtotalPrice: Money!
2748
+
2749
+ """The price of the checkout before shipping, with taxes included."""
2750
+ subtotalPrice: TaxedMoney!
2748
2751
 
2749
2752
  """The checkout's token."""
2750
2753
  token: NauticalUUID!
@@ -2754,6 +2757,9 @@ type Checkout implements Node & ObjectWithMetadata {
2754
2757
  """
2755
2758
  totalPrice: TaxedMoney!
2756
2759
 
2760
+ """The sum of the checkout line prices, without discount"""
2761
+ originalTotalPrice: Money!
2762
+
2757
2763
  """Discount Type if voucher is applied"""
2758
2764
  discountType: VoucherTypeEnum
2759
2765
 
@@ -8575,9 +8581,6 @@ type Shop {
8575
8581
  """Whether the marketplace has enabled quote orders."""
8576
8582
  enableQuoteOrders: Boolean @deprecated(reason: "Quotes will be removed on June 11, 2025")
8577
8583
 
8578
- """Whether the marketplace has enabled offer orders."""
8579
- enableOfferOrders: Boolean @deprecated(reason: "This will be removed on February 20, 2025.")
8580
-
8581
8584
  """Shop's name."""
8582
8585
  name: String!
8583
8586
 
@@ -8957,6 +8960,7 @@ input SellerFilterInput {
8957
8960
  storefront: Boolean
8958
8961
  metadata: MetadataFilterInput
8959
8962
  privateMetadata: MetadataFilterInput
8963
+ isMarketplaceSeller: Boolean
8960
8964
  }
8961
8965
 
8962
8966
  enum SellerStatusFilter {
@@ -12978,27 +12982,6 @@ enum CustomFieldTemplateEnum {
12978
12982
  FULFILLMENT
12979
12983
  }
12980
12984
 
12981
- """Represents ongoing installation of app."""
12982
- type AppInstallation implements Node & Job {
12983
- appName: String!
12984
- manifestUrl: String!
12985
-
12986
- """The ID of the object"""
12987
- id: ID!
12988
-
12989
- """Job status."""
12990
- status: JobStatusEnum!
12991
-
12992
- """Created date time of job in ISO 8601 format."""
12993
- createdAt: DateTime!
12994
-
12995
- """Date time of job last update in ISO 8601 format."""
12996
- updatedAt: DateTime!
12997
-
12998
- """Job message."""
12999
- message: String
13000
- }
13001
-
13002
12985
  type AppCountableConnection {
13003
12986
  """Pagination data for this connection."""
13004
12987
  pageInfo: PageInfo!
@@ -13188,7 +13171,7 @@ type Mutation {
13188
13171
  description: String
13189
13172
 
13190
13173
  """
13191
- Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/x-ms-bmp, image/tif, image/svg+xml, application/pdf, application/jpg, application/x-autocad, image/dxf, image/eps, text/svg, application/gzip-compressed, application/x-csv, text/x-pdf, application/x-dxf, text/x-comma-separated-values, application/vnd.ms-excel, application/x-acad, image/x-dwg, image/jpg, image/heif, drawing/x-dwg, application/x-eps, application/tif, application/x-rar, application/x-rar-compressed, image/gif, application/vnd.oasis.opendocument.spreadsheet, application/acrobat, application/zip, image/heic-sequence, application/dxf, pplication/vnd.rar, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/png, application/csv, image/tiff, image/x-bmp, application/eps, application/x-tif, application/gzipped, image/x-tiff, text/svg-xml, drawing/dwg, application/acad, text/x-csv, text/pdf, image/heif-sequence, application/vnd.oasis.opendocument.text, application/x-dwg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, drawing/x-dwf, application/x-tiff, image/x-eps, text/rtf, application/x-rtf, image/bmp, application/vnd.ms-word, text/plain, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/jpeg, image/heic, application/vnd.pdf, text/comma-separated-values, application/excel, image/x-tif, image/vnd.dwg, application/dwg, application/tiff, application/postscript, text/csv, application/msword, application/gzip, image/webp, application/x-pdf, application/x-tar, application/x-gzip, application/rtf, application/svg+xml, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/svg, application/vnd.ms-powerpoint, application/x-jpg, image/x-dxf, application/vnd.oasis.opendocument.presentation, application/x-zip-compressed.
13174
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/comma-separated-values, application/eps, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-word, application/zip, text/plain, image/svg, image/heic-sequence, image/x-eps, application/excel, application/postscript, image/heic, application/x-acad, application/rtf, application/msword, image/heif-sequence, application/acad, application/x-rtf, text/svg, application/dwg, application/x-tar, application/dxf, text/csv, application/vnd.pdf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.oasis.opendocument.presentation, application/x-jpg, image/dxf, application/csv, application/gzipped, application/x-autocad, application/svg+xml, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/jpeg, application/x-rar, drawing/dwg, image/x-tiff, image/png, application/tiff, application/gzip-compressed, text/pdf, text/x-comma-separated-values, application/x-tiff, application/acrobat, drawing/x-dwg, drawing/x-dwf, application/pdf, text/svg-xml, image/vnd.dwg, application/x-eps, application/x-gzip, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-zip-compressed, application/x-tif, image/eps, application/x-rar-compressed, image/heif, application/jpg, image/jpg, application/x-dxf, application/gzip, application/vnd.oasis.opendocument.spreadsheet, text/x-csv, application/vnd.ms-powerpoint, pplication/vnd.rar, application/vnd.ms-excel, image/x-dwg, application/x-dwg, application/tif, text/rtf, application/x-pdf, application/vnd.oasis.opendocument.text, image/x-dxf, image/x-ms-bmp, application/x-csv, image/x-bmp, image/webp, text/x-pdf, image/gif, image/tif, image/bmp, image/tiff, image/x-tif, image/svg+xml.
13192
13175
  """
13193
13176
  file: Upload!
13194
13177
 
@@ -15152,6 +15135,19 @@ type Mutation {
15152
15135
  storefrontUrl: String!
15153
15136
  ): NauticalQuoteOrderSendToCustomer @deprecated(reason: "The ability to send Order IDs will be removed on February 26, 2025. This will be removed on June 11, 2025.")
15154
15137
 
15138
+ """Sends a quote order to a customer."""
15139
+ nauticalDraftOrderSendToCustomer(
15140
+ """
15141
+ ID of the order (nautical or seller order, with Quote status) to send to the customer.
15142
+ """
15143
+ id: ID!
15144
+
15145
+ """
15146
+ URL to send customer to for quote confirmation. Whatever URL is sent will have `token` added to the search parameters of the URL, e.g. if you send http://localhost/quote, the generated URL will be http://localhost/quote?token=...
15147
+ """
15148
+ storefrontUrl: String!
15149
+ ): NauticalQuoteOrderSendToCustomer
15150
+
15155
15151
  """Creates a new order fee."""
15156
15152
  orderFeeCreate(
15157
15153
  """Fields required to create a new order fee."""
@@ -16000,30 +15996,6 @@ type Mutation {
16000
15996
  id: ID!
16001
15997
  ): AppStorefrontIntegrationDelete
16002
15998
 
16003
- """Install new app by using app manifest."""
16004
- appInstall(
16005
- """Fields required to install a new app."""
16006
- input: AppInstallInput!
16007
- ): AppInstall @deprecated(reason: "This will be removed on March 2nd, 2025")
16008
-
16009
- """Retry failed installation of new app."""
16010
- appRetryInstall(
16011
- """Determine if app will be set active or not."""
16012
- activateAfterInstallation: Boolean = true
16013
-
16014
- """ID of failed installation."""
16015
- id: ID!
16016
- ): AppRetryInstall @deprecated(reason: "This will be removed on March 2nd, 2025")
16017
-
16018
- """Delete failed installation."""
16019
- appDeleteFailedInstallation(
16020
- """ID of failed installation to delete."""
16021
- id: ID!
16022
- ): AppDeleteFailedInstallation @deprecated(reason: "This will be removed on March 2nd, 2025")
16023
-
16024
- """Fetch and validate manifest."""
16025
- appFetchManifest(manifestUrl: String!): AppFetchManifest @deprecated(reason: "This will be removed on March 2nd, 2025")
16026
-
16027
15999
  """Activate the app."""
16028
16000
  appActivate(
16029
16001
  """ID of app to activate."""
@@ -23122,60 +23094,6 @@ type AppStorefrontIntegrationDelete {
23122
23094
  appStorefrontIntegration: AppStorefrontIntegration
23123
23095
  }
23124
23096
 
23125
- """Install new app by using app manifest."""
23126
- type AppInstall {
23127
- appErrors: [AppError!]!
23128
- appInstallation: AppInstallation
23129
- }
23130
-
23131
- input AppInstallInput {
23132
- """Name of the app to install."""
23133
- appName: String
23134
-
23135
- """Url to app's manifest in JSON format."""
23136
- manifestUrl: String
23137
-
23138
- """Determine if app will be set active or not."""
23139
- activateAfterInstallation: Boolean = true
23140
-
23141
- """List of permission code names to assign to this app."""
23142
- permissions: [PermissionEnum!]
23143
- }
23144
-
23145
- """Retry failed installation of new app."""
23146
- type AppRetryInstall {
23147
- appErrors: [AppError!]!
23148
- appInstallation: AppInstallation
23149
- }
23150
-
23151
- """Delete failed installation."""
23152
- type AppDeleteFailedInstallation {
23153
- appErrors: [AppError!]!
23154
- appInstallation: AppInstallation
23155
- }
23156
-
23157
- """Fetch and validate manifest."""
23158
- type AppFetchManifest {
23159
- manifest: Manifest
23160
- appErrors: [AppError!]!
23161
- }
23162
-
23163
- """The manifest definition."""
23164
- type Manifest {
23165
- identifier: String!
23166
- version: String!
23167
- name: String!
23168
- about: String
23169
- permissions: [Permission!]
23170
- appUrl: String
23171
- configurationUrl: String
23172
- tokenTargetUrl: String
23173
- dataPrivacy: String
23174
- dataPrivacyUrl: String
23175
- homepageUrl: String
23176
- supportUrl: String
23177
- }
23178
-
23179
23097
  """Activate the app."""
23180
23098
  type AppActivate {
23181
23099
  appErrors: [AppError!]!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.74.3",
3
+ "version": "v1.75.0-1-g750650da0",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {