bruce-models 7.0.2 → 7.0.4

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.
@@ -2720,6 +2720,8 @@
2720
2720
  EType["Entity"] = "Entity";
2721
2721
  // Url attribute.
2722
2722
  EType["Url"] = "Url";
2723
+ // Serial number that increments for each new entity/missing-attr-value.
2724
+ EType["Serial"] = "Serial";
2723
2725
  })(EType = EntityAttribute.EType || (EntityAttribute.EType = {}));
2724
2726
  /**
2725
2727
  * Describes url open behavior.
@@ -16700,7 +16702,7 @@
16700
16702
  }
16701
16703
 
16702
16704
  // This is updated with the package.json version on build.
16703
- const VERSION = "7.0.2";
16705
+ const VERSION = "7.0.4";
16704
16706
 
16705
16707
  exports.VERSION = VERSION;
16706
16708
  exports.AbstractApi = AbstractApi;