@nautical-commerce/graphql-schema 1.68.0-9-gb4a066193 → 1.68.1

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.
@@ -2862,6 +2862,7 @@ type ProductVariant implements Node & ObjectWithMetadata {
2862
2862
  """Whether the product variant is published."""
2863
2863
  isPublished: Boolean!
2864
2864
  overrideCurrency: Boolean!
2865
+ requiresQuote: Boolean!
2865
2866
  allowBackorders: Boolean
2866
2867
 
2867
2868
  """
@@ -2962,7 +2963,6 @@ type ProductVariant implements Node & ObjectWithMetadata {
2962
2963
 
2963
2964
  """List of vouchers associated with the product."""
2964
2965
  vouchers: [Voucher!]!
2965
- requiresQuote: Boolean @deprecated(reason: "This field will be removed on April 25th, 2025.")
2966
2966
 
2967
2967
  """
2968
2968
  The sub status of the product variant. This will be the same as product's sub status.
@@ -4745,7 +4745,7 @@ type Permission {
4745
4745
  enum PermissionEnum {
4746
4746
  MANAGE_USERS
4747
4747
  MANAGE_STAFF
4748
- MANAGE_PERMISSIONS @deprecated(reason: "This will be removed on April 23, 2025.")
4748
+ MANAGE_PERMISSIONS
4749
4749
  MANAGE_APPS
4750
4750
  MANAGE_DISCOUNTS
4751
4751
  MANAGE_DOCUMENTS
@@ -7080,7 +7080,18 @@ type Agreement implements Node {
7080
7080
  seoDescription: String
7081
7081
  slug: String!
7082
7082
  title: String!
7083
+
7084
+ """Commission type"""
7085
+ commissionType: CommissionTypeEnum! @deprecated(reason: "Markup commissions will be removed on January 23, 2025.")
7083
7086
  defaultCommission: Decimal!
7087
+
7088
+ """Markup commission type"""
7089
+ markupCommissionType: MarkupCommissionTypeEnum! @deprecated(reason: "Markup commissions will be removed on January 23, 2025.")
7090
+
7091
+ """
7092
+ If a markup commission is selected, this is the amount of the commission.
7093
+ """
7094
+ markupCommissionValue: Decimal @deprecated(reason: "Markup commissions will be removed on January 23, 2025.")
7084
7095
  isActive: Boolean
7085
7096
 
7086
7097
  """List of granular commissions associated with the agreement."""
@@ -7091,6 +7102,22 @@ type Agreement implements Node {
7091
7102
  fees: [AgreementFees!]!
7092
7103
  }
7093
7104
 
7105
+ enum CommissionTypeEnum {
7106
+ """Gross Price Commission"""
7107
+ MARKETPLACE
7108
+
7109
+ """Markup Commission"""
7110
+ WHOLESALE
7111
+
7112
+ """Absolute Price Commission"""
7113
+ DROPSHIPPING
7114
+ }
7115
+
7116
+ enum MarkupCommissionTypeEnum {
7117
+ """Percentage"""
7118
+ PERCENTAGE
7119
+ }
7120
+
7094
7121
  """An agreement commission"""
7095
7122
  type AgreementCommission implements Node {
7096
7123
  """The ID of the object"""
@@ -13190,7 +13217,7 @@ type Mutation {
13190
13217
  description: String
13191
13218
 
13192
13219
  """
13193
- Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/tif, text/csv, application/x-csv, application/dxf, application/x-rtf, application/vnd.oasis.opendocument.presentation, application/x-tiff, text/x-comma-separated-values, pplication/vnd.rar, application/eps, application/x-acad, image/jpeg, image/svg, application/gzip-compressed, application/vnd.ms-excel, application/vnd.pdf, image/x-tif, image/x-eps, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-tar, application/x-eps, image/x-bmp, image/tif, application/csv, application/postscript, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/zip, text/comma-separated-values, application/acad, image/tiff, drawing/dwg, drawing/x-dwf, application/dwg, image/png, image/x-dwg, text/plain, image/jpg, application/gzipped, application/msword, image/gif, application/rtf, image/heif-sequence, text/svg-xml, image/heic-sequence, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-jpg, application/vnd.ms-word, application/jpg, text/svg, image/x-tiff, application/x-pdf, drawing/x-dwg, text/pdf, application/x-tif, image/eps, application/x-dxf, application/excel, application/svg+xml, application/vnd.oasis.opendocument.text, application/x-gzip, application/vnd.ms-powerpoint, image/bmp, image/x-dxf, application/pdf, application/gzip, image/webp, application/x-rar, image/heic, text/x-pdf, application/x-zip-compressed, image/x-ms-bmp, application/acrobat, application/tiff, application/x-dwg, application/vnd.oasis.opendocument.spreadsheet, text/rtf, image/svg+xml, application/x-autocad, application/x-rar-compressed, image/heif, image/dxf, image/vnd.dwg, text/x-csv.
13220
+ 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-autocad, application/pdf, image/x-tiff, application/msword, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/rtf, application/vnd.pdf, application/dxf, application/x-tiff, pplication/vnd.rar, image/jpg, application/vnd.ms-excel, application/csv, text/comma-separated-values, application/vnd.oasis.opendocument.spreadsheet, image/x-ms-bmp, application/postscript, image/heic-sequence, image/tif, application/zip, image/dxf, image/x-tif, image/webp, application/x-rtf, image/vnd.dwg, image/svg, application/acad, image/gif, application/tif, application/x-gzip, application/vnd.ms-word, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/gzip, text/svg, application/vnd.ms-powerpoint, text/x-pdf, application/x-dwg, application/rtf, image/bmp, text/x-comma-separated-values, image/heif-sequence, application/x-acad, image/x-eps, text/csv, application/dwg, text/plain, text/pdf, application/excel, image/x-dxf, image/eps, drawing/x-dwg, application/x-pdf, text/svg-xml, image/png, image/x-bmp, application/vnd.oasis.opendocument.text, application/x-jpg, application/jpg, application/eps, image/svg+xml, application/acrobat, application/tiff, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/tiff, application/svg+xml, application/gzip-compressed, application/x-eps, drawing/x-dwf, application/x-dxf, application/x-rar, application/x-tif, application/x-zip-compressed, drawing/dwg, text/x-csv, application/vnd.oasis.opendocument.presentation, application/x-rar-compressed, image/heic, application/x-csv, image/heif, image/jpeg, application/gzipped, image/x-dwg, application/x-tar.
13194
13221
  """
13195
13222
  file: Upload!
13196
13223
 
@@ -15454,6 +15481,11 @@ type Mutation {
15454
15481
 
15455
15482
  """ID of the vendor to retrieve an onboarding link for"""
15456
15483
  vendorId: ID!
15484
+
15485
+ """
15486
+ Whether the vendor to retrieve an onboarding link for is a SELLER or an AFFILIATE
15487
+ """
15488
+ vendorType: String @deprecated(reason: "This will be removed on January 24, 2025.")
15457
15489
  ): VendorPayoutOnboardingLinkRequest
15458
15490
 
15459
15491
  """
@@ -15609,6 +15641,9 @@ type Mutation {
15609
15641
  """Checkout ID."""
15610
15642
  checkoutId: ID!
15611
15643
 
15644
+ """ID of microsite that checkout was completed from"""
15645
+ microsite: ID @deprecated(reason: "This will be removed on January 24, 2025.")
15646
+
15612
15647
  """Client-side generated data required to finalize the payment."""
15613
15648
  paymentData: JSONString
15614
15649
 
@@ -16735,6 +16770,9 @@ enum PayoutErrorCode {
16735
16770
  }
16736
16771
 
16737
16772
  input PayoutCreateInput {
16773
+ """Vendor type for the payout"""
16774
+ vendorType: String @deprecated(reason: "This will be removed on January 24, 2025")
16775
+
16738
16776
  """
16739
16777
  Payout end date. ISO 8601 standard. Can not be greater than current date.
16740
16778
  """
@@ -17059,13 +17097,13 @@ input AgreementInput {
17059
17097
  updatedAt: String
17060
17098
 
17061
17099
  """Gross Price, Markup, Absolute etc"""
17062
- commissionType: CommissionTypeEnum @deprecated(reason: "This will be removed on April 23, 2025.")
17100
+ commissionType: CommissionTypeEnum
17063
17101
 
17064
17102
  """Percentage by default"""
17065
- markupCommissionType: MarkupCommissionTypeEnum @deprecated(reason: "This will be removed on April 23, 2025.")
17103
+ markupCommissionType: MarkupCommissionTypeEnum
17066
17104
 
17067
17105
  """Markup commission percentage for all items"""
17068
- markupCommissionValue: Decimal @deprecated(reason: "This will be removed on April 23, 2025.")
17106
+ markupCommissionValue: Decimal
17069
17107
  }
17070
17108
 
17071
17109
  input SeoInput {
@@ -17076,22 +17114,6 @@ input SeoInput {
17076
17114
  description: String
17077
17115
  }
17078
17116
 
17079
- enum CommissionTypeEnum {
17080
- """Gross Price Commission"""
17081
- MARKETPLACE
17082
-
17083
- """Markup Commission"""
17084
- WHOLESALE
17085
-
17086
- """Absolute Price Commission"""
17087
- DROPSHIPPING
17088
- }
17089
-
17090
- enum MarkupCommissionTypeEnum {
17091
- """Percentage"""
17092
- PERCENTAGE
17093
- }
17094
-
17095
17117
  """Deletes a agreement."""
17096
17118
  type AgreementDelete {
17097
17119
  agreementErrors: [AgreementError!]!
@@ -19796,7 +19818,7 @@ input ProductVariantCreateInput {
19796
19818
  name: String
19797
19819
 
19798
19820
  """True if variant requires quote pricing."""
19799
- requiresQuote: Boolean @deprecated(reason: "This field will be removed on April 25th, 2025.")
19821
+ requiresQuote: Boolean
19800
19822
 
19801
19823
  """Substatus the variant is to be changed to."""
19802
19824
  subStatus: ProductVariantSubStatusEnum @deprecated(reason: "This field will be removed on April 15th, 2025. ProductVariant substatus will be the same as product substatus")
@@ -19937,7 +19959,7 @@ input ProductVariantBulkCreateInput {
19937
19959
  name: String
19938
19960
 
19939
19961
  """True if variant requires quote pricing."""
19940
- requiresQuote: Boolean @deprecated(reason: "This field will be removed on April 25th, 2025.")
19962
+ requiresQuote: Boolean
19941
19963
 
19942
19964
  """Substatus the variant is to be changed to."""
19943
19965
  subStatus: ProductVariantSubStatusEnum @deprecated(reason: "This field will be removed on April 15th, 2025. ProductVariant substatus will be the same as product substatus")
@@ -20116,7 +20138,7 @@ input ProductVariantInput {
20116
20138
  name: String
20117
20139
 
20118
20140
  """True if variant requires quote pricing."""
20119
- requiresQuote: Boolean @deprecated(reason: "This field will be removed on April 25th, 2025.")
20141
+ requiresQuote: Boolean
20120
20142
 
20121
20143
  """Substatus the variant is to be changed to."""
20122
20144
  subStatus: ProductVariantSubStatusEnum @deprecated(reason: "This field will be removed on April 15th, 2025. ProductVariant substatus will be the same as product substatus")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.68.0-9-gb4a066193",
3
+ "version": "v1.68.1",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {