payjp 3.1.0 → 3.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/built/index.d.ts +1 -0
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -269,6 +269,7 @@ declare namespace Payjp {
269
269
  three_d_secure_status: ThreeDSecureStatus;
270
270
  email: string | null;
271
271
  phone: string | null;
272
+ is_jp: boolean;
272
273
  }
273
274
  export interface Plan {
274
275
  object: "plan";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payjp",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "PAY.JP node.js bindings",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",