@hminnovations/graphql-types
Advanced tools
Comparing version 4.6.1 to 4.6.3
@@ -24,3 +24,3 @@ export declare type Maybe<T> = T | null; | ||
export interface IdentityInput { | ||
participantId?: Maybe<string>; | ||
participantId: string; | ||
cognitoId?: Maybe<string>; | ||
@@ -152,3 +152,3 @@ inviteCode?: Maybe<string>; | ||
name?: Maybe<string>; | ||
participantId?: Maybe<string>; | ||
participantId: string; | ||
remindersEnabled?: Maybe<boolean>; | ||
@@ -362,3 +362,3 @@ role?: Maybe<string>; | ||
startDate?: Maybe<string>; | ||
participantId?: Maybe<string>; | ||
participantId: string; | ||
role?: Maybe<string>; | ||
@@ -548,3 +548,3 @@ } | ||
name?: Maybe<string>; | ||
participantId?: Maybe<string>; | ||
participantId: string; | ||
remindersEnabled?: Maybe<boolean>; | ||
@@ -551,0 +551,0 @@ role?: Maybe<string>; |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "4.6.1", | ||
"version": "4.6.3", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "62f0930438d398f39360702d9e8a24b54d99f3d3" | ||
"gitHead": "38f2b28df6acc537a4b1311c0d3a548d9708eea3" | ||
} |
31056