docs: fix to OAS generator following Zod update + generate API reference (#13030)

This commit is contained in:
Shahed Nasser
2025-07-24 14:36:28 +03:00
committed by GitHub
parent 3921c86e19
commit 9bb4c0306b
126 changed files with 4855 additions and 2689 deletions
@@ -0,0 +1,20 @@
/**
* @schema AdminCreateStockLocationFulfillmentSet
* type: object
* description: The fulfillment set to create.
* required:
* - type
* - name
* properties:
* name:
* type: string
* title: name
* description: The fulfillment set's name.
* type:
* type: string
* title: type
* description: The fulfillment set's type.
* x-schemaName: AdminCreateStockLocationFulfillmentSet
*
*/