@hminnovations/graphql-types
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -592,3 +592,3 @@ export declare type Maybe<T> = T | null; | ||
updateUserPremiumSubscription?: Maybe<PremiumSubscription>; | ||
updateUserDonationHistory?: Maybe<(Maybe<Donation>)[]>; | ||
updateUserDonationHistory: DonationOutput; | ||
} | ||
@@ -647,2 +647,5 @@ export interface PathProgressOutput extends Subscribable { | ||
} | ||
export interface DonationOutput { | ||
donationHistory: Donation[]; | ||
} | ||
export interface Subscription { | ||
@@ -649,0 +652,0 @@ newPathProgress?: Maybe<PathProgressOutput>; |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "7d551f5c14bee96d200ba8629caf2e2f9701eb4e" | ||
"gitHead": "c868194076f12c2d17680d7bee702427d72e71aa" | ||
} |
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
25410
840