@hminnovations/graphql-types
Advanced tools
Comparing version 3.11.8 to 3.11.9
@@ -38,2 +38,3 @@ export declare type Maybe<T> = T | null; | ||
t1SurveyURL?: Maybe<string>; | ||
t2SurveyURL?: Maybe<string>; | ||
} | ||
@@ -337,2 +338,3 @@ export interface CreateInvitationCodeInput { | ||
t1SurveyURL?: Maybe<string>; | ||
t2SurveyURL?: Maybe<string>; | ||
} | ||
@@ -339,0 +341,0 @@ export interface BaseUser { |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "3.11.8", | ||
"version": "3.11.9", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "95114fede11d2d6ea03f2d5f86c453fce5798fc0" | ||
"gitHead": "a1be9114bae7fe4c067b0ced90b1b2ab04d668cb" | ||
} |
Sorry, the diff of this file is not supported yet
26990
896