@overmap-ai/core 1.0.35-projects-licensing.21 → 1.0.35-projects-licensing.22

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.
@@ -2285,7 +2285,7 @@ var __publicField = (obj, key, value) => {
2285
2285
  var LicenseStatus = /* @__PURE__ */ ((LicenseStatus2) => {
2286
2286
  LicenseStatus2[LicenseStatus2["ACTIVE"] = 0] = "ACTIVE";
2287
2287
  LicenseStatus2[LicenseStatus2["PAUSED"] = 2] = "PAUSED";
2288
- LicenseStatus2[LicenseStatus2["CANCELED"] = 4] = "CANCELED";
2288
+ LicenseStatus2[LicenseStatus2["CANCELLED"] = 4] = "CANCELLED";
2289
2289
  LicenseStatus2[LicenseStatus2["INACTIVE"] = 6] = "INACTIVE";
2290
2290
  return LicenseStatus2;
2291
2291
  })(LicenseStatus || {});