@esri/arcgis-rest-common-types
Advanced tools
Comparing version 1.8.0 to 1.9.0
@@ -0,1 +1,2 @@ | ||
export declare type GroupMembership = "owner" | "admin" | "member" | "nonmember"; | ||
/** | ||
@@ -37,3 +38,3 @@ * A [Group](https://developers.arcgis.com/rest/users-groups-and-items/common-parameters.htm) that has not been created yet. | ||
username?: string; | ||
memberType?: string; | ||
memberType?: GroupMembership; | ||
applications?: number; | ||
@@ -40,0 +41,0 @@ }; |
{ | ||
"name": "@esri/arcgis-rest-common-types", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"description": "Common TypeScript types for @esri/arcgis-rest-* packages.", | ||
@@ -5,0 +5,0 @@ "types": "dist/types/index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
72905
1480