@hminnovations/graphql-types
Advanced tools
Comparing version 4.6.3 to 4.6.4
@@ -24,3 +24,3 @@ export declare type Maybe<T> = T | null; | ||
export interface IdentityInput { | ||
participantId: string; | ||
participantId?: Maybe<string>; | ||
cognitoId?: Maybe<string>; | ||
@@ -152,3 +152,3 @@ inviteCode?: Maybe<string>; | ||
name?: Maybe<string>; | ||
participantId: string; | ||
participantId?: Maybe<string>; | ||
remindersEnabled?: Maybe<boolean>; | ||
@@ -362,3 +362,3 @@ role?: Maybe<string>; | ||
startDate?: Maybe<string>; | ||
participantId: string; | ||
participantId?: Maybe<string>; | ||
role?: Maybe<string>; | ||
@@ -548,3 +548,3 @@ } | ||
name?: Maybe<string>; | ||
participantId: string; | ||
participantId?: Maybe<string>; | ||
remindersEnabled?: Maybe<boolean>; | ||
@@ -551,0 +551,0 @@ role?: Maybe<string>; |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "4.6.3", | ||
"version": "4.6.4", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "38f2b28df6acc537a4b1311c0d3a548d9708eea3" | ||
"gitHead": "896258b112a577788e5d870c2211cb82e2d257a1" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31088