@voyantjs/suppliers 0.98.0 → 0.99.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
@@ -129,7 +129,7 @@ export declare const supplierRoutes: import("hono/hono-base").HonoBase<Env, {
129
129
  id: string;
130
130
  entityType: string;
131
131
  entityId: string;
132
- role: "primary" | "other" | "legal" | "general" | "reservations" | "operations" | "front_desk" | "sales" | "emergency" | "accounting";
132
+ role: "primary" | "other" | "legal" | "operations" | "general" | "reservations" | "front_desk" | "sales" | "emergency" | "accounting";
133
133
  name: string;
134
134
  title: string | null;
135
135
  email: string | null;
@@ -515,7 +515,7 @@ export declare const supplierRoutes: import("hono/hono-base").HonoBase<Env, {
515
515
  id: string;
516
516
  entityType: string;
517
517
  entityId: string;
518
- role: "primary" | "other" | "legal" | "general" | "reservations" | "operations" | "front_desk" | "sales" | "emergency" | "accounting";
518
+ role: "primary" | "other" | "legal" | "operations" | "general" | "reservations" | "front_desk" | "sales" | "emergency" | "accounting";
519
519
  name: string;
520
520
  title: string | null;
521
521
  email: string | null;
@@ -562,7 +562,7 @@ export declare const supplierRoutes: import("hono/hono-base").HonoBase<Env, {
562
562
  createdAt: string;
563
563
  updatedAt: string;
564
564
  email: string | null;
565
- role: "primary" | "other" | "legal" | "general" | "reservations" | "operations" | "front_desk" | "sales" | "emergency" | "accounting";
565
+ role: "primary" | "other" | "legal" | "operations" | "general" | "reservations" | "front_desk" | "sales" | "emergency" | "accounting";
566
566
  notes: string | null;
567
567
  phone: string | null;
568
568
  entityType: string;
@@ -18,7 +18,7 @@ export declare function listNamedContacts(db: PostgresJsDatabase, supplierId: st
18
18
  id: string;
19
19
  entityType: string;
20
20
  entityId: string;
21
- role: "primary" | "other" | "legal" | "general" | "reservations" | "operations" | "front_desk" | "sales" | "emergency" | "accounting";
21
+ role: "primary" | "other" | "legal" | "operations" | "general" | "reservations" | "front_desk" | "sales" | "emergency" | "accounting";
22
22
  name: string;
23
23
  title: string | null;
24
24
  email: string | null;
@@ -36,7 +36,7 @@ export declare function createNamedContact(db: PostgresJsDatabase, supplierId: s
36
36
  createdAt: Date;
37
37
  updatedAt: Date;
38
38
  email: string | null;
39
- role: "primary" | "other" | "legal" | "general" | "reservations" | "operations" | "front_desk" | "sales" | "emergency" | "accounting";
39
+ role: "primary" | "other" | "legal" | "operations" | "general" | "reservations" | "front_desk" | "sales" | "emergency" | "accounting";
40
40
  notes: string | null;
41
41
  phone: string | null;
42
42
  entityType: string;
@@ -48,7 +48,7 @@ export declare function updateNamedContact(db: PostgresJsDatabase, contactId: st
48
48
  id: string;
49
49
  entityType: string;
50
50
  entityId: string;
51
- role: "primary" | "other" | "legal" | "general" | "reservations" | "operations" | "front_desk" | "sales" | "emergency" | "accounting";
51
+ role: "primary" | "other" | "legal" | "operations" | "general" | "reservations" | "front_desk" | "sales" | "emergency" | "accounting";
52
52
  name: string;
53
53
  title: string | null;
54
54
  email: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyantjs/suppliers",
3
- "version": "0.98.0",
3
+ "version": "0.99.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -29,12 +29,12 @@
29
29
  "drizzle-orm": "^0.45.2",
30
30
  "hono": "^4.12.10",
31
31
  "zod": "^4.3.6",
32
- "@voyantjs/core": "0.98.0",
33
- "@voyantjs/db": "0.98.0",
34
- "@voyantjs/facilities": "0.98.0",
35
- "@voyantjs/hono": "0.98.0",
36
- "@voyantjs/identity": "0.98.0",
37
- "@voyantjs/suppliers-contracts": "0.98.0"
32
+ "@voyantjs/core": "0.99.0",
33
+ "@voyantjs/db": "0.99.0",
34
+ "@voyantjs/facilities": "0.99.0",
35
+ "@voyantjs/hono": "0.99.0",
36
+ "@voyantjs/identity": "0.99.0",
37
+ "@voyantjs/suppliers-contracts": "0.99.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "typescript": "^6.0.2",