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

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,6 +246,10 @@ 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;
249
253
  }
250
254
  export interface KnowledgeFileMetadataParams {
251
255
  name: string;
@@ -132,7 +132,7 @@ export interface SessionQueryParams {
132
132
  export interface ISessionParam {
133
133
  name?: string;
134
134
  knowledges?: IKnowledge[];
135
- knowledgeList?: string[];
135
+ knowledgeIdList?: 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.1",
3
+ "version": "3.2.10-beta.11",
4
4
  "author": "glodoncv",
5
5
  "description": "aiot apis",
6
6
  "type": "module",