@mastra/client-js 1.29.0-alpha.5 → 1.29.0-alpha.7

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.js CHANGED
@@ -6724,10 +6724,10 @@ var MastraClient = class extends BaseResource {
6724
6724
  if (logLevel) {
6725
6725
  searchParams.set("logLevel", logLevel);
6726
6726
  }
6727
- if (page) {
6727
+ if (page !== void 0) {
6728
6728
  searchParams.set("page", String(page));
6729
6729
  }
6730
- if (perPage) {
6730
+ if (perPage !== void 0) {
6731
6731
  searchParams.set("perPage", String(perPage));
6732
6732
  }
6733
6733
  if (_filters) {
@@ -6769,10 +6769,10 @@ var MastraClient = class extends BaseResource {
6769
6769
  if (logLevel) {
6770
6770
  searchParams.set("logLevel", logLevel);
6771
6771
  }
6772
- if (page) {
6772
+ if (page !== void 0) {
6773
6773
  searchParams.set("page", String(page));
6774
6774
  }
6775
- if (perPage) {
6775
+ if (perPage !== void 0) {
6776
6776
  searchParams.set("perPage", String(perPage));
6777
6777
  }
6778
6778
  if (_filters) {