Skip to content

Commit

Permalink
fix oas error
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser committed Jul 1, 2024
1 parent 7a3494d commit 414eed8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import { SetRelation, Merge } from "../core/ModelUtils"

export interface AdminPostInventoryItemsItemLocationLevelsLevelParams {
/**
* Comma-separated relations that should be expanded in the returned location level.
* Comma-separated relations that should be expanded in the returned inventory level.
*/
expand?: string
/**
* Comma-separated fields that should be included in the returned location level.
* Comma-separated fields that should be included in the returned inventory level.
*/
fields?: string
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import { SetRelation, Merge } from "../core/ModelUtils"

export interface AdminPostInventoryItemsItemLocationLevelsLevelReq {
/**
* the total stock quantity of an inventory item at the given location ID
* the total stock quantity of an inventory item at the specified inventory level
*/
stocked_quantity?: number
/**
* the incoming stock quantity of an inventory item at the given location ID
* the incoming stock quantity of an inventory item at the specified inventory level
*/
incoming_quantity?: number
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { SetRelation, Merge } from "../core/ModelUtils"

/**
* The details of the location level to create.
* The details of the inventory level to create.
*/
export interface AdminPostInventoryItemsItemLocationLevelsReq {
/**
Expand Down

0 comments on commit 414eed8

Please sign in to comment.