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
115
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.8 to 4.8.9

12

lib/index.d.ts

@@ -344,5 +344,9 @@ export declare type Maybe<T> = T | null;

export interface AppStatsStateSummaryInput {
generatedStats: GeneratedAppStatsInput;
generatedStats: GeneratedAppStatsSummaryInput;
actionHistoryCount: number;
}
export interface GeneratedAppStatsSummaryInput {
appOpeningStreakCount: number;
appUsageTime: number;
}
export interface PathProgressSummaryInput {

@@ -888,5 +892,9 @@ currentActivityId?: Maybe<string>;

export interface AppStatsStateSummary {
generatedStats: GeneratedAppStats;
generatedStats: GeneratedAppStatsSummary;
actionHistoryCount: number;
}
export interface GeneratedAppStatsSummary {
appOpeningStreakCount: number;
appUsageTime: number;
}
export interface PathProgressSummary {

@@ -893,0 +901,0 @@ currentActivityId?: Maybe<string>;

4

package.json
{
"name": "@hminnovations/graphql-types",
"version": "4.8.8",
"version": "4.8.9",
"scripts": {

@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc",

"license": "None",
"gitHead": "15fc754cbd654cbcf68f4389bbb77ef36b89624d"
"gitHead": "d507b3ccc3be537f8a8099846eb9364f808df16c"
}

Sorry, the diff of this file is not supported yet

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