@tmlmobilidade/interfaces 20260408.1128.43 → 20260409.1552.16

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,14 +37,14 @@ declare class GtfValidationsClass extends MongoCollectionClass<GtfsValidation, C
37
37
  };
38
38
  gtfs_feed_info: {
39
39
  feed_lang: string;
40
+ feed_end_date?: import("@tmlmobilidade/types").OperationalDate | null | undefined;
41
+ feed_start_date?: import("@tmlmobilidade/types").OperationalDate | null | undefined;
40
42
  feed_version?: string | null | undefined;
41
43
  default_lang?: string | null | undefined;
42
44
  feed_contact_email?: string | null | undefined;
43
45
  feed_contact_url?: string | null | undefined;
44
- feed_end_date?: import("@tmlmobilidade/types").OperationalDate | null | undefined;
45
46
  feed_publisher_name?: string | null | undefined;
46
47
  feed_publisher_url?: string | null | undefined;
47
- feed_start_date?: import("@tmlmobilidade/types").OperationalDate | null | undefined;
48
48
  };
49
49
  notification_sent: boolean;
50
50
  validation_attempts: number;
@@ -34,6 +34,7 @@ declare class PatternsClass extends MongoCollectionClass<Pattern, CreatePatternD
34
34
  year_period_ids: string[];
35
35
  name?: string | undefined;
36
36
  event_id?: string | undefined;
37
+ months?: (1 | 2 | 12 | 4 | 3 | 5 | 6 | 11 | 10 | 8 | 7 | 9)[] | undefined;
37
38
  weekdays?: (1 | 2 | 4 | 3 | 5 | 6 | 7)[] | undefined;
38
39
  } | {
39
40
  event: {
@@ -36,14 +36,14 @@ declare class PlansClass extends MongoCollectionClass<Plan, CreatePlanDto, Updat
36
36
  };
37
37
  gtfs_feed_info: {
38
38
  feed_lang: string;
39
+ feed_end_date?: import("@tmlmobilidade/types").OperationalDate | null | undefined;
40
+ feed_start_date?: import("@tmlmobilidade/types").OperationalDate | null | undefined;
39
41
  feed_version?: string | null | undefined;
40
42
  default_lang?: string | null | undefined;
41
43
  feed_contact_email?: string | null | undefined;
42
44
  feed_contact_url?: string | null | undefined;
43
- feed_end_date?: import("@tmlmobilidade/types").OperationalDate | null | undefined;
44
45
  feed_publisher_name?: string | null | undefined;
45
46
  feed_publisher_url?: string | null | undefined;
46
- feed_start_date?: import("@tmlmobilidade/types").OperationalDate | null | undefined;
47
47
  };
48
48
  apps: {
49
49
  controller: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/interfaces",
3
- "version": "20260408.1128.43",
3
+ "version": "20260409.1552.16",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"