@voyantjs/identity 0.97.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 +6 -6
- package/dist/schema.d.ts +1 -1
- package/dist/service.d.ts +5 -5
- package/package.json +5 -5
package/dist/routes.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ export declare const identityRoutes: import("hono/hono-base").HonoBase<Env, {
|
|
|
14
14
|
id: string;
|
|
15
15
|
entityType: string;
|
|
16
16
|
entityId: string;
|
|
17
|
-
role: "primary" | "other" | "legal" | "
|
|
17
|
+
role: "primary" | "other" | "legal" | "operations" | "general" | "reservations" | "front_desk" | "sales" | "emergency" | "accounting";
|
|
18
18
|
name: string;
|
|
19
19
|
title: string | null;
|
|
20
20
|
email: string | null;
|
|
@@ -49,7 +49,7 @@ export declare const identityRoutes: import("hono/hono-base").HonoBase<Env, {
|
|
|
49
49
|
createdAt: string;
|
|
50
50
|
updatedAt: string;
|
|
51
51
|
email: string | null;
|
|
52
|
-
role: "primary" | "other" | "legal" | "
|
|
52
|
+
role: "primary" | "other" | "legal" | "operations" | "general" | "reservations" | "front_desk" | "sales" | "emergency" | "accounting";
|
|
53
53
|
notes: string | null;
|
|
54
54
|
phone: string | null;
|
|
55
55
|
entityType: string;
|
|
@@ -86,7 +86,7 @@ export declare const identityRoutes: import("hono/hono-base").HonoBase<Env, {
|
|
|
86
86
|
id: string;
|
|
87
87
|
entityType: string;
|
|
88
88
|
entityId: string;
|
|
89
|
-
role: "primary" | "other" | "legal" | "
|
|
89
|
+
role: "primary" | "other" | "legal" | "operations" | "general" | "reservations" | "front_desk" | "sales" | "emergency" | "accounting";
|
|
90
90
|
name: string;
|
|
91
91
|
title: string | null;
|
|
92
92
|
email: string | null;
|
|
@@ -128,7 +128,7 @@ export declare const identityRoutes: import("hono/hono-base").HonoBase<Env, {
|
|
|
128
128
|
id: string;
|
|
129
129
|
entityType: string;
|
|
130
130
|
entityId: string;
|
|
131
|
-
role: "primary" | "other" | "legal" | "
|
|
131
|
+
role: "primary" | "other" | "legal" | "operations" | "general" | "reservations" | "front_desk" | "sales" | "emergency" | "accounting";
|
|
132
132
|
name: string;
|
|
133
133
|
title: string | null;
|
|
134
134
|
email: string | null;
|
|
@@ -683,7 +683,7 @@ export declare const identityRoutes: import("hono/hono-base").HonoBase<Env, {
|
|
|
683
683
|
id: string;
|
|
684
684
|
entityType: string;
|
|
685
685
|
entityId: string;
|
|
686
|
-
role: "primary" | "other" | "legal" | "
|
|
686
|
+
role: "primary" | "other" | "legal" | "operations" | "general" | "reservations" | "front_desk" | "sales" | "emergency" | "accounting";
|
|
687
687
|
name: string;
|
|
688
688
|
title: string | null;
|
|
689
689
|
email: string | null;
|
|
@@ -721,7 +721,7 @@ export declare const identityRoutes: import("hono/hono-base").HonoBase<Env, {
|
|
|
721
721
|
createdAt: string;
|
|
722
722
|
updatedAt: string;
|
|
723
723
|
email: string | null;
|
|
724
|
-
role: "primary" | "other" | "legal" | "
|
|
724
|
+
role: "primary" | "other" | "legal" | "operations" | "general" | "reservations" | "front_desk" | "sales" | "emergency" | "accounting";
|
|
725
725
|
notes: string | null;
|
|
726
726
|
phone: string | null;
|
|
727
727
|
entityType: string;
|
package/dist/schema.d.ts
CHANGED
|
@@ -606,7 +606,7 @@ export declare const identityNamedContacts: import("drizzle-orm/pg-core").PgTabl
|
|
|
606
606
|
tableName: "identity_named_contacts";
|
|
607
607
|
dataType: "string";
|
|
608
608
|
columnType: "PgEnumColumn";
|
|
609
|
-
data: "primary" | "other" | "legal" | "
|
|
609
|
+
data: "primary" | "other" | "legal" | "operations" | "general" | "reservations" | "front_desk" | "sales" | "emergency" | "accounting";
|
|
610
610
|
driverParam: string;
|
|
611
611
|
notNull: true;
|
|
612
612
|
hasDefault: true;
|
package/dist/service.d.ts
CHANGED
|
@@ -207,7 +207,7 @@ export declare const identityService: {
|
|
|
207
207
|
id: string;
|
|
208
208
|
entityType: string;
|
|
209
209
|
entityId: string;
|
|
210
|
-
role: "primary" | "other" | "legal" | "
|
|
210
|
+
role: "primary" | "other" | "legal" | "operations" | "general" | "reservations" | "front_desk" | "sales" | "emergency" | "accounting";
|
|
211
211
|
name: string;
|
|
212
212
|
title: string | null;
|
|
213
213
|
email: string | null;
|
|
@@ -226,7 +226,7 @@ export declare const identityService: {
|
|
|
226
226
|
id: string;
|
|
227
227
|
entityType: string;
|
|
228
228
|
entityId: string;
|
|
229
|
-
role: "primary" | "other" | "legal" | "
|
|
229
|
+
role: "primary" | "other" | "legal" | "operations" | "general" | "reservations" | "front_desk" | "sales" | "emergency" | "accounting";
|
|
230
230
|
name: string;
|
|
231
231
|
title: string | null;
|
|
232
232
|
email: string | null;
|
|
@@ -241,7 +241,7 @@ export declare const identityService: {
|
|
|
241
241
|
id: string;
|
|
242
242
|
entityType: string;
|
|
243
243
|
entityId: string;
|
|
244
|
-
role: "primary" | "other" | "legal" | "
|
|
244
|
+
role: "primary" | "other" | "legal" | "operations" | "general" | "reservations" | "front_desk" | "sales" | "emergency" | "accounting";
|
|
245
245
|
name: string;
|
|
246
246
|
title: string | null;
|
|
247
247
|
email: string | null;
|
|
@@ -259,7 +259,7 @@ export declare const identityService: {
|
|
|
259
259
|
createdAt: Date;
|
|
260
260
|
updatedAt: Date;
|
|
261
261
|
email: string | null;
|
|
262
|
-
role: "primary" | "other" | "legal" | "
|
|
262
|
+
role: "primary" | "other" | "legal" | "operations" | "general" | "reservations" | "front_desk" | "sales" | "emergency" | "accounting";
|
|
263
263
|
notes: string | null;
|
|
264
264
|
phone: string | null;
|
|
265
265
|
entityType: string;
|
|
@@ -271,7 +271,7 @@ export declare const identityService: {
|
|
|
271
271
|
id: string;
|
|
272
272
|
entityType: string;
|
|
273
273
|
entityId: string;
|
|
274
|
-
role: "primary" | "other" | "legal" | "
|
|
274
|
+
role: "primary" | "other" | "legal" | "operations" | "general" | "reservations" | "front_desk" | "sales" | "emergency" | "accounting";
|
|
275
275
|
name: string;
|
|
276
276
|
title: string | null;
|
|
277
277
|
email: string | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/identity",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.99.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"drizzle-orm": "^0.45.2",
|
|
35
35
|
"hono": "^4.12.10",
|
|
36
36
|
"zod": "^4.3.6",
|
|
37
|
-
"@voyantjs/core": "0.
|
|
38
|
-
"@voyantjs/db": "0.
|
|
39
|
-
"@voyantjs/identity-contracts": "0.
|
|
40
|
-
"@voyantjs/hono": "0.
|
|
37
|
+
"@voyantjs/core": "0.99.0",
|
|
38
|
+
"@voyantjs/db": "0.99.0",
|
|
39
|
+
"@voyantjs/identity-contracts": "0.99.0",
|
|
40
|
+
"@voyantjs/hono": "0.99.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"typescript": "^6.0.2",
|