@samoa-house-lib/shl-types 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/types.ts +1 -1
package/package.json
CHANGED
package/src/types.ts
CHANGED
|
@@ -8,7 +8,7 @@ export type BookBatch = z.infer<typeof bookBatchSchema>
|
|
|
8
8
|
export type BookWithID = z.infer<typeof newDbEntrySchema>
|
|
9
9
|
|
|
10
10
|
export type CreateBookRequest = z.infer<typeof addBookRequest>
|
|
11
|
-
export type
|
|
11
|
+
export type UpdateRequest = z.infer<typeof updateRequestSchema>
|
|
12
12
|
|
|
13
13
|
export type ColumnName = z.infer<typeof dbColumnNameSchema>
|
|
14
14
|
|