aspose-barcode-cloud-node 23.6.0 → 23.7.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/dist/models.d.ts CHANGED
@@ -441,7 +441,7 @@ export declare enum DataMatrixEccType {
441
441
  Ecc200 = "Ecc200"
442
442
  }
443
443
  /**
444
- *
444
+ * DataMatrix encoder's encoding mode, default to Auto
445
445
  */
446
446
  export declare enum DataMatrixEncodeMode {
447
447
  Auto = "Auto",
@@ -467,7 +467,7 @@ export declare class DataMatrixParams {
467
467
  */
468
468
  'textEncoding'?: string;
469
469
  /**
470
- * Columns count.
470
+ * @deprecated Will be replaced with 'DataMatrix.Version' in the next release Columns count.
471
471
  */
472
472
  'columns'?: number;
473
473
  /**
@@ -479,7 +479,7 @@ export declare class DataMatrixParams {
479
479
  */
480
480
  'dataMatrixEncodeMode'?: DataMatrixEncodeMode;
481
481
  /**
482
- * Rows count.
482
+ * @deprecated Will be replaced with 'DataMatrix.Version' in the next release Rows count.
483
483
  */
484
484
  'rows'?: number;
485
485
  /**
@@ -941,11 +941,11 @@ export declare class GeneratorParams {
941
941
  */
942
942
  'resolution'?: number;
943
943
  /**
944
- * DEPRECATED: Use 'Resolution' instead.
944
+ * @deprecated Use 'Resolution' instead.
945
945
  */
946
946
  'resolutionX'?: number;
947
947
  /**
948
- * DEPRECATED: Use 'Resolution' instead.
948
+ * @deprecated Use 'Resolution' instead.
949
949
  */
950
950
  'resolutionY'?: number;
951
951
  /**
@@ -2175,11 +2175,11 @@ Default value: 96 dpi.
2175
2175
  */
2176
2176
  'resolution'?: number;
2177
2177
  /**
2178
- * DEPRECATED: Use 'Resolution' instead.
2178
+ * @deprecated Use 'Resolution' instead.
2179
2179
  */
2180
2180
  'resolutionX'?: number;
2181
2181
  /**
2182
- * DEPRECATED: Use 'Resolution' instead.
2182
+ * @deprecated Use 'Resolution' instead.
2183
2183
  */
2184
2184
  'resolutionY'?: number;
2185
2185
  /**
@@ -2752,11 +2752,11 @@ Default value: 96 dpi.
2752
2752
  */
2753
2753
  'resolution'?: number;
2754
2754
  /**
2755
- * DEPRECATED: Use 'Resolution' instead.
2755
+ * @deprecated Use 'Resolution' instead.
2756
2756
  */
2757
2757
  'resolutionX'?: number;
2758
2758
  /**
2759
- * DEPRECATED: Use 'Resolution' instead.
2759
+ * @deprecated Use 'Resolution' instead.
2760
2760
  */
2761
2761
  'resolutionY'?: number;
2762
2762
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aspose-barcode-cloud-node",
3
- "version": "23.6.0",
3
+ "version": "23.7.0",
4
4
  "description": "Aspose.BarCode Cloud SDK for Node.js",
5
5
  "homepage": "https://products.aspose.cloud/barcode/nodejs",
6
6
  "repository": {