@voyantjs/customer-portal 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/validation-public.d.ts +2 -2
- package/package.json +10 -10
|
@@ -530,9 +530,9 @@ export declare const createCustomerPortalCompanionSchema: z.ZodObject<{
|
|
|
530
530
|
primary: "primary";
|
|
531
531
|
other: "other";
|
|
532
532
|
legal: "legal";
|
|
533
|
+
operations: "operations";
|
|
533
534
|
general: "general";
|
|
534
535
|
reservations: "reservations";
|
|
535
|
-
operations: "operations";
|
|
536
536
|
front_desk: "front_desk";
|
|
537
537
|
sales: "sales";
|
|
538
538
|
emergency: "emergency";
|
|
@@ -582,9 +582,9 @@ export declare const updateCustomerPortalCompanionSchema: z.ZodObject<{
|
|
|
582
582
|
primary: "primary";
|
|
583
583
|
other: "other";
|
|
584
584
|
legal: "legal";
|
|
585
|
+
operations: "operations";
|
|
585
586
|
general: "general";
|
|
586
587
|
reservations: "reservations";
|
|
587
|
-
operations: "operations";
|
|
588
588
|
front_desk: "front_desk";
|
|
589
589
|
sales: "sales";
|
|
590
590
|
emergency: "emergency";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/customer-portal",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.99.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,15 +34,15 @@
|
|
|
34
34
|
"drizzle-orm": "^0.45.2",
|
|
35
35
|
"hono": "^4.12.10",
|
|
36
36
|
"zod": "^4.3.6",
|
|
37
|
-
"@voyantjs/bookings": "0.
|
|
38
|
-
"@voyantjs/core": "0.
|
|
39
|
-
"@voyantjs/crm": "0.
|
|
40
|
-
"@voyantjs/db": "0.
|
|
41
|
-
"@voyantjs/finance": "0.
|
|
42
|
-
"@voyantjs/hono": "0.
|
|
43
|
-
"@voyantjs/identity": "0.
|
|
44
|
-
"@voyantjs/legal": "0.
|
|
45
|
-
"@voyantjs/utils": "0.
|
|
37
|
+
"@voyantjs/bookings": "0.99.0",
|
|
38
|
+
"@voyantjs/core": "0.99.0",
|
|
39
|
+
"@voyantjs/crm": "0.99.0",
|
|
40
|
+
"@voyantjs/db": "0.99.0",
|
|
41
|
+
"@voyantjs/finance": "0.99.0",
|
|
42
|
+
"@voyantjs/hono": "0.99.0",
|
|
43
|
+
"@voyantjs/identity": "0.99.0",
|
|
44
|
+
"@voyantjs/legal": "0.99.0",
|
|
45
|
+
"@voyantjs/utils": "0.99.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"typescript": "^6.0.2",
|