@bkper/bkper-api-types 5.11.0 → 5.13.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.
Files changed (2) hide show
  1. package/index.d.ts +9 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -275,6 +275,10 @@ declare namespace bkper {
275
275
  * The id of agent that created the resource
276
276
  */
277
277
  agentId?: string;
278
+ /**
279
+ * Tells if the Book has auto post enabled
280
+ */
281
+ autoPost?: boolean;
278
282
  /**
279
283
  * The book closing date
280
284
  */
@@ -375,6 +379,7 @@ declare namespace bkper {
375
379
  }
376
380
  export interface BotResponse {
377
381
  agentId?: string;
382
+ createdAt?: string;
378
383
  message?: string;
379
384
  type?: "INFO" | "WARNING" | "ERROR";
380
385
  }
@@ -872,6 +877,10 @@ declare namespace bkper {
872
877
  * The user display name
873
878
  */
874
879
  name?: string;
880
+ /**
881
+ * The user plan
882
+ */
883
+ plan?: string;
875
884
  /**
876
885
  * True if user started trial
877
886
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bkper/bkper-api-types",
3
- "version": "5.11.0",
3
+ "version": "5.13.0",
4
4
  "description": "Typescript definitions for Bkper REST API",
5
5
  "homepage": "https://api.bkper.com",
6
6
  "repository": {