@tmlmobilidade/interfaces 20260213.1500.47 → 20260216.1613.20

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.
@@ -37,6 +37,7 @@ declare class GtfValidationsClass extends MongoCollectionClass<GtfsValidation, C
37
37
  };
38
38
  gtfs_feed_info: {
39
39
  feed_lang: string;
40
+ feed_version?: string | null | undefined;
40
41
  default_lang?: string | null | undefined;
41
42
  feed_contact_email?: string | null | undefined;
42
43
  feed_contact_url?: string | null | undefined;
@@ -44,7 +45,6 @@ declare class GtfValidationsClass extends MongoCollectionClass<GtfsValidation, C
44
45
  feed_publisher_name?: string | null | undefined;
45
46
  feed_publisher_url?: string | null | undefined;
46
47
  feed_start_date?: import("@tmlmobilidade/types").OperationalDate | null | undefined;
47
- feed_version?: string | null | undefined;
48
48
  };
49
49
  notification_sent: boolean;
50
50
  updated_by?: string | undefined;
@@ -36,6 +36,7 @@ declare class PlansClass extends MongoCollectionClass<Plan, CreatePlanDto, Updat
36
36
  };
37
37
  gtfs_feed_info: {
38
38
  feed_lang: string;
39
+ feed_version?: string | null | undefined;
39
40
  default_lang?: string | null | undefined;
40
41
  feed_contact_email?: string | null | undefined;
41
42
  feed_contact_url?: string | null | undefined;
@@ -43,18 +44,17 @@ declare class PlansClass extends MongoCollectionClass<Plan, CreatePlanDto, Updat
43
44
  feed_publisher_name?: string | null | undefined;
44
45
  feed_publisher_url?: string | null | undefined;
45
46
  feed_start_date?: import("@tmlmobilidade/types").OperationalDate | null | undefined;
46
- feed_version?: string | null | undefined;
47
47
  };
48
48
  apps: {
49
49
  controller: {
50
50
  status: "waiting" | "processing" | "complete" | "error" | "skipped";
51
- last_hash: string | null;
52
51
  timestamp: import("@tmlmobilidade/types").UnixTimestamp | null;
52
+ last_hash: string | null;
53
53
  };
54
54
  merger: {
55
55
  status: "waiting" | "processing" | "complete" | "error" | "skipped";
56
- last_hash: string | null;
57
56
  timestamp: import("@tmlmobilidade/types").UnixTimestamp | null;
57
+ last_hash: string | null;
58
58
  };
59
59
  };
60
60
  hash: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/interfaces",
3
- "version": "20260213.1500.47",
3
+ "version": "20260216.1613.20",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"