From 791f68163abe89e5a6aa2dfe0de008be31a92eb7 Mon Sep 17 00:00:00 2001 From: jillingk <93914435+jillingk@users.noreply.github.com> Date: Fri, 18 Nov 2022 14:50:54 +0100 Subject: [PATCH] Changed name of Value to BarcodeValue corresponding to docs(and API) (#1051) --- src/typings/terminal/outputBarcode.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/typings/terminal/outputBarcode.ts b/src/typings/terminal/outputBarcode.ts index 382d944..7151df1 100644 --- a/src/typings/terminal/outputBarcode.ts +++ b/src/typings/terminal/outputBarcode.ts @@ -33,7 +33,7 @@ export class OutputBarcode { 'BarcodeType'?: OutputBarcode.BarcodeTypeEnum; - 'Value'?: string; + 'BarcodeValue'?: string; static discriminator: string | undefined = undefined; @@ -44,8 +44,8 @@ export class OutputBarcode { "type": "OutputBarcode.BarcodeTypeEnum" }, { - "name": "Value", - "baseName": "Value", + "name": "BarcodeValue", + "baseName": "BarcodeValue", "type": "string" } ];