Skip to content

Commit b8cb6d4

Browse files
authored
Version updated. (#105)
1 parent 94cc9ae commit b8cb6d4

File tree

7 files changed

+40
-40
lines changed

7 files changed

+40
-40
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![npm](https://img.shields.io/npm/v/aspose-barcode-cloud-node)](https://www.npmjs.com/package/aspose-barcode-cloud-node)
66

77
+ API version: 4.0
8-
+ Package version: 25.4.0
8+
+ Package version: 25.5.0
99

1010
## SDK and API Version Compatibility:
1111

docs/index.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ Name | Type | Description | Notes
1616
---- | ---- | ------------ | -----
1717
**barcodeType** | [**EncodeBarcodeType**](models.md#)| Type of barcode to generate. |
1818
**data** | **string**| String represents data to encode |
19-
**dataType** | [**EncodeDataType**](models.md#)| Type of data to encode. Default value: StringData. | [optional]
20-
**imageFormat** | [**BarcodeImageFormat**](models.md#)| Barcode output image format. Default value: png | [optional]
21-
**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]
22-
**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'']
23-
**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'']
19+
**dataType** | [**EncodeDataType**](models.md#)| Type of data to encode. Default value: StringData. | [optional]
20+
**imageFormat** | [**BarcodeImageFormat**](models.md#)| Barcode output image format. Default value: png | [optional]
21+
**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]
22+
**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'']
23+
**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'']
2424
**units** | [**GraphicsUnit**](models.md#)| Common Units for all measuring in query. Default units: pixel. | [optional]
25-
**resolution** | **number**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
26-
**imageHeight** | **number**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
27-
**imageWidth** | **number**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
28-
**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]
25+
**resolution** | **number**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
26+
**imageHeight** | **number**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
27+
**imageWidth** | **number**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
28+
**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]
2929

3030
#### GenerateApi.generate return type
3131

@@ -70,13 +70,13 @@ Name | Type | Description | Notes
7070
**dataType** | [**EncodeDataType**](models.md#EncodeDataType)| | [optional]
7171
**imageFormat** | [**BarcodeImageFormat**](models.md#BarcodeImageFormat)| | [optional]
7272
**textLocation** | [**CodeLocation**](models.md#CodeLocation)| | [optional]
73-
**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'']
74-
**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'']
73+
**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'']
74+
**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'']
7575
**units** | [**GraphicsUnit**](models.md#GraphicsUnit)| | [optional]
76-
**resolution** | **number**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
77-
**imageHeight** | **number**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
78-
**imageWidth** | **number**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
79-
**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]
76+
**resolution** | **number**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
77+
**imageHeight** | **number**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
78+
**imageWidth** | **number**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
79+
**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]
8080

8181
#### GenerateApi.generateMultipart return type
8282

