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

@hminnovations/graphql-types

Package Overview
Dependencies
Maintainers
4
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 0.6.6 to 0.7.0

11

lib/index.d.ts

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

}
export interface PremiumSubscriptionInput {
productId: string;
createdOn: string;
txReceipt: string;
}
export interface LearnStatsStateInput {

@@ -637,2 +642,8 @@ generatedStats: GeneratedLearnStatsInput;

}
export interface PremiumSubscription {
userId: string;
productId: string;
createdOn: string;
txReceipt: string;
}
export interface GetIdentityQueryArgs {

@@ -639,0 +650,0 @@ creds: IdentityCreds;

4

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

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

"license": "None",
"gitHead": "c8ea8790057452b75ec75885d7b36782471b2212"
"gitHead": "d399992e9bce6811030028edbc1dba72a42aa6c5"
}

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