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 +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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) => {
|