@hminnovations/graphql-types
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -58,2 +58,3 @@ export declare type Maybe<T> = T | null; | ||
activityMetadatum?: Maybe<ActivityMetadatumInput[]>; | ||
premiumSubscription?: Maybe<PremiumSubscription>; | ||
} | ||
@@ -316,2 +317,3 @@ export interface PathProgressInput { | ||
migrationReceipts?: Maybe<MigrationReceipt[]>; | ||
premiumSubscription?: Maybe<PremiumSubscription>; | ||
} | ||
@@ -318,0 +320,0 @@ export interface PathProgress { |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "029020f582e897e47a507c70fb1e5c1e5a38c5ee" | ||
"gitHead": "b8e4675fc5793d0457c7f248122f8960eed1ef33" | ||
} |
Sorry, the diff of this file is not supported yet
24655
813