@trackunit/iris-app-api 2.0.36-alpha-52dc2da9c19.0 → 2.0.37

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,3 +1,11 @@
1
+ ## 2.0.37 (2026-06-29)
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.36 (2026-06-26)
6
+
7
+ This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
8
+
1
9
  ## 2.0.35 (2026-06-25)
2
10
 
3
11
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-api",
3
- "version": "2.0.36-alpha-52dc2da9c19.0",
3
+ "version": "2.0.37",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
@@ -104,5 +104,5 @@ export interface MarketplaceOneZero {
104
104
  */
105
105
  blueprintUrl?: string;
106
106
  }
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"];
107
+ export declare const CategoryValues: readonly ["AI_AND_AGENTS", "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];
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CategoryValues = void 0;
4
4
  exports.CategoryValues = [
5
+ "AI_AND_AGENTS",
5
6
  "ASSET_MANAGEMENT",
6
7
  "BLUEPRINTS",
7
8
  "COMPLIANCE",