Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs: # Docs: <https://git.io/JvxXE>
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup NodeJS
uses: actions/setup-node@v1 # Action page: <https://github.com/actions/setup-node>
with:
node-version: 14

- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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

### Changed

- Field with path `fines.items[].date.accident` also fillable by `fines.registry`

## v3.164.0

### Fixed
Expand Down Expand Up @@ -821,7 +827,7 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher
- Field with path `accidents.insurance.date.update` also fillable by `insurance.dtp.basalt`
- Field with path `accidents.insurance.items[].date.event` also fillable by `insurance.dtp.basalt`
- Field with path `accidents.insurance.items[].insurer.name` also fillable by `insurance.dtp.basalt`
- Field with path `accidents.insurance.items[].policy.series` also fillable by `insurance.dtp.basalt`
- Field with path `accidents.insurance.items[].policy.series` also fillable by `insurance.dtp.basalt`ага
- Field with path `accidents.insurance.items[].policy.number` also fillable by `insurance.dtp.basalt`
- Field with path `accidents.insurance.items[].actuality.date` also fillable by `insurance.dtp.basalt`

Expand Down
3 changes: 2 additions & 1 deletion fields/default/fields_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -4972,7 +4972,8 @@
"fines.base",
"gibdd.fines",
"fines.base.dln",
"fines.base.uin"
"fines.base.uin",
"fines.registry"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion reports/default/json-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4794,7 +4794,8 @@
"fines.base",
"gibdd.fines",
"fines.base.dln",
"fines.base.uin"
"fines.base.uin",
"fines.registry"
]
}
}
Expand Down