@hmxlabs/dax-client 2.23.0 → 2.24.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.
package/build/index.d.ts CHANGED
@@ -1,3 +1,5 @@
1
1
  export * from "./services/dax-api-service";
2
2
  export * from "./services/models/ListingDetail";
3
3
  export * from "./services/models/ListingStatusCountFindAllResponse";
4
+ export * from "./services/generated/dax-api/Api";
5
+ export * from "./services/generated/dax-api/ClosedApi";
@@ -1822,5 +1822,5 @@ var listingStatusCountFindAll = function (listingType, listingStatus, params) {
1822
1822
  return daxApi.listingStatusCountFindAllByTenantId(__assign(__assign({}, (listingType ? { listingType: listingType } : {})), (listingStatus ? { listingStatus: listingStatus } : {})), params);
1823
1823
  };
1824
1824
 
1825
- export { apiConfig, daxApi, daxClosedApi, listingDetailById, listingDetailFindAll, listingStatusCountFindAll };
1825
+ export { Api, ClosedApi, apiConfig, daxApi, daxClosedApi, listingDetailById, listingDetailFindAll, listingStatusCountFindAll };
1826
1826
  //# sourceMappingURL=index.esm.js.map