@nautical-commerce/graphql-schema 1.74.2-1-gdda1194f9 → 1.74.2-11-g3874144b7

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
 
@@ -8954,6 +8960,7 @@ input SellerFilterInput {
8954
8960
  storefront: Boolean
8955
8961
  metadata: MetadataFilterInput
8956
8962
  privateMetadata: MetadataFilterInput
8963
+ isMarketplaceSeller: Boolean
8957
8964
  }
8958
8965
 
8959
8966
  enum SellerStatusFilter {
@@ -12975,27 +12982,6 @@ enum CustomFieldTemplateEnum {
12975
12982
  FULFILLMENT
12976
12983
  }
12977
12984
 
12978
- """Represents ongoing installation of app."""
12979
- type AppInstallation implements Node & Job {
12980
- appName: String!
12981
- manifestUrl: String!
12982
-
12983
- """The ID of the object"""
12984
- id: ID!
12985
-
12986
- """Job status."""
12987
- status: JobStatusEnum!
12988
-
12989
- """Created date time of job in ISO 8601 format."""
12990
- createdAt: DateTime!
12991
-
12992
- """Date time of job last update in ISO 8601 format."""
12993
- updatedAt: DateTime!
12994
-
12995
- """Job message."""
12996
- message: String
12997
- }
12998
-
12999
12985
  type AppCountableConnection {
13000
12986
  """Pagination data for this connection."""
13001
12987
  pageInfo: PageInfo!
@@ -13185,7 +13171,7 @@ type Mutation {
13185
13171
  description: String
13186
13172
 
13187
13173
  """
13188
- Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/rtf, application/x-tif, drawing/dwg, application/csv, image/x-tiff, application/x-eps, pplication/vnd.rar, application/vnd.pdf, image/webp, image/dxf, drawing/x-dwf, application/x-zip-compressed, application/tiff, application/x-tiff, application/vnd.ms-word, application/dwg, text/x-comma-separated-values, image/x-bmp, text/pdf, application/vnd.oasis.opendocument.presentation, image/tiff, application/vnd.ms-excel, application/jpg, application/x-jpg, application/zip, text/x-csv, image/x-tif, application/x-acad, image/x-eps, image/svg, application/acad, image/x-dxf, application/rtf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/png, image/jpeg, image/heic, text/comma-separated-values, application/x-rtf, drawing/x-dwg, image/bmp, application/pdf, image/gif, application/postscript, application/excel, application/vnd.oasis.opendocument.text, application/x-dwg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/gzip-compressed, application/vnd.oasis.opendocument.spreadsheet, application/x-pdf, application/x-dxf, application/tif, application/dxf, image/jpg, image/x-dwg, image/heif-sequence, application/x-csv, application/acrobat, application/msword, application/eps, application/svg+xml, image/eps, application/gzip, text/x-pdf, image/heic-sequence, application/x-tar, application/gzipped, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/x-ms-bmp, text/csv, application/x-gzip, image/svg+xml, application/x-autocad, image/vnd.dwg, application/vnd.ms-powerpoint, image/tif, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/heif, application/x-rar, application/x-rar-compressed, text/plain, text/svg-xml, text/svg.
13174
+ 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-eps, application/excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/zip, application/vnd.oasis.opendocument.spreadsheet, application/x-tif, application/x-dxf, application/x-rtf, image/x-dxf, drawing/x-dwg, image/jpg, image/webp, image/x-tif, application/x-eps, text/plain, application/x-jpg, text/svg, application/x-dwg, application/x-rar-compressed, application/vnd.ms-excel, drawing/dwg, text/rtf, application/acad, application/postscript, image/bmp, application/gzip, application/dxf, image/gif, image/x-ms-bmp, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/pdf, image/eps, application/gzip-compressed, application/rtf, application/x-rar, image/svg, image/svg+xml, application/vnd.ms-word, application/gzipped, text/pdf, application/msword, image/tiff, application/x-csv, application/x-tiff, image/x-dwg, application/x-zip-compressed, application/x-tar, application/x-gzip, text/x-pdf, text/x-comma-separated-values, image/heif, image/jpeg, application/csv, application/vnd.pdf, image/heif-sequence, application/dwg, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/x-csv, application/acrobat, application/x-pdf, application/x-acad, application/svg+xml, image/tif, image/png, image/x-tiff, image/heic, text/csv, application/tiff, text/svg-xml, application/jpg, application/vnd.ms-powerpoint, pplication/vnd.rar, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/heic-sequence, application/vnd.oasis.opendocument.presentation, application/x-autocad, application/vnd.oasis.opendocument.text, image/vnd.dwg, image/x-bmp, application/eps, application/tif, image/dxf, text/comma-separated-values, drawing/x-dwf.
13189
13175
  """
13190
13176
  file: Upload!
13191
13177
 
@@ -15997,30 +15983,6 @@ type Mutation {
15997
15983
  id: ID!
15998
15984
  ): AppStorefrontIntegrationDelete
15999
15985
 
16000
- """Install new app by using app manifest."""
16001
- appInstall(
16002
- """Fields required to install a new app."""
16003
- input: AppInstallInput!
16004
- ): AppInstall @deprecated(reason: "This will be removed on March 2nd, 2025")
16005
-
16006
- """Retry failed installation of new app."""
16007
- appRetryInstall(
16008
- """Determine if app will be set active or not."""
16009
- activateAfterInstallation: Boolean = true
16010
-
16011
- """ID of failed installation."""
16012
- id: ID!
16013
- ): AppRetryInstall @deprecated(reason: "This will be removed on March 2nd, 2025")
16014
-
16015
- """Delete failed installation."""
16016
- appDeleteFailedInstallation(
16017
- """ID of failed installation to delete."""
16018
- id: ID!
16019
- ): AppDeleteFailedInstallation @deprecated(reason: "This will be removed on March 2nd, 2025")
16020
-
16021
- """Fetch and validate manifest."""
16022
- appFetchManifest(manifestUrl: String!): AppFetchManifest @deprecated(reason: "This will be removed on March 2nd, 2025")
16023
-
16024
15986
  """Activate the app."""
16025
15987
  appActivate(
16026
15988
  """ID of app to activate."""
@@ -23119,60 +23081,6 @@ type AppStorefrontIntegrationDelete {
23119
23081
  appStorefrontIntegration: AppStorefrontIntegration
23120
23082
  }
23121
23083
 
23122
- """Install new app by using app manifest."""
23123
- type AppInstall {
23124
- appErrors: [AppError!]!
23125
- appInstallation: AppInstallation
23126
- }
23127
-
23128
- input AppInstallInput {
23129
- """Name of the app to install."""
23130
- appName: String
23131
-
23132
- """Url to app's manifest in JSON format."""
23133
- manifestUrl: String
23134
-
23135
- """Determine if app will be set active or not."""
23136
- activateAfterInstallation: Boolean = true
23137
-
23138
- """List of permission code names to assign to this app."""
23139
- permissions: [PermissionEnum!]
23140
- }
23141
-
23142
- """Retry failed installation of new app."""
23143
- type AppRetryInstall {
23144
- appErrors: [AppError!]!
23145
- appInstallation: AppInstallation
23146
- }
23147
-
23148
- """Delete failed installation."""
23149
- type AppDeleteFailedInstallation {
23150
- appErrors: [AppError!]!
23151
- appInstallation: AppInstallation
23152
- }
23153
-
23154
- """Fetch and validate manifest."""
23155
- type AppFetchManifest {
23156
- manifest: Manifest
23157
- appErrors: [AppError!]!
23158
- }
23159
-
23160
- """The manifest definition."""
23161
- type Manifest {
23162
- identifier: String!
23163
- version: String!
23164
- name: String!
23165
- about: String
23166
- permissions: [Permission!]
23167
- appUrl: String
23168
- configurationUrl: String
23169
- tokenTargetUrl: String
23170
- dataPrivacy: String
23171
- dataPrivacyUrl: String
23172
- homepageUrl: String
23173
- supportUrl: String
23174
- }
23175
-
23176
23084
  """Activate the app."""
23177
23085
  type AppActivate {
23178
23086
  appErrors: [AppError!]!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.74.2-1-gdda1194f9",
3
+ "version": "v1.74.2-11-g3874144b7",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {