From 4e31253e4a19e16140a4ed9bc298cea1176de0dc Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 10 Sep 2025 10:39:15 +0000 Subject: [PATCH] Commit: 87e31c72 --- src/.openapi-generator/FILES | 1 - src/models/index.ts | 1 - src/models/rfid-application-type.ts | 10 +++------- src/models/rfid-dg1.ts | 7 ++----- 4 files changed, 5 insertions(+), 14 deletions(-) diff --git a/src/.openapi-generator/FILES b/src/.openapi-generator/FILES index b4b02d1..20f6b5b 100755 --- a/src/.openapi-generator/FILES +++ b/src/.openapi-generator/FILES @@ -168,7 +168,6 @@ models/rfid-certificate-origin.ts models/rfid-certificate-type.ts models/rfid-data-file-type.ts models/rfid-data-file.ts -models/rfid-data-group-type-tag.ts models/rfid-dg1.ts models/rfid-distinguished-name.ts models/rfid-location.ts diff --git a/src/models/index.ts b/src/models/index.ts index 7de58f3..06ff384 100644 --- a/src/models/index.ts +++ b/src/models/index.ts @@ -170,7 +170,6 @@ export * from './rfid-certificate-type'; export * from './rfid-dg1'; export * from './rfid-data-file'; export * from './rfid-data-file-type'; -export * from './rfid-data-group-type-tag'; export * from './rfid-distinguished-name'; export * from './rfid-location'; export * from './rfid-origin'; diff --git a/src/models/rfid-application-type.ts b/src/models/rfid-application-type.ts index da351e8..484acd7 100644 --- a/src/models/rfid-application-type.ts +++ b/src/models/rfid-application-type.ts @@ -15,9 +15,9 @@ export enum RfidApplicationType { /** - * Not defined + * Root files */ - UNSPECIFIED = 0, + ROOT_FILES = 0, /** * ePassport application */ @@ -49,11 +49,7 @@ export enum RfidApplicationType { /** * Digital Travel Credentials */ - eDTC_PC = 8, - /** - * Master File - */ - ROOT_FILES = 0 + eDTC_PC = 8 } diff --git a/src/models/rfid-dg1.ts b/src/models/rfid-dg1.ts index bc41e88..0b2848d 100644 --- a/src/models/rfid-dg1.ts +++ b/src/models/rfid-dg1.ts @@ -9,9 +9,6 @@ // May contain unused imports in some cases // @ts-ignore import type { DocumentFormat } from './document-format'; -// May contain unused imports in some cases -// @ts-ignore -import type { RfidDataGroupTypeTag } from './rfid-data-group-type-tag'; /** * Structure used to store the contents of EF.DG1 informational data group of ePassport application – document MRZ data @@ -21,10 +18,10 @@ import type { RfidDataGroupTypeTag } from './rfid-data-group-type-tag'; export interface RfidDG1 { /** * - * @type {RfidDataGroupTypeTag} + * @type {number} * @memberof RfidDG1 */ - 'Type': RfidDataGroupTypeTag; + 'Type': number; /** * * @type {DocumentFormat}