@quesmed/types 2.6.191 → 2.6.192

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.
@@ -15,7 +15,7 @@ export interface IUcatAnalytics {
15
15
  avgScore: number;
16
16
  stats: IUcatAnalytics[];
17
17
  }
18
- export type IUcatAnalyticsData = RestrictedData<IUcatAnalytics, 'ucatAnalytics'>;
18
+ export type IUcatAnalyticsData = RestrictedData<IUcatAnalytics[], 'ucatAnalytics'>;
19
19
  export declare const UCAT_ANALYTICS: import("@apollo/client").DocumentNode;
20
20
  export type IUcatThemeAnalyticsVar = {
21
21
  updatedAt?: Date | number;
@@ -15,7 +15,7 @@ export interface IUcatAnalytics {
15
15
  avgScore: number;
16
16
  stats: IUcatAnalytics[];
17
17
  }
18
- export type IUcatAnalyticsData = RestrictedData<IUcatAnalytics, 'ucatAnalytics'>;
18
+ export type IUcatAnalyticsData = RestrictedData<IUcatAnalytics[], 'ucatAnalytics'>;
19
19
  export declare const UCAT_ANALYTICS: import("@apollo/client").DocumentNode;
20
20
  export type IUcatThemeAnalyticsVar = {
21
21
  updatedAt?: Date | number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.191",
3
+ "version": "2.6.192",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",