@types/google-apps-script
Advanced tools
Comparing version 0.0.60 to 0.0.61
@@ -31,3 +31,3 @@ // Type definitions for Google Apps Script 2019-09-11 | ||
export interface Cache { | ||
get(key: string): string; | ||
get(key: string): string | null; | ||
getAll(keys: string[]): { [key: string]: any }; | ||
@@ -53,5 +53,5 @@ put(key: string, value: string): void; | ||
export interface CacheService { | ||
getDocumentCache(): Cache; | ||
getScriptCache(): Cache; | ||
getUserCache(): Cache; | ||
getDocumentCache(): Cache | null; | ||
getScriptCache(): Cache | null; | ||
getUserCache(): Cache | null; | ||
} | ||
@@ -58,0 +58,0 @@ |
{ | ||
"name": "@types/google-apps-script", | ||
"version": "0.0.60", | ||
"version": "0.0.61", | ||
"description": "TypeScript definitions for google-apps-script", | ||
@@ -27,4 +27,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "c3384bd7c54aaa97a7564d2c8d698248f5966b982cf21afa5c0249849a74f2c4", | ||
"typesPublisherContentHash": "d9a8cf8d976fab343ae27427bfea12b5df7029ff356a58724b1c2fb6abb24233", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 18 Sep 2019 17:24:48 GMT | ||
* Last updated: Tue, 24 Sep 2019 18:13:02 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, ContactsApp, Content, ContentService, DataStudioApp, Date2, Dfareporting, DigestAlgorithm, Docs, DocumentApp, Drive, DriveActivity, DriveApp, FormApp, FusionTables, 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, UrlShortener, UserProperties, Utilities, XmlService, YouTube, YouTubeAnalytics, YoutubePartner, console |
Sorry, the diff of this file is too big to display
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
1574723
34652