Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].

## Unreleased

### Added

- Source `wanted.restrict.basalt`
- Field with path `stealings.is_wanted` also fillable by `wanted.restrict.basalt`
- Field with path `stealings.date.update` also fillable by `wanted.restrict.basalt`
- Field with path `restrictions.registration_actions.date.update` also fillable by `wanted.restrict.basalt`
- Field with path `restrictions.registration_actions.has_restrictions` also fillable by `wanted.restrict.basalt`

## v5.27.0

### Removed
Expand Down
12 changes: 8 additions & 4 deletions fields/default/fields_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -4121,7 +4121,8 @@
"gibdd.wanted",
"gibdd.wanted.registry",
"base.basalt",
"base.granit"
"base.granit",
"wanted.restrict.basalt"
]
},
{
Expand All @@ -4134,7 +4135,8 @@
"gibdd.wanted",
"gibdd.wanted.registry",
"base.basalt",
"base.granit"
"base.granit",
"wanted.restrict.basalt"
]
},
{
Expand Down Expand Up @@ -4192,7 +4194,8 @@
"fillable_by": [
"gibdd.restrict",
"base.basalt",
"base.granit"
"base.granit",
"wanted.restrict.basalt"
]
},
{
Expand Down Expand Up @@ -4351,7 +4354,8 @@
"fillable_by": [
"gibdd.restrict",
"base.basalt",
"base.granit"
"base.granit",
"wanted.restrict.basalt"
]
},
{
Expand Down
12 changes: 8 additions & 4 deletions reports/default/json-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12052,7 +12052,8 @@
"fillable_by": [
"gibdd.restrict",
"base.basalt",
"base.granit"
"base.granit",
"wanted.restrict.basalt"
]
}
}
Expand Down Expand Up @@ -12329,7 +12330,8 @@
"fillable_by": [
"gibdd.restrict",
"base.basalt",
"base.granit"
"base.granit",
"wanted.restrict.basalt"
]
}
}
Expand Down Expand Up @@ -12777,7 +12779,8 @@
"gibdd.wanted",
"gibdd.wanted.registry",
"base.basalt",
"base.granit"
"base.granit",
"wanted.restrict.basalt"
]
},
"date": {
Expand All @@ -12800,7 +12803,8 @@
"gibdd.wanted",
"gibdd.wanted.registry",
"base.basalt",
"base.granit"
"base.granit",
"wanted.restrict.basalt"
]
}
}
Expand Down
5 changes: 5 additions & 0 deletions sources/default/sources_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,11 @@
"description": "Базовая информация о ТС и данные регистрационных действий",
"enabled": true
},
{
"name": "wanted.restrict.basalt",
"description": "Данные о нахождении ТС в розыске и ограничениях на регистрационные действия",
"enabled": true
},
{
"name": "insurance.history.base",
"description": "История страхования",
Expand Down
Loading