@hminnovations/graphql-types
Advanced tools
Comparing version 0.7.9 to 0.7.13
@@ -81,6 +81,7 @@ export declare type Maybe<T> = T | null; | ||
osVersion: string; | ||
make: string; | ||
make?: Maybe<string>; | ||
model: string; | ||
buildNumber: string; | ||
version: string; | ||
locale?: Maybe<string>; | ||
} | ||
@@ -350,6 +351,7 @@ export interface ArrowTestSessionInput { | ||
osVersion: string; | ||
make: string; | ||
make?: Maybe<string>; | ||
model: string; | ||
buildNumber: string; | ||
version: string; | ||
locale?: Maybe<string>; | ||
} | ||
@@ -356,0 +358,0 @@ export interface BreathCountSession extends Subscribable { |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "0.7.9", | ||
"version": "0.7.13", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "a3d183f299309c49b32e0e8d7da21ff2c028cb64" | ||
"gitHead": "ea7fa4abf17a8ca385535331d06bd3dd7362f2a6" | ||
} |
Sorry, the diff of this file is not supported yet
24880
819