@the-liberators/ngx-scrumteamsurvey-tools 2.3.125 → 2.3.128

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-liberators/ngx-scrumteamsurvey-tools",
3
- "version": "2.3.125",
3
+ "version": "2.3.128",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.8",
6
6
  "@angular/core": "^21.0.8",
@@ -556,7 +556,9 @@ declare enum InterventionFilterType {
556
556
  }
557
557
  declare enum TeamSortEnum {
558
558
  name = "Name",
559
- created = "Created"
559
+ created = "Created",
560
+ newestScan = "NewestScan",
561
+ oldestScan = "OldestScan"
560
562
  }
561
563
  declare enum TeamStatusEnum {
562
564
  active = "Active",