[create-pull-request] automated change (#6830)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-03-26 18:29:00 +01:00
committed by GitHub
co-authored by olivermrbl
parent b5bc33a9d7
commit 2524a9dfb0
171 changed files with 1076 additions and 312 deletions
@@ -0,0 +1,17 @@
/**
* @schema AdminPostInventoryItemsItemLocationLevelsLevelReq
* type: object
* description: SUMMARY
* x-schemaName: AdminPostInventoryItemsItemLocationLevelsLevelReq
* properties:
* incoming_quantity:
* type: number
* title: incoming_quantity
* description: The inventory item's incoming quantity.
* stocked_quantity:
* type: number
* title: stocked_quantity
* description: The inventory item's stocked quantity.
*
*/