@bkper/bkper-api-types 5.11.0 → 5.12.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/index.d.ts +8 -0
- 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
|
*/
|
|
@@ -872,6 +876,10 @@ declare namespace bkper {
|
|
|
872
876
|
* The user display name
|
|
873
877
|
*/
|
|
874
878
|
name?: string;
|
|
879
|
+
/**
|
|
880
|
+
* The user plan
|
|
881
|
+
*/
|
|
882
|
+
plan?: string;
|
|
875
883
|
/**
|
|
876
884
|
* True if user started trial
|
|
877
885
|
*/
|