netra-sdk 1.0.4 → 1.0.5

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/index.cjs CHANGED
@@ -18515,6 +18515,8 @@ var Measure = /* @__PURE__ */ ((Measure2) => {
18515
18515
  Measure2["TOTAL_COST"] = "Total Cost";
18516
18516
  Measure2["VIOLATIONS"] = "Violations";
18517
18517
  Measure2["TOTAL_TOKENS"] = "Total Tokens";
18518
+ Measure2["AUDIO_DURATION"] = "Audio Duration";
18519
+ Measure2["CHARACTER_COUNT"] = "Character Count";
18518
18520
  return Measure2;
18519
18521
  })(Measure || {});
18520
18522
  var Aggregation = /* @__PURE__ */ ((Aggregation2) => {