@glodon-aiot/apis 3.9.0-beta.10 → 3.11.0

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,8 +129,6 @@ export interface ISession {
129
129
  }
130
130
  export interface SessionQueryParams {
131
131
  order: string;
132
- pageSize?: number;
133
- beforeTime?: string;
134
132
  }
135
133
  export interface ISessionParam {
136
134
  name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glodon-aiot/apis",
3
- "version": "3.9.0-beta.10",
3
+ "version": "3.11.0",
4
4
  "author": "glodoncv",
5
5
  "description": "aiot apis",
6
6
  "type": "module",