lemon-model
Version:
Common shared model definitions for Lemon Micro-Service Platform
35 lines (22 loc) • 804 B
Markdown
# lemon-model
Common shared model definitions for both `backend` and `frontend`.
## Usage
!TIP! to develop `backend` api, use [lemon-core](https://github.com/lemoncloud-io/lemon-core) instead of this.
```sh
# install with npm
npm install --save lemon-model
```
## Contribution
Plz, request PR.
See [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md)
## LICENSE
[MIT](LICENSE) - (C) 2019 LemonCloud Co Ltd. - All Rights Reserved.„
----------------
## VERSION INFO
| Version | Description
|-- |--
| 1.0.6 | optimized `SearchBody` with `knn` support.
| 1.0.5 | optimized `NextIdentity` with `authorization`.
| 1.0.4 | optimized `NextIdentity` with `referer` and `origin`.
| 1.0.3 | optimized `NextIdentityCognito`
| 1.0.0 | initial types out of the original `lemon-core@3.1.1`