@hminnovations/graphql-types
Advanced tools
Comparing version 4.8.8 to 4.8.9
@@ -344,5 +344,9 @@ export declare type Maybe<T> = T | null; | ||
export interface AppStatsStateSummaryInput { | ||
generatedStats: GeneratedAppStatsInput; | ||
generatedStats: GeneratedAppStatsSummaryInput; | ||
actionHistoryCount: number; | ||
} | ||
export interface GeneratedAppStatsSummaryInput { | ||
appOpeningStreakCount: number; | ||
appUsageTime: number; | ||
} | ||
export interface PathProgressSummaryInput { | ||
@@ -888,5 +892,9 @@ currentActivityId?: Maybe<string>; | ||
export interface AppStatsStateSummary { | ||
generatedStats: GeneratedAppStats; | ||
generatedStats: GeneratedAppStatsSummary; | ||
actionHistoryCount: number; | ||
} | ||
export interface GeneratedAppStatsSummary { | ||
appOpeningStreakCount: number; | ||
appUsageTime: number; | ||
} | ||
export interface PathProgressSummary { | ||
@@ -893,0 +901,0 @@ currentActivityId?: Maybe<string>; |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "4.8.8", | ||
"version": "4.8.9", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "15fc754cbd654cbcf68f4389bbb77ef36b89624d" | ||
"gitHead": "d507b3ccc3be537f8a8099846eb9364f808df16c" | ||
} |
Sorry, the diff of this file is not supported yet
34758
1158