@hminnovations/graphql-types
Advanced tools
Comparing version 3.4.1 to 3.5.0
@@ -146,2 +146,3 @@ export declare type Maybe<T> = T | null; | ||
participantId?: Maybe<string>; | ||
remindersEnabled?: Maybe<boolean>; | ||
} | ||
@@ -455,2 +456,3 @@ export interface GeneratedLearnStatsInput { | ||
participantId?: Maybe<string>; | ||
remindersEnabled?: Maybe<boolean>; | ||
} | ||
@@ -457,0 +459,0 @@ export interface UsageStats { |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "3.4.1", | ||
"version": "3.5.0", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "c315768ad3e9b1012e55890127723e19e6a95c71" | ||
"gitHead": "ef070de3713b99a6e4bb28857f5df1bbcf074e3a" | ||
} |
Sorry, the diff of this file is not supported yet
25872
854