@types/google-apps-script
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -55,3 +55,3 @@ // Type definitions for Google Apps Script 2019-04-02 | ||
interface FormsOnSubmit extends AppsScriptEvent { | ||
interface SheetsOnFormSubmit extends AppsScriptEvent { | ||
namedValues: { [key: string]: string[]; }; | ||
@@ -74,2 +74,7 @@ range: Spreadsheet.Range; | ||
interface FormsOnFormSubmit extends AppsScriptEvent { | ||
response: Forms.FormResponse; | ||
source: Forms.Form; | ||
} | ||
// TODO: Is there a `user` attribute? | ||
@@ -76,0 +81,0 @@ interface CalendarEventUpdated extends AppsScriptEvent { |
{ | ||
"name": "@types/google-apps-script", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "TypeScript definitions for google-apps-script", | ||
@@ -27,4 +27,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "5aaada55706d224f058322d662f32088480dd02a90478894f4249048d8f8fa45", | ||
"typesPublisherContentHash": "d79151648f84f9f21d81423322e9ffeb5533f93c3f06dda4dc10f37ff4b5d9e9", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 18 Nov 2019 20:48:08 GMT | ||
* Last updated: Tue, 19 Nov 2019 23:55:42 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` |
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
1552419
34510