@hminnovations/graphql-types
Advanced tools
Comparing version 3.3.1 to 3.4.0
@@ -24,2 +24,3 @@ export declare type Maybe<T> = T | null; | ||
export interface IdentityInput { | ||
participantId?: Maybe<string>; | ||
cognitoId?: Maybe<string>; | ||
@@ -44,2 +45,3 @@ inviteCode?: Maybe<string>; | ||
export interface UserInput { | ||
participantId?: Maybe<string>; | ||
pathProgress?: Maybe<PathProgressInput>; | ||
@@ -304,2 +306,3 @@ breathCountHistory?: Maybe<BreathCountSessionInput[]>; | ||
startDate?: Maybe<string>; | ||
participantId?: Maybe<string>; | ||
} | ||
@@ -306,0 +309,0 @@ export interface Cohort { |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "3.3.1", | ||
"version": "3.4.0", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "ab019a0a0877dcd43e1e2203e2b2a9d356027053" | ||
"gitHead": "b95c50d6fbc1906bf2740dc68f529ad708ed8cd5" | ||
} |
Sorry, the diff of this file is not supported yet
25759
851