From 3857a45b99ee2cd677adb7dbd94bd5c5c0f544ac Mon Sep 17 00:00:00 2001 From: yurichechulin Date: Mon, 3 Mar 2025 18:20:48 +0500 Subject: [PATCH 1/2] Changed `fines.items[].date.accident` filling sources list --- CHANGELOG.md | 6 ++++++ fields/default/fields_list.json | 3 ++- reports/default/json-schema.json | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5059ad..23503b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/fields/default/fields_list.json b/fields/default/fields_list.json index c1d4804..230eb90 100644 --- a/fields/default/fields_list.json +++ b/fields/default/fields_list.json @@ -4972,7 +4972,8 @@ "fines.base", "gibdd.fines", "fines.base.dln", - "fines.base.uin" + "fines.base.uin", + "fines.registry" ] }, { diff --git a/reports/default/json-schema.json b/reports/default/json-schema.json index e76b662..22c55c8 100644 --- a/reports/default/json-schema.json +++ b/reports/default/json-schema.json @@ -4794,7 +4794,8 @@ "fines.base", "gibdd.fines", "fines.base.dln", - "fines.base.uin" + "fines.base.uin", + "fines.registry" ] } } From 183e1fda9d95348487a041948cf3e8156f85ecc7 Mon Sep 17 00:00:00 2001 From: yurichechulin Date: Tue, 11 Mar 2025 12:17:15 +0500 Subject: [PATCH 2/2] change ci package versions --- .github/workflows/tests.yml | 4 ++-- CHANGELOG.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0fcccd7..228d9ea 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,14 +16,14 @@ jobs: # Docs: 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: with: node-version: 14 - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: '**/node_modules' key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 23503b3..1c16af1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -827,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`