@hmxlabs/dax-client 2.22.0 → 2.23.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.
@@ -1743,6 +1743,34 @@ var ClosedApi = /** @class */ (function (_super) {
1743
1743
  if (params === void 0) { params = {}; }
1744
1744
  return _this.request(__assign({ path: "/closed-api/v1/product", method: "POST", body: data, secure: true, type: ContentType.Json, format: "json" }, params));
1745
1745
  };
1746
+ /**
1747
+ * No description
1748
+ *
1749
+ * @tags Reports
1750
+ * @name ReportsGetActiveUserSubscriptions
1751
+ * @summary Get a list of active users and their newsletter subscription status
1752
+ * @request GET:/closed-api/v1/reports/active-user-subscriptions
1753
+ * @secure
1754
+ * @response `200` `object`
1755
+ */
1756
+ _this.reportsGetActiveUserSubscriptions = function (params) {
1757
+ if (params === void 0) { params = {}; }
1758
+ return _this.request(__assign({ path: "/closed-api/v1/reports/active-user-subscriptions", method: "GET", secure: true, format: "json" }, params));
1759
+ };
1760
+ /**
1761
+ * No description
1762
+ *
1763
+ * @tags Reports
1764
+ * @name ReportsGetBidsForNotSoldListings
1765
+ * @summary Get a bids for listings in the EndedNotSold state in the last 30 days
1766
+ * @request GET:/closed-api/v1/reports/bids-for-not-sold-listings
1767
+ * @secure
1768
+ * @response `200` `object`
1769
+ */
1770
+ _this.reportsGetBidsForNotSoldListings = function (params) {
1771
+ if (params === void 0) { params = {}; }
1772
+ return _this.request(__assign({ path: "/closed-api/v1/reports/bids-for-not-sold-listings", method: "GET", secure: true, format: "json" }, params));
1773
+ };
1746
1774
  /**
1747
1775
  * No description
1748
1776
  *