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