aspose.barcode 24.3.0 → 24.4.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.
@@ -4,7 +4,7 @@ const joint_ = require('./Joint');
4
4
  const complexbarcode_ = require("./ComplexBarcode");
5
5
  const generation_ = require("./Generation");
6
6
  const recognition_ = require("./Recognition");
7
- const jar_name_ = "/aspose-barcode-nodejs-24.3.jar";
7
+ const jar_name_ = "/aspose-barcode-nodejs-24.4.jar";
8
8
  const jar_path_ = __dirname + jar_name_;
9
9
  const fs = require("fs");
10
10
 
@@ -1841,6 +1841,15 @@ class MaxiCodeStructuredCodetext extends MaxiCodeCodetext
1841
1841
  return this.getJavaClass().getPostalCodeSync();
1842
1842
  }
1843
1843
 
1844
+ /**
1845
+ * Identifies the postal code. Must be 9 digits in mode 2 or
1846
+ * 6 alphanumeric symbols in mode 3.
1847
+ */
1848
+ setPostalCode(value)
1849
+ {
1850
+ this.getJavaClass().setPostalCodeSync(value);
1851
+ }
1852
+
1844
1853
  /**
1845
1854
  * Identifies 3 digit country code.
1846
1855
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aspose.barcode",
3
- "version": "24.3.0",
3
+ "version": "24.4.0",
4
4
  "description": "barcode generation and recognition component",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"