@nautical-commerce/graphql-schema 1.85.0-3-g0b2e4ad57 → 1.85.0-31-g3fad4709d

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.
@@ -8582,9 +8582,6 @@ type WebhookJob implements Node & Job {
8582
8582
 
8583
8583
  """An enumeration."""
8584
8584
  enum GenericWebhookTransactionType {
8585
- """A payload for order create was received"""
8586
- ORDER_CREATE
8587
-
8588
8585
  """A payload for order update was received"""
8589
8586
  ORDER_UPDATE
8590
8587
 
@@ -8644,9 +8641,10 @@ input WebhookJobFilterInput {
8644
8641
  status: [WebhookJobStatus!]
8645
8642
  search: String
8646
8643
  source: [WebhookJobSource!]
8647
- type: [WebhookJobType!]
8644
+ type: [WebhookJobType!] @deprecated(reason: "This will be removed on September 3, 2025. Use webhook_event_type instead")
8648
8645
  createdAt: DateTime
8649
8646
  created: DateRangeInput
8647
+ webhookEventType: [GenericWebhookEventsEnum!]
8650
8648
  }
8651
8649
 
8652
8650
  enum WebhookJobStatus {
@@ -8666,6 +8664,62 @@ enum WebhookJobType {
8666
8664
  ORDER_UPDATE
8667
8665
  }
8668
8666
 
8667
+ enum GenericWebhookEventsEnum {
8668
+ """A payload for order update was received"""
8669
+ ORDER_UPDATE
8670
+
8671
+ """A payload for order cancel was received"""
8672
+ ORDER_CANCEL
8673
+
8674
+ """A payload for product create was received."""
8675
+ PRODUCT_CREATE
8676
+
8677
+ """A payload for product update was received."""
8678
+ PRODUCT_UPDATE
8679
+
8680
+ """A payload for product delete was received."""
8681
+ PRODUCT_DELETE
8682
+
8683
+ """A payload for product inventory tracking update was received."""
8684
+ INVENTORY_TRACKING_UPDATE
8685
+
8686
+ """A payload for stock create was received."""
8687
+ STOCK_CREATE
8688
+
8689
+ """A payload for stock update was received."""
8690
+ STOCK_UPDATE
8691
+
8692
+ """A payload for stock delete was received."""
8693
+ STOCK_DELETE
8694
+
8695
+ """A payload for warehouse create was received."""
8696
+ WAREHOUSE_CREATE
8697
+
8698
+ """A payload for warehouse update was received."""
8699
+ WAREHOUSE_UPDATE
8700
+
8701
+ """A payload for warehouse delete was received."""
8702
+ WAREHOUSE_DELETE
8703
+
8704
+ """A payload for fulfillment create was received."""
8705
+ FULFILLMENT_CREATE
8706
+
8707
+ """A payload for fulfillment update was received."""
8708
+ FULFILLMENT_UPDATE
8709
+
8710
+ """A paylod for customer create was received"""
8711
+ CUSTOMER_CREATE
8712
+
8713
+ """A payload for seller create was received"""
8714
+ SELLER_CREATE
8715
+
8716
+ """A payload for vehicles was received"""
8717
+ VEHICLE_PAYLOAD
8718
+
8719
+ """A payload for item shipment that was received"""
8720
+ ITEM_SHIP_NOTIFY
8721
+ }
8722
+
8669
8723
  input WebhookJobSortingInput {
8670
8724
  """Specifies the direction in which to sort products."""
8671
8725
  direction: OrderDirection!
@@ -12200,7 +12254,7 @@ type Mutation {
12200
12254
  description: String
12201
12255
 
12202
12256
  """
12203
- Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/excel, application/x-tif, application/x-acad, text/x-csv, drawing/x-dwg, application/x-gzip, text/svg, image/vnd.dwg, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/rtf, image/tif, image/svg, application/x-tiff, application/vnd.oasis.opendocument.text, application/acrobat, text/svg-xml, image/x-eps, image/dxf, application/x-tar, text/plain, application/csv, application/x-eps, application/x-autocad, application/x-rar-compressed, application/vnd.oasis.opendocument.spreadsheet, application/x-rtf, image/webp, image/jpeg, image/gif, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/gzip, application/x-pdf, image/jpg, text/comma-separated-values, application/vnd.pdf, application/vnd.ms-powerpoint, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.ms-word, application/vnd.oasis.opendocument.presentation, image/png, image/heic, pplication/vnd.rar, application/x-dxf, image/x-tiff, image/x-dxf, drawing/x-dwf, application/rtf, image/x-dwg, application/x-csv, application/x-dwg, application/tif, image/bmp, image/heic-sequence, application/dxf, application/svg+xml, image/heif-sequence, text/x-pdf, application/postscript, image/tiff, application/dwg, image/heif, image/x-tif, application/x-rar, application/gzip-compressed, text/csv, application/vnd.ms-excel, application/eps, application/msword, application/gzipped, text/pdf, application/jpg, image/svg+xml, application/x-jpg, image/eps, image/x-bmp, drawing/dwg, text/x-comma-separated-values, application/x-zip-compressed, application/acad, application/pdf, application/tiff, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/zip, image/x-ms-bmp.
12257
+ 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-pdf, image/eps, image/x-ms-bmp, application/x-rar, text/plain, pplication/vnd.rar, application/vnd.pdf, application/rtf, application/x-csv, application/eps, application/x-tif, application/dwg, application/x-acad, image/jpg, application/vnd.oasis.opendocument.spreadsheet, text/comma-separated-values, image/heif-sequence, text/csv, application/x-dwg, application/x-zip-compressed, image/bmp, image/heif, application/tiff, application/gzipped, image/x-tiff, application/vnd.ms-word, application/x-autocad, application/vnd.ms-excel, image/vnd.dwg, image/gif, application/jpg, text/pdf, application/x-rtf, application/dxf, image/x-dwg, application/excel, image/x-bmp, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/tif, image/tif, application/vnd.oasis.opendocument.text, application/zip, image/webp, text/x-comma-separated-values, text/svg-xml, drawing/x-dwf, application/csv, image/x-tif, application/x-rar-compressed, text/x-pdf, application/vnd.oasis.opendocument.presentation, application/gzip-compressed, application/vnd.ms-powerpoint, image/jpeg, application/msword, application/x-jpg, application/x-tiff, application/svg+xml, image/tiff, application/acad, image/x-dxf, application/x-dxf, application/pdf, text/x-csv, application/acrobat, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, drawing/x-dwg, application/x-eps, image/png, application/x-tar, drawing/dwg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/rtf, image/dxf, image/x-eps, image/svg+xml, application/postscript, text/svg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/heic, application/x-gzip, image/svg, image/heic-sequence, application/gzip.
12204
12258
  """
12205
12259
  file: Upload!
12206
12260
 
@@ -17792,6 +17846,7 @@ enum ProductErrorCode {
17792
17846
  ATTRIBUTE_ALREADY_ASSIGNED
17793
17847
  ATTRIBUTE_CANNOT_BE_ASSIGNED
17794
17848
  ATTRIBUTE_VARIANTS_DISABLED
17849
+ ATTRIBUTE_VALUE_CANNOT_BE_CREATED
17795
17850
  DUPLICATED_INPUT_ITEM
17796
17851
  GRAPHQL_ERROR
17797
17852
  INVALID
@@ -21479,33 +21534,33 @@ input AttributeValueCreateInput {
21479
21534
  value: String
21480
21535
 
21481
21536
  """Date and time representation of attribute value."""
21482
- dateTime: DateTime
21537
+ dateTime: DateTime @deprecated(reason: "This will be removed on September 4, 2025.")
21483
21538
 
21484
21539
  """Supports attribute values with long text (plain text)."""
21485
- plainText: String
21540
+ plainText: String @deprecated(reason: "This will be removed on September 4, 2025.")
21486
21541
 
21487
21542
  """Supports attribute values with long text (html)."""
21488
- richText: String
21543
+ richText: String @deprecated(reason: "This will be removed on September 4, 2025.")
21489
21544
 
21490
21545
  """Numeric value to support money or numeric attribute values."""
21491
- amount: Decimal
21546
+ amount: Decimal @deprecated(reason: "This will be removed on September 4, 2025.")
21492
21547
 
21493
21548
  """Currency to support money attribute values."""
21494
- currency: String
21549
+ currency: String @deprecated(reason: "This will be removed on September 4, 2025.")
21495
21550
 
21496
21551
  """
21497
21552
  Supports attribute values to reference any other nautical object (should be base64 ID)
21498
21553
  """
21499
- reference: String
21554
+ reference: String @deprecated(reason: "This will be removed on September 4, 2025.")
21500
21555
 
21501
21556
  """Supports boolean attribute values."""
21502
- boolean: Boolean
21557
+ boolean: Boolean @deprecated(reason: "This will be removed on September 4, 2025.")
21503
21558
 
21504
21559
  """Supports file type attribute values."""
21505
- file: Upload
21560
+ file: Upload @deprecated(reason: "This will be removed on September 4, 2025.")
21506
21561
 
21507
21562
  """URL type to support external links as attribute values."""
21508
- fileUrl: String
21563
+ fileUrl: String @deprecated(reason: "This will be removed on September 4, 2025.")
21509
21564
  }
21510
21565
 
21511
21566
  """Deletes an attribute."""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.85.0-3-g0b2e4ad57",
3
+ "version": "v1.85.0-31-g3fad4709d",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {