chore: Move several more endpoints to use zod for validation, unify APIs (#7086)

This commit is contained in:
Stevche Radevski
2024-04-18 06:51:43 +00:00
committed by GitHub
parent 2a835cae13
commit 44829f296a
35 changed files with 708 additions and 1035 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export const joinerConfig: ModuleJoinerConfig = {
schema: moduleSchema,
alias: [
{
name: ["inventory_items", "inventory"],
name: ["inventory_items", "inventory_item", "inventory"],
args: {
entity: "InventoryItem",
},