@esri/arcgis-rest-common-types
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -306,1 +306,37 @@ /** | ||
} | ||
/** | ||
* An ArcGIS Online or Enterprise user | ||
*/ | ||
export interface IUser { | ||
username?: string; | ||
fullName?: string; | ||
availableCredits?: number; | ||
assignedCredits?: number; | ||
firstName?: string; | ||
lastName?: string; | ||
preferredView?: any; | ||
description?: string; | ||
email?: string; | ||
idpUsername?: string; | ||
favGroupId?: string; | ||
lastLogin?: number; | ||
mfaEnabled?: boolean; | ||
access?: string; | ||
storageUsage?: number; | ||
storageQuota?: number; | ||
orgId?: string; | ||
role?: "org_admin" | "org_publisher" | "org_user"; | ||
privileges?: string[]; | ||
roleId?: string; | ||
level?: string; | ||
disabled?: boolean; | ||
units?: string; | ||
tags?: string[]; | ||
culture?: string; | ||
region?: string; | ||
thumbnail?: string; | ||
created?: number; | ||
modified?: number; | ||
groups?: object[]; | ||
provider?: "arcgis" | "enterprise" | "facebook" | "google"; | ||
} |
{ | ||
"name": "@esri/arcgis-rest-common-types", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Common TypeScript types for @esri/arcgis-rest-* packages.", | ||
@@ -5,0 +5,0 @@ "types": "dist/types/index.d.ts", |
@@ -27,2 +27,4 @@ [![npm version][npm-img]][npm-url] | ||
### [API Reference](https://esri.github.io/arcgis-rest-js/api/common-types/) | ||
### Issues | ||
@@ -60,2 +62,2 @@ | ||
A copy of the license is available in the repository's [LICENSE](./LICENSE) file. | ||
A copy of the license is available in the repository's [LICENSE](../../LICENSE) file. |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10882
341
62