@esri/hub-common 13.43.1 → 13.43.2
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.
|
@@ -11,7 +11,7 @@ export interface ISortOption {
|
|
|
11
11
|
/**
|
|
12
12
|
* Sort options supported
|
|
13
13
|
*/
|
|
14
|
-
export declare type SortOption = "relavance" | "title" | "created" | "modified" | "username" | "joined";
|
|
14
|
+
export declare type SortOption = "relavance" | "title" | "created" | "modified" | "username" | "joined" | "memberType";
|
|
15
15
|
/**
|
|
16
16
|
* Defines a span of time by specifying a `from` and `to` Date
|
|
17
17
|
* as either a number or a ISO string
|