hububb-saas-shared 1.0.25 → 1.0.26

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.
@@ -12,3 +12,5 @@ export interface ReservationService extends infer<typeof ReservationServiceSchem
12
12
  export interface ReservationCustomer extends infer<typeof ReservationCustomerSchema> {
13
13
  reservation?: Reservation;
14
14
  }
15
+ export interface UpdateReservationSchema extends infer<typeof ReservationSchema> {
16
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "commonjs",
3
3
  "name": "hububb-saas-shared",
4
- "version": "1.0.25",
4
+ "version": "1.0.26",
5
5
  "description": "This is a shared package for the hububb saas project",
6
6
  "types": "./dist/index.d.ts",
7
7
  "main": "./dist/index.js",