@esri/hub-common 13.43.1 → 13.43.3

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.
@@ -107,11 +107,11 @@ export const GroupPermissionPolicies = [
107
107
  },
108
108
  {
109
109
  permission: "hub:group:workspace:content",
110
- dependencies: ["hub:group:edit"],
110
+ dependencies: ["hub:group:view"],
111
111
  },
112
112
  {
113
113
  permission: "hub:group:workspace:members",
114
- dependencies: ["hub:group:edit"],
114
+ dependencies: ["hub:group:view"],
115
115
  },
116
116
  ];
117
117
  //# sourceMappingURL=GroupBusinessRules.js.map
@@ -110,11 +110,11 @@ exports.GroupPermissionPolicies = [
110
110
  },
111
111
  {
112
112
  permission: "hub:group:workspace:content",
113
- dependencies: ["hub:group:edit"],
113
+ dependencies: ["hub:group:view"],
114
114
  },
115
115
  {
116
116
  permission: "hub:group:workspace:members",
117
- dependencies: ["hub:group:edit"],
117
+ dependencies: ["hub:group:view"],
118
118
  },
119
119
  ];
120
120
  //# sourceMappingURL=GroupBusinessRules.js.map
@@ -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 = "relevance" | "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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/hub-common",
3
- "version": "13.43.1",
3
+ "version": "13.43.3",
4
4
  "description": "Common TypeScript types and utility functions for @esri/hub.js.",
5
5
  "main": "dist/node/index.js",
6
6
  "module": "dist/esm/index.js",