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

@hminnovations/graphql-types

Package Overview
Dependencies
Maintainers
3
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.6.3 to 4.6.4

8

lib/index.d.ts

@@ -24,3 +24,3 @@ export declare type Maybe<T> = T | null;

export interface IdentityInput {
participantId: string;
participantId?: Maybe<string>;
cognitoId?: Maybe<string>;

@@ -152,3 +152,3 @@ inviteCode?: Maybe<string>;

name?: Maybe<string>;
participantId: string;
participantId?: Maybe<string>;
remindersEnabled?: Maybe<boolean>;

@@ -362,3 +362,3 @@ role?: Maybe<string>;

startDate?: Maybe<string>;
participantId: string;
participantId?: Maybe<string>;
role?: Maybe<string>;

@@ -548,3 +548,3 @@ }

name?: Maybe<string>;
participantId: string;
participantId?: Maybe<string>;
remindersEnabled?: Maybe<boolean>;

@@ -551,0 +551,0 @@ role?: Maybe<string>;

{
"name": "@hminnovations/graphql-types",
"version": "4.6.3",
"version": "4.6.4",
"scripts": {

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

"license": "None",
"gitHead": "38f2b28df6acc537a4b1311c0d3a548d9708eea3"
"gitHead": "896258b112a577788e5d870c2211cb82e2d257a1"
}
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