@types/google-apps-script
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -154,10 +154,10 @@ // Type definitions for Google Apps Script 2020-01-02 | ||
interface Field { | ||
getAggregation(): AggregationType; | ||
getDescription(): string; | ||
getFormula(): string; | ||
getGroup(): string; | ||
getId(): string; | ||
getIsReaggregatable(): boolean; | ||
getName(): string; | ||
getType(): FieldType; | ||
getAggregation(): AggregationType | null; | ||
getDescription(): string | null; | ||
getFormula(): string | null; | ||
getGroup(): string | null; | ||
getId(): string | null; | ||
getIsReaggregatable(): boolean | null; | ||
getName(): string | null; | ||
getType(): FieldType | null; | ||
isDefault(): boolean; | ||
@@ -197,5 +197,5 @@ isDimension(): boolean; | ||
forIds(ids: string[]): Fields; | ||
getDefaultDimension(): Field; | ||
getDefaultMetric(): Field; | ||
getFieldById(fieldId: string): Field; | ||
getDefaultDimension(): Field | null; | ||
getDefaultMetric(): Field | null; | ||
getFieldById(fieldId: string): Field | null; | ||
newDimension(): Field; | ||
@@ -202,0 +202,0 @@ newMetric(): Field; |
{ | ||
"name": "@types/google-apps-script", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "TypeScript definitions for google-apps-script", | ||
@@ -26,4 +26,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "b2126f32e8b6bee16a8fe3810a5a6cc1e5f5afcc89a2ebc404e09d2028bef435", | ||
"typesPublisherContentHash": "8349258f16a147c6be170414568d99f50f5564bd58e05c8969574e69f9591395", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 08 Jan 2020 21:12:58 GMT | ||
* Last updated: Mon, 20 Jan 2020 20:44:53 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
1559259