@tmlmobilidade/interfaces 20250915.1518.13 → 20250915.1655.9

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.
@@ -68,6 +68,7 @@ declare class StopsClass extends MongoCollectionClass<Stop, CreateStopDto, Updat
68
68
  __brand: "UnixTimestamp";
69
69
  };
70
70
  type: "status_changed";
71
+ accessor: string;
71
72
  curr_status: string | boolean;
72
73
  prev_status: string | boolean;
73
74
  created_by?: string | undefined;
@@ -168,6 +169,7 @@ declare class StopsClass extends MongoCollectionClass<Stop, CreateStopDto, Updat
168
169
  __brand: "UnixTimestamp";
169
170
  };
170
171
  type: "status_changed";
172
+ accessor: string;
171
173
  curr_status: string | boolean;
172
174
  prev_status: string | boolean;
173
175
  created_by?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/interfaces",
3
- "version": "20250915.1518.13",
3
+ "version": "20250915.1655.9",
4
4
  "author": "João de Vasconcelos & Jusi Monteiro",
5
5
  "license": "AGPL-3.0-or-later",
6
6
  "homepage": "https://github.com/tmlmobilidade/services#readme",