@types/google-apps-script
Advanced tools
Comparing version
@@ -44,3 +44,12 @@ // Type definitions for Google Apps Script 2019-04-02 | ||
enum SheetsOnChangeChangeType { EDIT, INSERT_ROW, INSERT_COLUMN, REMOVE_ROW, REMOVE_COLUMN, INSERT_GRID, REMOVE_GRID, FORMAT, OTHER } | ||
type SheetsOnChangeChangeType = | ||
| 'EDIT' | ||
| 'INSERT_ROW' | ||
| 'INSERT_COLUMN' | ||
| 'REMOVE_ROW' | ||
| 'REMOVE_COLUMN' | ||
| 'INSERT_GRID' | ||
| 'REMOVE_GRID' | ||
| 'FORMAT' | ||
| 'OTHER'; | ||
interface SheetsOnChange extends AppsScriptEvent { | ||
@@ -47,0 +56,0 @@ changeType: SheetsOnChangeChangeType; |
{ | ||
"name": "@types/google-apps-script", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "TypeScript definitions for google-apps-script", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "5067c43e9abd8dbf25476e458e6ab75a6729f5ab40226313bd0e302d9313aed4", | ||
"typeScriptVersion": "2.9" | ||
"typesPublisherContentHash": "90724fb9bb817b96817c71a202014cea54d425a403c3ca91a7e096be341cafb4", | ||
"typeScriptVersion": "3.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 04 May 2020 17:01:34 GMT | ||
* Last updated: Tue, 01 Sep 2020 16:23:37 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` |
Sorry, the diff of this file is too big to display
1558794
0.01%34611
0.03%