@hminnovations/graphql-types
Advanced tools
Comparing version 4.2.3 to 4.2.5
@@ -292,6 +292,2 @@ export declare type Maybe<T> = T | null; | ||
} | ||
export interface AnonymizeUserInput { | ||
email: string; | ||
deletedOn: string; | ||
} | ||
export interface PathInput { | ||
@@ -869,3 +865,2 @@ publicUri: string; | ||
creds: UserItemCreds; | ||
input: AnonymizeUserInput; | ||
} | ||
@@ -872,0 +867,0 @@ export interface UpdatePathProgressMutationArgs { |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "4.2.3", | ||
"version": "4.2.5", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "ddd40a13d21c2bebc5eec0b8121d1eaf14c8fcc4" | ||
"gitHead": "36e204a9b1d4e3f96544f06848b84a51e377b741" | ||
} |
Sorry, the diff of this file is not supported yet
30222
1006