@tmlmobilidade/interfaces 20260604.2309.43 → 20260605.28.48

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.
@@ -45,6 +45,8 @@ declare class PlansClass extends MongoCollectionClass<Plan, CreatePlanDto, Updat
45
45
  feed_publisher_name?: string | null | undefined;
46
46
  feed_publisher_url?: string | null | undefined;
47
47
  };
48
+ hash: string;
49
+ operation_file_id: string;
48
50
  apps: {
49
51
  controller: {
50
52
  status: "waiting" | "processing" | "complete" | "error" | "skipped";
@@ -67,8 +69,6 @@ declare class PlansClass extends MongoCollectionClass<Plan, CreatePlanDto, Updat
67
69
  last_hash: string | null;
68
70
  };
69
71
  };
70
- hash: string;
71
- operation_file_id: string;
72
72
  pcgi_legacy: {
73
73
  operation_plan_id: string | null;
74
74
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/interfaces",
3
- "version": "20260604.2309.43",
3
+ "version": "20260605.28.48",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"