@bkper/bkper-api-types 5.34.0 → 5.35.0

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.
package/CLAUDE.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  **DO NOT manually edit `index.d.ts`** - this file is auto-generated.
6
6
 
7
- The types are generated from the Bkper [Open API spec](https://app.bkper.com/openapi.json) using the [dtsgenerator](https://github.com/horiuchi/dtsgenerator) tool.
7
+ The types are generated from the Bkper [Open API spec](https://bkper.com/openapi.json) using the [dtsgenerator](https://github.com/horiuchi/dtsgenerator) tool.
8
8
 
9
9
  ## Regenerating Types
10
10
 
package/README.md CHANGED
@@ -4,7 +4,7 @@ This package contains Typescript definitions for the [Bkper REST API](https://bk
4
4
 
5
5
  [![npm (scoped)](https://img.shields.io/npm/v/@bkper/bkper-api-types?color=%235889e4)](https://www.npmjs.com/package/@bkper/bkper-api-types)
6
6
 
7
- The types are generated based on the Bkper [Open API spec](https://app.bkper.com/openapi.json) using the [dtsgenerator](https://github.com/horiuchi/dtsgenerator) tool.
7
+ The types are generated based on the Bkper [Open API spec](https://bkper.com/openapi.json) using the [dtsgenerator](https://github.com/horiuchi/dtsgenerator) tool.
8
8
 
9
9
  More information at the [Bkper Developer Documentation](http://bkper.com/docs/#rest-api)
10
10
 
package/index.d.ts CHANGED
@@ -296,10 +296,18 @@ declare namespace bkper {
296
296
  * How many days the user has left in the trial period
297
297
  */
298
298
  daysLeftInTrial?: number; // int32
299
+ /**
300
+ * The user's email address
301
+ */
302
+ email?: string;
299
303
  /**
300
304
  * True if billing is enabled for the user
301
305
  */
302
306
  enabled?: boolean;
307
+ /**
308
+ * The user hosted domain
309
+ */
310
+ hostedDomain?: string;
303
311
  /**
304
312
  * The user's current plan
305
313
  */
@@ -1264,6 +1272,11 @@ declare namespace Paths {
1264
1272
  export type $200 = bkper.Billing;
1265
1273
  }
1266
1274
  }
1275
+ namespace BkperV5GetBillingCheckout {
1276
+ namespace Responses {
1277
+ export type $200 = bkper.Url;
1278
+ }
1279
+ }
1267
1280
  namespace BkperV5GetBillingPortal {
1268
1281
  namespace Responses {
1269
1282
  export type $200 = bkper.Url;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bkper/bkper-api-types",
3
- "version": "5.34.0",
3
+ "version": "5.35.0",
4
4
  "description": "Typescript definitions for Bkper REST API",
5
5
  "homepage": "https://api.bkper.com",
6
6
  "repository": {
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "license": "MIT",
19
19
  "scripts": {
20
- "build": "dtsgen -o index.d.ts --url https://app.bkper.com/openapi.json",
20
+ "build": "dtsgen -o index.d.ts --url https://bkper.com/openapi.json",
21
21
  "patch": "yarn version --patch",
22
22
  "minor": "yarn version --minor",
23
23
  "major": "yarn version --major",