@vertexvis/api-client-node 0.17.0 → 0.17.1

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/dist/cjs/api.d.ts CHANGED
@@ -2001,6 +2001,25 @@ export interface Failure {
2001
2001
  [key: string]: Link;
2002
2002
  };
2003
2003
  }
2004
+ /**
2005
+ *
2006
+ * @export
2007
+ * @interface FeatureLines
2008
+ */
2009
+ export interface FeatureLines {
2010
+ /**
2011
+ *
2012
+ * @type {Color3}
2013
+ * @memberof FeatureLines
2014
+ */
2015
+ color: Color3;
2016
+ /**
2017
+ *
2018
+ * @type {number}
2019
+ * @memberof FeatureLines
2020
+ */
2021
+ width: number;
2022
+ }
2004
2023
  /**
2005
2024
  *
2006
2025
  * @export
@@ -4217,6 +4236,12 @@ export interface SceneViewStateDataAttributes {
4217
4236
  * @memberof SceneViewStateDataAttributes
4218
4237
  */
4219
4238
  thumbnails?: Array<ThumbnailData>;
4239
+ /**
4240
+ *
4241
+ * @type {FeatureLines}
4242
+ * @memberof SceneViewStateDataAttributes
4243
+ */
4244
+ featureLines?: FeatureLines;
4220
4245
  }
4221
4246
  /**
4222
4247
  *
@@ -1 +1 @@
1
- export declare const version = "0.17.0";
1
+ export declare const version = "0.17.1";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = '0.17.0';
4
+ exports.version = '0.17.1';
package/dist/esm/api.d.ts CHANGED
@@ -2001,6 +2001,25 @@ export interface Failure {
2001
2001
  [key: string]: Link;
2002
2002
  };
2003
2003
  }
2004
+ /**
2005
+ *
2006
+ * @export
2007
+ * @interface FeatureLines
2008
+ */
2009
+ export interface FeatureLines {
2010
+ /**
2011
+ *
2012
+ * @type {Color3}
2013
+ * @memberof FeatureLines
2014
+ */
2015
+ color: Color3;
2016
+ /**
2017
+ *
2018
+ * @type {number}
2019
+ * @memberof FeatureLines
2020
+ */
2021
+ width: number;
2022
+ }
2004
2023
  /**
2005
2024
  *
2006
2025
  * @export
@@ -4217,6 +4236,12 @@ export interface SceneViewStateDataAttributes {
4217
4236
  * @memberof SceneViewStateDataAttributes
4218
4237
  */
4219
4238
  thumbnails?: Array<ThumbnailData>;
4239
+ /**
4240
+ *
4241
+ * @type {FeatureLines}
4242
+ * @memberof SceneViewStateDataAttributes
4243
+ */
4244
+ featureLines?: FeatureLines;
4220
4245
  }
4221
4246
  /**
4222
4247
  *
@@ -1 +1 @@
1
- export declare const version = "0.17.0";
1
+ export declare const version = "0.17.1";
@@ -1 +1 @@
1
- export const version = '0.17.0';
1
+ export const version = '0.17.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertexvis/api-client-node",
3
- "version": "0.17.0",
3
+ "version": "0.17.1",
4
4
  "description": "The Vertex REST API client for Node.js.",
5
5
  "license": "MIT",
6
6
  "author": "Vertex Developers <support@vertexvis.com> (https://developer.vertexvis.com)",