@types/google-apps-script
Advanced tools
Comparing version 1.0.53 to 1.0.54
@@ -88,2 +88,3 @@ // Type definitions for Google Apps Script 2020-01-02 | ||
requireLimitOneResponsePerColumn(): CheckboxGridValidationBuilder; | ||
build(): CheckboxGridValidation; | ||
} | ||
@@ -177,2 +178,3 @@ /** | ||
requireSelectExactly(number: Integer): CheckboxValidationBuilder; | ||
build(): CheckboxValidation; | ||
} | ||
@@ -539,2 +541,3 @@ /** | ||
requireLimitOneResponsePerColumn(): GridValidationBuilder; | ||
build(): GridValidation; | ||
} | ||
@@ -843,3 +846,4 @@ /** | ||
* .setHelpText(“Answer must be more than 100 characters.”) | ||
* .requireTextLengthGreatherThan(100); | ||
* .requireTextLengthLessThanOrEqualTo(100) | ||
* .build(); | ||
* paragraphTextItem.setValidation(paragraphtextValidation); | ||
@@ -854,2 +858,3 @@ */ | ||
requireTextMatchesPattern(pattern: string): ParagraphTextValidationBuilder; | ||
build(): ParagraphTextValidation; | ||
} | ||
@@ -1020,2 +1025,3 @@ /** | ||
requireWholeNumber(): TextValidationBuilder; | ||
build(): TextValidation; | ||
} | ||
@@ -1022,0 +1028,0 @@ /** |
{ | ||
"name": "@types/google-apps-script", | ||
"version": "1.0.53", | ||
"version": "1.0.54", | ||
"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": "6de3c42a6f3c554ead5bac352559b821a83359a8ad2970b67cc485d5db53d7f4", | ||
"typesPublisherContentHash": "16855f567a6e314123fb9af7d22bba26bebdac134740ce9b24504a839e0c1962", | ||
"typeScriptVersion": "4.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 15 Jul 2022 23:02:21 GMT | ||
* Last updated: Thu, 18 Aug 2022 13:32:30 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
1715785
35088