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.d.cts CHANGED
@@ -110,7 +110,9 @@ declare enum Measure {
110
110
  REQUEST_COUNT = "Request Count",
111
111
  TOTAL_COST = "Total Cost",
112
112
  VIOLATIONS = "Violations",
113
- TOTAL_TOKENS = "Total Tokens"
113
+ TOTAL_TOKENS = "Total Tokens",
114
+ AUDIO_DURATION = "Audio Duration",
115
+ CHARACTER_COUNT = "Character Count"
114
116
  }
115
117
  declare enum Aggregation {
116
118
  AVERAGE = "Average",
package/dist/index.d.ts CHANGED
@@ -110,7 +110,9 @@ declare enum Measure {
110
110
  REQUEST_COUNT = "Request Count",
111
111
  TOTAL_COST = "Total Cost",
112
112
  VIOLATIONS = "Violations",
113
- TOTAL_TOKENS = "Total Tokens"
113
+ TOTAL_TOKENS = "Total Tokens",
114
+ AUDIO_DURATION = "Audio Duration",
115
+ CHARACTER_COUNT = "Character Count"
114
116
  }
115
117
  declare enum Aggregation {
116
118
  AVERAGE = "Average",
package/dist/index.js CHANGED
@@ -350,6 +350,8 @@ var Measure = /* @__PURE__ */ ((Measure2) => {
350
350
  Measure2["TOTAL_COST"] = "Total Cost";
351
351
  Measure2["VIOLATIONS"] = "Violations";
352
352
  Measure2["TOTAL_TOKENS"] = "Total Tokens";
353
+ Measure2["AUDIO_DURATION"] = "Audio Duration";
354
+ Measure2["CHARACTER_COUNT"] = "Character Count";
353
355
  return Measure2;
354
356
  })(Measure || {});
355
357
  var Aggregation = /* @__PURE__ */ ((Aggregation2) => {