chore: fix redocly circular dependencies (#10642)
This commit is contained in:
@@ -115,8 +115,8 @@ decorators:
|
||||
AdminProductOption:
|
||||
- AdminProduct
|
||||
- AdminProductOptionValue
|
||||
AdminPromotion:
|
||||
- AdminApplicationMethod
|
||||
AdminApplicationMethod:
|
||||
- AdminPromotion
|
||||
BaseOrderItemDetail:
|
||||
- BaseOrderLineItem
|
||||
BaseOrderShippingDetail:
|
||||
|
||||
@@ -5,7 +5,7 @@ required:
|
||||
- id
|
||||
properties:
|
||||
promotion:
|
||||
$ref: ./AdminPromotion.yaml
|
||||
type: object
|
||||
target_rules:
|
||||
type: array
|
||||
description: The application method's target rules.
|
||||
|
||||
@@ -8,7 +8,7 @@ required:
|
||||
- deleted_at
|
||||
properties:
|
||||
application_method:
|
||||
type: object
|
||||
$ref: ./AdminApplicationMethod.yaml
|
||||
rules:
|
||||
type: array
|
||||
description: The promotion's rules.
|
||||
|
||||
@@ -43653,7 +43653,7 @@ components:
|
||||
- id
|
||||
properties:
|
||||
promotion:
|
||||
$ref: '#/components/schemas/AdminPromotion'
|
||||
type: object
|
||||
target_rules:
|
||||
type: array
|
||||
description: The application method's target rules.
|
||||
@@ -51946,7 +51946,7 @@ components:
|
||||
- deleted_at
|
||||
properties:
|
||||
application_method:
|
||||
type: object
|
||||
$ref: '#/components/schemas/AdminApplicationMethod'
|
||||
rules:
|
||||
type: array
|
||||
description: The promotion's rules.
|
||||
|
||||
@@ -5,7 +5,7 @@ required:
|
||||
- id
|
||||
properties:
|
||||
promotion:
|
||||
$ref: ./AdminPromotion.yaml
|
||||
type: object
|
||||
target_rules:
|
||||
type: array
|
||||
description: The application method's target rules.
|
||||
|
||||
@@ -8,7 +8,7 @@ required:
|
||||
- deleted_at
|
||||
properties:
|
||||
application_method:
|
||||
type: object
|
||||
$ref: ./AdminApplicationMethod.yaml
|
||||
rules:
|
||||
type: array
|
||||
description: The promotion's rules.
|
||||
|
||||
@@ -5927,7 +5927,7 @@ components:
|
||||
- id
|
||||
properties:
|
||||
promotion:
|
||||
$ref: '#/components/schemas/AdminPromotion'
|
||||
type: object
|
||||
target_rules:
|
||||
type: array
|
||||
description: The application method's target rules.
|
||||
@@ -14220,7 +14220,7 @@ components:
|
||||
- deleted_at
|
||||
properties:
|
||||
application_method:
|
||||
type: object
|
||||
$ref: '#/components/schemas/AdminApplicationMethod'
|
||||
rules:
|
||||
type: array
|
||||
description: The promotion's rules.
|
||||
|
||||
Reference in New Issue
Block a user