Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@esri/arcgis-rest-common-types

Package Overview
Dependencies
Maintainers
16
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@esri/arcgis-rest-common-types - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

36

dist/types/index.d.ts

@@ -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";
}

2

package.json
{
"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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc