@esri/hub-common 15.22.0-next.1 → 15.22.0-next.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.
@@ -150,7 +150,7 @@ export var SearchPostsFormat;
150
150
  SearchPostsFormat["JSON"] = "json";
151
151
  })(SearchPostsFormat || (SearchPostsFormat = {}));
152
152
  /**
153
- * Role types
153
+ * ChannelAcl Role types
154
154
  *
155
155
  * @export
156
156
  * @enum {string}
@@ -153,7 +153,7 @@ var SearchPostsFormat;
153
153
  SearchPostsFormat["JSON"] = "json";
154
154
  })(SearchPostsFormat = exports.SearchPostsFormat || (exports.SearchPostsFormat = {}));
155
155
  /**
156
- * Role types
156
+ * ChannelAcl Role types
157
157
  *
158
158
  * @export
159
159
  * @enum {string}
@@ -291,7 +291,7 @@ export interface IDiscussionsRequestOptions extends Omit<IHubRequestOptions, "ht
291
291
  };
292
292
  }
293
293
  /**
294
- * Role types
294
+ * ChannelAcl Role types
295
295
  *
296
296
  * @export
297
297
  * @enum {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/hub-common",
3
- "version": "15.22.0-next.1",
3
+ "version": "15.22.0-next.2",
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",