payjp 2.2.2 → 2.2.3

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 -1
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -441,7 +441,7 @@ declare namespace Payjp {
441
441
  object: "term";
442
442
  id: string;
443
443
  livemode: boolean;
444
- start_at: number | null;
444
+ start_at: number;
445
445
  end_at: number | null;
446
446
  closed: boolean;
447
447
  charge_count: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payjp",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "PAY.JP node.js bindings",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",