bkper-js 2.34.2 → 2.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/lib/index.d.ts CHANGED
@@ -2747,6 +2747,8 @@ export declare enum EventType {
2747
2747
  INTEGRATION_CREATED = "INTEGRATION_CREATED",
2748
2748
  INTEGRATION_UPDATED = "INTEGRATION_UPDATED",
2749
2749
  INTEGRATION_DELETED = "INTEGRATION_DELETED",
2750
+ BOOK_AUDITED = "BOOK_AUDITED",
2751
+ BOOK_CREATED = "BOOK_CREATED",
2750
2752
  BOOK_UPDATED = "BOOK_UPDATED",
2751
2753
  BOOK_DELETED = "BOOK_DELETED"
2752
2754
  }
@@ -263,6 +263,8 @@ export var EventType;
263
263
  EventType["INTEGRATION_CREATED"] = "INTEGRATION_CREATED";
264
264
  EventType["INTEGRATION_UPDATED"] = "INTEGRATION_UPDATED";
265
265
  EventType["INTEGRATION_DELETED"] = "INTEGRATION_DELETED";
266
+ EventType["BOOK_AUDITED"] = "BOOK_AUDITED";
267
+ EventType["BOOK_CREATED"] = "BOOK_CREATED";
266
268
  EventType["BOOK_UPDATED"] = "BOOK_UPDATED";
267
269
  EventType["BOOK_DELETED"] = "BOOK_DELETED";
268
270
  })(EventType || (EventType = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkper-js",
3
- "version": "2.34.2",
3
+ "version": "2.35.0",
4
4
  "description": "Javascript client for Bkper REST API",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",