@tmlmobilidade/interfaces 20260624.1309.39 → 20260625.1443.7

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.
@@ -140,6 +140,7 @@ declare class PatternsClass extends MongoCollectionClass<Pattern, CreatePatternD
140
140
  };
141
141
  properties?: {} | undefined;
142
142
  };
143
+ encoded_polyline?: string | undefined;
143
144
  anchors?: {
144
145
  _id: string;
145
146
  type: "via" | "through";
@@ -168,6 +169,7 @@ declare class PatternsClass extends MongoCollectionClass<Pattern, CreatePatternD
168
169
  duration: number;
169
170
  from_index: number;
170
171
  to_index: number;
172
+ encoded_polyline?: string | undefined;
171
173
  }[] | undefined;
172
174
  } | undefined;
173
175
  parameters?: ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/interfaces",
3
- "version": "20260624.1309.39",
3
+ "version": "20260625.1443.7",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"