@voyantjs/ground 0.8.0 → 0.10.0

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/dist/routes.d.ts CHANGED
@@ -710,8 +710,8 @@ export declare const groundRoutes: import("hono/hono-base").HonoBase<Env, {
710
710
  updatedAt: string;
711
711
  status: "draft" | "scheduled" | "assigned" | "en_route" | "arrived" | "picked_up" | "completed" | "cancelled" | "no_show";
712
712
  notes: string | null;
713
- operatorId: string | null;
714
713
  bookingId: string;
714
+ operatorId: string | null;
715
715
  bookingItemId: string | null;
716
716
  passengerCount: number | null;
717
717
  checkedBags: number | null;
@@ -161,8 +161,8 @@ export declare function createDispatch(db: PostgresJsDatabase, data: CreateGroun
161
161
  updatedAt: Date;
162
162
  status: "draft" | "scheduled" | "assigned" | "en_route" | "arrived" | "picked_up" | "completed" | "cancelled" | "no_show";
163
163
  notes: string | null;
164
- operatorId: string | null;
165
164
  bookingId: string;
165
+ operatorId: string | null;
166
166
  bookingItemId: string | null;
167
167
  passengerCount: number | null;
168
168
  checkedBags: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyantjs/ground",
3
- "version": "0.8.0",
3
+ "version": "0.10.0",
4
4
  "license": "FSL-1.1-Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -25,16 +25,16 @@
25
25
  "drizzle-orm": "^0.45.2",
26
26
  "hono": "^4.12.10",
27
27
  "zod": "^4.3.6",
28
- "@voyantjs/core": "0.8.0",
29
- "@voyantjs/db": "0.8.0",
30
- "@voyantjs/facilities": "0.8.0",
31
- "@voyantjs/hono": "0.8.0",
32
- "@voyantjs/identity": "0.8.0"
28
+ "@voyantjs/core": "0.10.0",
29
+ "@voyantjs/db": "0.10.0",
30
+ "@voyantjs/facilities": "0.10.0",
31
+ "@voyantjs/hono": "0.10.0",
32
+ "@voyantjs/identity": "0.10.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "typescript": "^6.0.2",
36
- "@voyantjs/bookings": "0.8.0",
37
- "@voyantjs/resources": "0.8.0",
36
+ "@voyantjs/bookings": "0.10.0",
37
+ "@voyantjs/resources": "0.10.0",
38
38
  "@voyantjs/voyant-typescript-config": "0.1.0"
39
39
  },
40
40
  "files": [