@nautical-commerce/graphql-schema 1.59.0-2-g0a47e5804 → 1.59.0-20-g9ff9b3b7a

Sign up to get free protection for your applications and to get access to all the features.
@@ -123,10 +123,6 @@ type Query {
123
123
  """Return the last n elements from the list."""
124
124
  last: Int
125
125
  ): WebhookJobCountableConnection
126
- periodicTask(
127
- """Name of the periodic task to retrieve"""
128
- name: String!
129
- ): WebhookPeriodicTask @deprecated(reason: "This will be removed on November 9, 2024")
130
126
 
131
127
  """Look up a warehouse by ID."""
132
128
  warehouse(
@@ -8571,76 +8567,6 @@ enum WebhookJobSortField {
8571
8567
  CREATED_AT
8572
8568
  }
8573
8569
 
8574
- """Represents a periodic task run by django celery beat"""
8575
- type WebhookPeriodicTask implements Node {
8576
- """The ID of the object"""
8577
- id: ID!
8578
-
8579
- """Short Description For This Task"""
8580
- name: String!
8581
-
8582
- """
8583
- The Name of the Celery Task that Should be Run. (Example: "proj.tasks.import_contacts")
8584
- """
8585
- task: String!
8586
-
8587
- """JSON encoded positional arguments (Example: ["arg1", "arg2"])"""
8588
- args: String!
8589
-
8590
- """JSON encoded keyword arguments (Example: {"argument": "value"})"""
8591
- kwargs: String!
8592
-
8593
- """Queue defined in CELERY_TASK_QUEUES. Leave None for default queuing."""
8594
- queue: String
8595
-
8596
- """Override Exchange for low-level AMQP routing"""
8597
- exchange: String
8598
-
8599
- """Override Routing Key for low-level AMQP routing"""
8600
- routingKey: String
8601
-
8602
- """JSON encoded message headers for the AMQP message."""
8603
- headers: String!
8604
-
8605
- """
8606
- Priority Number between 0 and 255. Supported by: RabbitMQ, Redis (priority reversed, 0 is highest).
8607
- """
8608
- priority: Int
8609
-
8610
- """
8611
- Datetime after which the schedule will no longer trigger the task to run
8612
- """
8613
- expires: DateTime
8614
-
8615
- """
8616
- Timedelta with seconds which the schedule will no longer trigger the task to run
8617
- """
8618
- expireSeconds: Int
8619
-
8620
- """If True, the schedule will only run the task a single time"""
8621
- oneOff: Boolean!
8622
-
8623
- """Datetime when the schedule should begin triggering the task to run"""
8624
- startTime: DateTime
8625
-
8626
- """Set to False to disable the schedule"""
8627
- enabled: Boolean!
8628
-
8629
- """
8630
- Datetime that the schedule last triggered the task to run. Reset to None if enabled is set to False.
8631
- """
8632
- lastRunAt: DateTime
8633
-
8634
- """Running count of how many times the schedule has triggered the task"""
8635
- totalRunCount: Int!
8636
-
8637
- """Datetime that this PeriodicTask was last modified"""
8638
- dateChanged: DateTime!
8639
-
8640
- """Detailed description about the details of this Periodic Task"""
8641
- description: String!
8642
- }
8643
-
8644
8570
  input WarehouseFilterInput {
8645
8571
  seller: ID
8646
8572
  search: String
@@ -8710,6 +8636,9 @@ type Content implements Node {
8710
8636
  """
8711
8637
  draftData: JSONString!
8712
8638
 
8639
+ """Whether the content has an active draft."""
8640
+ hasActiveDraft: Boolean
8641
+
8713
8642
  """Content page data."""
8714
8643
  contentPageData: ContentPageData
8715
8644
  }
@@ -13474,7 +13403,7 @@ type Mutation {
13474
13403
  description: String
13475
13404
 
13476
13405
  """
13477
- Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/heic-sequence, application/x-dxf, image/dxf, application/x-jpg, application/dwg, image/webp, application/vnd.oasis.opendocument.text, image/heif, application/x-tiff, image/jpeg, text/svg-xml, application/tif, application/zip, application/vnd.oasis.opendocument.presentation, image/x-tif, application/csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/svg, application/postscript, application/x-eps, image/tif, image/bmp, image/eps, application/pdf, text/rtf, image/jpg, text/x-pdf, application/x-pdf, image/x-dxf, application/x-csv, application/x-rar, application/msword, application/dxf, image/x-tiff, text/csv, application/x-dwg, application/vnd.ms-word, application/vnd.ms-powerpoint, text/x-comma-separated-values, application/tiff, image/svg, application/x-acad, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/plain, application/vnd.pdf, application/vnd.ms-excel, image/x-bmp, image/x-eps, application/x-tar, drawing/dwg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/gzipped, application/x-rtf, drawing/x-dwg, image/vnd.dwg, application/x-zip-compressed, image/x-dwg, drawing/x-dwf, image/png, application/rtf, image/heic, application/gzip-compressed, application/acad, image/heif-sequence, application/x-tif, application/gzip, text/pdf, application/vnd.oasis.opendocument.spreadsheet, text/comma-separated-values, image/svg+xml, text/x-csv, application/x-rar-compressed, application/svg+xml, pplication/vnd.rar, application/x-gzip, application/x-autocad, application/excel, image/tiff, application/jpg, application/acrobat, image/x-ms-bmp, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/gif, application/eps.
13406
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: drawing/x-dwg, application/gzip-compressed, text/x-pdf, application/x-eps, image/heif, application/vnd.oasis.opendocument.text, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-dxf, image/x-bmp, image/svg, image/jpeg, image/x-dxf, application/rtf, application/x-acad, image/png, image/eps, application/tif, application/vnd.ms-excel, application/x-dwg, application/x-rtf, text/svg-xml, application/x-tif, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/heic-sequence, drawing/x-dwf, image/heif-sequence, application/x-autocad, image/bmp, application/x-rar, text/rtf, image/webp, application/dxf, image/tif, application/vnd.ms-word, application/csv, image/gif, application/x-tar, application/svg+xml, text/x-csv, application/gzipped, text/pdf, application/vnd.pdf, text/svg, image/jpg, image/x-dwg, text/comma-separated-values, application/x-zip-compressed, image/x-eps, image/x-ms-bmp, text/csv, application/vnd.oasis.opendocument.presentation, application/x-pdf, application/zip, image/vnd.dwg, image/heic, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/eps, application/vnd.oasis.opendocument.spreadsheet, application/excel, image/x-tif, application/acrobat, application/vnd.ms-powerpoint, application/x-jpg, drawing/dwg, application/x-csv, application/x-tiff, application/gzip, image/tiff, application/x-rar-compressed, image/dxf, application/pdf, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/tiff, application/dwg, image/svg+xml, text/x-comma-separated-values, application/x-gzip, text/plain, application/jpg, image/x-tiff, application/acad, application/postscript, pplication/vnd.rar.
13478
13407
  """
13479
13408
  file: Upload!
13480
13409
 
@@ -13545,11 +13474,6 @@ type Mutation {
13545
13474
  """Updates nautical configuration."""
13546
13475
  nauticalConfigurationUpdate(input: [NauticalConfigurationInputItem!]): NauticalConfigurationUpdate
13547
13476
 
13548
- """
13549
- Update whether process_pending_webhook_transactions periodic django celery beat task is enabled
13550
- """
13551
- updatePeriodicTaskEnabled(enabled: Boolean): PeriodicTaskEnabledUpdate @deprecated(reason: "This will be removed on November 9, 2024")
13552
-
13553
13477
  """Updates marketplace configuration."""
13554
13478
  marketplaceConfigurationUpdate(
13555
13479
  """Fields required to update marketplace configuration."""
@@ -16987,14 +16911,6 @@ input NauticalConfigurationInputItem {
16987
16911
  configurationValueString: String
16988
16912
  }
16989
16913
 
16990
- """
16991
- Update whether process_pending_webhook_transactions periodic django celery beat task is enabled
16992
- """
16993
- type PeriodicTaskEnabledUpdate {
16994
- """An updated periodic task instance"""
16995
- task: WebhookPeriodicTask
16996
- }
16997
-
16998
16914
  """Updates marketplace configuration."""
16999
16915
  type MarketplaceConfigurationUpdate {
17000
16916
  """Updated marketplace configuration."""
@@ -17039,21 +16955,21 @@ input MarketplaceConfigurationInput {
17039
16955
  requireProductTypes: Boolean
17040
16956
 
17041
16957
  """Updates status transformation strategy for payout."""
17042
- payoutAutomationStrategy: MarketplaceConfigurationPayoutAutomationStrategyEnum
16958
+ payoutAutomationStrategy: MarketplaceConfigurationPayoutAutomationStrategyEnum = null
17043
16959
 
17044
16960
  """Update revenue accrual strategy"""
17045
- revenueAccrualStrategy: RevenueAccrualStrategyEnum
16961
+ revenueAccrualStrategy: RevenueAccrualStrategyEnum = null
17046
16962
 
17047
16963
  """Update available shipping strategy"""
17048
- availableShippingStrategy: AvailableShippingStrategyEnum
16964
+ availableShippingStrategy: AvailableShippingStrategyEnum = null
17049
16965
 
17050
16966
  """Update attribute template strategy"""
17051
- attributeTemplateStrategy: AttributeTemplateStrategyEnum
16967
+ attributeTemplateStrategy: AttributeTemplateStrategyEnum = null
17052
16968
 
17053
16969
  """
17054
16970
  Updates currency of the marketplace. Marketplace currency will be updated after the cache time (approximately 30 seconds)'
17055
16971
  """
17056
- domiciledCurrency: MarketplaceConfigurationCurrencyEnum
16972
+ domiciledCurrency: MarketplaceConfigurationCurrencyEnum = null
17057
16973
 
17058
16974
  """Supported currencies for the marketplace"""
17059
16975
  supportedCurrencies: [String!]
@@ -17068,7 +16984,7 @@ input MarketplaceConfigurationInput {
17068
16984
  sellerCanSendQuote: Boolean
17069
16985
 
17070
16986
  """Determines scope for checking duplicated variant attribute sets"""
17071
- variantUniqueness: VariantUniquenessEnum
16987
+ variantUniqueness: VariantUniquenessEnum = null
17072
16988
 
17073
16989
  """List of all default checklists for seller."""
17074
16990
  defaultSellerChecklists: [DefaultSellerChecklistInput!]
@@ -17092,10 +17008,10 @@ input MarketplaceConfigurationInput {
17092
17008
  enableBackorders: Boolean
17093
17009
 
17094
17010
  """Determines the fulfillment model for the marketplace"""
17095
- fulfillmentModel: FulfillmentModelEnum
17011
+ fulfillmentModel: FulfillmentModelEnum = null
17096
17012
 
17097
17013
  """Default weight unit."""
17098
- defaultWeightUnit: WeightUnitsEnum
17014
+ defaultWeightUnit: WeightUnitsEnum = null
17099
17015
 
17100
17016
  """Enable automatic fulfillment for all digital products."""
17101
17017
  automaticFulfillmentDigitalProducts: Boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.59.0-2-g0a47e5804",
3
+ "version": "v1.59.0-20-g9ff9b3b7a",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {