bnstooltips 1.6.2 → 1.6.3

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.
@@ -258,6 +258,18 @@ export interface BnsItemDto {
258
258
  * @memberof BnsItemDto
259
259
  */
260
260
  itemTransforms?: Array<ItemTransformDto>;
261
+ /**
262
+ *
263
+ * @type {number}
264
+ * @memberof BnsItemDto
265
+ */
266
+ setPoints?: number;
267
+ /**
268
+ *
269
+ * @type {number}
270
+ * @memberof BnsItemDto
271
+ */
272
+ refinementPoints?: number;
261
273
  }
262
274
  /**
263
275
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bnstooltips",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "description": "Blade & Soul style tooltips",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.es.js",