1.9.1 • Published 5 months ago
@ada-support/embed-types v1.9.1
embed-types
What is this?
A public NPM package with types describing Embed public API.
Why is it needed?
- We want to call out breaking changes for our Embed consumers (e.g., customers and colleagues).
- The Embed interface should be stable. Having types defined in a separate package helps to track changes to the Embed public API with more scrutiny.
- Types described in this package can be used across Ada frontend applications that communicate with Embed.
Set up and development
Install dependencies:
```bash
yarn
```
Run ESLint
```bash
yarn lint
```
Deployment
The NPM publish job will run automatically via Github actions upon merging your branch to main
Installation
In your repository:
yarn add @ada-support/embed-types -D
Usage
import type { AdaEmbedAPI } from "@ada-support/embed-types";
You can also import any export
ed items exposed in our public API.
1.9.1
5 months ago
1.8.2
7 months ago
1.9.0
5 months ago
1.8.1
9 months ago
1.8.0
10 months ago
1.8.3
7 months ago
1.7.1
1 year ago
1.7.0
1 year ago
1.6.5
2 years ago
1.6.4
3 years ago
1.5.0
3 years ago
1.1.1
3 years ago
1.1.2
3 years ago
1.1.0
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago
0.0.4
4 years ago
0.0.3
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago