@cellaware/utils 5.4.0 → 5.4.2

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.
@@ -32,6 +32,7 @@ export interface ChatWMSProductVariable {
32
32
  key: string;
33
33
  exampleValue: string;
34
34
  disabledValue: string;
35
+ standard: boolean;
35
36
  }
36
37
  export interface ChatWMSProductTable {
37
38
  tableName: string;
@@ -56,7 +57,7 @@ export interface ChatWMSProductColumnDescription {
56
57
  export interface ChatWMSProductColumnComment {
57
58
  columnName: string;
58
59
  tableName?: string;
59
- description: string;
60
+ comment: string;
60
61
  }
61
62
  export interface ChatWMSProductTableMapping {
62
63
  dstTableName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cellaware/utils",
3
- "version": "5.4.0",
3
+ "version": "5.4.2",
4
4
  "description": "Cellaware Utilities for Node.js",
5
5
  "author": "Cellaware Technologies",
6
6
  "type": "module",