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