@hminnovations/graphql-types
Advanced tools
Comparing version 4.8.5 to 4.8.6
@@ -323,3 +323,3 @@ export declare type Maybe<T> = T | null; | ||
export interface PullSummaryInput { | ||
usageStats?: Maybe<UsageStatsInput>; | ||
usageStats?: Maybe<UsageStatsSummaryInput>; | ||
pathProgress?: Maybe<PathProgressSummaryInput>; | ||
@@ -331,7 +331,18 @@ surveyHistoryCount?: Maybe<number>; | ||
} | ||
export interface UsageStatsInput { | ||
learn: LearnStatsStateInput; | ||
practice: PracticeStatsStateInput; | ||
app: AppStatsStateInput; | ||
export interface UsageStatsSummaryInput { | ||
learn: LearnStatsState; | ||
practice: PracticeStatsState; | ||
app: AppStatsState; | ||
} | ||
export interface PathProgressSummaryInput { | ||
currentActivityId?: Maybe<string>; | ||
cohortName: string; | ||
mostRecentlyCompletedActivityId?: Maybe<string>; | ||
activityMetadataCount: number; | ||
} | ||
export interface PathInput { | ||
publicUri: string; | ||
definitionUri: string; | ||
notes?: Maybe<string>; | ||
} | ||
export interface LearnStatsStateInput { | ||
@@ -349,13 +360,2 @@ generatedStats: GeneratedLearnStatsInput; | ||
} | ||
export interface PathProgressSummaryInput { | ||
currentActivityId?: Maybe<string>; | ||
cohortName: string; | ||
mostRecentlyCompletedActivityId?: Maybe<string>; | ||
activityMetadataCount: number; | ||
} | ||
export interface PathInput { | ||
publicUri: string; | ||
definitionUri: string; | ||
notes?: Maybe<string>; | ||
} | ||
export declare enum CohortStatus { | ||
@@ -362,0 +362,0 @@ Active = "ACTIVE", |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "4.8.5", | ||
"version": "4.8.6", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "0062439d4bcc7e7d1589ddeb45dbfae0b2a57db6" | ||
"gitHead": "3cfd993467fa6409f3693764e16aea88a4797408" | ||
} |
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
33570