@parra/parra-js-sdk 0.2.78 → 0.2.79

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.
@@ -177,6 +177,7 @@ export interface Tenant {
177
177
  is_test: boolean;
178
178
  parent_tenant_id?: string | null;
179
179
  entitlements?: Array<Entitlement> | null;
180
+ metrics?: TenantMetrics | null;
180
181
  }
181
182
  export declare type TenantListResponse = Array<Tenant>;
182
183
  export interface TenantCollectionResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.2.78",
3
+ "version": "0.2.79",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",