@types/google.picker
Advanced tools
Comparing version 0.0.33 to 0.0.34
@@ -89,2 +89,3 @@ // Type definitions for Google Picker API | ||
setVisible(visible:boolean):Picker; | ||
dispose():void; | ||
} | ||
@@ -132,2 +133,5 @@ | ||
setEnableTeamDrives(enabled:boolean):DocsView; | ||
// Set the MIME types which will be included in the view. Use commas to separate MIME types if more than one is required. | ||
setMimeTypes(mimeTypes:string):DocsView; | ||
} | ||
@@ -134,0 +138,0 @@ |
{ | ||
"name": "@types/google.picker", | ||
"version": "0.0.33", | ||
"version": "0.0.34", | ||
"description": "TypeScript definitions for Google Picker API", | ||
@@ -14,10 +14,12 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/google.picker" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "3fbb534a37cb95668d52d538f6af6da79d4a4f843a5c051fde1085a71feb2ace", | ||
"typesPublisherContentHash": "5b15cc60ab46cc0dcda39ed45b49c0c9dc9c60cc825a202016ea40b5d330e4eb", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 06 Aug 2018 21:55:25 GMT | ||
* Last updated: Tue, 03 Sep 2019 20:26:40 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: google |
Sorry, the diff of this file is not supported yet
11777
189