@tmlmobilidade/interfaces 20260225.1759.30 → 20260226.1857.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.
@@ -33,6 +33,7 @@ declare class AgenciesClass extends MongoCollectionClass<Agency, CreateAgencyDto
33
33
  timezone: string;
34
34
  website_url: string;
35
35
  updated_by?: string | undefined;
36
+ validation_rules?: any;
36
37
  }>>;
37
38
  updateByCode(code: string, fields: Partial<Agency>): Promise<import("mongodb").UpdateResult<{
38
39
  _id: string;
@@ -59,6 +60,7 @@ declare class AgenciesClass extends MongoCollectionClass<Agency, CreateAgencyDto
59
60
  timezone: string;
60
61
  website_url: string;
61
62
  updated_by?: string | undefined;
63
+ validation_rules?: any;
62
64
  }>>;
63
65
  protected getCollectionIndexes(): IndexDescription[];
64
66
  protected getCollectionName(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/interfaces",
3
- "version": "20260225.1759.30",
3
+ "version": "20260226.1857.59",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"