@gliff-ai/manage
Advanced tools
Comparing version 0.2.34 to 0.2.37
@@ -11,2 +11,3 @@ import { Method } from "axios"; | ||
createProject: APIRoute | ServiceFunction; | ||
inviteToProject: APIRoute | ServiceFunction; | ||
} | ||
@@ -13,0 +14,0 @@ declare type ServiceFunctions = { |
import { ReactElement } from "react"; | ||
import { User } from "@/interfaces"; | ||
interface Props { | ||
children: ReactElement; | ||
} | ||
interface User { | ||
email: string; | ||
accessToken: string; | ||
} | ||
interface Context { | ||
user: User; | ||
saveUser: (email: string, accessToken: string) => void; | ||
saveUser: (email: string, authToken: string) => void; | ||
} | ||
@@ -13,0 +10,0 @@ export declare const useAuth: () => Context; |
@@ -6,3 +6,3 @@ /// <reference types="react" /> | ||
email: string; | ||
accessToken: string; | ||
authToken: string; | ||
}; | ||
@@ -22,1 +22,2 @@ declare const defaultServices: Services; | ||
} | ||
export { Services }; |
{ | ||
"name": "@gliff-ai/manage", | ||
"version": "0.2.34", | ||
"version": "0.2.37", | ||
"description": "gliff.ai MANAGE", | ||
@@ -11,2 +11,3 @@ "repository": "git://github.com/gliff-ai/manage.git", | ||
"scripts": { | ||
"build:package": "npm run prepublishOnly", | ||
"build": "webpack --progress --config webpack.config.js", | ||
@@ -13,0 +14,0 @@ "format": "npx --no-install prettier --write src/*", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
285506
14
3078