@trackunit/iris-app-api 1.14.57 → 1.14.59

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
+ ## 1.14.59 (2026-03-09)
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
+ ## 1.14.58 (2026-03-06)
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
  ## 1.14.57 (2026-03-06)
2
10
 
3
11
  This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-api",
3
- "version": "1.14.57",
3
+ "version": "1.14.59",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
@@ -93,6 +93,10 @@ export interface MarketplaceOneZero {
93
93
  * The direct support page for this app.
94
94
  */
95
95
  supportUrl?: string;
96
+ /**
97
+ * The url of the blueprint for the marketplace.
98
+ */
99
+ blueprintUrl?: string;
96
100
  }
97
- export declare const CategoryValues: readonly ["ASSET_MANAGEMENT", "COMPLIANCE", "CONSULTANTS", "DATA_FEEDS", "DOCUMENTATION", "EFFECTIVE_OPERATIONS", "EQUIPMENT_PROTECTION", "OEM_PARTNER_SOLUTIONS", "OPTIMIZE_BUSINESS", "RENTAL_MANAGEMENT", "SERVICE_AND_MAINTENANCE", "SUSTAINABILITY"];
101
+ export declare const CategoryValues: readonly ["ASSET_MANAGEMENT", "COMPLIANCE", "CONSULTANTS", "DATA_FEEDS", "DOCUMENTATION", "EFFECTIVE_OPERATIONS", "EQUIPMENT_PROTECTION", "OEM_PARTNER_SOLUTIONS", "OPTIMIZE_BUSINESS", "RENTAL_MANAGEMENT", "SERVICE_AND_MAINTENANCE", "SUSTAINABILITY", "BLUEPRINTS"];
98
102
  export declare type Category = (typeof CategoryValues)[number];
@@ -14,5 +14,6 @@ exports.CategoryValues = [
14
14
  "RENTAL_MANAGEMENT",
15
15
  "SERVICE_AND_MAINTENANCE",
16
16
  "SUSTAINABILITY",
17
+ "BLUEPRINTS",
17
18
  ];
18
19
  //# sourceMappingURL=irisAppMarketplace.js.map