@types/google-apps-script
Advanced tools
Comparing version 1.0.25 to 1.0.26
@@ -74,2 +74,4 @@ // Type definitions for Google Apps Script 2020-01-02 | ||
createFolder(name: string): Folder; | ||
/** Creates a shortcut to the provided Drive item ID, and returns it. */ | ||
createShortcut(targetId: string): File; | ||
/** | ||
@@ -176,2 +178,3 @@ * Gets the file with the given ID. | ||
getSize(): Integer; | ||
getTargetId(): string | null; | ||
getThumbnail(): Base.Blob; | ||
@@ -187,2 +190,3 @@ getUrl(): string; | ||
makeCopy(name: string, destination: Folder): File; | ||
moveTo(destination: Folder): File; | ||
removeCommenter(emailAddress: string): File; | ||
@@ -189,0 +193,0 @@ removeCommenter(user: Base.User): File; |
{ | ||
"name": "@types/google-apps-script", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"description": "TypeScript definitions for google-apps-script", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "7b4cc6b6ec8ec3d73ab0618682ff2e5b01ea2b944087c7821d779adff0453cb5", | ||
"typesPublisherContentHash": "41504ad0754164860e3fa3e34e2c4d89b49e8a8af29466f3e5598c9d80c63771", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 17 Feb 2021 16:27:02 GMT | ||
* Last updated: Mon, 22 Feb 2021 00:40:33 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `AdminDirectory`, `AdminGroupsMigration`, `AdminGroupsSettings`, `AdminLicenseManager`, `AdminReports`, `AdminReseller`, `Adsense`, `Analytics`, `Analyticsreporting`, `Appsactivity`, `Bigquery`, `Browser`, `CacheService`, `Calendar`, `CalendarApp`, `CardService`, `Charset`, `Charts`, `Classroom`, `ConferenceDataService`, `ContactsApp`, `Content`, `ContentService`, `DataStudioApp`, `Date2`, `Dfareporting`, `DigestAlgorithm`, `Docs`, `DocumentApp`, `Drive`, `DriveActivity`, `DriveApp`, `FormApp`, `Gmail`, `GmailApp`, `GoogleAppsScript`, `GroupsApp`, `HtmlService`, `Jdbc`, `LanguageApp`, `LinearOptimizationService`, `LockService`, `Logger`, `MacAlgorithm`, `MailApp`, `Maps`, `Mirror`, `People`, `PropertiesService`, `RsaAlgorithm`, `ScriptApp`, `ScriptProperties`, `Session`, `Sheets`, `SitesApp`, `Slides`, `SlidesApp`, `SpreadsheetApp`, `TagManager`, `Tasks`, `UrlFetchApp`, `UserProperties`, `Utilities`, `XmlService`, `YouTube`, `YouTubeAnalytics`, `YoutubePartner`, `console` |
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
1572345
34428