# @metamask/7715-permission-types

> Permission types for the ERC-7715

Latest version **2.0.0** (published 2026-08-13) · (MIT-0 OR Apache-2.0) license · 0 weekly downloads

## Install

```sh
npm install @metamask/7715-permission-types
pnpm add @metamask/7715-permission-types
yarn add @metamask/7715-permission-types
bun add @metamask/7715-permission-types
```

## Health

**Score 75/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2026-08-13 |
| First published | 2025-08-08 |
| Weekly downloads | 0 |
| License | (MIT-0 OR Apache-2.0) |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=20 |
| Dependencies | 2 |
| Unpacked size | 359.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 63 |
| Maintainers | kumavis, frederikbolding, metamaskbot, gudahtt, mrten, mcmire, naugtur |
| Keywords | MetaMask, Ethereum |

## Links

- npm: https://www.npmjs.com/package/@metamask/7715-permission-types
- Repository: https://github.com/MetaMask/smart-accounts-kit
- Homepage: https://github.com/MetaMask/smart-accounts-kit/tree/main/packages/7715-permission-types#readme
- Issues: https://github.com/MetaMask/smart-accounts-kit/issues
- npm.io page: https://npm.io/package/@metamask/7715-permission-types

## Dependencies (2)

- [@metamask/utils](https://npm.io/package/@metamask/utils.md) ^11.4.0
- [@metamask/delegation-core](https://npm.io/package/@metamask/delegation-core.md) ^3.0.0

## Recent versions

- 2.0.0 (latest) — 2026-08-13
- 1.0.0 — 2026-07-20
- 0.9.0 — 2026-07-14
- 0.8.0 — 2026-07-13
- 0.7.1 — 2026-05-20
- 0.7.0 — 2026-05-18
- 0.6.0 — 2026-04-23
- 0.5.0 — 2026-01-13
- 0.4.0 — 2025-12-03
- 0.3.0 — 2025-09-03
- 0.2.0 — 2025-08-08

## README

# Permission types

Package with types as defined in [ERC-7715](https://eip.tools/eip/7715). This package centrally manages defines types that can be used across multiple packages/repositories.

## Installation

This package is normally installed as part of the Smart Accounts Kit (@metamask/smart-accounts-kit) which is part of this monorepo.

In order to install this package standalone:

With yarn:
```
yarn add @metamask/7715-permission-types
```

With npm:
```
npm install @metamask/7715-permission-types
```

---
_Source: https://npm.io/package/@metamask/7715-permission-types · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
