@zhubangyun/lowcode-core 5.3.181 → 5.3.182

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.
@@ -13,7 +13,7 @@ export declare abstract class RestApi<DataType> {
13
13
  uri: string;
14
14
  title: string;
15
15
  request: AxiosInstance;
16
- protected constructor(uri: string, options?: RestApiOptions);
16
+ constructor(uri: string, options?: RestApiOptions);
17
17
  abstract handleRequestConfig(config: AxiosRequestConfig): void;
18
18
  search(params?: Record<string, any>, page?: number, pageSize?: number): Promise<ManyResult<DataType>>;
19
19
  /**
@@ -13,7 +13,7 @@ export declare abstract class RestApi<DataType> {
13
13
  uri: string;
14
14
  title: string;
15
15
  request: AxiosInstance;
16
- protected constructor(uri: string, options?: RestApiOptions);
16
+ constructor(uri: string, options?: RestApiOptions);
17
17
  abstract handleRequestConfig(config: AxiosRequestConfig): void;
18
18
  search(params?: Record<string, any>, page?: number, pageSize?: number): Promise<ManyResult<DataType>>;
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhubangyun/lowcode-core",
3
- "version": "5.3.181",
3
+ "version": "5.3.182",
4
4
  "description": "低代码核心",
5
5
  "files": [
6
6
  "lib",