@voyant-travel/identity 0.131.0 → 0.131.1
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 +4 -4
- package/dist/service.d.ts +2 -2
- package/package.json +4 -4
package/dist/routes.d.ts
CHANGED
|
@@ -215,10 +215,10 @@ export declare const identityRoutes: import("hono/hono-base").HonoBase<Env, {
|
|
|
215
215
|
createdAt: string;
|
|
216
216
|
updatedAt: string;
|
|
217
217
|
notes: string | null;
|
|
218
|
+
label: string | null;
|
|
218
219
|
kind: "email" | "other" | "phone" | "mobile" | "whatsapp" | "website" | "sms" | "fax" | "social";
|
|
219
220
|
entityType: string;
|
|
220
221
|
entityId: string;
|
|
221
|
-
label: string | null;
|
|
222
222
|
normalizedValue: string | null;
|
|
223
223
|
isPrimary: boolean;
|
|
224
224
|
} | null;
|
|
@@ -385,9 +385,9 @@ export declare const identityRoutes: import("hono/hono-base").HonoBase<Env, {
|
|
|
385
385
|
updatedAt: string;
|
|
386
386
|
notes: string | null;
|
|
387
387
|
timezone: string | null;
|
|
388
|
+
label: "service" | "primary" | "other" | "legal" | "billing" | "shipping" | "mailing" | "meeting";
|
|
388
389
|
entityType: string;
|
|
389
390
|
entityId: string;
|
|
390
|
-
label: "service" | "primary" | "other" | "legal" | "billing" | "shipping" | "mailing" | "meeting";
|
|
391
391
|
isPrimary: boolean;
|
|
392
392
|
fullText: string | null;
|
|
393
393
|
line1: string | null;
|
|
@@ -578,10 +578,10 @@ export declare const identityRoutes: import("hono/hono-base").HonoBase<Env, {
|
|
|
578
578
|
createdAt: string;
|
|
579
579
|
updatedAt: string;
|
|
580
580
|
notes: string | null;
|
|
581
|
+
label: string | null;
|
|
581
582
|
kind: "email" | "other" | "phone" | "mobile" | "whatsapp" | "website" | "sms" | "fax" | "social";
|
|
582
583
|
entityType: string;
|
|
583
584
|
entityId: string;
|
|
584
|
-
label: string | null;
|
|
585
585
|
normalizedValue: string | null;
|
|
586
586
|
isPrimary: boolean;
|
|
587
587
|
} | null;
|
|
@@ -649,9 +649,9 @@ export declare const identityRoutes: import("hono/hono-base").HonoBase<Env, {
|
|
|
649
649
|
updatedAt: string;
|
|
650
650
|
notes: string | null;
|
|
651
651
|
timezone: string | null;
|
|
652
|
+
label: "service" | "primary" | "other" | "legal" | "billing" | "shipping" | "mailing" | "meeting";
|
|
652
653
|
entityType: string;
|
|
653
654
|
entityId: string;
|
|
654
|
-
label: "service" | "primary" | "other" | "legal" | "billing" | "shipping" | "mailing" | "meeting";
|
|
655
655
|
isPrimary: boolean;
|
|
656
656
|
fullText: string | null;
|
|
657
657
|
line1: string | null;
|
package/dist/service.d.ts
CHANGED
|
@@ -65,10 +65,10 @@ export declare const identityService: {
|
|
|
65
65
|
createdAt: Date;
|
|
66
66
|
updatedAt: Date;
|
|
67
67
|
notes: string | null;
|
|
68
|
+
label: string | null;
|
|
68
69
|
kind: "email" | "other" | "phone" | "mobile" | "whatsapp" | "website" | "sms" | "fax" | "social";
|
|
69
70
|
entityType: string;
|
|
70
71
|
entityId: string;
|
|
71
|
-
label: string | null;
|
|
72
72
|
normalizedValue: string | null;
|
|
73
73
|
isPrimary: boolean;
|
|
74
74
|
} | null>;
|
|
@@ -164,9 +164,9 @@ export declare const identityService: {
|
|
|
164
164
|
updatedAt: Date;
|
|
165
165
|
notes: string | null;
|
|
166
166
|
timezone: string | null;
|
|
167
|
+
label: "service" | "primary" | "other" | "legal" | "billing" | "shipping" | "mailing" | "meeting";
|
|
167
168
|
entityType: string;
|
|
168
169
|
entityId: string;
|
|
169
|
-
label: "service" | "primary" | "other" | "legal" | "billing" | "shipping" | "mailing" | "meeting";
|
|
170
170
|
isPrimary: boolean;
|
|
171
171
|
fullText: string | null;
|
|
172
172
|
line1: string | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyant-travel/identity",
|
|
3
|
-
"version": "0.131.
|
|
3
|
+
"version": "0.131.1",
|
|
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
|
-
"@voyant-travel/core": "^0.
|
|
38
|
-
"@voyant-travel/db": "^0.108.
|
|
37
|
+
"@voyant-travel/core": "^0.111.0",
|
|
38
|
+
"@voyant-travel/db": "^0.108.5",
|
|
39
39
|
"@voyant-travel/identity-contracts": "^0.104.3",
|
|
40
|
-
"@voyant-travel/hono": "^0.
|
|
40
|
+
"@voyant-travel/hono": "^0.113.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"drizzle-kit": "^0.31.10",
|