@voyantjs/suppliers 0.31.0 → 0.31.2
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 +3 -3
- package/dist/service-identity.d.ts +3 -3
- package/package.json +6 -6
package/dist/routes.d.ts
CHANGED
|
@@ -223,7 +223,7 @@ export declare const supplierRoutes: import("hono/hono-base").HonoBase<Env, {
|
|
|
223
223
|
id: string;
|
|
224
224
|
entityType: string;
|
|
225
225
|
entityId: string;
|
|
226
|
-
label: "service" | "primary" | "other" | "
|
|
226
|
+
label: "service" | "primary" | "other" | "legal" | "billing" | "shipping" | "mailing" | "meeting";
|
|
227
227
|
fullText: string | null;
|
|
228
228
|
line1: string | null;
|
|
229
229
|
line2: string | null;
|
|
@@ -588,7 +588,7 @@ export declare const supplierRoutes: import("hono/hono-base").HonoBase<Env, {
|
|
|
588
588
|
id: string;
|
|
589
589
|
entityType: string;
|
|
590
590
|
entityId: string;
|
|
591
|
-
label: "service" | "primary" | "other" | "
|
|
591
|
+
label: "service" | "primary" | "other" | "legal" | "billing" | "shipping" | "mailing" | "meeting";
|
|
592
592
|
fullText: string | null;
|
|
593
593
|
line1: string | null;
|
|
594
594
|
line2: string | null;
|
|
@@ -643,7 +643,7 @@ export declare const supplierRoutes: import("hono/hono-base").HonoBase<Env, {
|
|
|
643
643
|
timezone: string | null;
|
|
644
644
|
entityType: string;
|
|
645
645
|
entityId: string;
|
|
646
|
-
label: "service" | "primary" | "other" | "
|
|
646
|
+
label: "service" | "primary" | "other" | "legal" | "billing" | "shipping" | "mailing" | "meeting";
|
|
647
647
|
isPrimary: boolean;
|
|
648
648
|
fullText: string | null;
|
|
649
649
|
line1: string | null;
|
|
@@ -97,7 +97,7 @@ export declare function listAddresses(db: PostgresJsDatabase, supplierId: string
|
|
|
97
97
|
id: string;
|
|
98
98
|
entityType: string;
|
|
99
99
|
entityId: string;
|
|
100
|
-
label: "service" | "primary" | "other" | "
|
|
100
|
+
label: "service" | "primary" | "other" | "legal" | "billing" | "shipping" | "mailing" | "meeting";
|
|
101
101
|
fullText: string | null;
|
|
102
102
|
line1: string | null;
|
|
103
103
|
line2: string | null;
|
|
@@ -123,7 +123,7 @@ export declare function createAddress(db: PostgresJsDatabase, supplierId: string
|
|
|
123
123
|
timezone: string | null;
|
|
124
124
|
entityType: string;
|
|
125
125
|
entityId: string;
|
|
126
|
-
label: "service" | "primary" | "other" | "
|
|
126
|
+
label: "service" | "primary" | "other" | "legal" | "billing" | "shipping" | "mailing" | "meeting";
|
|
127
127
|
isPrimary: boolean;
|
|
128
128
|
fullText: string | null;
|
|
129
129
|
line1: string | null;
|
|
@@ -139,7 +139,7 @@ export declare function updateAddress(db: PostgresJsDatabase, addressId: string,
|
|
|
139
139
|
id: string;
|
|
140
140
|
entityType: string;
|
|
141
141
|
entityId: string;
|
|
142
|
-
label: "service" | "primary" | "other" | "
|
|
142
|
+
label: "service" | "primary" | "other" | "legal" | "billing" | "shipping" | "mailing" | "meeting";
|
|
143
143
|
fullText: string | null;
|
|
144
144
|
line1: string | null;
|
|
145
145
|
line2: string | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/suppliers",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"drizzle-orm": "^0.45.2",
|
|
30
30
|
"hono": "^4.12.10",
|
|
31
31
|
"zod": "^4.3.6",
|
|
32
|
-
"@voyantjs/core": "0.31.
|
|
33
|
-
"@voyantjs/db": "0.31.
|
|
34
|
-
"@voyantjs/facilities": "0.31.
|
|
35
|
-
"@voyantjs/hono": "0.31.
|
|
36
|
-
"@voyantjs/identity": "0.31.
|
|
32
|
+
"@voyantjs/core": "0.31.2",
|
|
33
|
+
"@voyantjs/db": "0.31.2",
|
|
34
|
+
"@voyantjs/facilities": "0.31.2",
|
|
35
|
+
"@voyantjs/hono": "0.31.2",
|
|
36
|
+
"@voyantjs/identity": "0.31.2"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"typescript": "^6.0.2",
|