@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
|
@@ -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",
|