CodeAnimal 19e22df5dd Stripe node 4.5.0 (#8907)
* Update Stripe library definitions to version 4.5.0.

And update to API version 2016-03-07.

Ideally more tests need to be added, but I've ran out of time to
implement all that is needed. The tests cover just enough for now,
although they are by no means thorough.

* Fix CI test errors

* Add correct header options

Add correct header options to method definitions.

As I understand it, all methods have the ability to have header options,
and they should always appear after any data options, see:

https://github.com/stripe/stripe-node/blob/master/lib/StripeMethod.js#L61
https://stripe.com/docs/connect/authentication

Tests still need to be added.

* Rename account to accounts

And fix other small bugs:
- L4626: Fix duplicate arg name
- L4999: Add missing method definition

* Rename CustomerSubscription Methods

Rename some CustomerSubscription methods that were named incorrectly.

* Define chargeObj.refunds methods

Add ChargeRefunds methods to ICharge interface and add resource class.

https://github.com/stripe/stripe-node/blob/master/lib/resources/ChargeRefunds.js

* Add verifySource placeholder methods

Add verifySource placeholder method to the Customer resource class. This
needs to be properly implemented later.

Also update InvoiceLineItem.type property to be a string literal type.

* Test clean up

Clean up the tests and add a few missing tests. All current tests now
also test for Promise method returns.

Still a lot of missing tests, but it's better than before.
2016-04-13 00:50:15 +09:00
2015-11-21 20:15:10 +09:00
2015-11-21 20:28:01 +09:00
2016-03-26 01:47:55 -07:00
2016-03-17 15:13:35 +00:00
2016-03-18 07:25:08 -07:00
2016-02-20 03:15:34 -05:00
2016-02-29 15:19:45 -08:00
2016-02-15 07:09:27 -03:00
2015-11-22 16:18:11 +09:00
2016-01-17 14:05:25 +01:00
2016-04-03 17:28:02 +03:00
2016-03-09 16:07:06 -08:00
2015-11-19 23:10:05 -06:00
2015-12-16 09:54:46 +02:00
2016-03-18 13:37:27 +05:30
2016-03-27 16:16:27 +03:00
2015-12-17 11:42:08 +00:00
2015-12-01 10:59:43 +00:00
2016-02-16 13:32:52 +10:30
2016-03-15 17:23:30 -04:00
2016-03-22 12:58:42 +09:00
2016-04-13 00:15:57 +09:00
2015-12-28 14:30:24 +08:00
2016-04-03 14:44:05 +02:00
2016-03-27 01:48:20 +01:00
2016-03-30 20:47:41 -07:00
2016-04-13 00:38:22 +09:00
2016-03-20 01:46:42 +09:00
2016-03-28 09:28:02 -05:00
2015-12-03 19:40:25 +02:00
2016-04-01 20:43:35 -04:00
2016-02-23 17:56:02 +01:00
2016-03-17 02:18:10 +09:00
2016-02-10 18:08:29 +09:00
2016-03-17 02:18:10 +09:00
2016-03-24 17:18:20 +07:00
2016-04-13 00:34:44 +09:00
2016-03-28 22:43:14 +02:00
2016-03-14 18:48:30 -07:00
2016-03-30 18:29:30 +01:00
2016-04-09 14:21:58 +03:00
2016-04-01 15:34:54 +08:00
2016-01-14 22:12:44 +01:00
2016-03-30 11:51:32 -07:00
2016-01-25 21:42:09 +02:00
2016-03-28 10:14:49 -05:00
2016-02-17 15:35:51 +00:00
2016-04-04 15:58:07 +01:00
2016-03-27 14:00:36 +02:00
2016-01-08 21:29:18 +00:00
2016-04-06 21:07:32 +09:00
2016-02-09 17:08:23 +01:00
2016-03-23 20:59:18 +01:00
2016-02-20 21:46:17 +10:00
2016-02-06 15:45:06 +01:00
2016-03-16 22:28:45 -07:00
2016-03-22 03:12:47 +02:00
2016-01-30 19:56:32 +01:00
2016-03-20 01:43:54 +09:00
2016-04-04 13:45:53 +02:00
2016-03-22 00:33:08 +01:00
2016-03-17 17:26:29 +08:00
2016-01-29 22:39:29 +09:00
2016-02-16 01:20:30 +09:00
2016-04-03 17:21:19 +03:00
2016-02-04 07:43:04 -08:00
2016-03-18 09:03:19 -05:00
2016-03-30 15:46:59 +03:00
2016-04-13 00:03:52 +09:00
2015-12-15 17:01:31 +02:00
2016-01-12 14:10:24 +01:00
2016-03-17 02:18:10 +09:00
2016-02-23 13:46:46 +01:00
2016-03-15 14:34:20 +08:00
2016-01-15 11:53:31 +08:00
2016-04-08 16:50:58 +09:00
2016-03-21 16:52:08 +09:00
2016-04-13 00:50:15 +09:00
2016-02-01 16:25:42 +08:00
2016-03-20 01:08:31 +09:00
2016-03-24 00:17:44 +09:00
2016-03-17 02:18:10 +09:00
2016-03-28 18:07:11 +03:00
2016-03-17 02:18:10 +09:00
2016-04-03 00:57:50 +03:00
2016-03-22 13:55:45 +01:00
2016-02-01 20:41:41 +00:00
2016-03-24 09:32:41 -07:00
2016-01-27 19:56:25 +09:00
2016-03-12 09:13:02 -08:00
2016-04-06 20:56:36 +09:00
2016-01-29 13:37:41 -05:00
2016-02-16 01:20:30 +09:00
2015-12-01 10:45:39 +09:00
2016-03-19 20:16:07 +09:00
2016-02-27 11:45:39 +09:00
2016-03-12 22:14:11 +09:00
2016-03-12 22:14:11 +09:00

DefinitelyTyped Build Status

Join the chat at https://gitter.im/borisyankov/DefinitelyTyped

The repository for high quality TypeScript type definitions.

For more information see the definitelytyped.org website.

Usage

Include a line like this:

/// <reference path="jquery.d.ts" />

Contributions

DefinitelyTyped only works because of contributions by users like you!

Please see the contribution guide on how to contribute to DefinitelyTyped.

How to get the definitions

List of definitions

Requested definitions

Here is are the currently requested definitions.

License

This project is licensed under the MIT license.

Copyrights on the definition files are respective of each contributor listed at the beginning of each definition file.

Analytics

S
Description
The repository for high quality TypeScript type definitions.
Readme MIT
98 MiB
Languages
TypeScript 100%