@lemoncloud/ade-backend-api
Advanced tools
Comparing version 0.23.728 to 0.23.1006
@@ -9,2 +9,3 @@ /** | ||
* @date 2023-01-18 optimized with `lemon-core@3.2.4` | ||
* @date 2023-02-15 optimized with `lemon-core@3.2.5` | ||
* | ||
@@ -32,2 +33,6 @@ * @copyright (C) 2022 LemonCloud Co Ltd. - All Rights Reserved. | ||
/** | ||
* (optional) time took in sec | ||
*/ | ||
took?: number; | ||
/** | ||
* items searched | ||
@@ -34,0 +39,0 @@ */ |
@@ -18,3 +18,3 @@ /** | ||
*/ | ||
export interface AccessToken extends NextIdentity<any> { | ||
export interface SessionToken extends NextIdentity<any> { | ||
/** | ||
@@ -21,0 +21,0 @@ * site-id |
{ | ||
"name": "@lemoncloud/ade-backend-api", | ||
"version": "0.23.728", | ||
"version": "0.23.1006", | ||
"description": "cloud based micro-service of backend api", | ||
@@ -5,0 +5,0 @@ "types": "dist/view/types.d.ts", |
Sorry, the diff of this file is not supported yet
61934
1045