Skip to content

Commit

Permalink
[create-pull-request] automated change (#310)
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 0beb16e commit 6815076
Showing 1 changed file with 166 additions and 168 deletions.
334 changes: 166 additions & 168 deletions SwagCustomizedProducts-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.5.1"
"version": "6.6.6.1"
},
"servers": [
{
Expand Down Expand Up @@ -24079,8 +24079,7 @@
},
"promotionId": {
"type": "string",
"pattern": "^[0-9a-f]{32}$",
"readOnly": true
"pattern": "^[0-9a-f]{32}$"
},
"parentId": {
"type": "string",
Expand Down Expand Up @@ -24536,8 +24535,7 @@
},
"promotionId": {
"type": "string",
"pattern": "^[0-9a-f]{32}$",
"readOnly": true
"pattern": "^[0-9a-f]{32}$"
},
"parentId": {
"type": "string",
Expand Down Expand Up @@ -46549,32 +46547,6 @@
},
"type": "object"
},
"flowBuilderActionsResponse": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the flow action"
},
"requirements": {
"type": "array",
"description": "When requirement fit with aware from `events.json` actions will be shown",
"items": {
"type": "string"
}
},
"extensions": {
"type": "array",
"items": {
"type": "string"
},
"description": "Extensions data of event"
}
}
}
},
"infoConfigResponse": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -46637,143 +46609,6 @@
}
}
},
"Criteria": {
"type": "object",
"description": "Search parameters. For more information, see our documentation on [Search Queries](https://shopware.stoplight.io/docs/store-api/docs/concepts/search-queries.md#structure)",
"properties": {
"page": {
"description": "Search result page",
"type": "integer"
},
"limit": {
"description": "Number of items per result page",
"type": "integer"
},
"filter": {
"type": "array",
"description": "List of filters to restrict the search result. For more information, see [Search Queries > Filter](https://shopware.stoplight.io/docs/store-api/docs/concepts/search-queries.md#filter)",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"field": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"type",
"field",
"value"
]
}
},
"sort": {
"type": "array",
"description": "Sorting in the search result.",
"items": {
"type": "object",
"properties": {
"field": {
"type": "string"
},
"order": {
"type": "string"
},
"naturalSorting": {
"type": "boolean"
}
},
"required": [
"field"
]
}
},
"post-filter": {
"type": "array",
"description": "Filters that applied without affecting aggregations. For more information, see [Search Queries > Post Filter](https://shopware.stoplight.io/docs/store-api/docs/concepts/search-queries.md#post-filter)",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"field": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"type",
"field",
"value"
]
}
},
"associations": {
"type": "object",
"description": "Used to fetch associations which are not fetched by default."
},
"aggregations": {
"type": "array",
"description": "Used to perform aggregations on the search result. For more information, see [Search Queries > Aggregations](https://shopware.stoplight.io/docs/store-api/docs/concepts/search-queries.md#aggregations)",
"items": {
"type": "object",
"properties": {
"name": {
"description": "Give your aggregation an identifier, so you can find it easier",
"type": "string"
},
"type": {
"description": "The type of aggregation",
"type": "string"
},
"field": {
"description": "The field you want to aggregate over.",
"type": "string"
}
},
"required": [
"name",
"type",
"field"
]
}
},
"grouping": {
"type": "array",
"description": "Perform groupings over certain fields",
"items": {
"type": "string",
"description": "Name of a field"
}
},
"fields": {
"type": "array",
"description": "Fields which should be returned in the search result.",
"items": {
"type": "string",
"description": "Name of a field"
}
},
"total-count-mode": {
"description": "Whether the total for the total number of hits should be determined for the search query. none = disabled total count, exact = calculate exact total amount (slow), next-pages = calculate only for next page (fast)",
"type": "string",
"default": "none",
"enum": [
"none",
"exact",
"next-pages"
]
}
}
},
"OAuthScopes": {
"description": "OAuth scopes that should be requested.",
"type": "string",
Expand Down Expand Up @@ -46931,6 +46766,169 @@
}
}
}
},
"Criteria": {
"type": "object",
"description": "Search parameters. For more information, see our documentation on [Search Queries](https://shopware.stoplight.io/docs/store-api/docs/concepts/search-queries.md#structure)",
"properties": {
"page": {
"description": "Search result page",
"type": "integer"
},
"limit": {
"description": "Number of items per result page",
"type": "integer"
},
"filter": {
"type": "array",
"description": "List of filters to restrict the search result. For more information, see [Search Queries > Filter](https://shopware.stoplight.io/docs/store-api/docs/concepts/search-queries.md#filter)",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"field": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"type",
"field",
"value"
]
}
},
"sort": {
"type": "array",
"description": "Sorting in the search result.",
"items": {
"type": "object",
"properties": {
"field": {
"type": "string"
},
"order": {
"type": "string"
},
"naturalSorting": {
"type": "boolean"
}
},
"required": [
"field"
]
}
},
"post-filter": {
"type": "array",
"description": "Filters that applied without affecting aggregations. For more information, see [Search Queries > Post Filter](https://shopware.stoplight.io/docs/store-api/docs/concepts/search-queries.md#post-filter)",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"field": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"type",
"field",
"value"
]
}
},
"associations": {
"type": "object",
"description": "Used to fetch associations which are not fetched by default."
},
"aggregations": {
"type": "array",
"description": "Used to perform aggregations on the search result. For more information, see [Search Queries > Aggregations](https://shopware.stoplight.io/docs/store-api/docs/concepts/search-queries.md#aggregations)",
"items": {
"type": "object",
"properties": {
"name": {
"description": "Give your aggregation an identifier, so you can find it easier",
"type": "string"
},
"type": {
"description": "The type of aggregation",
"type": "string"
},
"field": {
"description": "The field you want to aggregate over.",
"type": "string"
}
},
"required": [
"name",
"type",
"field"
]
}
},
"grouping": {
"type": "array",
"description": "Perform groupings over certain fields",
"items": {
"type": "string",
"description": "Name of a field"
}
},
"fields": {
"type": "array",
"description": "Fields which should be returned in the search result.",
"items": {
"type": "string",
"description": "Name of a field"
}
},
"total-count-mode": {
"description": "Whether the total for the total number of hits should be determined for the search query. none = disabled total count, exact = calculate exact total amount (slow), next-pages = calculate only for next page (fast)",
"type": "string",
"default": "none",
"enum": [
"none",
"exact",
"next-pages"
]
}
}
},
"flowBuilderActionsResponse": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the flow action"
},
"requirements": {
"type": "array",
"description": "When requirement fit with aware from `events.json` actions will be shown",
"items": {
"type": "string"
}
},
"extensions": {
"type": "array",
"items": {
"type": "string"
},
"description": "Extensions data of event"
}
}
}
}
},
"responses": {
Expand Down

0 comments on commit 6815076

Please sign in to comment.