quip-apps-api
Advanced tools
Comparing version 0.1.2-alpha.8 to 0.1.2-alpha.9
@@ -7,4 +7,6 @@ import Client from "./client"; | ||
constructor(client: Client, authConfig: Object); | ||
login(params: Object): Promise<boolean>; | ||
login(params?: { | ||
[name: string]: string; | ||
}): Promise<boolean>; | ||
} | ||
//# sourceMappingURL=auth.d.ts.map |
@@ -12,3 +12,5 @@ import Auth from "./auth"; | ||
isLoggedIn(): boolean; | ||
login(params: Object): Promise<boolean>; | ||
login(params?: { | ||
[name: string]: string; | ||
}): Promise<boolean>; | ||
logout(): Promise<HttpResponse>; | ||
@@ -15,0 +17,0 @@ request<T = Object>(params: Object): Promise<HttpResponse<T>>; |
{ | ||
"name": "quip-apps-api", | ||
"version": "0.1.2-alpha.8", | ||
"version": "0.1.2-alpha.9", | ||
"description": "Quip Live Apps API", | ||
@@ -41,3 +41,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "b9e0cba54c977ad44626280f093264c374245893" | ||
"gitHead": "f21a45b09c21864112a71e2b5b6b11fb6193e024" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
152533
2335