@egova/egova-api 1.0.235 → 1.0.236
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.
|
@@ -27,8 +27,8 @@ export default class ParamsSetting extends BaseEditorSetting {
|
|
|
27
27
|
onBottomBodyParam(paramList: Array<any>, id?: string): void;
|
|
28
28
|
onChangeDisabled(value: boolean, item: any): void;
|
|
29
29
|
init(): void;
|
|
30
|
-
get bodyDataList(): any
|
|
31
|
-
set bodyDataList(value: any
|
|
30
|
+
get bodyDataList(): any;
|
|
31
|
+
set bodyDataList(value: any);
|
|
32
32
|
onAddRequestParam(): void;
|
|
33
33
|
onAddBodyParam(): void;
|
|
34
34
|
get bodyType(): string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@egova/egova-api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.236",
|
|
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": "
|
|
83
|
+
"gitHead": "422907ecb69b2f669ae8c0f2426a71a8e0b99a4b"
|
|
84
84
|
}
|