@golemio/ndic 1.0.12-dev.660862462 → 1.0.12-dev.662934348

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.
@@ -139,7 +139,7 @@ export declare enum OutputApiSituationRecordType {
139
139
  ConstructionWorks = "CONSTRUCTION_WORKS",
140
140
  GeneralObstruction = "GENERAL_OBSTRUCTION",
141
141
  MaintenanceWorks = "MAINTENANCE_WORKS",
142
- RoadOrCarriagewayOrLaneManagement = "ROAD_OR_CARRIAGEWAY_OR_LANE_MANAGEMENT"
142
+ RoadOrCarriagewayOrLaneManagement = "ROAD_OR_CARRIAGE_WAY_OR_LANE_MANAGEMENT"
143
143
  }
144
144
  export interface IOutputApiSituation {
145
145
  id: string;
@@ -6,6 +6,6 @@ var OutputApiSituationRecordType;
6
6
  OutputApiSituationRecordType["ConstructionWorks"] = "CONSTRUCTION_WORKS";
7
7
  OutputApiSituationRecordType["GeneralObstruction"] = "GENERAL_OBSTRUCTION";
8
8
  OutputApiSituationRecordType["MaintenanceWorks"] = "MAINTENANCE_WORKS";
9
- OutputApiSituationRecordType["RoadOrCarriagewayOrLaneManagement"] = "ROAD_OR_CARRIAGEWAY_OR_LANE_MANAGEMENT";
9
+ OutputApiSituationRecordType["RoadOrCarriagewayOrLaneManagement"] = "ROAD_OR_CARRIAGE_WAY_OR_LANE_MANAGEMENT";
10
10
  })(OutputApiSituationRecordType = exports.OutputApiSituationRecordType || (exports.OutputApiSituationRecordType = {}));
11
11
  //# sourceMappingURL=TrafficRestrictionsInterface.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TrafficRestrictionsInterface.js","sourceRoot":"","sources":["../../../src/integration-engine/transformations/TrafficRestrictionsInterface.ts"],"names":[],"mappings":";;;AAqJA,IAAY,4BAKX;AALD,WAAY,4BAA4B;IACpC,wEAAwC,CAAA;IACxC,0EAA0C,CAAA;IAC1C,sEAAsC,CAAA;IACtC,4GAA4E,CAAA;AAChF,CAAC,EALW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAKvC"}
1
+ {"version":3,"file":"TrafficRestrictionsInterface.js","sourceRoot":"","sources":["../../../src/integration-engine/transformations/TrafficRestrictionsInterface.ts"],"names":[],"mappings":";;;AAqJA,IAAY,4BAKX;AALD,WAAY,4BAA4B;IACpC,wEAAwC,CAAA;IACxC,0EAA0C,CAAA;IAC1C,sEAAsC,CAAA;IACtC,6GAA6E,CAAA;AACjF,CAAC,EALW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAKvC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/ndic",
3
- "version": "1.0.12-dev.660862462",
3
+ "version": "1.0.12-dev.662934348",
4
4
  "description": "Golemio NDIC Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",