@tmlmobilidade/interfaces 20250903.2212.53 → 20250903.2301.20

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.
@@ -8,6 +8,7 @@ export * from './organizations/index.js';
8
8
  export * from './plans/index.js';
9
9
  export * from './proposed-changes/index.js';
10
10
  export * from './rides/index.js';
11
+ export * from './sams/index.js';
11
12
  export * from './simplified-apex/index.js';
12
13
  export * from './stops/index.js';
13
14
  export * from './vehicle-events/index.js';
@@ -8,6 +8,7 @@ export * from './organizations/index.js';
8
8
  export * from './plans/index.js';
9
9
  export * from './proposed-changes/index.js';
10
10
  export * from './rides/index.js';
11
+ export * from './sams/index.js';
11
12
  export * from './simplified-apex/index.js';
12
13
  export * from './stops/index.js';
13
14
  export * from './vehicle-events/index.js';
@@ -0,0 +1 @@
1
+ export * from './sams.js';
@@ -0,0 +1 @@
1
+ export * from './sams.js';
@@ -12,5 +12,5 @@ declare class SamsClass extends MongoCollectionClass<Sam, CreateSamDto, UpdateSa
12
12
  protected getCollectionName(): string;
13
13
  protected getEnvName(): string;
14
14
  }
15
- export declare const uniqueSams: SamsClass;
15
+ export declare const sams: SamsClass;
16
16
  export {};
@@ -33,4 +33,4 @@ class SamsClass extends MongoCollectionClass {
33
33
  }
34
34
  }
35
35
  /* * */
36
- export const uniqueSams = AsyncSingletonProxy(SamsClass);
36
+ export const sams = AsyncSingletonProxy(SamsClass);
@@ -1,4 +1,3 @@
1
- export * from './sams.js';
2
1
  export * from './simplified-apex-inspection-decisions.js';
3
2
  export * from './simplified-apex-inspections.js';
4
3
  export * from './simplified-apex-locations.js';
@@ -1,4 +1,3 @@
1
- export * from './sams.js';
2
1
  export * from './simplified-apex-inspection-decisions.js';
3
2
  export * from './simplified-apex-inspections.js';
4
3
  export * from './simplified-apex-locations.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/interfaces",
3
- "version": "20250903.2212.53",
3
+ "version": "20250903.2301.20",
4
4
  "author": "João de Vasconcelos & Jusi Monteiro",
5
5
  "license": "AGPL-3.0-or-later",
6
6
  "homepage": "https://github.com/tmlmobilidade/services#readme",