@types/google.picker
Advanced tools
Comparing version 0.0.34 to 0.0.35
@@ -130,4 +130,4 @@ // Type definitions for Google Picker API | ||
// Allows the user to select folders from Team Drives. | ||
setEnableTeamDrives(enabled:boolean):DocsView; | ||
// Allows the user to select folders from Shared Drives. | ||
setEnableDrives(enabled:boolean):DocsView; | ||
@@ -161,4 +161,4 @@ // Set the MIME types which will be included in the view. Use commas to separate MIME types if more than one is required. | ||
// Whether Team Drive items should be included in results. | ||
SUPPORT_TEAM_DRIVES: string; | ||
// Whether Shared Drive items should be included in results. | ||
SUPPORT_DRIVES: string; | ||
}; | ||
@@ -165,0 +165,0 @@ |
{ | ||
"name": "@types/google.picker", | ||
"version": "0.0.34", | ||
"version": "0.0.35", | ||
"description": "TypeScript definitions for Google Picker API", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -23,4 +23,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "5b15cc60ab46cc0dcda39ed45b49c0c9dc9c60cc825a202016ea40b5d330e4eb", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "8e34921dd68e3edb92bc5acd7b3377883aedc9415cd31af89fd19057e56b1907", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/google.picker | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/google.picker. | ||
Additional Details | ||
* Last updated: Tue, 03 Sep 2019 20:26:40 GMT | ||
### Additional Details | ||
* Last updated: Mon, 15 Mar 2021 18:54:33 GMT | ||
* Dependencies: none | ||
* Global values: google | ||
* Global values: `google` | ||
# Credits | ||
These definitions were written by grapswiz <https://github.com/grapswiz>. | ||
These definitions were written by [grapswiz](https://github.com/grapswiz). |
Sorry, the diff of this file is not supported yet
11743