We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01b663 commit c3e3ef8Copy full SHA for c3e3ef8
1 file changed
lambdas/api-handler/src/contracts/mi.ts
@@ -45,23 +45,6 @@ export const GetMIResponseResourceSchema = z
45
})
46
.strict();
47
48
- // export const GetMIResponseResourceSchema = z
49
- // .object({
50
- // id: z.string(),
51
- // type: z.literal("ManagementInformation"),
52
- // attributes: z
53
54
- // lineItem: z.string(),
55
- // timestamp: z.string(),
56
- // quantity: z.number(),
57
- // specificationId: z.string().optional(),
58
- // groupId: z.string().optional(),
59
- // stockRemaining: z.number().optional(),
60
- // })
61
- // .strict(),
62
63
- // .strict();
64
-
65
export const GetMIResponseSchema = makeDocumentSchema(
66
GetMIResponseResourceSchema,
67
);
0 commit comments