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.68 to 1.0.69

23

google-apps-script/apis/calendar_v3.d.ts

@@ -391,2 +391,3 @@ declare namespace GoogleAppsScript {

visibility?: string | undefined;
workingLocationProperties?: Calendar.Schema.EventWorkingLocationProperties | undefined;
}

@@ -511,2 +512,18 @@ interface EventAttachment {

}
interface EventWorkingLocationPropertiesOfficeLocation {
buildingId?: string | undefined;
floorId?: string | undefined;
floorSectionId?: string | undefined;
deskId?: string | undefined;
label?: string | undefined;
}
interface EventWorkingLocationPropertiesCustomLocation {
label: string;
}
interface EventWorkingLocationProperties {
type?: string | undefined;
homeOffice?: object | undefined;
customLocation?: EventWorkingLocationPropertiesCustomLocation | undefined;
officeLocation?: EventWorkingLocationPropertiesOfficeLocation | undefined;
}
}

@@ -581,2 +598,8 @@ }

newFreeBusyRequestItem(): Calendar.Schema.FreeBusyRequestItem;
// Create a new instance of EventWorkingLocationProperties
newEventWorkingLocationProperties(): Calendar.Schema.EventWorkingLocationProperties;
// Create a new instance of EventWorkingLocationPropertiesCustomLocation
newEventWorkingLocationPropertiesCustomLocation(): Calendar.Schema.EventWorkingLocationPropertiesCustomLocation;
// Create a new instance of EventWorkingLocationPropertiesOfficeLocation
newEventWorkingLocationPropertiesOfficeLocation(): Calendar.Schema.EventWorkingLocationPropertiesOfficeLocation;
}

@@ -583,0 +606,0 @@ }

2

google-apps-script/apis/directory_v1.d.ts

@@ -869,3 +869,3 @@ declare namespace GoogleAppsScript {

orgUnitPath?: string | undefined;
organizations?: object[] | undefined;
organizations?: UserOrganization[] | undefined;
password?: string | undefined;

@@ -872,0 +872,0 @@ phones?: object[] | undefined;

{
"name": "@types/google-apps-script",
"version": "1.0.68",
"version": "1.0.69",
"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": "3c169e3da05598606dc73c50e0f0182a7018e2704bff995824547d71fb08a007",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "c36f3cda545538d0920bf256dabac2da8607d7a2c077023ffc3b5ba826a7f8d8",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 05 Sep 2023 23:33:04 GMT
* Last updated: Sat, 16 Sep 2023 20:35:39 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`, `MimeType`, `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