diff --git a/README.md b/README.md index 5c9248f..72af95b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![npm](https://img.shields.io/npm/v/aspose-barcode-cloud-node)](https://www.npmjs.com/package/aspose-barcode-cloud-node) + API version: 4.0 -+ Package version: 25.4.0 ++ Package version: 25.5.0 ## SDK and API Version Compatibility: diff --git a/docs/index.md b/docs/index.md index 60389bf..db98fe9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,16 +16,16 @@ Name | Type | Description | Notes ---- | ---- | ------------ | ----- **barcodeType** | [**EncodeBarcodeType**](models.md#)| Type of barcode to generate. | **data** | **string**| String represents data to encode | - **dataType** | [**EncodeDataType**](models.md#)| Type of data to encode. Default value: StringData. | [optional] - **imageFormat** | [**BarcodeImageFormat**](models.md#)| Barcode output image format. Default value: png | [optional] - **textLocation** | [**CodeLocation**](models.md#)| Specify the displaying Text Location, set to CodeLocation.None to hide CodeText. Default value: Depends on BarcodeType. CodeLocation.Below for 1D Barcodes. CodeLocation.None for 2D Barcodes. | [optional] - **foregroundColor** | **string**| Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. | [optional] [default to ''Black''] - **backgroundColor** | **string**| Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. | [optional] [default to ''White''] + **dataType** | [**EncodeDataType**](models.md#)| Type of data to encode. Default value: StringData. | [optional] + **imageFormat** | [**BarcodeImageFormat**](models.md#)| Barcode output image format. Default value: png | [optional] + **textLocation** | [**CodeLocation**](models.md#)| Specify the displaying Text Location, set to CodeLocation.None to hide CodeText. Default value: Depends on BarcodeType. CodeLocation.Below for 1D Barcodes. CodeLocation.None for 2D Barcodes. | [optional] + **foregroundColor** | **string**| Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. | [optional] [default to ''Black''] + **backgroundColor** | **string**| Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. | [optional] [default to ''White''] **units** | [**GraphicsUnit**](models.md#)| Common Units for all measuring in query. Default units: pixel. | [optional] - **resolution** | **number**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional] - **imageHeight** | **number**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional] - **imageWidth** | **number**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional] - **rotationAngle** | **number**| BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. | [optional] + **resolution** | **number**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional] + **imageHeight** | **number**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional] + **imageWidth** | **number**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional] + **rotationAngle** | **number**| BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. | [optional] #### GenerateApi.generate return type @@ -70,13 +70,13 @@ Name | Type | Description | Notes **dataType** | [**EncodeDataType**](models.md#EncodeDataType)| | [optional] **imageFormat** | [**BarcodeImageFormat**](models.md#BarcodeImageFormat)| | [optional] **textLocation** | [**CodeLocation**](models.md#CodeLocation)| | [optional] - **foregroundColor** | **string**| Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. | [optional] [default to ''Black''] - **backgroundColor** | **string**| Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. | [optional] [default to ''White''] + **foregroundColor** | **string**| Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. | [optional] [default to ''Black''] + **backgroundColor** | **string**| Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. | [optional] [default to ''White''] **units** | [**GraphicsUnit**](models.md#GraphicsUnit)| | [optional] - **resolution** | **number**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional] - **imageHeight** | **number**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional] - **imageWidth** | **number**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional] - **rotationAngle** | **number**| BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. | [optional] + **resolution** | **number**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional] + **imageHeight** | **number**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional] + **imageWidth** | **number**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional] + **rotationAngle** | **number**| BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. | [optional] #### GenerateApi.generateMultipart return type diff --git a/docs/models.md b/docs/models.md index 4da8532..836b287 100644 --- a/docs/models.md +++ b/docs/models.md @@ -69,33 +69,33 @@ interface BarcodeImageParams { textLocation?: CodeLocation; /** - * Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. + * Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. */ foregroundColor?: string; /** - * Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. + * Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. */ backgroundColor?: string; units?: GraphicsUnit; /** - * Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. + * Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. */ resolution?: number; /** - * Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. + * Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. */ imageHeight?: number; /** - * Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. + * Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. */ imageWidth?: number; /** - * BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. + * BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. */ rotationAngle?: number; } diff --git a/package-lock.json b/package-lock.json index 2552a99..a64fa54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aspose-barcode-cloud-node", - "version": "25.4.0", + "version": "25.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "aspose-barcode-cloud-node", - "version": "25.4.0", + "version": "25.5.0", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.14", diff --git a/package.json b/package.json index 4197559..64654c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aspose-barcode-cloud-node", - "version": "25.4.0", + "version": "25.5.0", "description": "Aspose.BarCode Cloud SDK for Node.js", "homepage": "https://products.aspose.cloud/barcode/nodejs", "repository": { diff --git a/src/api.ts b/src/api.ts index c55d8c5..29319bd 100644 --- a/src/api.ts +++ b/src/api.ts @@ -203,7 +203,7 @@ let typeMap: { [index: string]: any } = { export class GenerateApi { protected defaultHeaders: any = { 'x-aspose-client': 'nodejs sdk', - 'x-aspose-client-version': '25.4.0', + 'x-aspose-client-version': '25.5.0', }; protected _configuration: Configuration; private _client: HttpClient; @@ -423,7 +423,7 @@ export class GenerateApi { export class RecognizeApi { protected defaultHeaders: any = { 'x-aspose-client': 'nodejs sdk', - 'x-aspose-client-version': '25.4.0', + 'x-aspose-client-version': '25.5.0', }; protected _configuration: Configuration; private _client: HttpClient; @@ -598,7 +598,7 @@ export class RecognizeApi { export class ScanApi { protected defaultHeaders: any = { 'x-aspose-client': 'nodejs sdk', - 'x-aspose-client-version': '25.4.0', + 'x-aspose-client-version': '25.5.0', }; protected _configuration: Configuration; private _client: HttpClient; diff --git a/src/models.ts b/src/models.ts index e7ea037..82dd69e 100644 --- a/src/models.ts +++ b/src/models.ts @@ -99,28 +99,28 @@ export class BarcodeImageParams { 'imageFormat'?: BarcodeImageFormat; 'textLocation'?: CodeLocation; /** - * Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. + * Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. */ 'foregroundColor'?: string; /** - * Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. + * Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. */ 'backgroundColor'?: string; 'units'?: GraphicsUnit; /** - * Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. + * Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. */ 'resolution'?: number; /** - * Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. + * Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. */ 'imageHeight'?: number; /** - * Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. + * Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. */ 'imageWidth'?: number; /** - * BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. + * BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. */ 'rotationAngle'?: number; @@ -738,11 +738,11 @@ export class GenerateMultipartRequestWrapper { */ 'textLocation'?: CodeLocation; /** - * Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. + * Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. */ 'foregroundColor'?: string = "'Black'"; /** - * Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. + * Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. */ 'backgroundColor'?: string = "'White'"; /** @@ -750,19 +750,19 @@ export class GenerateMultipartRequestWrapper { */ 'units'?: GraphicsUnit; /** - * Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. + * Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. */ 'resolution'?: number; /** - * Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. + * Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. */ 'imageHeight'?: number; /** - * Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. + * Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. */ 'imageWidth'?: number; /** - * BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. + * BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. */ 'rotationAngle'?: number;