aspose-barcode-cloud-node 21.7.0 → 22.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +4 -4
- package/dist/aspose-barcode-cloud-node.cjs.development.js +33 -31
- package/dist/aspose-barcode-cloud-node.cjs.development.js.map +1 -1
- package/dist/aspose-barcode-cloud-node.cjs.production.min.js +1 -1
- package/dist/aspose-barcode-cloud-node.cjs.production.min.js.map +1 -1
- package/dist/aspose-barcode-cloud-node.esm.js +33 -30
- package/dist/aspose-barcode-cloud-node.esm.js.map +1 -1
- package/dist/models.d.ts +39 -9
- package/package.json +48 -48
package/dist/models.d.ts
CHANGED
|
@@ -536,7 +536,8 @@ export declare enum DecodeBarcodeType {
|
|
|
536
536
|
DataLogic2of5 = "DataLogic2of5",
|
|
537
537
|
DotCode = "DotCode",
|
|
538
538
|
DutchKIX = "DutchKIX",
|
|
539
|
-
CodablockF = "CodablockF"
|
|
539
|
+
CodablockF = "CodablockF",
|
|
540
|
+
Mailmark = "Mailmark"
|
|
540
541
|
}
|
|
541
542
|
/**
|
|
542
543
|
* Class for disc space information.
|
|
@@ -693,7 +694,8 @@ export declare enum EncodeBarcodeType {
|
|
|
693
694
|
UpcaGs1Code128Coupon = "UpcaGs1Code128Coupon",
|
|
694
695
|
UpcaGs1DatabarCoupon = "UpcaGs1DatabarCoupon",
|
|
695
696
|
CodablockF = "CodablockF",
|
|
696
|
-
GS1CodablockF = "GS1CodablockF"
|
|
697
|
+
GS1CodablockF = "GS1CodablockF",
|
|
698
|
+
Mailmark = "Mailmark"
|
|
697
699
|
}
|
|
698
700
|
/**
|
|
699
701
|
* The error details
|
|
@@ -1644,6 +1646,10 @@ export declare class ReaderParams {
|
|
|
1644
1646
|
* Allows engine to recognize 1D barcodes with checksum by checking more recognition variants. Default value: False.
|
|
1645
1647
|
*/
|
|
1646
1648
|
'checkMore1DVariants'?: boolean;
|
|
1649
|
+
/**
|
|
1650
|
+
* Allows engine for 1D barcodes to quickly recognize middle slice of an image and return result without using any time-consuming algorithms. Default value: False.
|
|
1651
|
+
*/
|
|
1652
|
+
'fastScanOnly'?: boolean;
|
|
1647
1653
|
/**
|
|
1648
1654
|
* Sets threshold for detected regions that may contain barcodes. Value 0.7 means that bottom 70% of possible regions are filtered out and not processed further. Region likelihood threshold must be between [0.05, 0.9] Use high values for clear images with few barcodes. Use low values for images with many barcodes or for noisy images. Low value may lead to a bigger recognition time.
|
|
1649
1655
|
*/
|
|
@@ -1668,6 +1674,10 @@ export declare class ReaderParams {
|
|
|
1668
1674
|
* Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other.
|
|
1669
1675
|
*/
|
|
1670
1676
|
'australianPostEncodingTable'?: CustomerInformationInterpretingType;
|
|
1677
|
+
/**
|
|
1678
|
+
* The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce \"333\" of filling paterns is decoded as letter \"z\".
|
|
1679
|
+
*/
|
|
1680
|
+
'ignoreEndingFillingPatternsForCTable'?: boolean;
|
|
1671
1681
|
static attributeTypeMap: Array<{
|
|
1672
1682
|
name: string;
|
|
1673
1683
|
baseName: string;
|
|
@@ -1865,7 +1875,7 @@ export declare class GetBarcodeGenerateRequest {
|
|
|
1865
1875
|
/**
|
|
1866
1876
|
* Type of barcode to generate.
|
|
1867
1877
|
*/
|
|
1868
|
-
'type': 'Codabar' | 'Code11' | 'Code39Standard' | 'Code39Extended' | 'Code93Standard' | 'Code93Extended' | 'Code128' | 'GS1Code128' | 'EAN8' | 'EAN13' | 'EAN14' | 'SCC14' | 'SSCC18' | 'UPCA' | 'UPCE' | 'ISBN' | 'ISSN' | 'ISMN' | 'Standard2of5' | 'Interleaved2of5' | 'Matrix2of5' | 'ItalianPost25' | 'IATA2of5' | 'ITF14' | 'ITF6' | 'MSI' | 'VIN' | 'DeutschePostIdentcode' | 'DeutschePostLeitcode' | 'OPC' | 'PZN' | 'Code16K' | 'Pharmacode' | 'DataMatrix' | 'QR' | 'Aztec' | 'Pdf417' | 'MacroPdf417' | 'AustraliaPost' | 'Postnet' | 'Planet' | 'OneCode' | 'RM4SCC' | 'DatabarOmniDirectional' | 'DatabarTruncated' | 'DatabarLimited' | 'DatabarExpanded' | 'SingaporePost' | 'GS1DataMatrix' | 'AustralianPosteParcel' | 'SwissPostParcel' | 'PatchCode' | 'DatabarExpandedStacked' | 'DatabarStacked' | 'DatabarStackedOmniDirectional' | 'MicroPdf417' | 'GS1QR' | 'MaxiCode' | 'Code32' | 'DataLogic2of5' | 'DotCode' | 'DutchKIX' | 'UpcaGs1Code128Coupon' | 'UpcaGs1DatabarCoupon' | 'CodablockF' | 'GS1CodablockF';
|
|
1878
|
+
'type': 'Codabar' | 'Code11' | 'Code39Standard' | 'Code39Extended' | 'Code93Standard' | 'Code93Extended' | 'Code128' | 'GS1Code128' | 'EAN8' | 'EAN13' | 'EAN14' | 'SCC14' | 'SSCC18' | 'UPCA' | 'UPCE' | 'ISBN' | 'ISSN' | 'ISMN' | 'Standard2of5' | 'Interleaved2of5' | 'Matrix2of5' | 'ItalianPost25' | 'IATA2of5' | 'ITF14' | 'ITF6' | 'MSI' | 'VIN' | 'DeutschePostIdentcode' | 'DeutschePostLeitcode' | 'OPC' | 'PZN' | 'Code16K' | 'Pharmacode' | 'DataMatrix' | 'QR' | 'Aztec' | 'Pdf417' | 'MacroPdf417' | 'AustraliaPost' | 'Postnet' | 'Planet' | 'OneCode' | 'RM4SCC' | 'DatabarOmniDirectional' | 'DatabarTruncated' | 'DatabarLimited' | 'DatabarExpanded' | 'SingaporePost' | 'GS1DataMatrix' | 'AustralianPosteParcel' | 'SwissPostParcel' | 'PatchCode' | 'DatabarExpandedStacked' | 'DatabarStacked' | 'DatabarStackedOmniDirectional' | 'MicroPdf417' | 'GS1QR' | 'MaxiCode' | 'Code32' | 'DataLogic2of5' | 'DotCode' | 'DutchKIX' | 'UpcaGs1Code128Coupon' | 'UpcaGs1DatabarCoupon' | 'CodablockF' | 'GS1CodablockF' | 'Mailmark';
|
|
1869
1879
|
/**
|
|
1870
1880
|
* Text to encode.
|
|
1871
1881
|
*/
|
|
@@ -2042,7 +2052,7 @@ Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISM
|
|
|
2042
2052
|
|
|
2043
2053
|
* @param text Text to encode.
|
|
2044
2054
|
*/
|
|
2045
|
-
constructor(type: 'Codabar' | 'Code11' | 'Code39Standard' | 'Code39Extended' | 'Code93Standard' | 'Code93Extended' | 'Code128' | 'GS1Code128' | 'EAN8' | 'EAN13' | 'EAN14' | 'SCC14' | 'SSCC18' | 'UPCA' | 'UPCE' | 'ISBN' | 'ISSN' | 'ISMN' | 'Standard2of5' | 'Interleaved2of5' | 'Matrix2of5' | 'ItalianPost25' | 'IATA2of5' | 'ITF14' | 'ITF6' | 'MSI' | 'VIN' | 'DeutschePostIdentcode' | 'DeutschePostLeitcode' | 'OPC' | 'PZN' | 'Code16K' | 'Pharmacode' | 'DataMatrix' | 'QR' | 'Aztec' | 'Pdf417' | 'MacroPdf417' | 'AustraliaPost' | 'Postnet' | 'Planet' | 'OneCode' | 'RM4SCC' | 'DatabarOmniDirectional' | 'DatabarTruncated' | 'DatabarLimited' | 'DatabarExpanded' | 'SingaporePost' | 'GS1DataMatrix' | 'AustralianPosteParcel' | 'SwissPostParcel' | 'PatchCode' | 'DatabarExpandedStacked' | 'DatabarStacked' | 'DatabarStackedOmniDirectional' | 'MicroPdf417' | 'GS1QR' | 'MaxiCode' | 'Code32' | 'DataLogic2of5' | 'DotCode' | 'DutchKIX' | 'UpcaGs1Code128Coupon' | 'UpcaGs1DatabarCoupon' | 'CodablockF' | 'GS1CodablockF', text: string);
|
|
2055
|
+
constructor(type: 'Codabar' | 'Code11' | 'Code39Standard' | 'Code39Extended' | 'Code93Standard' | 'Code93Extended' | 'Code128' | 'GS1Code128' | 'EAN8' | 'EAN13' | 'EAN14' | 'SCC14' | 'SSCC18' | 'UPCA' | 'UPCE' | 'ISBN' | 'ISSN' | 'ISMN' | 'Standard2of5' | 'Interleaved2of5' | 'Matrix2of5' | 'ItalianPost25' | 'IATA2of5' | 'ITF14' | 'ITF6' | 'MSI' | 'VIN' | 'DeutschePostIdentcode' | 'DeutschePostLeitcode' | 'OPC' | 'PZN' | 'Code16K' | 'Pharmacode' | 'DataMatrix' | 'QR' | 'Aztec' | 'Pdf417' | 'MacroPdf417' | 'AustraliaPost' | 'Postnet' | 'Planet' | 'OneCode' | 'RM4SCC' | 'DatabarOmniDirectional' | 'DatabarTruncated' | 'DatabarLimited' | 'DatabarExpanded' | 'SingaporePost' | 'GS1DataMatrix' | 'AustralianPosteParcel' | 'SwissPostParcel' | 'PatchCode' | 'DatabarExpandedStacked' | 'DatabarStacked' | 'DatabarStackedOmniDirectional' | 'MicroPdf417' | 'GS1QR' | 'MaxiCode' | 'Code32' | 'DataLogic2of5' | 'DotCode' | 'DutchKIX' | 'UpcaGs1Code128Coupon' | 'UpcaGs1DatabarCoupon' | 'CodablockF' | 'GS1CodablockF' | 'Mailmark', text: string);
|
|
2046
2056
|
}
|
|
2047
2057
|
/**
|
|
2048
2058
|
* Recognize barcode from a file on server.
|
|
@@ -2055,7 +2065,7 @@ export declare class GetBarcodeRecognizeRequest {
|
|
|
2055
2065
|
/**
|
|
2056
2066
|
* The type of barcode to read.
|
|
2057
2067
|
*/
|
|
2058
|
-
'type'?: 'all' | 'AustraliaPost' | 'Aztec' | 'ISBN' | 'Codabar' | 'Code11' | 'Code128' | 'GS1Code128' | 'Code39Extended' | 'Code39Standard' | 'Code93Extended' | 'Code93Standard' | 'DataMatrix' | 'DeutschePostIdentcode' | 'DeutschePostLeitcode' | 'EAN13' | 'EAN14' | 'EAN8' | 'IATA2of5' | 'Interleaved2of5' | 'ISSN' | 'ISMN' | 'ItalianPost25' | 'ITF14' | 'ITF6' | 'MacroPdf417' | 'Matrix2of5' | 'MSI' | 'OneCode' | 'OPC' | 'PatchCode' | 'Pdf417' | 'MicroPdf417' | 'Planet' | 'Postnet' | 'PZN' | 'QR' | 'MicroQR' | 'RM4SCC' | 'SCC14' | 'SSCC18' | 'Standard2of5' | 'Supplement' | 'UPCA' | 'UPCE' | 'VIN' | 'Pharmacode' | 'GS1DataMatrix' | 'DatabarOmniDirectional' | 'DatabarTruncated' | 'DatabarLimited' | 'DatabarExpanded' | 'SwissPostParcel' | 'AustralianPosteParcel' | 'Code16K' | 'DatabarStackedOmniDirectional' | 'DatabarStacked' | 'DatabarExpandedStacked' | 'CompactPdf417' | 'GS1QR' | 'MaxiCode' | 'MicrE13B' | 'Code32' | 'DataLogic2of5' | 'DotCode' | 'DutchKIX' | 'CodablockF';
|
|
2068
|
+
'type'?: 'all' | 'AustraliaPost' | 'Aztec' | 'ISBN' | 'Codabar' | 'Code11' | 'Code128' | 'GS1Code128' | 'Code39Extended' | 'Code39Standard' | 'Code93Extended' | 'Code93Standard' | 'DataMatrix' | 'DeutschePostIdentcode' | 'DeutschePostLeitcode' | 'EAN13' | 'EAN14' | 'EAN8' | 'IATA2of5' | 'Interleaved2of5' | 'ISSN' | 'ISMN' | 'ItalianPost25' | 'ITF14' | 'ITF6' | 'MacroPdf417' | 'Matrix2of5' | 'MSI' | 'OneCode' | 'OPC' | 'PatchCode' | 'Pdf417' | 'MicroPdf417' | 'Planet' | 'Postnet' | 'PZN' | 'QR' | 'MicroQR' | 'RM4SCC' | 'SCC14' | 'SSCC18' | 'Standard2of5' | 'Supplement' | 'UPCA' | 'UPCE' | 'VIN' | 'Pharmacode' | 'GS1DataMatrix' | 'DatabarOmniDirectional' | 'DatabarTruncated' | 'DatabarLimited' | 'DatabarExpanded' | 'SwissPostParcel' | 'AustralianPosteParcel' | 'Code16K' | 'DatabarStackedOmniDirectional' | 'DatabarStacked' | 'DatabarExpandedStacked' | 'CompactPdf417' | 'GS1QR' | 'MaxiCode' | 'MicrE13B' | 'Code32' | 'DataLogic2of5' | 'DotCode' | 'DutchKIX' | 'CodablockF' | 'Mailmark';
|
|
2059
2069
|
/**
|
|
2060
2070
|
* Enable checksum validation during recognition for 1D barcodes.
|
|
2061
2071
|
Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible.
|
|
@@ -2167,6 +2177,11 @@ Mode helps to quickly recognize generated barcodes from Internet.
|
|
|
2167
2177
|
* Allows engine to recognize 1D barcodes with checksum by checking more recognition variants. Default value: False.
|
|
2168
2178
|
*/
|
|
2169
2179
|
'checkMore1DVariants'?: boolean;
|
|
2180
|
+
/**
|
|
2181
|
+
* Allows engine for 1D barcodes to quickly recognize middle slice of an image and return result without using any time-consuming algorithms.
|
|
2182
|
+
Default value: False.
|
|
2183
|
+
*/
|
|
2184
|
+
'fastScanOnly'?: boolean;
|
|
2170
2185
|
/**
|
|
2171
2186
|
* Sets threshold for detected regions that may contain barcodes.
|
|
2172
2187
|
Value 0.7 means that bottom 70% of possible regions are filtered out and not processed further.
|
|
@@ -2204,6 +2219,11 @@ Enabling of diagonal search leads to a bigger detection time.
|
|
|
2204
2219
|
* Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other.
|
|
2205
2220
|
*/
|
|
2206
2221
|
'australianPostEncodingTable'?: 'CTable' | 'NTable' | 'Other';
|
|
2222
|
+
/**
|
|
2223
|
+
* The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method.
|
|
2224
|
+
CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z".
|
|
2225
|
+
*/
|
|
2226
|
+
'ignoreEndingFillingPatternsForCTable'?: boolean;
|
|
2207
2227
|
/**
|
|
2208
2228
|
*
|
|
2209
2229
|
*/
|
|
@@ -2228,7 +2248,7 @@ export declare class PostBarcodeRecognizeFromUrlOrContentRequest {
|
|
|
2228
2248
|
/**
|
|
2229
2249
|
* The type of barcode to read.
|
|
2230
2250
|
*/
|
|
2231
|
-
'type'?: 'all' | 'AustraliaPost' | 'Aztec' | 'ISBN' | 'Codabar' | 'Code11' | 'Code128' | 'GS1Code128' | 'Code39Extended' | 'Code39Standard' | 'Code93Extended' | 'Code93Standard' | 'DataMatrix' | 'DeutschePostIdentcode' | 'DeutschePostLeitcode' | 'EAN13' | 'EAN14' | 'EAN8' | 'IATA2of5' | 'Interleaved2of5' | 'ISSN' | 'ISMN' | 'ItalianPost25' | 'ITF14' | 'ITF6' | 'MacroPdf417' | 'Matrix2of5' | 'MSI' | 'OneCode' | 'OPC' | 'PatchCode' | 'Pdf417' | 'MicroPdf417' | 'Planet' | 'Postnet' | 'PZN' | 'QR' | 'MicroQR' | 'RM4SCC' | 'SCC14' | 'SSCC18' | 'Standard2of5' | 'Supplement' | 'UPCA' | 'UPCE' | 'VIN' | 'Pharmacode' | 'GS1DataMatrix' | 'DatabarOmniDirectional' | 'DatabarTruncated' | 'DatabarLimited' | 'DatabarExpanded' | 'SwissPostParcel' | 'AustralianPosteParcel' | 'Code16K' | 'DatabarStackedOmniDirectional' | 'DatabarStacked' | 'DatabarExpandedStacked' | 'CompactPdf417' | 'GS1QR' | 'MaxiCode' | 'MicrE13B' | 'Code32' | 'DataLogic2of5' | 'DotCode' | 'DutchKIX' | 'CodablockF';
|
|
2251
|
+
'type'?: 'all' | 'AustraliaPost' | 'Aztec' | 'ISBN' | 'Codabar' | 'Code11' | 'Code128' | 'GS1Code128' | 'Code39Extended' | 'Code39Standard' | 'Code93Extended' | 'Code93Standard' | 'DataMatrix' | 'DeutschePostIdentcode' | 'DeutschePostLeitcode' | 'EAN13' | 'EAN14' | 'EAN8' | 'IATA2of5' | 'Interleaved2of5' | 'ISSN' | 'ISMN' | 'ItalianPost25' | 'ITF14' | 'ITF6' | 'MacroPdf417' | 'Matrix2of5' | 'MSI' | 'OneCode' | 'OPC' | 'PatchCode' | 'Pdf417' | 'MicroPdf417' | 'Planet' | 'Postnet' | 'PZN' | 'QR' | 'MicroQR' | 'RM4SCC' | 'SCC14' | 'SSCC18' | 'Standard2of5' | 'Supplement' | 'UPCA' | 'UPCE' | 'VIN' | 'Pharmacode' | 'GS1DataMatrix' | 'DatabarOmniDirectional' | 'DatabarTruncated' | 'DatabarLimited' | 'DatabarExpanded' | 'SwissPostParcel' | 'AustralianPosteParcel' | 'Code16K' | 'DatabarStackedOmniDirectional' | 'DatabarStacked' | 'DatabarExpandedStacked' | 'CompactPdf417' | 'GS1QR' | 'MaxiCode' | 'MicrE13B' | 'Code32' | 'DataLogic2of5' | 'DotCode' | 'DutchKIX' | 'CodablockF' | 'Mailmark';
|
|
2232
2252
|
/**
|
|
2233
2253
|
* Enable checksum validation during recognition for 1D barcodes.
|
|
2234
2254
|
Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible.
|
|
@@ -2340,6 +2360,11 @@ Mode helps to quickly recognize generated barcodes from Internet.
|
|
|
2340
2360
|
* Allows engine to recognize 1D barcodes with checksum by checking more recognition variants. Default value: False.
|
|
2341
2361
|
*/
|
|
2342
2362
|
'checkMore1DVariants'?: boolean;
|
|
2363
|
+
/**
|
|
2364
|
+
* Allows engine for 1D barcodes to quickly recognize middle slice of an image and return result without using any time-consuming algorithms.
|
|
2365
|
+
Default value: False.
|
|
2366
|
+
*/
|
|
2367
|
+
'fastScanOnly'?: boolean;
|
|
2343
2368
|
/**
|
|
2344
2369
|
* Sets threshold for detected regions that may contain barcodes.
|
|
2345
2370
|
Value 0.7 means that bottom 70% of possible regions are filtered out and not processed further.
|
|
@@ -2377,6 +2402,11 @@ Enabling of diagonal search leads to a bigger detection time.
|
|
|
2377
2402
|
* Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other.
|
|
2378
2403
|
*/
|
|
2379
2404
|
'australianPostEncodingTable'?: 'CTable' | 'NTable' | 'Other';
|
|
2405
|
+
/**
|
|
2406
|
+
* The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method.
|
|
2407
|
+
CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z".
|
|
2408
|
+
*/
|
|
2409
|
+
'ignoreEndingFillingPatternsForCTable'?: boolean;
|
|
2380
2410
|
/**
|
|
2381
2411
|
*
|
|
2382
2412
|
*/
|
|
@@ -2418,7 +2448,7 @@ export declare class PutBarcodeGenerateFileRequest {
|
|
|
2418
2448
|
/**
|
|
2419
2449
|
* Type of barcode to generate.
|
|
2420
2450
|
*/
|
|
2421
|
-
'type': 'Codabar' | 'Code11' | 'Code39Standard' | 'Code39Extended' | 'Code93Standard' | 'Code93Extended' | 'Code128' | 'GS1Code128' | 'EAN8' | 'EAN13' | 'EAN14' | 'SCC14' | 'SSCC18' | 'UPCA' | 'UPCE' | 'ISBN' | 'ISSN' | 'ISMN' | 'Standard2of5' | 'Interleaved2of5' | 'Matrix2of5' | 'ItalianPost25' | 'IATA2of5' | 'ITF14' | 'ITF6' | 'MSI' | 'VIN' | 'DeutschePostIdentcode' | 'DeutschePostLeitcode' | 'OPC' | 'PZN' | 'Code16K' | 'Pharmacode' | 'DataMatrix' | 'QR' | 'Aztec' | 'Pdf417' | 'MacroPdf417' | 'AustraliaPost' | 'Postnet' | 'Planet' | 'OneCode' | 'RM4SCC' | 'DatabarOmniDirectional' | 'DatabarTruncated' | 'DatabarLimited' | 'DatabarExpanded' | 'SingaporePost' | 'GS1DataMatrix' | 'AustralianPosteParcel' | 'SwissPostParcel' | 'PatchCode' | 'DatabarExpandedStacked' | 'DatabarStacked' | 'DatabarStackedOmniDirectional' | 'MicroPdf417' | 'GS1QR' | 'MaxiCode' | 'Code32' | 'DataLogic2of5' | 'DotCode' | 'DutchKIX' | 'UpcaGs1Code128Coupon' | 'UpcaGs1DatabarCoupon' | 'CodablockF' | 'GS1CodablockF';
|
|
2451
|
+
'type': 'Codabar' | 'Code11' | 'Code39Standard' | 'Code39Extended' | 'Code93Standard' | 'Code93Extended' | 'Code128' | 'GS1Code128' | 'EAN8' | 'EAN13' | 'EAN14' | 'SCC14' | 'SSCC18' | 'UPCA' | 'UPCE' | 'ISBN' | 'ISSN' | 'ISMN' | 'Standard2of5' | 'Interleaved2of5' | 'Matrix2of5' | 'ItalianPost25' | 'IATA2of5' | 'ITF14' | 'ITF6' | 'MSI' | 'VIN' | 'DeutschePostIdentcode' | 'DeutschePostLeitcode' | 'OPC' | 'PZN' | 'Code16K' | 'Pharmacode' | 'DataMatrix' | 'QR' | 'Aztec' | 'Pdf417' | 'MacroPdf417' | 'AustraliaPost' | 'Postnet' | 'Planet' | 'OneCode' | 'RM4SCC' | 'DatabarOmniDirectional' | 'DatabarTruncated' | 'DatabarLimited' | 'DatabarExpanded' | 'SingaporePost' | 'GS1DataMatrix' | 'AustralianPosteParcel' | 'SwissPostParcel' | 'PatchCode' | 'DatabarExpandedStacked' | 'DatabarStacked' | 'DatabarStackedOmniDirectional' | 'MicroPdf417' | 'GS1QR' | 'MaxiCode' | 'Code32' | 'DataLogic2of5' | 'DotCode' | 'DutchKIX' | 'UpcaGs1Code128Coupon' | 'UpcaGs1DatabarCoupon' | 'CodablockF' | 'GS1CodablockF' | 'Mailmark';
|
|
2422
2452
|
/**
|
|
2423
2453
|
* Text to encode.
|
|
2424
2454
|
*/
|
|
@@ -2605,7 +2635,7 @@ Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISM
|
|
|
2605
2635
|
|
|
2606
2636
|
* @param text Text to encode.
|
|
2607
2637
|
*/
|
|
2608
|
-
constructor(name: string, type: 'Codabar' | 'Code11' | 'Code39Standard' | 'Code39Extended' | 'Code93Standard' | 'Code93Extended' | 'Code128' | 'GS1Code128' | 'EAN8' | 'EAN13' | 'EAN14' | 'SCC14' | 'SSCC18' | 'UPCA' | 'UPCE' | 'ISBN' | 'ISSN' | 'ISMN' | 'Standard2of5' | 'Interleaved2of5' | 'Matrix2of5' | 'ItalianPost25' | 'IATA2of5' | 'ITF14' | 'ITF6' | 'MSI' | 'VIN' | 'DeutschePostIdentcode' | 'DeutschePostLeitcode' | 'OPC' | 'PZN' | 'Code16K' | 'Pharmacode' | 'DataMatrix' | 'QR' | 'Aztec' | 'Pdf417' | 'MacroPdf417' | 'AustraliaPost' | 'Postnet' | 'Planet' | 'OneCode' | 'RM4SCC' | 'DatabarOmniDirectional' | 'DatabarTruncated' | 'DatabarLimited' | 'DatabarExpanded' | 'SingaporePost' | 'GS1DataMatrix' | 'AustralianPosteParcel' | 'SwissPostParcel' | 'PatchCode' | 'DatabarExpandedStacked' | 'DatabarStacked' | 'DatabarStackedOmniDirectional' | 'MicroPdf417' | 'GS1QR' | 'MaxiCode' | 'Code32' | 'DataLogic2of5' | 'DotCode' | 'DutchKIX' | 'UpcaGs1Code128Coupon' | 'UpcaGs1DatabarCoupon' | 'CodablockF' | 'GS1CodablockF', text: string);
|
|
2638
|
+
constructor(name: string, type: 'Codabar' | 'Code11' | 'Code39Standard' | 'Code39Extended' | 'Code93Standard' | 'Code93Extended' | 'Code128' | 'GS1Code128' | 'EAN8' | 'EAN13' | 'EAN14' | 'SCC14' | 'SSCC18' | 'UPCA' | 'UPCE' | 'ISBN' | 'ISSN' | 'ISMN' | 'Standard2of5' | 'Interleaved2of5' | 'Matrix2of5' | 'ItalianPost25' | 'IATA2of5' | 'ITF14' | 'ITF6' | 'MSI' | 'VIN' | 'DeutschePostIdentcode' | 'DeutschePostLeitcode' | 'OPC' | 'PZN' | 'Code16K' | 'Pharmacode' | 'DataMatrix' | 'QR' | 'Aztec' | 'Pdf417' | 'MacroPdf417' | 'AustraliaPost' | 'Postnet' | 'Planet' | 'OneCode' | 'RM4SCC' | 'DatabarOmniDirectional' | 'DatabarTruncated' | 'DatabarLimited' | 'DatabarExpanded' | 'SingaporePost' | 'GS1DataMatrix' | 'AustralianPosteParcel' | 'SwissPostParcel' | 'PatchCode' | 'DatabarExpandedStacked' | 'DatabarStacked' | 'DatabarStackedOmniDirectional' | 'MicroPdf417' | 'GS1QR' | 'MaxiCode' | 'Code32' | 'DataLogic2of5' | 'DotCode' | 'DutchKIX' | 'UpcaGs1Code128Coupon' | 'UpcaGs1DatabarCoupon' | 'CodablockF' | 'GS1CodablockF' | 'Mailmark', text: string);
|
|
2609
2639
|
}
|
|
2610
2640
|
/**
|
|
2611
2641
|
* Recognition of a barcode from file on server with parameters in body.
|
|
@@ -2622,7 +2652,7 @@ export declare class PutBarcodeRecognizeFromBodyRequest {
|
|
|
2622
2652
|
/**
|
|
2623
2653
|
*
|
|
2624
2654
|
*/
|
|
2625
|
-
'type'?: 'all' | 'AustraliaPost' | 'Aztec' | 'ISBN' | 'Codabar' | 'Code11' | 'Code128' | 'GS1Code128' | 'Code39Extended' | 'Code39Standard' | 'Code93Extended' | 'Code93Standard' | 'DataMatrix' | 'DeutschePostIdentcode' | 'DeutschePostLeitcode' | 'EAN13' | 'EAN14' | 'EAN8' | 'IATA2of5' | 'Interleaved2of5' | 'ISSN' | 'ISMN' | 'ItalianPost25' | 'ITF14' | 'ITF6' | 'MacroPdf417' | 'Matrix2of5' | 'MSI' | 'OneCode' | 'OPC' | 'PatchCode' | 'Pdf417' | 'MicroPdf417' | 'Planet' | 'Postnet' | 'PZN' | 'QR' | 'MicroQR' | 'RM4SCC' | 'SCC14' | 'SSCC18' | 'Standard2of5' | 'Supplement' | 'UPCA' | 'UPCE' | 'VIN' | 'Pharmacode' | 'GS1DataMatrix' | 'DatabarOmniDirectional' | 'DatabarTruncated' | 'DatabarLimited' | 'DatabarExpanded' | 'SwissPostParcel' | 'AustralianPosteParcel' | 'Code16K' | 'DatabarStackedOmniDirectional' | 'DatabarStacked' | 'DatabarExpandedStacked' | 'CompactPdf417' | 'GS1QR' | 'MaxiCode' | 'MicrE13B' | 'Code32' | 'DataLogic2of5' | 'DotCode' | 'DutchKIX' | 'CodablockF';
|
|
2655
|
+
'type'?: 'all' | 'AustraliaPost' | 'Aztec' | 'ISBN' | 'Codabar' | 'Code11' | 'Code128' | 'GS1Code128' | 'Code39Extended' | 'Code39Standard' | 'Code93Extended' | 'Code93Standard' | 'DataMatrix' | 'DeutschePostIdentcode' | 'DeutschePostLeitcode' | 'EAN13' | 'EAN14' | 'EAN8' | 'IATA2of5' | 'Interleaved2of5' | 'ISSN' | 'ISMN' | 'ItalianPost25' | 'ITF14' | 'ITF6' | 'MacroPdf417' | 'Matrix2of5' | 'MSI' | 'OneCode' | 'OPC' | 'PatchCode' | 'Pdf417' | 'MicroPdf417' | 'Planet' | 'Postnet' | 'PZN' | 'QR' | 'MicroQR' | 'RM4SCC' | 'SCC14' | 'SSCC18' | 'Standard2of5' | 'Supplement' | 'UPCA' | 'UPCE' | 'VIN' | 'Pharmacode' | 'GS1DataMatrix' | 'DatabarOmniDirectional' | 'DatabarTruncated' | 'DatabarLimited' | 'DatabarExpanded' | 'SwissPostParcel' | 'AustralianPosteParcel' | 'Code16K' | 'DatabarStackedOmniDirectional' | 'DatabarStacked' | 'DatabarExpandedStacked' | 'CompactPdf417' | 'GS1QR' | 'MaxiCode' | 'MicrE13B' | 'Code32' | 'DataLogic2of5' | 'DotCode' | 'DutchKIX' | 'CodablockF' | 'Mailmark';
|
|
2626
2656
|
/**
|
|
2627
2657
|
* The storage name
|
|
2628
2658
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aspose-barcode-cloud-node",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "22.1.0",
|
|
4
4
|
"description": "Aspose.BarCode Cloud SDK for Node.js",
|
|
5
5
|
"homepage": "https://products.aspose.cloud/barcode/nodejs",
|
|
6
6
|
"repository": {
|
|
@@ -8,6 +8,47 @@
|
|
|
8
8
|
"url": "git+https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-node.git"
|
|
9
9
|
},
|
|
10
10
|
"keywords": [
|
|
11
|
+
"Barcode-Scan",
|
|
12
|
+
"QR",
|
|
13
|
+
"DataMatrix",
|
|
14
|
+
"Barcode",
|
|
15
|
+
"AustraliaPost",
|
|
16
|
+
"VIN",
|
|
17
|
+
"MSI",
|
|
18
|
+
"Aztec",
|
|
19
|
+
"ISBN",
|
|
20
|
+
"OPC",
|
|
21
|
+
"Postnet",
|
|
22
|
+
"2D-Barcode",
|
|
23
|
+
"EAN13",
|
|
24
|
+
"ISSN",
|
|
25
|
+
"PZN",
|
|
26
|
+
"SingaporePost",
|
|
27
|
+
"Symbology",
|
|
28
|
+
"UPCA",
|
|
29
|
+
"UPCE",
|
|
30
|
+
"1D-Barcode",
|
|
31
|
+
"Code11",
|
|
32
|
+
"Code128",
|
|
33
|
+
"Code32",
|
|
34
|
+
"Codetext",
|
|
35
|
+
"DotCode",
|
|
36
|
+
"EAN14",
|
|
37
|
+
"EAN8",
|
|
38
|
+
"GS1DataMatrix",
|
|
39
|
+
"Interleaved2of5",
|
|
40
|
+
"ISMN",
|
|
41
|
+
"MaxiCode",
|
|
42
|
+
"OneCode",
|
|
43
|
+
"Pdf417",
|
|
44
|
+
"Pharmacode",
|
|
45
|
+
"Postal-Barcode",
|
|
46
|
+
"RM4SCC",
|
|
47
|
+
"SCC14",
|
|
48
|
+
"SSCC18",
|
|
49
|
+
"Code39Standard",
|
|
50
|
+
"GS1QR",
|
|
51
|
+
"MacroPdf417",
|
|
11
52
|
"JPEG",
|
|
12
53
|
"TIFF",
|
|
13
54
|
"PNG",
|
|
@@ -22,15 +63,12 @@
|
|
|
22
63
|
"Cloud",
|
|
23
64
|
"REST",
|
|
24
65
|
"API",
|
|
25
|
-
"Barcode",
|
|
26
66
|
"Generate-Barcode",
|
|
27
67
|
"Barcode-Generation",
|
|
28
68
|
"Barcode-Formatting",
|
|
29
69
|
"Format-Barcode",
|
|
30
70
|
"Barcode-Recognition",
|
|
31
71
|
"Recognize-Barcode",
|
|
32
|
-
"Symbology",
|
|
33
|
-
"Codetext",
|
|
34
72
|
"CodablockF",
|
|
35
73
|
"Checksum",
|
|
36
74
|
"Optimize-Barcode",
|
|
@@ -45,10 +83,6 @@
|
|
|
45
83
|
"Python",
|
|
46
84
|
"Node.js",
|
|
47
85
|
"Golang",
|
|
48
|
-
"1D-Barcode",
|
|
49
|
-
"2D-Barcode",
|
|
50
|
-
"Postal-Barcode",
|
|
51
|
-
"Barcode-Scan",
|
|
52
86
|
"Scan-Barcode",
|
|
53
87
|
"barcode",
|
|
54
88
|
"generation",
|
|
@@ -56,15 +90,9 @@
|
|
|
56
90
|
"Alpha-Numeric",
|
|
57
91
|
"AI-8102-Coupon",
|
|
58
92
|
"AustralianPosteParcel",
|
|
59
|
-
"AustraliaPost",
|
|
60
|
-
"Aztec",
|
|
61
93
|
"Codabar",
|
|
62
|
-
"Code11",
|
|
63
|
-
"Code128",
|
|
64
94
|
"Code16K",
|
|
65
|
-
"Code32",
|
|
66
95
|
"Code39Extended",
|
|
67
|
-
"Code39Standard",
|
|
68
96
|
"Code93Extended",
|
|
69
97
|
"Code93Standard",
|
|
70
98
|
"DatabarExpanded",
|
|
@@ -75,52 +103,24 @@
|
|
|
75
103
|
"DatabarStackedOmniDirectional",
|
|
76
104
|
"DatabarTruncated",
|
|
77
105
|
"DataLogic2of5",
|
|
78
|
-
"DataMatrix",
|
|
79
106
|
"DeutschePostIdentcode",
|
|
80
107
|
"DeutschePostLeitcode",
|
|
81
|
-
"DotCode",
|
|
82
108
|
"DutchKIX",
|
|
83
|
-
"EAN13",
|
|
84
|
-
"EAN14",
|
|
85
|
-
"EAN8",
|
|
86
109
|
"GS1CodablockF",
|
|
87
110
|
"GS1Code128",
|
|
88
|
-
"GS1DataMatrix",
|
|
89
|
-
"GS1QR",
|
|
90
111
|
"IATA2of5",
|
|
91
|
-
"Interleaved2of5",
|
|
92
|
-
"ISBN",
|
|
93
|
-
"ISMN",
|
|
94
|
-
"ISSN",
|
|
95
112
|
"ItalianPost25",
|
|
96
113
|
"ITF14",
|
|
97
114
|
"ITF6",
|
|
98
|
-
"MacroPdf417",
|
|
99
115
|
"Matrix2of5",
|
|
100
|
-
"MaxiCode",
|
|
101
116
|
"MicroPdf417",
|
|
102
117
|
"MICR",
|
|
103
|
-
"MSI",
|
|
104
|
-
"OneCode",
|
|
105
|
-
"OPC",
|
|
106
118
|
"PatchCode",
|
|
107
|
-
"Pdf417",
|
|
108
|
-
"Pharmacode",
|
|
109
119
|
"Planet",
|
|
110
|
-
"Postnet",
|
|
111
|
-
"PZN",
|
|
112
|
-
"QR",
|
|
113
|
-
"RM4SCC",
|
|
114
|
-
"SCC14",
|
|
115
|
-
"SingaporePost",
|
|
116
|
-
"SSCC18",
|
|
117
120
|
"Standard2of5",
|
|
118
121
|
"SwissPostParcel",
|
|
119
|
-
"UPCA",
|
|
120
122
|
"UpcaGs1Code128Coupon",
|
|
121
|
-
"UpcaGs1DatabarCoupon"
|
|
122
|
-
"UPCE",
|
|
123
|
-
"VIN"
|
|
123
|
+
"UpcaGs1DatabarCoupon"
|
|
124
124
|
],
|
|
125
125
|
"author": "Aspose.BarCode Team",
|
|
126
126
|
"main": "dist/index.js",
|
|
@@ -148,15 +148,15 @@
|
|
|
148
148
|
"tabWidth": 4
|
|
149
149
|
},
|
|
150
150
|
"devDependencies": {
|
|
151
|
-
"@types/uuid": "^8.3.
|
|
152
|
-
"npm-check-updates": "^
|
|
151
|
+
"@types/uuid": "^8.3.4",
|
|
152
|
+
"npm-check-updates": "^12.2.1",
|
|
153
153
|
"tsdx": "^0.14.1",
|
|
154
|
-
"tslib": "^2.3.
|
|
155
|
-
"typescript": "^4.
|
|
154
|
+
"tslib": "^2.3.1",
|
|
155
|
+
"typescript": "^4.5.5",
|
|
156
156
|
"uuid": "^8.3.2"
|
|
157
157
|
},
|
|
158
158
|
"dependencies": {
|
|
159
|
-
"@types/request": "^2.48.
|
|
159
|
+
"@types/request": "^2.48.8",
|
|
160
160
|
"request": "^2.88.2"
|
|
161
161
|
},
|
|
162
162
|
"bugs": {
|