@nautical-commerce/graphql-schema 1.71.0-8-gefa74323c → 1.71.0

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.
@@ -3359,25 +3359,6 @@ type Tenant implements Node {
3359
3359
  id: ID!
3360
3360
  name: String!
3361
3361
  isActive: Boolean!
3362
- onboardingStepsCompleted: [TenantOnboardingStep!]!
3363
- }
3364
-
3365
- """The different possible onboarding steps for new tenants."""
3366
- enum TenantOnboardingStep {
3367
- BUSINESS_DETAILS
3368
- SHIPPING_FULFILLMENT
3369
- SHIPPING_ZONE
3370
- WAREHOUSE
3371
- STOREFRONT_BRANDING
3372
- PRODUCT
3373
- CUSTOM_DOMAIN
3374
- TEST_ORDER
3375
- FULFILL_ORDER
3376
- TEST_PAYOUT
3377
- PAYMENT_PROVIDER
3378
- PRODUCT_CATEGORIES
3379
- PRODUCT_TEMPLATE
3380
- SELLER_ONBOARDING
3381
3362
  }
3382
3363
 
3383
3364
  type SellerEventTypeCountableConnection {
@@ -13136,12 +13117,6 @@ type Mutation {
13136
13117
  input: TenantUpdateInput!
13137
13118
  ): TenantUpdate
13138
13119
 
13139
- """Tenant onboarding update mutation."""
13140
- tenantOnboardingUpdate(
13141
- """Field for updating onboarding steps"""
13142
- input: TenantOnboardingUpdateInput!
13143
- ): TenantOnboardingUpdate
13144
-
13145
13120
  """
13146
13121
  Add or attach a document to any allowed entity (note: consider to use DocumentAttach for 'attach' action). Must only receive one of either file or document_id in input.
13147
13122
  """
@@ -13150,7 +13125,7 @@ type Mutation {
13150
13125
  description: String
13151
13126
 
13152
13127
  """
13153
- 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/csv, application/vnd.ms-excel, application/svg+xml, drawing/x-dwg, image/gif, image/vnd.dwg, text/plain, drawing/dwg, application/vnd.oasis.opendocument.text, application/gzip-compressed, image/x-tiff, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/zip, image/eps, text/x-csv, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/postscript, application/vnd.ms-powerpoint, text/svg, application/x-jpg, application/x-dwg, application/x-pdf, image/bmp, application/msword, image/heic-sequence, application/x-rtf, application/excel, application/x-gzip, drawing/x-dwf, application/tif, application/dxf, application/acrobat, image/heif, image/x-ms-bmp, application/acad, image/x-eps, application/x-rar, text/pdf, image/x-dxf, application/x-tiff, application/x-rar-compressed, image/svg, application/vnd.pdf, text/comma-separated-values, application/gzip, application/x-acad, application/tiff, text/csv, image/heic, image/x-tif, application/pdf, pplication/vnd.rar, application/vnd.ms-word, application/jpg, application/x-autocad, image/heif-sequence, application/vnd.oasis.opendocument.presentation, application/x-tar, application/eps, application/x-csv, image/webp, application/x-eps, image/jpeg, application/x-dxf, text/x-comma-separated-values, application/x-tif, image/dxf, application/dwg, application/gzipped, image/tif, image/x-dwg, image/png, application/vnd.oasis.opendocument.spreadsheet, application/rtf, application/x-zip-compressed, image/tiff, text/svg-xml, image/svg+xml, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/jpg, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/x-bmp, text/x-pdf.
13128
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/eps, application/x-tar, application/jpg, application/dwg, application/acad, application/svg+xml, application/pdf, image/bmp, image/svg, drawing/x-dwg, application/postscript, application/x-eps, image/webp, application/x-csv, application/x-gzip, application/x-rar-compressed, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/gzip-compressed, image/dxf, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/heic-sequence, application/x-dwg, application/tiff, image/x-dwg, image/svg+xml, image/x-eps, image/tif, application/x-rar, application/x-autocad, application/acrobat, application/x-dxf, image/x-tiff, image/eps, application/msword, application/vnd.pdf, text/x-pdf, application/tif, application/vnd.ms-powerpoint, text/x-comma-separated-values, text/svg, text/plain, text/rtf, text/x-csv, image/tiff, application/gzipped, application/csv, application/rtf, text/csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, drawing/dwg, image/x-ms-bmp, image/heif, application/vnd.ms-word, image/gif, application/excel, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-dxf, application/zip, text/pdf, application/x-jpg, drawing/x-dwf, image/vnd.dwg, image/jpeg, text/comma-separated-values, application/vnd.oasis.opendocument.presentation, application/gzip, image/heic, application/vnd.oasis.opendocument.text, image/png, application/vnd.oasis.opendocument.spreadsheet, application/x-acad, image/jpg, pplication/vnd.rar, application/vnd.ms-excel, application/x-pdf, image/x-bmp, application/dxf, application/x-zip-compressed, application/x-rtf, image/heif-sequence, text/svg-xml, application/x-tiff, image/x-tif, application/x-tif.
13154
13129
  """
13155
13130
  file: Upload!
13156
13131
 
@@ -16394,17 +16369,6 @@ input TenantUpdateInput {
16394
16369
  slug: String
16395
16370
  }
16396
16371
 
16397
- """Tenant onboarding update mutation."""
16398
- type TenantOnboardingUpdate {
16399
- tenant: Tenant
16400
- tenantErrors: [TenantError!]!
16401
- }
16402
-
16403
- input TenantOnboardingUpdateInput {
16404
- """List of onboarding steps completed"""
16405
- onboardingStepsCompleted: [TenantOnboardingStep!]
16406
- }
16407
-
16408
16372
  """
16409
16373
  Add or attach a document to any allowed entity (note: consider to use DocumentAttach for 'attach' action). Must only receive one of either file or document_id in input.
16410
16374
  """
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.71.0-8-gefa74323c",
3
+ "version": "v1.71.0",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {