@glodon-aiot/apis 3.2.10-beta.11 → 3.2.10-beta.2

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.
@@ -246,10 +246,6 @@ export interface ISearchReference {
246
246
  link: string;
247
247
  title: string;
248
248
  snippet: string;
249
- siteIcon?: string;
250
- siteName: string;
251
- ts?: string;
252
- datePublished?: string;
253
249
  }
254
250
  export interface KnowledgeFileMetadataParams {
255
251
  name: string;
@@ -132,7 +132,7 @@ export interface SessionQueryParams {
132
132
  export interface ISessionParam {
133
133
  name?: string;
134
134
  knowledges?: IKnowledge[];
135
- knowledgeIdList?: string[];
135
+ knowledgeList?: string[];
136
136
  finialMessage?: string;
137
137
  applicationId?: string;
138
138
  lastRelatedQuestion?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glodon-aiot/apis",
3
- "version": "3.2.10-beta.11",
3
+ "version": "3.2.10-beta.2",
4
4
  "author": "glodoncv",
5
5
  "description": "aiot apis",
6
6
  "type": "module",