@egova/egova-api 1.0.118 → 1.0.121

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.
@@ -44,6 +44,8 @@ export default class ProjectCombineModel extends View {
44
44
  dataModelDocShow: boolean;
45
45
  apiProjectDetail: string;
46
46
  apiProjectDetailShow: boolean;
47
+ doc: string;
48
+ docShow: boolean;
47
49
  onBack(): void;
48
50
  mounted(): void;
49
51
  activated(): void;
@@ -58,4 +60,5 @@ export default class ProjectCombineModel extends View {
58
60
  onDetail(row: any): Promise<void>;
59
61
  onOpenTest(): Promise<void>;
60
62
  onTestRun(context: string): Promise<void>;
63
+ onOpenDoc(): Promise<void>;
61
64
  }
@@ -10,4 +10,5 @@ export default class Service extends CommonService {
10
10
  getDoc(id: any): Promise<any>;
11
11
  changeStatus(id: string, status: number): Promise<any>;
12
12
  copyApi(copyData: any): Promise<any>;
13
+ geHelpDoc(): Promise<any>;
13
14
  }
@@ -3,6 +3,7 @@ import { InterfaceModel } from "./interface-settings/model";
3
3
  export default class ApiService extends CommonService {
4
4
  getApiTree(projectId: string): Promise<any>;
5
5
  deleteApi(id: string): Promise<any>;
6
+ deleteCategory(categoryId: any): Promise<any>;
6
7
  saveApi(api: any): Promise<any>;
7
8
  copyApi(id: string, name: string, projectId: string, categoryId: string): Promise<any>;
8
9
  apiInfo(id: string): Promise<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egova/egova-api",
3
- "version": "1.0.118",
3
+ "version": "1.0.121",
4
4
  "description": "api",
5
5
  "author": "egova",
6
6
  "publishConfig": {
@@ -80,5 +80,5 @@
80
80
  "last 2 versions",
81
81
  "not ie <= 8"
82
82
  ],
83
- "gitHead": "48410e7bdd2aea6c05139bbd5c645e135fcb4a5d"
83
+ "gitHead": "ebc35faa1752d19e38b793b7e3eb00db53a75c7f"
84
84
  }