Changelog: 1.1.39 - ulfsri/neris-framework GitHub Wiki
Version 1.1.39
Deployment date: 02/13/2025
Added attributes:
- IncidentCreatedResponse.incident_status
- IncidentResponse.incident_status
Removed attributes:
-
These two for RegionResponse were always null, and are contained in the responses from the url attribute ** RegionResponse.crs ** RegionResponse.source
-
These three are statuses that are only able to be set by API internals, not via API requests ** UpdateIncidentStatusPayload.status["SUBMITTED"] ** UpdateIncidentStatusPayload.status["PENDING_APPROVAL"] ** UpdateIncidentStatusPayload.status["FAILED"]
Naming changes:
- _PatchDispatchActionProperties.dispatch_center_id --> _PatchDispatchActionProperties.center_id
- _SetTypeHazardUnitValueAction.valud --> _SetTypeHazardUnitValueAction.value (typo correction)
- TypeEmerghazElecValue["ELECTRIC_VEHICLE||BOAT_RECREATIONAL||Fuel_Cell"] --> TypeEmerghazElecValue["ELECTRIC_VEHICLE||BOAT_RECREATIONAL||FUEL_CELL"] (capitalization correction)
Added validations:
- LocationPayload.state no longer just a string, must be one of StatesTerrs
- CreateFireMarshalPayload.website must be a URI formatted string
- CreateDepartmentPayload.website must be a URI formatted string
- PatchDepartmentPayload.website must be a URI formatted string
- DepartmentPayload.website must be a URI formatted string