@bigfootai/bigfoot-types 5.1.51 → 5.1.52

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.
Files changed (3) hide show
  1. package/model.js +1 -0
  2. package/model.ts +1 -0
  3. package/package.json +1 -1
package/model.js CHANGED
@@ -1200,6 +1200,7 @@ class DashboardMetadata extends Metadata {
1200
1200
  constructor(label, description, metadataType, classifiers, threshold, blockDescriptions) {
1201
1201
  super(label, description, metadataType, classifiers, threshold);
1202
1202
  this.blockDescriptions = blockDescriptions;
1203
+ this.notificationMetadataTypes = [];
1203
1204
  }
1204
1205
  }
1205
1206
  exports.DashboardMetadata = DashboardMetadata;
package/model.ts CHANGED
@@ -2120,6 +2120,7 @@ export class DashboardMetadata extends Metadata {
2120
2120
  super(label, description, metadataType, classifiers, threshold);
2121
2121
 
2122
2122
  this.blockDescriptions = blockDescriptions;
2123
+ this.notificationMetadataTypes = [];
2123
2124
  }
2124
2125
  }
2125
2126
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "5.1.51",
4
+ "version": "5.1.52",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",