@overmap-ai/core 1.0.43-projects-licensing.1 → 1.0.43-projects-licensing.2

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.
@@ -6472,7 +6472,7 @@ class OrganizationService extends BaseApiService {
6472
6472
  }
6473
6473
  }
6474
6474
  class LicenseService extends BaseApiService {
6475
- async getLicensesForOrganization(organizationId, showLoading = false) {
6475
+ async fetchLicensesForOrganization(organizationId, showLoading = false) {
6476
6476
  if (showLoading) {
6477
6477
  this.client.store.dispatch(setIsFetchingInitialData(true));
6478
6478
  }