Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/google-apps-script

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/google-apps-script - npm Package Compare versions

Comparing version 1.0.42 to 1.0.43

27

google-apps-script/google-apps-script.card-service.d.ts

@@ -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 @@ */

4

google-apps-script/package.json
{
"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`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc