From bc43e4c44a187a0cffe886befa9b2de0f9779f94 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 2 Jan 2025 03:16:02 +0100 Subject: [PATCH] fix(BusinessRecord): Add missing field registrationType to BusinessRecord data --- changelog.md | 5 +++++ ts/00_commitinfo_data.ts | 2 +- ts/classes.businessrecord.ts | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index e834c32..50f1fb2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2025-01-02 - 1.2.1 - fix(BusinessRecord) +Add missing field registrationType to BusinessRecord data + +- Introduced the 'registrationType' field to the BusinessRecord data schema with possible values 'HRA' or 'HRB'. + ## 2025-01-02 - 1.2.0 - feat(core) Integrate Handelsregister search for company data retrieval diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index cb8700f..231b365 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@fin.cx/opendata', - version: '1.2.0', + version: '1.2.1', description: 'A TypeScript library for accessing, managing, and updating open business data, focused on German companies and integrating with MongoDB.' } diff --git a/ts/classes.businessrecord.ts b/ts/classes.businessrecord.ts index a20111d..f7e0fb3 100644 --- a/ts/classes.businessrecord.ts +++ b/ts/classes.businessrecord.ts @@ -18,6 +18,7 @@ export class BusinessRecord extends plugins.smartdata.SmartDataDbDoc