New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hminnovations/graphql-types

Package Overview
Dependencies
Maintainers
3
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.5.8 to 4.6.0

12

lib/index.d.ts

@@ -248,2 +248,4 @@ export declare type Maybe<T> = T | null;

notCompleted?: Maybe<boolean>;
transcriptActions?: Maybe<TranscriptActionsMetadataInput[]>;
finishAndCloseButton?: Maybe<string>;
}

@@ -260,2 +262,6 @@ export interface PracticeOptionMetadataInput {

}
export interface TranscriptActionsMetadataInput {
action: string;
timestamp: string;
}
export interface PremiumSubscriptionInput {

@@ -431,2 +437,4 @@ productId: string;

notCompleted?: Maybe<boolean>;
transcriptActions?: Maybe<TranscriptActionsMetadata[]>;
finishAndCloseButton?: Maybe<string>;
}

@@ -453,2 +461,6 @@ export interface PracticeOptionMetadata {

}
export interface TranscriptActionsMetadata {
action: string;
timestamp: string;
}
export interface BreathCountSession extends Subscribable {

@@ -455,0 +467,0 @@ subscriptionToken?: Maybe<string>;

4

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

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

"license": "None",
"gitHead": "2fe703ba39894d5721524b702ddebab4f2fa4e57"
"gitHead": "4a09b6bc3c42747ca55836f688372f01c15abbab"
}

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