@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.
|
|
1
|
+
export declare const 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.
|
|
1
|
+
export declare const version = "0.17.3";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '0.17.
|
|
1
|
+
export const version = '0.17.3';
|
package/package.json
CHANGED