@hminnovations/graphql-types
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -243,2 +243,3 @@ export declare type Maybe<T> = T | null; | ||
export interface DonationInput { | ||
donationId: string; | ||
donatedOn: string; | ||
@@ -558,2 +559,3 @@ method: string; | ||
userId: string; | ||
donationId: string; | ||
donatedOn: string; | ||
@@ -560,0 +562,0 @@ donationActivity: string; |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "b7a86c5b8c42a049657b6710ce090d592c000fc4" | ||
"gitHead": "ab019a0a0877dcd43e1e2203e2b2a9d356027053" | ||
} |
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
25654
848