@types/google-apps-script
Advanced tools
Comparing version 1.0.47 to 1.0.48
@@ -9,2 +9,15 @@ // Type definitions for Google Apps Script 2020-01-02 | ||
interface Console { | ||
error(): void; | ||
error(formatOrObject: object | string, ...values: any[]): void; | ||
info(): void; | ||
info(formatOrObject: object | string, ...values: any[]): void; | ||
log(): void; | ||
log(formatOrObject: object | string, ...values: any[]): void; | ||
time(label: string): void; | ||
timeEnd(label: string): void; | ||
warn(): void; | ||
warn(formatOrObject: object | string, ...values: any[]): void; | ||
} | ||
declare namespace GoogleAppsScript { | ||
@@ -310,14 +323,3 @@ namespace Base { | ||
*/ | ||
interface console { | ||
error(): void; | ||
error(formatOrObject: object | string, ...values: any[]): void; | ||
info(): void; | ||
info(formatOrObject: object | string, ...values: any[]): void; | ||
log(): void; | ||
log(formatOrObject: object | string, ...values: any[]): void; | ||
time(label: string): void; | ||
timeEnd(label: string): void; | ||
warn(): void; | ||
warn(formatOrObject: object | string, ...values: any[]): void; | ||
} | ||
/** | ||
@@ -514,3 +516,3 @@ * Apps Script has a non-standard Date Class | ||
declare var Session: GoogleAppsScript.Base.Session; | ||
declare var console: GoogleAppsScript.Base.console; | ||
declare var console: Console; | ||
@@ -517,0 +519,0 @@ // The name `Date` conflicts with lib.es5.d.ts. |
{ | ||
"name": "@types/google-apps-script", | ||
"version": "1.0.47", | ||
"version": "1.0.48", | ||
"description": "TypeScript definitions for google-apps-script", | ||
@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/google-apps-script", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "87b8d36928e2dab789df91267e00762a4855844d09d80694a600d739e895375f", | ||
"typeScriptVersion": "3.9" | ||
"typesPublisherContentHash": "32b40e627c750d1a154ced0964e0da4afefee0b616ae1b488d966ae8e1a7c70b", | ||
"typeScriptVersion": "4.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 02 May 2022 19:31:37 GMT | ||
* Last updated: Tue, 14 Jun 2022 08:01: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
1713438