@trackunit/iris-app-api 2.0.38 → 2.0.40-alpha-df0e8d549b3.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/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,3 @@
|
|
|
1
|
-
## 2.0.38 (2026-06-30)
|
|
2
|
-
|
|
3
|
-
This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
|
|
4
|
-
|
|
5
|
-
## 2.0.37 (2026-06-29)
|
|
6
|
-
|
|
7
|
-
This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
|
|
8
|
-
|
|
9
|
-
## 2.0.36 (2026-06-26)
|
|
10
|
-
|
|
11
|
-
This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
|
|
12
|
-
|
|
13
1
|
## 2.0.35 (2026-06-25)
|
|
14
2
|
|
|
15
3
|
### 🚀 Features
|
package/package.json
CHANGED
|
@@ -104,5 +104,5 @@ export interface MarketplaceOneZero {
|
|
|
104
104
|
*/
|
|
105
105
|
blueprintUrl?: string;
|
|
106
106
|
}
|
|
107
|
-
export declare const CategoryValues: readonly ["
|
|
107
|
+
export declare const CategoryValues: readonly ["ASSET_MANAGEMENT", "BLUEPRINTS", "COMPLIANCE", "CONSULTANTS", "DATA_FEEDS", "DOCUMENTATION", "EFFECTIVE_OPERATIONS", "EQUIPMENT_PROTECTION", "OEM_PARTNER_SOLUTIONS", "OPTIMIZE_BUSINESS", "RENTAL_MANAGEMENT", "SERVICE_AND_MAINTENANCE", "SUSTAINABILITY"];
|
|
108
108
|
export declare type Category = (typeof CategoryValues)[number];
|