@parra/parra-js-sdk 0.3.442 → 0.3.443
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/ParraAPI.d.ts +2 -2
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -4042,8 +4042,8 @@ export interface TenantUserMetricsQuery {
|
|
4042
4042
|
metric: TenantUserMetricType;
|
4043
4043
|
}
|
4044
4044
|
export interface TenantUserMetricsData {
|
4045
|
-
date
|
4046
|
-
value
|
4045
|
+
date: string;
|
4046
|
+
value: number;
|
4047
4047
|
}
|
4048
4048
|
export interface TenantUserMetrics {
|
4049
4049
|
message?: string | null;
|