@tmlmobilidade/go-interfaces-rawdb 20260731.1044.35 → 20260803.15.9

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.
@@ -10,7 +10,7 @@ export const transactionsIndexes = [
10
10
  { key: { created_at: 1 } },
11
11
  { key: { agency_id: 1, created_at: 1 } },
12
12
  // eslint-disable-next-line perfectionist/sort-objects
13
- { key: { version_id: 1, created_at: 1 } },
13
+ { key: { version: 1, created_at: 1 } },
14
14
  // eslint-disable-next-line perfectionist/sort-objects
15
- { key: { version_id: 1, received_at: 1 } },
15
+ { key: { version: 1, received_at: 1 } },
16
16
  ];
@@ -2,9 +2,6 @@
2
2
  /* * */
3
3
  export const vehicleEventsIndexes = [
4
4
  { key: { created_at: 1 } },
5
- { key: { agency_id: 1, created_at: 1 } },
6
5
  // eslint-disable-next-line perfectionist/sort-objects
7
- { key: { version_id: 1, created_at: 1 } },
8
- // eslint-disable-next-line perfectionist/sort-objects
9
- { key: { version_id: 1, received_at: 1 } },
6
+ { key: { version: 1, created_at: 1 } },
10
7
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/go-interfaces-rawdb",
3
- "version": "20260731.1044.35",
3
+ "version": "20260803.15.9",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"