aspose-barcode-cloud-node 22.11.0 → 23.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Aspose Pty Ltd
3
+ Copyright (c) 2023 Aspose Pty Ltd
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![npm](https://img.shields.io/npm/v/aspose-barcode-cloud-node)](https://www.npmjs.com/package/aspose-barcode-cloud-node)
6
6
 
7
7
  + API version: 3.0
8
- + Package version: 22.11.0
8
+ + Package version: 23.1.0
9
9
 
10
10
  ## Demo applications
11
11
 
@@ -9,7 +9,7 @@ var Request = _interopDefault(require('request'));
9
9
  /*
10
10
  * MIT License
11
11
 
12
- * Copyright (c) 2022 Aspose Pty Ltd
12
+ * Copyright (c) 2023 Aspose Pty Ltd
13
13
 
14
14
  * Permission is hereby granted, free of charge, to any person obtaining a copy
15
15
  * of this software and associated documentation files (the "Software"), to deal
@@ -472,6 +472,17 @@ DataMatrixParams.attributeTypeMap = [{
472
472
  DecodeBarcodeType["DutchKIX"] = "DutchKIX";
473
473
  DecodeBarcodeType["CodablockF"] = "CodablockF";
474
474
  DecodeBarcodeType["Mailmark"] = "Mailmark";
475
+ DecodeBarcodeType["GS1DotCode"] = "GS1DotCode";
476
+ DecodeBarcodeType["HIBCCode39LIC"] = "HIBCCode39LIC";
477
+ DecodeBarcodeType["HIBCCode128LIC"] = "HIBCCode128LIC";
478
+ DecodeBarcodeType["HIBCAztecLIC"] = "HIBCAztecLIC";
479
+ DecodeBarcodeType["HIBCDataMatrixLIC"] = "HIBCDataMatrixLIC";
480
+ DecodeBarcodeType["HIBCQRLIC"] = "HIBCQRLIC";
481
+ DecodeBarcodeType["HIBCCode39PAS"] = "HIBCCode39PAS";
482
+ DecodeBarcodeType["HIBCCode128PAS"] = "HIBCCode128PAS";
483
+ DecodeBarcodeType["HIBCAztecPAS"] = "HIBCAztecPAS";
484
+ DecodeBarcodeType["HIBCDataMatrixPAS"] = "HIBCDataMatrixPAS";
485
+ DecodeBarcodeType["HIBCQRPAS"] = "HIBCQRPAS";
475
486
  })(exports.DecodeBarcodeType || (exports.DecodeBarcodeType = {}));
476
487
  /**
477
488
  * Class for disc space information.
@@ -490,6 +501,11 @@ DiscUsage.attributeTypeMap = [{
490
501
  baseName: 'TotalSize',
491
502
  type: 'number'
492
503
  }];
504
+ (function (DotCodeEncodeMode) {
505
+ DotCodeEncodeMode["Auto"] = "Auto";
506
+ DotCodeEncodeMode["Bytes"] = "Bytes";
507
+ DotCodeEncodeMode["ExtendedCodetext"] = "ExtendedCodetext";
508
+ })(exports.DotCodeEncodeMode || (exports.DotCodeEncodeMode = {}));
493
509
  /**
494
510
  * DotCode parameters.
495
511
  */
@@ -503,8 +519,24 @@ DotCodeParams.attributeTypeMap = [{
503
519
  baseName: 'AspectRatio',
504
520
  type: 'number'
505
521
  }, {
506
- name: 'dotCodeMask',
507
- baseName: 'DotCodeMask',
522
+ name: 'columns',
523
+ baseName: 'Columns',
524
+ type: 'number'
525
+ }, {
526
+ name: 'encodeMode',
527
+ baseName: 'EncodeMode',
528
+ type: 'DotCodeEncodeMode'
529
+ }, {
530
+ name: 'eCIEncoding',
531
+ baseName: 'ECIEncoding',
532
+ type: 'ECIEncodings'
533
+ }, {
534
+ name: 'isReaderInitialization',
535
+ baseName: 'IsReaderInitialization',
536
+ type: 'boolean'
537
+ }, {
538
+ name: 'rows',
539
+ baseName: 'Rows',
508
540
  type: 'number'
509
541
  }];
510
542
  (function (ECIEncodings) {
@@ -609,6 +641,7 @@ DotCodeParams.attributeTypeMap = [{
609
641
  EncodeBarcodeType["CodablockF"] = "CodablockF";
610
642
  EncodeBarcodeType["GS1CodablockF"] = "GS1CodablockF";
611
643
  EncodeBarcodeType["Mailmark"] = "Mailmark";
644
+ EncodeBarcodeType["GS1DotCode"] = "GS1DotCode";
612
645
  })(exports.EncodeBarcodeType || (exports.EncodeBarcodeType = {}));
613
646
  /**
614
647
  * The error details
@@ -977,6 +1010,11 @@ ITFParams.attributeTypeMap = [{
977
1010
  MacroCharacter["Macro05"] = "Macro05";
978
1011
  MacroCharacter["Macro06"] = "Macro06";
979
1012
  })(exports.MacroCharacter || (exports.MacroCharacter = {}));
1013
+ (function (MaxiCodeEncodeMode) {
1014
+ MaxiCodeEncodeMode["Auto"] = "Auto";
1015
+ MaxiCodeEncodeMode["Bytes"] = "Bytes";
1016
+ MaxiCodeEncodeMode["ExtendedCodetext"] = "ExtendedCodetext";
1017
+ })(exports.MaxiCodeEncodeMode || (exports.MaxiCodeEncodeMode = {}));
980
1018
  (function (MaxiCodeMode) {
981
1019
  MaxiCodeMode["Mode2"] = "Mode2";
982
1020
  MaxiCodeMode["Mode3"] = "Mode3";
@@ -1000,6 +1038,10 @@ MaxiCodeParams.attributeTypeMap = [{
1000
1038
  name: 'mode',
1001
1039
  baseName: 'Mode',
1002
1040
  type: 'MaxiCodeMode'
1041
+ }, {
1042
+ name: 'encodeMode',
1043
+ baseName: 'EncodeMode',
1044
+ type: 'MaxiCodeEncodeMode'
1003
1045
  }];
1004
1046
  /**
1005
1047
  * Error
@@ -1889,7 +1931,7 @@ class StorageExistsRequest {
1889
1931
  /*
1890
1932
  * MIT License
1891
1933
 
1892
- * Copyright (c) 2022 Aspose Pty Ltd
1934
+ * Copyright (c) 2023 Aspose Pty Ltd
1893
1935
 
1894
1936
  * Permission is hereby granted, free of charge, to any person obtaining a copy
1895
1937
  * of this software and associated documentation files (the "Software"), to deal
@@ -2038,6 +2080,7 @@ let enumsMap = {
2038
2080
  DataMatrixEccType: exports.DataMatrixEccType,
2039
2081
  DataMatrixEncodeMode: exports.DataMatrixEncodeMode,
2040
2082
  DecodeBarcodeType: exports.DecodeBarcodeType,
2083
+ DotCodeEncodeMode: exports.DotCodeEncodeMode,
2041
2084
  ECIEncodings: exports.ECIEncodings,
2042
2085
  EnableChecksum: exports.EnableChecksum,
2043
2086
  EncodeBarcodeType: exports.EncodeBarcodeType,
@@ -2045,6 +2088,7 @@ let enumsMap = {
2045
2088
  FontStyle: exports.FontStyle,
2046
2089
  ITF14BorderType: exports.ITF14BorderType,
2047
2090
  MacroCharacter: exports.MacroCharacter,
2091
+ MaxiCodeEncodeMode: exports.MaxiCodeEncodeMode,
2048
2092
  MaxiCodeMode: exports.MaxiCodeMode,
2049
2093
  PatchFormat: exports.PatchFormat,
2050
2094
  Pdf417CompactionMode: exports.Pdf417CompactionMode,
@@ -2120,7 +2164,7 @@ class BarcodeApi {
2120
2164
  throw new Error('Required parameter request.text was null or undefined when calling getBarcodeGenerate.');
2121
2165
  }
2122
2166
  if (request.type != null) {
2123
- 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'");
2167
+ 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' | 'GS1DotCode'");
2124
2168
  }
2125
2169
  if (request.text != null) {
2126
2170
  requestQueryParameters['Text'] = ObjectSerializer.serialize(request.text, 'string');
@@ -2270,7 +2314,7 @@ class BarcodeApi {
2270
2314
  throw new Error('Required parameter request.name was null or undefined when calling getBarcodeRecognize.');
2271
2315
  }
2272
2316
  if (request.type != null) {
2273
- 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'");
2317
+ 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' | 'GS1DotCode' | 'HIBCCode39LIC' | 'HIBCCode128LIC' | 'HIBCAztecLIC' | 'HIBCDataMatrixLIC' | 'HIBCQRLIC' | 'HIBCCode39PAS' | 'HIBCCode128PAS' | 'HIBCAztecPAS' | 'HIBCDataMatrixPAS' | 'HIBCQRPAS'");
2274
2318
  }
2275
2319
  if (request.checksumValidation != null) {
2276
2320
  requestQueryParameters['ChecksumValidation'] = ObjectSerializer.serialize(request.checksumValidation, "'Default' | 'On' | 'Off'");
@@ -2421,7 +2465,7 @@ class BarcodeApi {
2421
2465
  let requestQueryParameters = {};
2422
2466
  let requestHeaderParams = Object.assign({}, this.defaultHeaders);
2423
2467
  if (request.type != null) {
2424
- 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'");
2468
+ 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' | 'GS1DotCode' | 'HIBCCode39LIC' | 'HIBCCode128LIC' | 'HIBCAztecLIC' | 'HIBCDataMatrixLIC' | 'HIBCQRLIC' | 'HIBCCode39PAS' | 'HIBCCode128PAS' | 'HIBCAztecPAS' | 'HIBCDataMatrixPAS' | 'HIBCQRPAS'");
2425
2469
  }
2426
2470
  if (request.checksumValidation != null) {
2427
2471
  requestQueryParameters['ChecksumValidation'] = ObjectSerializer.serialize(request.checksumValidation, "'Default' | 'On' | 'Off'");
@@ -2632,7 +2676,7 @@ class BarcodeApi {
2632
2676
  throw new Error('Required parameter request.text was null or undefined when calling putBarcodeGenerateFile.');
2633
2677
  }
2634
2678
  if (request.type != null) {
2635
- 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'");
2679
+ 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' | 'GS1DotCode'");
2636
2680
  }
2637
2681
  if (request.text != null) {
2638
2682
  requestQueryParameters['Text'] = ObjectSerializer.serialize(request.text, 'string');
@@ -2791,7 +2835,7 @@ class BarcodeApi {
2791
2835
  throw new Error('Required parameter request.readerParams was null or undefined when calling putBarcodeRecognizeFromBody.');
2792
2836
  }
2793
2837
  if (request.type != null) {
2794
- 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'");
2838
+ 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' | 'GS1DotCode' | 'HIBCCode39LIC' | 'HIBCCode128LIC' | 'HIBCAztecLIC' | 'HIBCDataMatrixLIC' | 'HIBCQRLIC' | 'HIBCCode39PAS' | 'HIBCCode128PAS' | 'HIBCAztecPAS' | 'HIBCDataMatrixPAS' | 'HIBCQRPAS'");
2795
2839
  }
2796
2840
  if (request.storage != null) {
2797
2841
  requestQueryParameters['storage'] = ObjectSerializer.serialize(request.storage, 'string');