@types/google-apps-script
Advanced tools
Comparing version 1.0.54 to 1.0.55
@@ -196,3 +196,36 @@ // Type definitions for Google Apps Script 2020-01-02 | ||
*/ | ||
enum MimeType { GOOGLE_APPS_SCRIPT, GOOGLE_DRAWINGS, GOOGLE_DOCS, GOOGLE_FORMS, GOOGLE_SHEETS, GOOGLE_SITES, GOOGLE_SLIDES, FOLDER, BMP, GIF, JPEG, PNG, SVG, PDF, CSS, CSV, HTML, JAVASCRIPT, PLAIN_TEXT, RTF, OPENDOCUMENT_GRAPHICS, OPENDOCUMENT_PRESENTATION, OPENDOCUMENT_SPREADSHEET, OPENDOCUMENT_TEXT, MICROSOFT_EXCEL, MICROSOFT_EXCEL_LEGACY, MICROSOFT_POWERPOINT, MICROSOFT_POWERPOINT_LEGACY, MICROSOFT_WORD, MICROSOFT_WORD_LEGACY, ZIP } | ||
interface MimeType { | ||
GOOGLE_APPS_SCRIPT: string; | ||
GOOGLE_DRAWINGS: string; | ||
GOOGLE_DOCS: string; | ||
GOOGLE_FORMS: string; | ||
GOOGLE_SHEETS: string; | ||
GOOGLE_SITES: string; | ||
GOOGLE_SLIDES: string; | ||
FOLDER: string; | ||
SHORTCUT: string; | ||
BMP: string; | ||
GIF: string; | ||
JPEG: string; | ||
PNG: string; | ||
SVG: string; | ||
PDF: string; | ||
CSS: string; | ||
CSV: string; | ||
HTML: string; | ||
JAVASCRIPT: string; | ||
PLAIN_TEXT: string; | ||
RTF: string; | ||
OPENDOCUMENT_GRAPHICS: string; | ||
OPENDOCUMENT_PRESENTATION: string; | ||
OPENDOCUMENT_SPREADSHEET: string; | ||
OPENDOCUMENT_TEXT: string; | ||
MICROSOFT_EXCEL: string; | ||
MICROSOFT_EXCEL_LEGACY: string; | ||
MICROSOFT_POWERPOINT: string; | ||
MICROSOFT_POWERPOINT_LEGACY: string; | ||
MICROSOFT_WORD: string; | ||
MICROSOFT_WORD_LEGACY: string; | ||
ZIP: string; | ||
} | ||
/** | ||
@@ -512,4 +545,3 @@ * An enum representing the months of the year. | ||
declare var Logger: GoogleAppsScript.Base.Logger; | ||
// conflicts with MimeType in lib.d.ts | ||
// declare var MimeType: GoogleAppsScript.Base.MimeType; | ||
declare var MimeType: GoogleAppsScript.Base.MimeType; | ||
declare var Session: GoogleAppsScript.Base.Session; | ||
@@ -516,0 +548,0 @@ declare var console: Console; |
{ | ||
"name": "@types/google-apps-script", | ||
"version": "1.0.54", | ||
"version": "1.0.55", | ||
"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": "16855f567a6e314123fb9af7d22bba26bebdac134740ce9b24504a839e0c1962", | ||
"typesPublisherContentHash": "cc1a4b9cf22030f8ee217a2043acb460dc0d7a9cd218eba4ab121f651d3e04bd", | ||
"typeScriptVersion": "4.0" | ||
} |
@@ -11,7 +11,7 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 18 Aug 2022 13:32:30 GMT | ||
* Last updated: Wed, 24 Aug 2022 16:02:22 GMT | ||
* Dependencies: none | ||
* 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` | ||
* 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` | ||
# Credits | ||
These definitions were written by [PopGoesTheWza](https://github.com/PopGoesTheWza), [motemen](https://github.com/motemen), [pierluigi-montagna](https://github.com/pierluigi-montagna), and [mtgto](https://github.com/mtgto). |
1716223
35119