bkper 2.5.3 → 2.5.8

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/lib/index.d.ts +1 -1
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -872,7 +872,7 @@ export declare class Group {
872
872
  *
873
873
  * @returns This Group, for chainning.
874
874
  */
875
- setParent(group: Group): Group;
875
+ setParent(group: Group | null): Group;
876
876
  /**
877
877
  * @returns The name of this Group
878
878
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkper",
3
- "version": "2.5.3",
3
+ "version": "2.5.8",
4
4
  "description": "Node.js client for Bkper REST API",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",