@seamapi/types
Advanced tools
Comparing version 0.24.0 to 0.25.0
@@ -12,2 +12,3 @@ import { z } from 'zod'; | ||
display_name: z.string(), | ||
manufacturer_display_name: z.string(), | ||
}), | ||
@@ -14,0 +15,0 @@ has_direct_power: z.boolean().optional(), |
@@ -38,6 +38,9 @@ import { z } from 'zod'; | ||
display_name: z.ZodString; | ||
manufacturer_display_name: z.ZodString; | ||
}, "strip", z.ZodTypeAny, { | ||
display_name: string; | ||
manufacturer_display_name: string; | ||
}, { | ||
display_name: string; | ||
manufacturer_display_name: string; | ||
}>; | ||
@@ -49,2 +52,3 @@ }, "strip", z.ZodTypeAny, { | ||
display_name: string; | ||
manufacturer_display_name: string; | ||
}; | ||
@@ -59,2 +63,3 @@ manufacturer?: string | undefined; | ||
display_name: string; | ||
manufacturer_display_name: string; | ||
}; | ||
@@ -77,2 +82,3 @@ manufacturer?: string | undefined; | ||
display_name: string; | ||
manufacturer_display_name: string; | ||
}; | ||
@@ -104,2 +110,3 @@ manufacturer?: string | undefined; | ||
display_name: string; | ||
manufacturer_display_name: string; | ||
}; | ||
@@ -106,0 +113,0 @@ manufacturer?: string | undefined; |
@@ -25,2 +25,3 @@ import { z } from 'zod'; | ||
display_name: z.string(), | ||
manufacturer_display_name: z.string(), | ||
}), | ||
@@ -27,0 +28,0 @@ }), |
{ | ||
"name": "@seamapi/types", | ||
"version": "0.24.0", | ||
"version": "0.25.0", | ||
"description": "TypeScript types for the Seam API.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -18,2 +18,3 @@ import type { SetRequired, Simplify } from 'type-fest' | ||
display_name: z.string(), | ||
manufacturer_display_name: z.string(), | ||
}), | ||
@@ -20,0 +21,0 @@ has_direct_power: z.boolean().optional(), |
@@ -27,2 +27,3 @@ import { z } from 'zod' | ||
display_name: z.string(), | ||
manufacturer_display_name: z.string(), | ||
}), | ||
@@ -29,0 +30,0 @@ }), |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
646366
15076