aircitytype 1.0.9 → 1.0.10

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -311,6 +311,7 @@ declare enum MapMode {
311
311
  interface AircityEvent {
312
312
  Id: string;
313
313
  eventtype: string;
314
+ ModelName: string;
314
315
  Type: string;
315
316
  Text: string;
316
317
  BoundsMax: [number, number, number];
@@ -355,7 +356,7 @@ interface Polygon3D {
355
356
  }
356
357
 
357
358
  interface Polyline {
358
- add(arg0: PolyLineType): void;
359
+ add(arg0: PolyLineType | PolyLineType[]): void;
359
360
  focus(id: string, distance?: number): void;
360
361
  delete(id: string | string[]): void;
361
362
  hide(id: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aircitytype",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {