@tmlmobilidade/interfaces 20250828.1338.25 → 20250828.1342.43

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.
@@ -32,7 +32,7 @@ class SimplifiedApexLocationsClass extends MongoCollectionClass {
32
32
  return 'simplified_apex_locations';
33
33
  }
34
34
  getEnvName() {
35
- return 'TML_INTERFACE_SIMPLIFIED_APEX_LOCATIONS';
35
+ return 'DATABASE_URI';
36
36
  }
37
37
  }
38
38
  /* * */
@@ -33,7 +33,7 @@ class SimplifiedApexOnBoardRefundsClass extends MongoCollectionClass {
33
33
  return 'simplified_apex_on_board_refunds';
34
34
  }
35
35
  getEnvName() {
36
- return 'TML_INTERFACE_SIMPLIFIED_APEX_ON_BOARD_REFUNDS';
36
+ return 'DATABASE_URI';
37
37
  }
38
38
  }
39
39
  /* * */
@@ -34,7 +34,7 @@ class SimplifiedApexOnBoardSalesClass extends MongoCollectionClass {
34
34
  return 'simplified_apex_on_board_sales';
35
35
  }
36
36
  getEnvName() {
37
- return 'TML_INTERFACE_SIMPLIFIED_APEX_ON_BOARD_SALES';
37
+ return 'DATABASE_URI';
38
38
  }
39
39
  }
40
40
  /* * */
@@ -33,7 +33,7 @@ class SimplifiedApexValidationsClass extends MongoCollectionClass {
33
33
  return 'simplified_apex_validations';
34
34
  }
35
35
  getEnvName() {
36
- return 'TML_INTERFACE_SIMPLIFIED_APEX_VALIDATIONS';
36
+ return 'DATABASE_URI';
37
37
  }
38
38
  }
39
39
  /* * */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/interfaces",
3
- "version": "20250828.1338.25",
3
+ "version": "20250828.1342.43",
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",