@tmlmobilidade/interfaces 20250917.1305.2 → 20250917.1446.59

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,7 +68,7 @@ declare class StopsClass extends MongoCollectionClass<Stop, CreateStopDto, Updat
68
68
  __brand: "UnixTimestamp";
69
69
  };
70
70
  type: "crud";
71
- action: "create" | "update" | "delete" | "archived" | "restored";
71
+ action: "create" | "update" | "delete" | "archive" | "restore";
72
72
  _id?: string | undefined;
73
73
  created_by?: string | undefined;
74
74
  updated_by?: string | undefined;
@@ -167,7 +167,7 @@ declare class StopsClass extends MongoCollectionClass<Stop, CreateStopDto, Updat
167
167
  __brand: "UnixTimestamp";
168
168
  };
169
169
  type: "crud";
170
- action: "create" | "update" | "delete" | "archived" | "restored";
170
+ action: "create" | "update" | "delete" | "archive" | "restore";
171
171
  _id?: string | undefined;
172
172
  created_by?: string | undefined;
173
173
  updated_by?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/interfaces",
3
- "version": "20250917.1305.2",
3
+ "version": "20250917.1446.59",
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",