Skip to content

Commit

Permalink
[create-pull-request] automated change (#312)
Browse files Browse the repository at this point in the history
Co-authored-by: shopwareBot <[email protected]>
  • Loading branch information
github-actions[bot] and shopwareBot authored Sep 27, 2024
1 parent bd736f2 commit 0beb16e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 163 deletions.
179 changes: 17 additions & 162 deletions SwagCommercial-adminapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "MIT",
"url": "https://github.com/shopware/shopware/blob/trunk/LICENSE"
},
"version": "6.6.9999999.9999999-dev"
"version": "6.6.6.1"
},
"servers": [
{
Expand Down Expand Up @@ -28055,15 +28055,6 @@
"checkoutGatewayUrl": {
"type": "string"
},
"sourceType": {
"type": "string"
},
"sourceConfig": {
"type": "object"
},
"selfManaged": {
"type": "boolean"
},
"label": {
"type": "string"
},
Expand Down Expand Up @@ -28561,15 +28552,6 @@
"checkoutGatewayUrl": {
"type": "string"
},
"sourceType": {
"type": "string"
},
"sourceConfig": {
"type": "object"
},
"selfManaged": {
"type": "boolean"
},
"label": {
"type": "string"
},
Expand Down Expand Up @@ -32152,10 +32134,7 @@
"type": "object"
},
"price": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Price"
}
"type": "object"
},
"createdAt": {
"type": "string",
Expand Down Expand Up @@ -32396,10 +32375,7 @@
"type": "object"
},
"price": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Price"
}
"type": "object"
},
"createdAt": {
"type": "string",
Expand Down Expand Up @@ -32465,10 +32441,7 @@
"pattern": "^[0-9a-f]{32}$"
},
"price": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Price"
}
"type": "object"
},
"quantity": {
"type": "integer",
Expand Down Expand Up @@ -32580,10 +32553,7 @@
"pattern": "^[0-9a-f]{32}$"
},
"price": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Price"
}
"type": "object"
},
"quantity": {
"type": "integer",
Expand Down Expand Up @@ -56731,10 +56701,7 @@
"pattern": "^[0-9a-f]{32}$"
},
"price": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Price"
}
"type": "object"
},
"productNumber": {
"type": "string"
Expand Down Expand Up @@ -56813,10 +56780,7 @@
"type": "boolean"
},
"purchasePrices": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Price"
}
"type": "object"
},
"markAsTopseller": {
"type": "boolean"
Expand Down Expand Up @@ -58216,10 +58180,7 @@
"pattern": "^[0-9a-f]{32}$"
},
"price": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Price"
}
"type": "object"
},
"productNumber": {
"type": "string"
Expand Down Expand Up @@ -58298,10 +58259,7 @@
"type": "boolean"
},
"purchasePrices": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Price"
}
"type": "object"
},
"markAsTopseller": {
"type": "boolean"
Expand Down Expand Up @@ -60815,10 +60773,7 @@
"pattern": "^[0-9a-f]{32}$"
},
"price": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Price"
}
"type": "object"
},
"quantityStart": {
"type": "integer",
Expand Down Expand Up @@ -60941,10 +60896,7 @@
"pattern": "^[0-9a-f]{32}$"
},
"price": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Price"
}
"type": "object"
},
"quantityStart": {
"type": "integer",
Expand Down Expand Up @@ -67586,16 +67538,10 @@
"type": "object"
},
"productPrice": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Price"
}
"type": "object"
},
"purchasePrice": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Price"
}
"type": "object"
},
"discount": {
"properties": {
Expand Down Expand Up @@ -67974,16 +67920,10 @@
"type": "object"
},
"productPrice": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Price"
}
"type": "object"
},
"purchasePrice": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Price"
}
"type": "object"
},
"discount": {
"properties": {
Expand Down Expand Up @@ -73721,10 +73661,7 @@
"format": "float"
},
"currencyPrice": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Price"
}
"type": "object"
},
"customFields": {
"type": "object"
Expand Down Expand Up @@ -73873,10 +73810,7 @@
"format": "float"
},
"currencyPrice": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Price"
}
"type": "object"
},
"customFields": {
"type": "object"
Expand Down Expand Up @@ -83326,85 +83260,6 @@
}
]
},
"Price": {
"type": "object",
"description": "Price object",
"properties": {
"currencyId": {
"type": "string",
"pattern": "^[0-9a-f]{32}$"
},
"gross": {
"description": "",
"type": "number"
},
"net": {
"description": "",
"type": "number"
},
"linked": {
"description": "",
"type": "boolean"
},
"listPrice": {
"description": "",
"type": "object",
"properties": {
"currencyId": {
"type": "string",
"pattern": "^[0-9a-f]{32}$"
},
"gross": {
"description": "",
"type": "number"
},
"net": {
"description": "",
"type": "number"
},
"linked": {
"description": "",
"type": "boolean"
}
},
"required": [
"gross",
"net"
]
},
"regulationPrice": {
"description": "",
"type": "object",
"properties": {
"currencyId": {
"type": "string",
"pattern": "^[0-9a-f]{32}$"
},
"gross": {
"description": "",
"type": "number"
},
"net": {
"description": "",
"type": "number"
},
"linked": {
"description": "",
"type": "boolean"
}
},
"required": [
"gross",
"net"
]
}
},
"required": [
"currencyId",
"gross",
"net"
]
},
"businessEventsResponse": {
"type": "array",
"items": {
Expand Down
1 change: 0 additions & 1 deletion SwagCommercial-adminapi.summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@
"PaymentMethodJsonApi",
"Plugin",
"PluginJsonApi",
"Price",
"Product",
"ProductCategory",
"ProductCategoryTree",
Expand Down

0 comments on commit 0beb16e

Please sign in to comment.