Wataru Yahiro
d1a539cd2f
change type
2018-08-09 09:20:34 +09:00
Wataru Yahiro
6760689617
fix comment
2018-08-09 02:21:07 +09:00
Wataru Yahiro
378ae65a04
add test
2018-08-09 00:46:19 +09:00
Wataru Yahiro
e38fda3304
fix type of URLFetchRequestOptions.payload
2018-08-09 00:28:19 +09:00
Grant Timmerman
c6a52c68c8
Override Google Apps Script generated types (remove Object, add JSDoc comments) ( #27459 )
2018-07-20 17:25:47 -07:00
Grant Timmerman
9f25bcc456
Update Google Apps Script Types (2017-05-12 -> 2018-07-11) ( #27235 )
...
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" }`.
2018-07-13 15:05:15 -07:00
mbikyaw
e99bb32da2
add a new method setStateChanged for ActionResponseBuilder
2018-06-11 11:47:35 +08:00
Eiji Kitamura
898bf3a95b
Adds BooleanCondition and GradientCondition
2018-05-24 00:01:30 +09:00
Aleksey Lynnyk
638e64c83c
google-apps-script: Add BooleanCriteria, InterpolationType, ConditionalFormatRuleBuilder, ConditionalFormatRule ( #25502 )
...
* Add BooleanCriteria, InterpolationType, ConditionalFormatRuleBuilder, ConditionalFormatRule
* Add BooleanCriteria, InterpolationType, ConditionalFormatRuleBuilder, ConditionalFormatRule
* Change updated date
2018-05-03 12:34:59 -07:00
Bowden Kelly
111a29ab25
Merge pull request #23960 from RamZallan/master
...
Add fetchAll definition to google-apps-script
2018-03-01 10:29:23 -08:00
Grant Timmerman
445fc73238
Re-add @grant ( #23991 )
...
* Re-add @grant
* Add grant to index.d.ts
2018-03-01 07:48:56 -08:00
Ram Zallan
564db62a5c
Add fetchAll definition to google-apps-script
2018-02-27 11:59:56 -08:00
Grant Timmerman
cc4dd22133
Add Google Apps Script Slides ( #23657 )
...
* Add Apps Script Google Slides
* Update CODEOWNERS
* Update CODEOWNERS
2018-02-26 07:19:22 -08:00
Andy Hanson
45c9246c09
Remove esModuleInterop from tsconfigs (no longer mandatory)
2018-02-14 14:55:13 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs ( #23354 )
2018-02-05 11:01:56 -08:00
Nathan Shively-Sanders
35676ee3b1
Merge pull request #21047 from dhayab/master
...
google-apps-script: add typings for CardService
2017-11-14 13:31:50 -08:00
Dhaya Benmessaoud
6223b3f977
Add missing method definition in CardService.
2017-10-30 10:50:26 +01:00
Dhaya Benmessaoud
c0ce763347
Add missing typings for draft email creation.
2017-10-28 10:55:45 +02:00
Dhaya Benmessaoud
ed07a68500
Add typings for CardService (google-apps-script).
2017-10-27 20:00:33 +02:00
Andy
19f89399e4
Ensure every package has a tslint.json ( #21009 )
...
* Ensure every package has a tslint.json
* Fixes
2017-10-25 11:13:50 -07:00
Ryota Kameoka
876e56e9d1
Revise typing for UrlFetchApp ( #20630 )
2017-10-23 13:09:41 -07:00
Andy Hanson
8fb6da1ff4
Remove type String
2017-10-16 10:17:36 -07:00
Andy Hanson
09ba00bbbb
Merge branch 'master' of https://github.com/fjmorel/DefinitelyTyped into fjmorel-master
2017-10-16 10:16:57 -07:00
Azoson
97d6470bb0
[google-apps-script] Modify type definitions of functions which can return null ( #20517 )
...
* Fix type definition of `SpreadsheetApp.getActive`
* Fix type definition of `SpreadsheetApp.getActiveSpreadsheet`
2017-10-13 15:09:54 -07:00
Andy
947a8fb761
Enable strictFunctionTypes ( #20373 )
2017-10-06 14:03:03 -07:00
Fred Morel
89b36cf6b9
Add documentation for most Drive methods
2017-09-29 15:27:11 -04:00
Fred Morel
cf42e47abb
Replace String with string
2017-09-29 15:12:10 -04:00
Yuichi Tanikawa
ab0913cf2d
google-apps-script: getProperty(key) may return null
...
`getProperty(key)` returns null if no such key exists, according to the
reference (https://developers.google.com/apps-script/reference/properties/properties#getProperty(String) ).
2017-08-21 12:43:23 +09:00
Fred Morel
00f84a213f
Range.getColumnIndex, documentation
2017-06-09 19:54:36 -04:00
motemen
00251fcd75
update google-apps-script
...
generated by https://github.com/motemen/dts-google-apps-script
2017-05-12 11:02:46 +09:00
Andy Hanson
354cec620d
Move all packages to a types directory
2017-03-24 14:27:52 -07:00