@hddjs/hdd-cloud-types 1.0.27 → 1.0.28

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.
@@ -34,4 +34,8 @@ export interface IInquirySession {
34
34
  * 邀请码
35
35
  */
36
36
  invitationCode?: string;
37
+ /**
38
+ * 报告id
39
+ */
40
+ reportId?: string;
37
41
  }
@@ -562,7 +562,12 @@ export interface IGetConfigInfoRes extends ICommonRes {
562
562
  /**
563
563
  * 获取报告列表req
564
564
  */
565
- export interface IGetReportInfoReq extends ICommonReq {}
565
+ export interface IGetReportInfoReq extends ICommonReq {
566
+ /**
567
+ * 关键字
568
+ */
569
+ keyword?: string;
570
+ }
566
571
 
567
572
  /**
568
573
  * 获取报告列表res
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hddjs/hdd-cloud-types",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "main": "index.d.ts",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"