@glodon-aiot/apis 3.8.0-alpha.4 → 3.9.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -129,6 +129,8 @@ export interface ISession {
129
129
  }
130
130
  export interface SessionQueryParams {
131
131
  order: string;
132
+ pageSize?: number;
133
+ beforeTime?: string;
132
134
  }
133
135
  export interface ISessionParam {
134
136
  name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glodon-aiot/apis",
3
- "version": "3.8.0-alpha.4",
3
+ "version": "3.9.0-alpha.5",
4
4
  "author": "glodoncv",
5
5
  "description": "aiot apis",
6
6
  "type": "module",