docs/models.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,33 +69,33 @@ interface BarcodeImageParams {
6969
textLocation?: CodeLocation;
7070

7171
/**
72-
* 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.
72+
* 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.
7373
*/
7474
foregroundColor?: string;
7575

7676
/**
77-
* 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.
77+
* 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.
7878
*/
7979
backgroundColor?: string;
8080
units?: GraphicsUnit;
8181

8282
/**
83-
* Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot.
83+
* Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot.
8484
*/
8585
resolution?: number;
8686

8787
/**
88-
* Height of the barcode image in given units. Default units: pixel. Decimal separator is dot.
88+
* Height of the barcode image in given units. Default units: pixel. Decimal separator is dot.
8989
*/
9090
imageHeight?: number;
9191

9292
/**
93-
* Width of the barcode image in given units. Default units: pixel. Decimal separator is dot.
93+
* Width of the barcode image in given units. Default units: pixel. Decimal separator is dot.
9494
*/
9595
imageWidth?: number;
9696

9797
/**
98-
* 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.
98+
* 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.
9999
*/
100100
rotationAngle?: number;
101101
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aspose-barcode-cloud-node",
3-
"version": "25.4.0",
3+
"version": "25.5.0",
44
"description": "Aspose.BarCode Cloud SDK for Node.js",
55
"homepage": "https://products.aspose.cloud/barcode/nodejs",
66
"repository": {

src/api.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ let typeMap: { [index: string]: any } = {
203203
export class GenerateApi {
204204
protected defaultHeaders: any = {
205205
'x-aspose-client': 'nodejs sdk',
206-
'x-aspose-client-version': '25.4.0',
206+
'x-aspose-client-version': '25.5.0',
207207
};
208208
protected _configuration: Configuration;
209209
private _client: HttpClient;
@@ -423,7 +423,7 @@ export class GenerateApi {
423423
export class RecognizeApi {
424424
protected defaultHeaders: any = {
425425
'x-aspose-client': 'nodejs sdk',
426-
'x-aspose-client-version': '25.4.0',
426+
'x-aspose-client-version': '25.5.0',
427427
};
428428
protected _configuration: Configuration;
429429
private _client: HttpClient;
@@ -598,7 +598,7 @@ export class RecognizeApi {
598598
export class ScanApi {
599599
protected defaultHeaders: any = {
600600
'x-aspose-client': 'nodejs sdk',
601-
'x-aspose-client-version': '25.4.0',
601+
'x-aspose-client-version': '25.5.0',
602602
};
603603
protected _configuration: Configuration;
604604
private _client: HttpClient;

src/models.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -99,28 +99,28 @@ export class BarcodeImageParams {
9999
'imageFormat'?: BarcodeImageFormat;
100100
'textLocation'?: CodeLocation;
101101
/**
102-
* 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.
102+
* 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.
103103
*/
104104
'foregroundColor'?: string;
105105
/**
106-
* 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.
106+
* 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.
107107
*/
108108
'backgroundColor'?: string;
109109
'units'?: GraphicsUnit;
110110
/**
111-
* Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot.
111+
* Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot.
112112
*/
113113
'resolution'?: number;
114114
/**
115-
* Height of the barcode image in given units. Default units: pixel. Decimal separator is dot.
115+
* Height of the barcode image in given units. Default units: pixel. Decimal separator is dot.
116116
*/
117117
'imageHeight'?: number;
118118
/**
119-
* Width of the barcode image in given units. Default units: pixel. Decimal separator is dot.
119+
* Width of the barcode image in given units. Default units: pixel. Decimal separator is dot.
120120
*/
121121
'imageWidth'?: number;
122122
/**
123-
* 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.
123+
* 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.
124124
*/
125125
'rotationAngle'?: number;
126126

@@ -738,31 +738,31 @@ export class GenerateMultipartRequestWrapper {
738738
*/
739739
'textLocation'?: CodeLocation;
740740
/**
741-
* 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.
741+
* 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.
742742
*/
743743
'foregroundColor'?: string = "'Black'";
744744
/**
745-
* 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.
745+
* 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.
746746
*/
747747
'backgroundColor'?: string = "'White'";
748748
/**
749749
*
750750
*/
751751
'units'?: GraphicsUnit;
752752
/**
753-
* Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot.
753+
* Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot.
754754
*/
755755
'resolution'?: number;
756756
/**
757-
* Height of the barcode image in given units. Default units: pixel. Decimal separator is dot.
757+
* Height of the barcode image in given units. Default units: pixel. Decimal separator is dot.
758758
*/
759759
'imageHeight'?: number;
760760
/**
761-
* Width of the barcode image in given units. Default units: pixel. Decimal separator is dot.
761+
* Width of the barcode image in given units. Default units: pixel. Decimal separator is dot.
762762
*/
763763
'imageWidth'?: number;
764764
/**
765-
* 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.
765+
* 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.
766766
*/
767767
'rotationAngle'?: number;
768768

0 commit comments

Comments
 (0)