@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.
- package/model.js +1 -0
- package/model.ts +1 -0
- 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