@types/google-apps-script
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -50,3 +50,3 @@ // Type definitions for Google Apps Script 2019-11-06 | ||
*/ | ||
interface Cdata { | ||
interface Cdata extends Content { | ||
append(text: string): Text; | ||
@@ -62,3 +62,3 @@ detach(): Content; | ||
*/ | ||
interface Comment { | ||
interface Comment extends Content { | ||
detach(): Content; | ||
@@ -110,3 +110,3 @@ getParentElement(): Element; | ||
*/ | ||
interface DocType { | ||
interface DocType extends Content { | ||
detach(): Content; | ||
@@ -166,3 +166,3 @@ getElementName(): string; | ||
*/ | ||
interface Element { | ||
interface Element extends Content { | ||
addContent(content: Content): Element; | ||
@@ -212,3 +212,3 @@ addContent(index: Integer, content: Content): Element; | ||
*/ | ||
interface EntityRef { | ||
interface EntityRef extends Content { | ||
detach(): Content; | ||
@@ -257,3 +257,3 @@ getName(): string; | ||
*/ | ||
interface ProcessingInstruction { | ||
interface ProcessingInstruction extends Content { | ||
detach(): Content; | ||
@@ -268,3 +268,3 @@ getData(): string; | ||
*/ | ||
interface Text { | ||
interface Text extends Content { | ||
append(text: string): Text; | ||
@@ -271,0 +271,0 @@ detach(): Content; |
{ | ||
"name": "@types/google-apps-script", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "TypeScript definitions for google-apps-script", | ||
@@ -27,4 +27,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "c3da35127b7844b73a3f7bb9b63783b7a5235a8ac7796f26466d30f24d62d8bd", | ||
"typesPublisherContentHash": "dc8c2a1f97d949cf8ff24322e3f72e168b6eece6541aa95ba9b61c20ac624e62", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 12 Nov 2019 19:09:04 GMT | ||
* Last updated: Mon, 18 Nov 2019 20:42:46 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
1552234