From fff295f1ee22af0396c22bfda778938d8e7cd539 Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Thu, 18 Sep 2025 18:04:08 +0300 Subject: [PATCH 1/3] 42782 - update Source enum, VisualExtendedFieldItem, RfidSessionData --- common.yml | 4 +++- rt-rfid-binary-data.yml | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common.yml b/common.yml index 3243dff2..74f2b610 100644 --- a/common.yml +++ b/common.yml @@ -25,6 +25,7 @@ components: - "RFID" - "MAGNETIC" - "EXTERNAL" + - "LIVE" x-enum-varnames: - "MRZ" - "VISUAL" @@ -32,6 +33,7 @@ components: - "RFID" - "MAGNETIC" - "EXTERNAL" + - "LIVE" x-enum-descriptions: - "Machine readable zone (MRZ)" - "Visual zone" @@ -39,6 +41,7 @@ components: - "RFID" - "Magnetic" - "External" + - "Live" CheckResult: title: "CheckResult" @@ -328,7 +331,6 @@ components: - StringsCount - StringsResult - Buf_Length - - Buf_Text properties: wFieldType: $ref: "./e-text-field-type.yml#/components/schemas/TextFieldType" diff --git a/rt-rfid-binary-data.yml b/rt-rfid-binary-data.yml index 3ac4a0d1..05943dc3 100644 --- a/rt-rfid-binary-data.yml +++ b/rt-rfid-binary-data.yml @@ -302,7 +302,6 @@ components: - RootFiles - TotalBytesSent - TotalBytesReceived - - Session_key - Session_terminal - Session_procedure - SecurityObjects From b44633ac31e39212dff0363d95573f188fa8e8a6 Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Fri, 19 Sep 2025 12:42:36 +0300 Subject: [PATCH 2/3] 42782 - update Source enum --- common.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.yml b/common.yml index 74f2b610..952722a0 100644 --- a/common.yml +++ b/common.yml @@ -26,6 +26,7 @@ components: - "MAGNETIC" - "EXTERNAL" - "LIVE" + - "FINGERPRINT" x-enum-varnames: - "MRZ" - "VISUAL" @@ -34,6 +35,7 @@ components: - "MAGNETIC" - "EXTERNAL" - "LIVE" + - "FINGERPRINT" x-enum-descriptions: - "Machine readable zone (MRZ)" - "Visual zone" @@ -42,6 +44,7 @@ components: - "Magnetic" - "External" - "Live" + - "Fingerprint" CheckResult: title: "CheckResult" From c558c6ef97acd2ceb80e677f4c7a3587807533c5 Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Fri, 19 Sep 2025 16:09:11 +0300 Subject: [PATCH 3/3] 42782 - update redocly config --- redocly.yml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/redocly.yml b/redocly.yml index 40d9ecd7..7050b653 100644 --- a/redocly.yml +++ b/redocly.yml @@ -1,13 +1,12 @@ -theme: - openapi: - hideDownloadButton: true - maxDisplayedEnumValues: 5 - expandResponses: 'all' - expandSingleSchemaField: true - jsonSampleExpandLevel: 6 - theme: - logo: - gutter: '20px' - colors: - primary: - main: '#8a53cb' +openapi: + hideDownloadButton: true + maxDisplayedEnumValues: 5 + expandResponses: 'all' + expandSingleSchemaField: true + jsonSampleExpandLevel: 6 + theme: + logo: + gutter: '20px' + colors: + primary: + main: '#8a53cb'