@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.
package/dist/overmap-core.js
CHANGED
|
@@ -2289,7 +2289,7 @@ var LicenseLevel = /* @__PURE__ */ ((LicenseLevel2) => {
|
|
|
2289
2289
|
var LicenseStatus = /* @__PURE__ */ ((LicenseStatus2) => {
|
|
2290
2290
|
LicenseStatus2[LicenseStatus2["ACTIVE"] = 0] = "ACTIVE";
|
|
2291
2291
|
LicenseStatus2[LicenseStatus2["PAUSED"] = 2] = "PAUSED";
|
|
2292
|
-
LicenseStatus2[LicenseStatus2["
|
|
2292
|
+
LicenseStatus2[LicenseStatus2["CANCELLED"] = 4] = "CANCELLED";
|
|
2293
2293
|
LicenseStatus2[LicenseStatus2["INACTIVE"] = 6] = "INACTIVE";
|
|
2294
2294
|
return LicenseStatus2;
|
|
2295
2295
|
})(LicenseStatus || {});
|