@hminnovations/graphql-types
Advanced tools
Comparing version 4.2.5 to 4.3.3
@@ -68,2 +68,5 @@ export declare type Maybe<T> = T | null; | ||
} | ||
export interface AnonymizeUserInput { | ||
adminAction?: Maybe<Boolean>; | ||
} | ||
export interface PathProgressInput { | ||
@@ -865,2 +868,3 @@ currentActivityId?: Maybe<string>; | ||
creds: UserItemCreds; | ||
input: AnonymizeUserInput; | ||
} | ||
@@ -867,0 +871,0 @@ export interface UpdatePathProgressMutationArgs { |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "4.2.5", | ||
"version": "4.3.3", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "36e204a9b1d4e3f96544f06848b84a51e377b741" | ||
"gitHead": "b1dafe2bdbb6678c7dab6b3c9716bb29f6d9f07e" | ||
} |
Sorry, the diff of this file is not supported yet
30327
1010