@tmlmobilidade/interfaces 20260714.1632.21 → 20260714.2217.45
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.
|
@@ -147,6 +147,7 @@ declare class StopsClass extends MongoCollectionClass<Stop, CreateStopDto, Updat
|
|
|
147
147
|
has_stop_sign: "unknown" | "available" | "unavailable";
|
|
148
148
|
observations: string | null;
|
|
149
149
|
is_deleted: boolean;
|
|
150
|
+
tts_hash: string;
|
|
150
151
|
file_ids: string[];
|
|
151
152
|
image_ids: string[];
|
|
152
153
|
updated_by?: string | undefined;
|
|
@@ -266,6 +267,7 @@ declare class StopsClass extends MongoCollectionClass<Stop, CreateStopDto, Updat
|
|
|
266
267
|
has_stop_sign: "unknown" | "available" | "unavailable";
|
|
267
268
|
observations: string | null;
|
|
268
269
|
is_deleted: boolean;
|
|
270
|
+
tts_hash: string;
|
|
269
271
|
file_ids: string[];
|
|
270
272
|
image_ids: string[];
|
|
271
273
|
updated_by?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tmlmobilidade/interfaces",
|
|
3
|
-
"version": "20260714.
|
|
3
|
+
"version": "20260714.2217.45",
|
|
4
4
|
"author": {
|
|
5
5
|
"email": "iso@tmlmobilidade.pt",
|
|
6
6
|
"name": "TML-ISO"
|
|
@@ -47,15 +47,15 @@
|
|
|
47
47
|
"@tmlmobilidade/utils": "*",
|
|
48
48
|
"@tmlmobilidade/writers": "*",
|
|
49
49
|
"bcryptjs": "3.0.3",
|
|
50
|
-
"mongodb": "7.
|
|
51
|
-
"oci-common": "2.
|
|
52
|
-
"oci-objectstorage": "2.
|
|
50
|
+
"mongodb": "7.5.0",
|
|
51
|
+
"oci-common": "2.137.0",
|
|
52
|
+
"oci-objectstorage": "2.137.0",
|
|
53
53
|
"zod": "3.25.76"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@tmlmobilidade/tsconfig": "*",
|
|
57
57
|
"@tmlmobilidade/types": "*",
|
|
58
|
-
"@types/node": "26.1.
|
|
58
|
+
"@types/node": "26.1.1",
|
|
59
59
|
"resolve-tspaths": "0.8.23",
|
|
60
60
|
"tsc-watch": "7.2.1",
|
|
61
61
|
"typescript": "6.0.3"
|