build-dxf 0.1.87 → 0.1.89

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "build-dxf",
3
- "version": "0.1.87",
3
+ "version": "0.1.89",
4
4
  "description": "线段构建双线墙壁的dxf版本",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -1,4 +1,4 @@
1
- import { IRegion, ISpace } from './type';
1
+ import { IModelItem, IRegion, ISpace } from './type';
2
2
  export declare function getSpaceListApi(): Promise<ISpace[]>;
3
3
  /** 获取区域列表api
4
4
  * @param idSpace
@@ -20,3 +20,4 @@ export declare function updateThreeJiaJsonApi(body: {
20
20
  models: string;
21
21
  dxf: string;
22
22
  }): Promise<boolean>;
23
+ export declare function getModelsApi(idRegion: string): Promise<IModelItem[]>;