Merge remote-tracking branch 'origin/main'

This commit is contained in:
Matthew Kilgore
2025-09-26 21:34:45 -04:00
52 changed files with 2000 additions and 620 deletions

View File

@@ -3661,6 +3661,19 @@
"id": {
"type": "string"
},
"labelIds": {
"type": "array",
"items": {
"type": "string"
},
"x-omitempty": true,
"nullable": true
},
"locationId": {
"type": "string",
"x-omitempty": true,
"nullable": true
},
"quantity": {
"type": "integer",
"x-omitempty": true,

View File

@@ -2293,6 +2293,16 @@ components:
properties:
id:
type: string
labelIds:
type: array
items:
type: string
x-omitempty: true
nullable: true
locationId:
type: string
x-omitempty: true
nullable: true
quantity:
type: integer
x-omitempty: true

View File

@@ -3481,6 +3481,19 @@
"id": {
"type": "string"
},
"labelIds": {
"type": "array",
"items": {
"type": "string"
},
"x-nullable": true,
"x-omitempty": true
},
"locationId": {
"type": "string",
"x-nullable": true,
"x-omitempty": true
},
"quantity": {
"type": "integer",
"x-nullable": true,

View File

@@ -875,6 +875,16 @@ definitions:
properties:
id:
type: string
labelIds:
items:
type: string
type: array
x-nullable: true
x-omitempty: true
locationId:
type: string
x-nullable: true
x-omitempty: true
quantity:
type: integer
x-nullable: true