@types/google-apps-script
Advanced tools
Comparing version 1.0.36 to 1.0.37
@@ -26,7 +26,7 @@ // Type definitions for Google Apps Script 2019-04-02 | ||
interface AppsScriptHttpRequestEvent { | ||
parameter: object; | ||
parameter: { [key: string]: string }; | ||
contextPath: string; | ||
contentLength: number; | ||
queryString: string; | ||
parameters: object; | ||
parameters: { [key: string]: string[] }; | ||
} | ||
@@ -33,0 +33,0 @@ |
{ | ||
"name": "@types/google-apps-script", | ||
"version": "1.0.36", | ||
"version": "1.0.37", | ||
"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": "68efaddc147851372403b786cccbe6d0b528dc856f5a72c69a2ba20e4cc6d751", | ||
"typesPublisherContentHash": "2cb76daa8c122efdc1ea6672ee239555dae2863e205af103b515170cd6529d00", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 12:02:22 GMT | ||
* Last updated: Wed, 21 Jul 2021 15:01:18 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
1701749