Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
27 lines
731 B
TypeScript
27 lines
731 B
TypeScript
/**
|
|
* @schema AdminBatchInventoryItemsLocationLevelsResponse
|
|
* type: object
|
|
* description: The result of managing inventory levels.
|
|
* x-schemaName: AdminBatchInventoryItemsLocationLevelsResponse
|
|
* properties:
|
|
* created:
|
|
* type: array
|
|
* description: The created inventory levels.
|
|
* items:
|
|
* $ref: "#/components/schemas/InventoryLevel"
|
|
* updated:
|
|
* type: array
|
|
* description: The updated inventory levels.
|
|
* items:
|
|
* $ref: "#/components/schemas/InventoryLevel"
|
|
* deleted:
|
|
* type: array
|
|
* description: The IDs of deleted inventory levels.
|
|
* items:
|
|
* type: string
|
|
* title: deleted
|
|
* description: The ID of a deleted inventory level.
|
|
*
|
|
*/
|
|
|