@esri/arcgis-rest-portal 4.4.0 → 4.4.1

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/README.md CHANGED
@@ -1,13 +1,10 @@
1
1
  [![npm version][npm-img]][npm-url]
2
- [![build status][travis-img]][travis-url]
3
2
  [![gzip bundle size][gzip-image]][npm-url]
4
3
  [![Coverage Status][coverage-img]][coverage-url]
5
4
  [![apache licensed](https://img.shields.io/badge/license-Apache-green.svg?style=flat-square)](https://raw.githubusercontent.com/Esri/arcgis-rest-js/master/LICENSE)
6
5
 
7
6
  [npm-img]: https://img.shields.io/npm/v/@esri/arcgis-rest-portal.svg?style=flat-square
8
7
  [npm-url]: https://www.npmjs.com/package/@esri/arcgis-rest-portal
9
- [travis-img]: https://img.shields.io/travis/Esri/arcgis-rest-js/master.svg?style=flat-square
10
- [travis-url]: https://travis-ci.org/Esri/arcgis-rest-js
11
8
  [gzip-image]: https://img.badgesize.io/https://unpkg.com/@esri/arcgis-rest-portal/dist/bundled/portal.umd.min.js?compression=gzip
12
9
  [coverage-img]: https://codecov.io/gh/Esri/arcgis-rest-js/branch/master/graph/badge.svg
13
10
  [coverage-url]: https://codecov.io/gh/Esri/arcgis-rest-js
@@ -33,7 +30,7 @@ getItem(itemId).then((response) => {
33
30
  });
34
31
  ```
35
32
 
36
- ### [API Reference](https://esri.github.io/arcgis-rest-js/api/portal/)
33
+ ### [API Reference](https://developers.arcgis.com/arcgis-rest-js/api-reference/arcgis-rest-portal/)
37
34
 
38
35
  ### Issues
39
36
 
@@ -1,7 +1,7 @@
1
1
  /* @preserve
2
- * @esri/arcgis-rest-portal - v4.3.0 - Apache-2.0
3
- * Copyright (c) 2017-2023 Esri, Inc.
4
- * Wed Sep 06 2023 15:33:48 GMT+0000 (Coordinated Universal Time)
2
+ * @esri/arcgis-rest-portal - v4.4.0 - Apache-2.0
3
+ * Copyright (c) 2017-2024 Esri, Inc.
4
+ * Sat Jun 15 2024 00:37:50 GMT+0000 (Coordinated Universal Time)
5
5
  */
6
6
  import { cleanUrl, request, appendCustomParams, warn } from '@esri/arcgis-rest-request';
7
7
 
@@ -1937,6 +1937,7 @@ function updateGroup(requestOptions) {
1937
1937
  * updateUserMemberships({
1938
1938
  * id: groupId,
1939
1939
  * admins: ["username3"],
1940
+ * newMemberType: "admin",
1940
1941
  * authentication
1941
1942
  * })
1942
1943
  * .then(response);