@vertexvis/api-client-node 0.17.2 → 0.17.3

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
@@ -871,6 +871,12 @@ export interface CreateExportRequestDataAttributes {
871
871
  * @memberof CreateExportRequestDataAttributes
872
872
  */
873
873
  config: CADExportConfig;
874
+ /**
875
+ * Optional file name to use for the resulting export
876
+ * @type {string}
877
+ * @memberof CreateExportRequestDataAttributes
878
+ */
879
+ fileName?: string;
874
880
  }
875
881
  /**
876
882
  *
@@ -1 +1 @@
1
- export declare const version = "0.17.2";
1
+ export declare const version = "0.17.3";
@@ -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.2';
4
+ exports.version = '0.17.3';
package/dist/esm/api.d.ts CHANGED
@@ -871,6 +871,12 @@ export interface CreateExportRequestDataAttributes {
871
871
  * @memberof CreateExportRequestDataAttributes
872
872
  */
873
873
  config: CADExportConfig;
874
+ /**
875
+ * Optional file name to use for the resulting export
876
+ * @type {string}
877
+ * @memberof CreateExportRequestDataAttributes
878
+ */
879
+ fileName?: string;
874
880
  }
875
881
  /**
876
882
  *
@@ -1 +1 @@
1
- export declare const version = "0.17.2";
1
+ export declare const version = "0.17.3";
@@ -1 +1 @@
1
- export const version = '0.17.2';
1
+ export const version = '0.17.3';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertexvis/api-client-node",
3
- "version": "0.17.2",
3
+ "version": "0.17.3",
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)",