aspose-barcode-cloud-node 21.6.0 → 21.12.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 +31 -5
- 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 +31 -5
- package/dist/aspose-barcode-cloud-node.esm.js.map +1 -1
- package/dist/models.d.ts +39 -9
- package/package.json +6 -6
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/aspose-barcode-cloud-node)
|
|
6
6
|
|
|
7
7
|
+ API version: 3.0
|
|
8
|
-
+ Package version: 21.
|
|
8
|
+
+ Package version: 21.12.0
|
|
9
9
|
|
|
10
10
|
## Demo applications
|
|
11
11
|
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
:---: | :---: | :---:
|
|
14
14
|
[](https://products.aspose.app/barcode/generate) | [](https://products.aspose.app/barcode/recognize) | [](https://products.aspose.app/barcode/embed)
|
|
15
15
|
|
|
16
|
-
[Aspose.BarCode for Cloud](https://products.aspose.cloud/barcode/
|
|
16
|
+
[Aspose.BarCode for Cloud](https://products.aspose.cloud/barcode/) is a REST API for Linear, 2D and postal barcode generation and recognition in the cloud. API recognizes and generates barcode images in a variety of formats. Barcode REST API allows to specify barcode image attributes like image width, height, border style and output image format in order to customize the generation process. Developers can also specify the barcode type and text attributes such as text location and font styles in order to suit the application requirements.
|
|
17
17
|
|
|
18
18
|
This repository contains Aspose.BarCode Cloud SDK for Node.js source code.
|
|
19
19
|
|
|
@@ -95,11 +95,11 @@ All Aspose.BarCode for Cloud SDKs, helper scripts and templates are licensed und
|
|
|
95
95
|
## Resources
|
|
96
96
|
|
|
97
97
|
+ [**Website**](https://www.aspose.cloud)
|
|
98
|
-
+ [**Product Home**](https://products.aspose.cloud/barcode/
|
|
98
|
+
+ [**Product Home**](https://products.aspose.cloud/barcode/)
|
|
99
99
|
+ [**Documentation**](https://docs.aspose.cloud/barcode/)
|
|
100
100
|
+ [**Free Support Forum**](https://forum.aspose.cloud/c/barcode)
|
|
101
101
|
+ [**Paid Support Helpdesk**](https://helpdesk.aspose.cloud/)
|
|
102
|
-
+ [**Blog**](https://blog.aspose.cloud/category/
|
|
102
|
+
+ [**Blog**](https://blog.aspose.cloud/category/barcode/)
|
|
103
103
|
|
|
104
104
|
## Documentation for API Endpoints
|
|
105
105
|
|
|
@@ -517,6 +517,7 @@ DataMatrixParams.attributeTypeMap = [{
|
|
|
517
517
|
DecodeBarcodeType["DotCode"] = "DotCode";
|
|
518
518
|
DecodeBarcodeType["DutchKIX"] = "DutchKIX";
|
|
519
519
|
DecodeBarcodeType["CodablockF"] = "CodablockF";
|
|
520
|
+
DecodeBarcodeType["Mailmark"] = "Mailmark";
|
|
520
521
|
})(exports.DecodeBarcodeType || (exports.DecodeBarcodeType = {}));
|
|
521
522
|
/**
|
|
522
523
|
* Class for disc space information.
|
|
@@ -661,6 +662,7 @@ DotCodeParams.attributeTypeMap = [{
|
|
|
661
662
|
EncodeBarcodeType["UpcaGs1DatabarCoupon"] = "UpcaGs1DatabarCoupon";
|
|
662
663
|
EncodeBarcodeType["CodablockF"] = "CodablockF";
|
|
663
664
|
EncodeBarcodeType["GS1CodablockF"] = "GS1CodablockF";
|
|
665
|
+
EncodeBarcodeType["Mailmark"] = "Mailmark";
|
|
664
666
|
})(exports.EncodeBarcodeType || (exports.EncodeBarcodeType = {}));
|
|
665
667
|
/**
|
|
666
668
|
* The error details
|
|
@@ -1536,6 +1538,10 @@ ReaderParams.attributeTypeMap = [{
|
|
|
1536
1538
|
name: 'checkMore1DVariants',
|
|
1537
1539
|
baseName: 'CheckMore1DVariants',
|
|
1538
1540
|
type: 'boolean'
|
|
1541
|
+
}, {
|
|
1542
|
+
name: 'fastScanOnly',
|
|
1543
|
+
baseName: 'FastScanOnly',
|
|
1544
|
+
type: 'boolean'
|
|
1539
1545
|
}, {
|
|
1540
1546
|
name: 'regionLikelihoodThresholdPercent',
|
|
1541
1547
|
baseName: 'RegionLikelihoodThresholdPercent',
|
|
@@ -1560,6 +1566,10 @@ ReaderParams.attributeTypeMap = [{
|
|
|
1560
1566
|
name: 'australianPostEncodingTable',
|
|
1561
1567
|
baseName: 'AustralianPostEncodingTable',
|
|
1562
1568
|
type: 'CustomerInformationInterpretingType'
|
|
1569
|
+
}, {
|
|
1570
|
+
name: 'ignoreEndingFillingPatternsForCTable',
|
|
1571
|
+
baseName: 'IgnoreEndingFillingPatternsForCTable',
|
|
1572
|
+
type: 'boolean'
|
|
1563
1573
|
}];
|
|
1564
1574
|
/**
|
|
1565
1575
|
* Wrapper around Drawing.Point for proper specification.
|
|
@@ -2292,7 +2302,7 @@ class BarcodeApi {
|
|
|
2292
2302
|
}
|
|
2293
2303
|
|
|
2294
2304
|
if (request.type != null) {
|
|
2295
|
-
requestQueryParameters['Type'] = ObjectSerializer.serialize(request.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'");
|
|
2305
|
+
requestQueryParameters['Type'] = ObjectSerializer.serialize(request.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'");
|
|
2296
2306
|
}
|
|
2297
2307
|
|
|
2298
2308
|
if (request.text != null) {
|
|
@@ -2480,7 +2490,7 @@ class BarcodeApi {
|
|
|
2480
2490
|
}
|
|
2481
2491
|
|
|
2482
2492
|
if (request.type != null) {
|
|
2483
|
-
requestQueryParameters['Type'] = ObjectSerializer.serialize(request.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'");
|
|
2493
|
+
requestQueryParameters['Type'] = ObjectSerializer.serialize(request.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'");
|
|
2484
2494
|
}
|
|
2485
2495
|
|
|
2486
2496
|
if (request.checksumValidation != null) {
|
|
@@ -2583,6 +2593,10 @@ class BarcodeApi {
|
|
|
2583
2593
|
requestQueryParameters['CheckMore1DVariants'] = ObjectSerializer.serialize(request.checkMore1DVariants, 'boolean');
|
|
2584
2594
|
}
|
|
2585
2595
|
|
|
2596
|
+
if (request.fastScanOnly != null) {
|
|
2597
|
+
requestQueryParameters['FastScanOnly'] = ObjectSerializer.serialize(request.fastScanOnly, 'boolean');
|
|
2598
|
+
}
|
|
2599
|
+
|
|
2586
2600
|
if (request.regionLikelihoodThresholdPercent != null) {
|
|
2587
2601
|
requestQueryParameters['RegionLikelihoodThresholdPercent'] = ObjectSerializer.serialize(request.regionLikelihoodThresholdPercent, 'number');
|
|
2588
2602
|
}
|
|
@@ -2607,6 +2621,10 @@ class BarcodeApi {
|
|
|
2607
2621
|
requestQueryParameters['AustralianPostEncodingTable'] = ObjectSerializer.serialize(request.australianPostEncodingTable, "'CTable' | 'NTable' | 'Other'");
|
|
2608
2622
|
}
|
|
2609
2623
|
|
|
2624
|
+
if (request.ignoreEndingFillingPatternsForCTable != null) {
|
|
2625
|
+
requestQueryParameters['IgnoreEndingFillingPatternsForCTable'] = ObjectSerializer.serialize(request.ignoreEndingFillingPatternsForCTable, 'boolean');
|
|
2626
|
+
}
|
|
2627
|
+
|
|
2610
2628
|
if (request.rectangleRegion != null) {
|
|
2611
2629
|
requestQueryParameters['RectangleRegion'] = ObjectSerializer.serialize(request.rectangleRegion, 'string');
|
|
2612
2630
|
}
|
|
@@ -2663,7 +2681,7 @@ class BarcodeApi {
|
|
|
2663
2681
|
let requestHeaderParams = Object.assign({}, this.defaultHeaders);
|
|
2664
2682
|
|
|
2665
2683
|
if (request.type != null) {
|
|
2666
|
-
requestQueryParameters['Type'] = ObjectSerializer.serialize(request.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'");
|
|
2684
|
+
requestQueryParameters['Type'] = ObjectSerializer.serialize(request.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'");
|
|
2667
2685
|
}
|
|
2668
2686
|
|
|
2669
2687
|
if (request.checksumValidation != null) {
|
|
@@ -2766,6 +2784,10 @@ class BarcodeApi {
|
|
|
2766
2784
|
requestQueryParameters['CheckMore1DVariants'] = ObjectSerializer.serialize(request.checkMore1DVariants, 'boolean');
|
|
2767
2785
|
}
|
|
2768
2786
|
|
|
2787
|
+
if (request.fastScanOnly != null) {
|
|
2788
|
+
requestQueryParameters['FastScanOnly'] = ObjectSerializer.serialize(request.fastScanOnly, 'boolean');
|
|
2789
|
+
}
|
|
2790
|
+
|
|
2769
2791
|
if (request.regionLikelihoodThresholdPercent != null) {
|
|
2770
2792
|
requestQueryParameters['RegionLikelihoodThresholdPercent'] = ObjectSerializer.serialize(request.regionLikelihoodThresholdPercent, 'number');
|
|
2771
2793
|
}
|
|
@@ -2790,6 +2812,10 @@ class BarcodeApi {
|
|
|
2790
2812
|
requestQueryParameters['AustralianPostEncodingTable'] = ObjectSerializer.serialize(request.australianPostEncodingTable, "'CTable' | 'NTable' | 'Other'");
|
|
2791
2813
|
}
|
|
2792
2814
|
|
|
2815
|
+
if (request.ignoreEndingFillingPatternsForCTable != null) {
|
|
2816
|
+
requestQueryParameters['IgnoreEndingFillingPatternsForCTable'] = ObjectSerializer.serialize(request.ignoreEndingFillingPatternsForCTable, 'boolean');
|
|
2817
|
+
}
|
|
2818
|
+
|
|
2793
2819
|
if (request.rectangleRegion != null) {
|
|
2794
2820
|
requestQueryParameters['RectangleRegion'] = ObjectSerializer.serialize(request.rectangleRegion, 'string');
|
|
2795
2821
|
}
|
|
@@ -2911,7 +2937,7 @@ class BarcodeApi {
|
|
|
2911
2937
|
}
|
|
2912
2938
|
|
|
2913
2939
|
if (request.type != null) {
|
|
2914
|
-
requestQueryParameters['Type'] = ObjectSerializer.serialize(request.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'");
|
|
2940
|
+
requestQueryParameters['Type'] = ObjectSerializer.serialize(request.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'");
|
|
2915
2941
|
}
|
|
2916
2942
|
|
|
2917
2943
|
if (request.text != null) {
|
|
@@ -3111,7 +3137,7 @@ class BarcodeApi {
|
|
|
3111
3137
|
}
|
|
3112
3138
|
|
|
3113
3139
|
if (request.type != null) {
|
|
3114
|
-
requestQueryParameters['type'] = ObjectSerializer.serialize(request.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'");
|
|
3140
|
+
requestQueryParameters['type'] = ObjectSerializer.serialize(request.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'");
|
|
3115
3141
|
}
|
|
3116
3142
|
|
|
3117
3143
|
if (request.storage != null) {
|