docs: generate OAS for 2.11.2 (#13925)

This commit is contained in:
Shahed Nasser
2025-10-31 16:15:46 +02:00
committed by GitHub
parent 13d7d15be5
commit 604ff55a5b
403 changed files with 17473 additions and 5392 deletions
@@ -0,0 +1,43 @@
/**
* @schema AdminAddClaimOutboundItems
* type: object
* description: The details of the outbound items to add to the claim.
* x-schemaName: AdminAddClaimOutboundItems
* properties:
* items:
* type: array
* description: The outbound item's details.
* items:
* type: object
* description: An item's details.
* required:
* - id
* - quantity
* properties:
* quantity:
* type: number
* title: quantity
* description: The quantity to send to the customer.
* internal_note:
* type: string
* title: internal_note
* description: A note viewed only by admin users.
* id:
* type: string
* title: id
* description: The item's ID.
* reason:
* type: string
* description: The item's reason.
* enum:
* - missing_item
* - wrong_item
* - production_failure
* - other
* description:
* type: string
* title: description
* description: The item's description.
*
*/