@basis-theory/basis-theory-js
Advanced tools
Comparing version 4.4.0 to 4.5.0
{ | ||
"name": "@basis-theory/basis-theory-js", | ||
"version": "4.4.0", | ||
"version": "4.5.0", | ||
"repository": "https://github.com/Basis-Theory/basis-theory-js", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -13,3 +13,3 @@ import type { Auditable } from './shared'; | ||
interface TokenReport { | ||
metricsByType: Record<string, TokenTypeMetrics>; | ||
totalTokens: number; | ||
includedMonthlyActiveTokens: number; | ||
@@ -16,0 +16,0 @@ monthlyActiveTokens: number; |
174826