@tmlmobilidade/interfaces 20260602.2208.4 → 20260602.2317.22

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.
@@ -245,6 +245,7 @@ declare class PatternsClass extends MongoCollectionClass<Pattern, CreatePatternD
245
245
  } | null | undefined;
246
246
  }[] | undefined;
247
247
  shape?: {
248
+ extension: number;
248
249
  geojson: {
249
250
  type: string;
250
251
  geometry: {
@@ -253,7 +254,6 @@ declare class PatternsClass extends MongoCollectionClass<Pattern, CreatePatternD
253
254
  };
254
255
  properties?: {} | undefined;
255
256
  };
256
- extension: number;
257
257
  } | undefined;
258
258
  parameters?: ({
259
259
  path: {
@@ -28,9 +28,9 @@ declare class TypologiesClass extends MongoCollectionClass<Typology, CreateTypol
28
28
  name: string;
29
29
  agency_ids: string[];
30
30
  color: string;
31
+ text_color: string;
31
32
  default_onboard_fare_ids: string[] | null;
32
33
  default_prepaid_fare_id: string | null;
33
- text_color: string;
34
34
  updated_by?: string | undefined;
35
35
  }>[]>;
36
36
  protected getCollectionIndexes(): IndexDescription[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/interfaces",
3
- "version": "20260602.2208.4",
3
+ "version": "20260602.2317.22",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"