@platforma-sdk/model 1.31.15 → 1.31.16

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/dist/index.mjs CHANGED
@@ -1452,7 +1452,7 @@ class te {
1452
1452
  return this.ctx.getCurrentUnstableMarker();
1453
1453
  }
1454
1454
  }
1455
- const Y = "1.31.15";
1455
+ const Y = "1.31.16";
1456
1456
  function kt(t) {
1457
1457
  return t.__renderLambda === !0;
1458
1458
  }
@@ -2054,8 +2054,8 @@ class Kn {
2054
2054
  async listColumns() {
2055
2055
  return await platforma.pFrameDriver.listColumns(this.handle);
2056
2056
  }
2057
- async calculateTableData(e) {
2058
- return await platforma.pFrameDriver.calculateTableData(this.handle, e);
2057
+ async calculateTableData(e, n) {
2058
+ return await platforma.pFrameDriver.calculateTableData(this.handle, e, n);
2059
2059
  }
2060
2060
  async getUniqueValues(e) {
2061
2061
  return await platforma.pFrameDriver.getUniqueValues(this.handle, e);