@voyant-travel/distribution 0.121.0 → 0.122.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
|
@@ -301,10 +301,10 @@ export declare const distributionRoutes: import("hono/hono-base").HonoBase<Distr
|
|
|
301
301
|
createdAt: string;
|
|
302
302
|
updatedAt: string;
|
|
303
303
|
notes: string | null;
|
|
304
|
+
label: string | null;
|
|
304
305
|
kind: "email" | "other" | "phone" | "mobile" | "whatsapp" | "website" | "sms" | "fax" | "social";
|
|
305
306
|
entityType: string;
|
|
306
307
|
entityId: string;
|
|
307
|
-
label: string | null;
|
|
308
308
|
normalizedValue: string | null;
|
|
309
309
|
isPrimary: boolean;
|
|
310
310
|
};
|
|
@@ -89,10 +89,10 @@ export declare const channelServiceOperations: {
|
|
|
89
89
|
createdAt: Date;
|
|
90
90
|
updatedAt: Date;
|
|
91
91
|
notes: string | null;
|
|
92
|
+
label: string | null;
|
|
92
93
|
kind: "email" | "other" | "phone" | "mobile" | "whatsapp" | "website" | "sms" | "fax" | "social";
|
|
93
94
|
entityType: string;
|
|
94
95
|
entityId: string;
|
|
95
|
-
label: string | null;
|
|
96
96
|
normalizedValue: string | null;
|
|
97
97
|
isPrimary: boolean;
|
|
98
98
|
} | null>;
|
package/dist/service.d.ts
CHANGED
|
@@ -1338,10 +1338,10 @@ export declare const distributionService: {
|
|
|
1338
1338
|
createdAt: Date;
|
|
1339
1339
|
updatedAt: Date;
|
|
1340
1340
|
notes: string | null;
|
|
1341
|
+
label: string | null;
|
|
1341
1342
|
kind: "email" | "other" | "phone" | "mobile" | "whatsapp" | "website" | "sms" | "fax" | "social";
|
|
1342
1343
|
entityType: string;
|
|
1343
1344
|
entityId: string;
|
|
1344
|
-
label: string | null;
|
|
1345
1345
|
normalizedValue: string | null;
|
|
1346
1346
|
isPrimary: boolean;
|
|
1347
1347
|
} | null>;
|
|
@@ -490,10 +490,10 @@ export declare const supplierRoutes: import("hono/hono-base").HonoBase<Env, {
|
|
|
490
490
|
createdAt: string;
|
|
491
491
|
updatedAt: string;
|
|
492
492
|
notes: string | null;
|
|
493
|
+
label: string | null;
|
|
493
494
|
kind: "email" | "other" | "phone" | "mobile" | "whatsapp" | "website" | "sms" | "fax" | "social";
|
|
494
495
|
entityType: string;
|
|
495
496
|
entityId: string;
|
|
496
|
-
label: string | null;
|
|
497
497
|
normalizedValue: string | null;
|
|
498
498
|
isPrimary: boolean;
|
|
499
499
|
};
|
|
@@ -641,9 +641,9 @@ export declare const supplierRoutes: import("hono/hono-base").HonoBase<Env, {
|
|
|
641
641
|
updatedAt: string;
|
|
642
642
|
notes: string | null;
|
|
643
643
|
timezone: string | null;
|
|
644
|
+
label: "service" | "primary" | "other" | "legal" | "billing" | "shipping" | "mailing" | "meeting";
|
|
644
645
|
entityType: string;
|
|
645
646
|
entityId: string;
|
|
646
|
-
label: "service" | "primary" | "other" | "legal" | "billing" | "shipping" | "mailing" | "meeting";
|
|
647
647
|
isPrimary: boolean;
|
|
648
648
|
fullText: string | null;
|
|
649
649
|
line1: string | null;
|
|
@@ -69,10 +69,10 @@ export declare function createContactPoint(db: PostgresJsDatabase, supplierId: s
|
|
|
69
69
|
createdAt: Date;
|
|
70
70
|
updatedAt: Date;
|
|
71
71
|
notes: string | null;
|
|
72
|
+
label: string | null;
|
|
72
73
|
kind: "email" | "other" | "phone" | "mobile" | "whatsapp" | "website" | "sms" | "fax" | "social";
|
|
73
74
|
entityType: string;
|
|
74
75
|
entityId: string;
|
|
75
|
-
label: string | null;
|
|
76
76
|
normalizedValue: string | null;
|
|
77
77
|
isPrimary: boolean;
|
|
78
78
|
} | null>;
|
|
@@ -121,9 +121,9 @@ export declare function createAddress(db: PostgresJsDatabase, supplierId: string
|
|
|
121
121
|
updatedAt: Date;
|
|
122
122
|
notes: string | null;
|
|
123
123
|
timezone: string | null;
|
|
124
|
+
label: "service" | "primary" | "other" | "legal" | "billing" | "shipping" | "mailing" | "meeting";
|
|
124
125
|
entityType: string;
|
|
125
126
|
entityId: string;
|
|
126
|
-
label: "service" | "primary" | "other" | "legal" | "billing" | "shipping" | "mailing" | "meeting";
|
|
127
127
|
isPrimary: boolean;
|
|
128
128
|
fullText: string | null;
|
|
129
129
|
line1: string | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyant-travel/distribution",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.122.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
"drizzle-orm": "^0.45.2",
|
|
35
35
|
"hono": "^4.12.10",
|
|
36
36
|
"zod": "^4.3.6",
|
|
37
|
-
"@voyant-travel/bookings": "^0.
|
|
38
|
-
"@voyant-travel/catalog": "^0.
|
|
39
|
-
"@voyant-travel/core": "^0.
|
|
40
|
-
"@voyant-travel/db": "^0.108.
|
|
41
|
-
"@voyant-travel/hono": "^0.
|
|
42
|
-
"@voyant-travel/identity": "^0.
|
|
43
|
-
"@voyant-travel/workflows": "^0.111.
|
|
37
|
+
"@voyant-travel/bookings": "^0.132.0",
|
|
38
|
+
"@voyant-travel/catalog": "^0.130.0",
|
|
39
|
+
"@voyant-travel/core": "^0.111.0",
|
|
40
|
+
"@voyant-travel/db": "^0.108.5",
|
|
41
|
+
"@voyant-travel/hono": "^0.113.0",
|
|
42
|
+
"@voyant-travel/identity": "^0.132.0",
|
|
43
|
+
"@voyant-travel/workflows": "^0.111.3",
|
|
44
44
|
"@voyant-travel/suppliers-contracts": "^0.104.4"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|