@trackunit/iris-app-api 2.0.51 → 2.1.1

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,21 @@
1
+ ## 2.1.1 (2026-07-15)
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.1.0 (2026-07-13)
6
+
7
+ ### 🚀 Features
8
+
9
+ - added filtering. ([9d42b6cca31](https://github.com/Trackunit/manager/commit/9d42b6cca31))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Maria Almeida @mal-trackunit
14
+
15
+ ## 2.0.52 (2026-07-13)
16
+
17
+ This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
18
+
1
19
  ## 2.0.51 (2026-07-09)
2
20
 
3
21
  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": "2.0.51",
3
+ "version": "2.1.1",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
@@ -30,9 +30,9 @@ export declare const allSiteFilterKeys: readonly ["search", "siteStatus", "siteT
30
30
  export type SiteFilterKeys = typeof allSiteFilterKeys;
31
31
  export declare const allSiteFilterKeysWithCustomFields: readonly ["search", "siteStatus", "siteType", "customFields"];
32
32
  export type SiteFilterKeysWithCustomFields = typeof allSiteFilterKeysWithCustomFields;
33
- export declare const allCustomerFilterKeys: readonly ["search", "customerType", "criticality", "servicePlan"];
33
+ export declare const allCustomerFilterKeys: readonly ["search", "customerType", "criticality", "servicePlan", "portalInvitationStatus", "portalTemplate"];
34
34
  export type CustomerFilterKeys = typeof allCustomerFilterKeys;
35
- export declare const allCustomerFilterKeysWithCustomFields: readonly ["search", "customerType", "criticality", "servicePlan", "customFields"];
35
+ export declare const allCustomerFilterKeysWithCustomFields: readonly ["search", "customerType", "criticality", "servicePlan", "portalInvitationStatus", "portalTemplate", "customFields"];
36
36
  export type CustomerFilterKeysWithCustomFields = typeof allCustomerFilterKeysWithCustomFields;
37
37
  export declare const allTimeRangeFilterKeys: readonly ["ALL"];
38
38
  export type TimeRangeFilterKeys = typeof allTimeRangeFilterKeys;
@@ -64,7 +64,14 @@ exports.customFieldFilterKey = "customFields";
64
64
  exports.allAssetFilterKeysWithCustomFields = [...exports.allAssetFilterKeysWithCustomer, exports.customFieldFilterKey];
65
65
  exports.allSiteFilterKeys = ["search", "siteStatus", "siteType"];
66
66
  exports.allSiteFilterKeysWithCustomFields = [...exports.allSiteFilterKeys, exports.customFieldFilterKey];
67
- exports.allCustomerFilterKeys = ["search", "customerType", "criticality", "servicePlan"];
67
+ exports.allCustomerFilterKeys = [
68
+ "search",
69
+ "customerType",
70
+ "criticality",
71
+ "servicePlan",
72
+ "portalInvitationStatus",
73
+ "portalTemplate",
74
+ ];
68
75
  exports.allCustomerFilterKeysWithCustomFields = [...exports.allCustomerFilterKeys, exports.customFieldFilterKey];
69
76
  exports.allTimeRangeFilterKeys = ["ALL"];
70
77
  //# sourceMappingURL=widgetExtensionManifest.js.map