@hminnovations/graphql-types
Advanced tools
Comparing version
@@ -354,2 +354,3 @@ export declare type Maybe<T> = T | null; | ||
donationHistory?: Maybe<Donation[]>; | ||
externalSurveyHistory?: Maybe<ExternalSurveySession[]>; | ||
} | ||
@@ -595,2 +596,12 @@ export interface PathProgress { | ||
} | ||
export interface ExternalSurveySession { | ||
id: string; | ||
score?: Maybe<ExternalSurveyScore>; | ||
startedAt: string; | ||
} | ||
export interface ExternalSurveyScore { | ||
rawScore: number; | ||
percentile: number; | ||
category?: Maybe<string>; | ||
} | ||
export interface InvitationCode { | ||
@@ -597,0 +608,0 @@ code: string; |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "3.11.2", | ||
"version": "3.11.3", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "58f0656908cb0156d2d848dc14ab6ebcb50c1de3" | ||
"gitHead": "53b5045daf748d177c7c083baab6740e452c8525" | ||
} |
26769
1.13%890
1.25%