DefinitelyTyped/stripe
CodeAnimal b4bbee8f60 Stripe node 4.6.0 (#9350)
* Add stripe subscription methods

Add root subscription methods, in addition to subscription methods that
are defined on customer objects.

https://stripe.com/docs/api/node#subscriptions

* Bump version to stripe-node 4.6.0

* Update customers.retrieve signature

* Fix wrong signature for stripe.customers.update

The return type was Promise<IList<customers.ICustomer>> when in fact it
should be Promise<customers.ICustomer> (it is a resource object, not a
list)

* Add created attribute to ISubscription interface
2016-05-16 23:56:40 -07:00
..
stripe-node-tests.ts Stripe node 4.6.0 - add subscription methods (#9303) 2016-05-12 14:34:45 +09:00
stripe-node.d.ts Stripe node 4.6.0 (#9350) 2016-05-16 23:56:40 -07:00
stripe.d.ts Update stripe.d.ts bank params (#8994) 2016-04-17 23:54:14 +09:00