@hminnovations/graphql-types
Advanced tools
Comparing version 0.6.6 to 0.7.0
@@ -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; |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24205
802