mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-03 06:27:46 +08:00
This PR updates Google Apps Script types. (2017-05-12 -> 2018-07-11) This is a generated type definition. CC: @erickoledadevrel --- - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own code. (Compile and run.) - [x] Add or edit tests to reflect the change. (Run with `npm test`.) - [x] Follow the advice from the [readme](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/README.md#make-a-pull-request). - [x] Avoid [common mistakes](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/README.md#common-mistakes). - [x] Run `npm run lint package-name` (or `tsc` if no `tslint.json` is present). ``` npm run lint google-apps-script definitely-typed@0.0.2 lint /Users/timmerman/Documents/github/DefinitelyTyped dtslint types "google-apps-script" # No result. ``` If changing an existing definition: - [x] Provide a URL to documentation or source code which provides context for the suggested changes: https://developers.google.com/apps-script/reference/ - [x] Increase the version number in the header if appropriate. - The version should be bumped by the publisher. - [x] If you are making substantial changes, consider adding a `tslint.json` containing `{ "extends": "dtslint/dt.json" }`.
37 lines
1.8 KiB
TypeScript
37 lines
1.8 KiB
TypeScript
// Type definitions for google-apps-script
|
|
// Project: https://developers.google.com/apps-script/
|
|
// Definitions by: motemen <https://github.com/motemen>, grant <https://github.com/grant>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
|
|
/// <reference path="google-apps-script.base.d.ts"/>
|
|
/// <reference path="google-apps-script.cache.d.ts"/>
|
|
/// <reference path="google-apps-script.calendar.d.ts"/>
|
|
/// <reference path="google-apps-script.card-service.d.ts"/>
|
|
/// <reference path="google-apps-script.charts.d.ts"/>
|
|
/// <reference path="google-apps-script.contacts.d.ts"/>
|
|
/// <reference path="google-apps-script.content.d.ts"/>
|
|
/// <reference path="google-apps-script.document.d.ts"/>
|
|
/// <reference path="google-apps-script.drive.d.ts"/>
|
|
/// <reference path="google-apps-script.forms.d.ts"/>
|
|
/// <reference path="google-apps-script.gmail.d.ts"/>
|
|
/// <reference path="google-apps-script.groups.d.ts"/>
|
|
/// <reference path="google-apps-script.html.d.ts"/>
|
|
/// <reference path="google-apps-script.jdbc.d.ts"/>
|
|
/// <reference path="google-apps-script.language.d.ts"/>
|
|
/// <reference path="google-apps-script.lock.d.ts"/>
|
|
/// <reference path="google-apps-script.mail.d.ts"/>
|
|
/// <reference path="google-apps-script.maps.d.ts"/>
|
|
/// <reference path="google-apps-script.optimization.d.ts"/>
|
|
/// <reference path="google-apps-script.properties.d.ts"/>
|
|
/// <reference path="google-apps-script.script.d.ts"/>
|
|
/// <reference path="google-apps-script.sites.d.ts"/>
|
|
/// <reference path="google-apps-script.slides.d.ts"/>
|
|
/// <reference path="google-apps-script.spreadsheet.d.ts"/>
|
|
/// <reference path="google-apps-script.types.d.ts"/>
|
|
/// <reference path="google-apps-script.ui.d.ts"/>
|
|
/// <reference path="google-apps-script.url-fetch.d.ts"/>
|
|
/// <reference path="google-apps-script.utilities.d.ts"/>
|
|
/// <reference path="google-apps-script.xml-service.d.ts"/>
|
|
|