@voyantjs/suppliers 0.111.0 → 0.111.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 +1 -1
- package/dist/service-operations.d.ts +1 -1
- package/package.json +6 -6
package/dist/routes.d.ts
CHANGED
|
@@ -1054,8 +1054,8 @@ export declare const supplierRoutes: import("hono/hono-base").HonoBase<Env, {
|
|
|
1054
1054
|
id: string;
|
|
1055
1055
|
createdAt: string;
|
|
1056
1056
|
notes: string | null;
|
|
1057
|
-
supplierId: string;
|
|
1058
1057
|
available: boolean;
|
|
1058
|
+
supplierId: string;
|
|
1059
1059
|
}[];
|
|
1060
1060
|
};
|
|
1061
1061
|
outputFormat: "json";
|
|
@@ -1113,8 +1113,8 @@ export declare function createAvailability(db: PostgresJsDatabase, supplierId: s
|
|
|
1113
1113
|
id: string;
|
|
1114
1114
|
createdAt: Date;
|
|
1115
1115
|
notes: string | null;
|
|
1116
|
-
supplierId: string;
|
|
1117
1116
|
available: boolean;
|
|
1117
|
+
supplierId: string;
|
|
1118
1118
|
}[] | null>;
|
|
1119
1119
|
export declare function listContracts(db: PostgresJsDatabase, supplierId: string): Omit<import("drizzle-orm/pg-core").PgSelectBase<"supplier_contracts", {
|
|
1120
1120
|
id: import("drizzle-orm/pg-core").PgColumn<{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/suppliers",
|
|
3
|
-
"version": "0.111.
|
|
3
|
+
"version": "0.111.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.
|
|
33
|
-
"@voyantjs/db": "^0.
|
|
34
|
-
"@voyantjs/facilities": "^0.107.
|
|
35
|
-
"@voyantjs/hono": "^0.
|
|
36
|
-
"@voyantjs/identity": "^0.
|
|
32
|
+
"@voyantjs/core": "^0.108.0",
|
|
33
|
+
"@voyantjs/db": "^0.106.0",
|
|
34
|
+
"@voyantjs/facilities": "^0.107.7",
|
|
35
|
+
"@voyantjs/hono": "^0.107.0",
|
|
36
|
+
"@voyantjs/identity": "^0.117.0",
|
|
37
37
|
"@voyantjs/suppliers-contracts": "^0.104.2"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|