@types/google-apps-script
Advanced tools
Comparing version 1.0.68 to 1.0.69
@@ -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 @@ } |
@@ -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` |
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
1703648
34929