Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hminnovations/graphql-types

Package Overview
Dependencies
Maintainers
0
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hminnovations/graphql-types - npm Package Compare versions

Comparing version 4.8.5 to 4.8.6

32

lib/index.d.ts

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc