@hminnovations/graphql-types
Advanced tools
Comparing version 4.3.3 to 4.3.4
@@ -68,5 +68,2 @@ export declare type Maybe<T> = T | null; | ||
} | ||
export interface AnonymizeUserInput { | ||
adminAction?: Maybe<Boolean>; | ||
} | ||
export interface PathProgressInput { | ||
@@ -296,2 +293,5 @@ currentActivityId?: Maybe<string>; | ||
} | ||
export interface AnonymizeUserInput { | ||
adminAction?: Maybe<boolean>; | ||
} | ||
export interface PathInput { | ||
@@ -298,0 +298,0 @@ publicUri: string; |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "4.3.3", | ||
"version": "4.3.4", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "b1dafe2bdbb6678c7dab6b3c9716bb29f6d9f07e" | ||
"gitHead": "4b82c25fd2083d17f1fac488fba7f05678cc7b6b" | ||
} |