bruce-models 1.6.4 → 1.6.5

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.
@@ -112,12 +112,12 @@ export declare namespace MenuItem {
112
112
  ghostLoading?: boolean;
113
113
  }
114
114
  interface IKml extends IItem {
115
- KML: {
115
+ KML?: {
116
116
  ClientFile?: {
117
117
  ID: string;
118
118
  };
119
119
  fileUrl?: string;
120
- };
120
+ }[];
121
121
  }
122
122
  interface IEntitiesTileset extends IItem {
123
123
  FlyTo: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bruce-models",
3
- "version": "1.6.4",
3
+ "version": "1.6.5",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/bruce-models.umd.js",