Commit Graph

13 Commits

Author SHA1 Message Date
Ben LeFevre
8c23206f59 @types/documentdb: Use specified return type in queryDocuments (#27021)
`queryDocuments` already has a type variable but it is not being used in the return type.
This PR simply merges the RetrievedDocument type with the input type.
2018-07-09 11:26:39 -07: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
Danilo Spinelli
66ce3763c8
update documentdb index.d.ts
update documentdb index.d.ts to patch _ts type from string to number
2017-12-21 17:54:01 +01:00
Danilo Spinelli
d5f272b976
documentdb: update _ts property type
_ts (retrieved from documentdb documents) is a number (not a string)
2017-12-19 15:05:06 +01:00
Andy
452bdf297c documentdb: Fix lint (#20846) 2017-10-23 07:27:37 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Andy
ccdb9e03d1 Add tslint disables for no-unnecessary-generics (#19564) 2017-09-05 09:14:04 -07:00
Andy
d74806eb3d Add lint disables for no-unnecessary-generics (#19508) 2017-09-01 08:34:37 -07:00
Yifan Wu
da842393a1 documentdb added UriFactory 2017-07-18 14:15:03 -07:00
Andy
dae4a527d7 Fix "../tslint.json" to "dtslint.json" (#15957)
* Fix "../tslint.json" to "dtslint.json"

* Fix errors
2017-04-18 10:35:52 -07:00
Christopher Stone
cdb8e91706 Expand coverage for documentdb (#15653)
* expanding coverage

* added fixes and overloads

* tests

* remove extraneous 'public' declarations

* add missing properties

* added tslint conformity

* ignore no-empty-interface to prevent breaking changes

* added missing types

* fixed collection partition key type

* extend collectionMeta from collection type

* fix key name

* fix lint errors

* remove generic type on NewDocument

* Add description to UserFunction

* Custom document properties may be any type
2017-04-17 09:39:04 -07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00