@tmlmobilidade/interfaces 20260609.1128.18 → 20260609.1823.50

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.
@@ -31,6 +31,7 @@ declare class AgenciesClass extends MongoCollectionClass<Agency, CreateAgencyDto
31
31
  operation_start_date: import("@tmlmobilidade/types").OperationalDate | null;
32
32
  phone: string;
33
33
  public_email: string;
34
+ public_name: string;
34
35
  short_name: string;
35
36
  timezone: string;
36
37
  website_url: string;
@@ -60,6 +61,7 @@ declare class AgenciesClass extends MongoCollectionClass<Agency, CreateAgencyDto
60
61
  operation_start_date: import("@tmlmobilidade/types").OperationalDate | null;
61
62
  phone: string;
62
63
  public_email: string;
64
+ public_name: string;
63
65
  short_name: string;
64
66
  timezone: string;
65
67
  website_url: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/interfaces",
3
- "version": "20260609.1128.18",
3
+ "version": "20260609.1823.50",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"