@types/google-apps-script
Advanced tools
Comparing version 1.0.42 to 1.0.43
@@ -286,2 +286,6 @@ // Type definitions for Google Apps Script 2021-01-24 | ||
newDriveItemsSelectedActionResponseBuilder(): DriveItemsSelectedActionResponseBuilder; | ||
/** | ||
* Creates a new EditorFileScopeActionResponseBuilder. | ||
*/ | ||
newEditorFileScopeActionResponseBuilder(): EditorFileScopeActionResponseBuilder; | ||
newFixedFooter(): FixedFooter; | ||
@@ -1075,2 +1079,25 @@ newIconImage(): IconImage; | ||
/** | ||
* Makes changes to an Editor, such as Google Docs, Sheets, or Slides in reaction to an action taken in the UI. | ||
*/ | ||
interface EditorFileScopeActionResponse { | ||
/** | ||
* Prints the JSON representation of this object. | ||
*/ | ||
printJson(): string; | ||
} | ||
/** | ||
* A builder for EditorFileScopeActionResponse objects. | ||
*/ | ||
interface EditorFileScopeActionResponseBuilder { | ||
/** | ||
* Builds the current Editor action response. | ||
*/ | ||
build(): EditorFileScopeActionResponse; | ||
/** | ||
* Requests the drive.file scope for the current active Editor document. | ||
*/ | ||
requestFileScopeForActiveDocument(): EditorFileScopeActionResponseBuilder; | ||
} | ||
/** | ||
* An enum value that specifies the type of an UpdateDraftBodyAction. | ||
@@ -1077,0 +1104,0 @@ */ |
{ | ||
"name": "@types/google-apps-script", | ||
"version": "1.0.42", | ||
"version": "1.0.43", | ||
"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": "2f201521a72c315852f76e8ec990e93642d4db1975e353489007e799896c177f", | ||
"typesPublisherContentHash": "5bec027e78fca3b7645f441e202d8ff759745bf6ba183065881a1a2c26bea03d", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 05 Jan 2022 17:31:31 GMT | ||
* Last updated: Sat, 08 Jan 2022 19:01:24 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
1712291
35027