@vertexvis/api-client-node 0.17.3 → 0.18.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
@@ -4290,6 +4290,12 @@ export interface SceneViewStateDataAttributes {
4290
4290
  * @memberof SceneViewStateDataAttributes
4291
4291
  */
4292
4292
  featureLines?: FeatureLines;
4293
+ /**
4294
+ *
4295
+ * @type {boolean}
4296
+ * @memberof SceneViewStateDataAttributes
4297
+ */
4298
+ noDefaultLights?: boolean;
4293
4299
  }
4294
4300
  /**
4295
4301
  *
@@ -7171,7 +7177,7 @@ export declare const PartRevisionsApiAxiosParamCreator: (configuration?: Configu
7171
7177
  */
7172
7178
  renderPartRevision: (id: string, height?: number | undefined, width?: number | undefined, cameraPosition?: Vector3 | undefined, cameraUp?: Vector3 | undefined, cameraLookAt?: Vector3 | undefined, cameraPerspectivePosition?: Vector3 | undefined, cameraPerspectiveLookAt?: Vector3 | undefined, cameraPerspectiveUp?: Vector3 | undefined, cameraOrthographicViewVector?: Vector3 | undefined, cameraOrthographicLookAt?: Vector3 | undefined, cameraOrthographicUp?: Vector3 | undefined, cameraOrthographicFovHeight?: number | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7173
7179
  /**
7174
- * Update a `part-revision`. Note that metadata updates are eventually consistent.
7180
+ * Update a `part-revision`. Note that metadata updates are eventually consistent and will not update existing scenes. To view updated metadata within a scene, a new scene must be created or the updated part-revision must be removed and re-added to an existing scene.
7175
7181
  * @param {string} id The &#x60;part-revision&#x60; ID.
7176
7182
  * @param {UpdatePartRevisionRequest} updatePartRevisionRequest
7177
7183
  * @param {*} [options] Override http request option.
@@ -7236,7 +7242,7 @@ export declare const PartRevisionsApiFp: (configuration?: Configuration | undefi
7236
7242
  */
7237
7243
  renderPartRevision(id: string, height?: number | undefined, width?: number | undefined, cameraPosition?: Vector3 | undefined, cameraUp?: Vector3 | undefined, cameraLookAt?: Vector3 | undefined, cameraPerspectivePosition?: Vector3 | undefined, cameraPerspectiveLookAt?: Vector3 | undefined, cameraPerspectiveUp?: Vector3 | undefined, cameraOrthographicViewVector?: Vector3 | undefined, cameraOrthographicLookAt?: Vector3 | undefined, cameraOrthographicUp?: Vector3 | undefined, cameraOrthographicFovHeight?: number | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<any>>;
7238
7244
  /**
7239
- * Update a `part-revision`. Note that metadata updates are eventually consistent.
7245
+ * Update a `part-revision`. Note that metadata updates are eventually consistent and will not update existing scenes. To view updated metadata within a scene, a new scene must be created or the updated part-revision must be removed and re-added to an existing scene.
7240
7246
  * @param {string} id The &#x60;part-revision&#x60; ID.
7241
7247
  * @param {UpdatePartRevisionRequest} updatePartRevisionRequest
7242
7248
  * @param {*} [options] Override http request option.
@@ -7301,7 +7307,7 @@ export declare const PartRevisionsApiFactory: (configuration?: Configuration | u
7301
7307
  */
7302
7308
  renderPartRevision(id: string, height?: number | undefined, width?: number | undefined, cameraPosition?: Vector3 | undefined, cameraUp?: Vector3 | undefined, cameraLookAt?: Vector3 | undefined, cameraPerspectivePosition?: Vector3 | undefined, cameraPerspectiveLookAt?: Vector3 | undefined, cameraPerspectiveUp?: Vector3 | undefined, cameraOrthographicViewVector?: Vector3 | undefined, cameraOrthographicLookAt?: Vector3 | undefined, cameraOrthographicUp?: Vector3 | undefined, cameraOrthographicFovHeight?: number | undefined, options?: any): AxiosPromise<any>;
7303
7309
  /**
7304
- * Update a `part-revision`. Note that metadata updates are eventually consistent.
7310
+ * Update a `part-revision`. Note that metadata updates are eventually consistent and will not update existing scenes. To view updated metadata within a scene, a new scene must be created or the updated part-revision must be removed and re-added to an existing scene.
7305
7311
  * @param {string} id The &#x60;part-revision&#x60; ID.
7306
7312
  * @param {UpdatePartRevisionRequest} updatePartRevisionRequest
7307
7313
  * @param {*} [options] Override http request option.
@@ -7537,7 +7543,7 @@ export declare class PartRevisionsApi extends BaseAPI {
7537
7543
  */
7538
7544
  renderPartRevision(requestParameters: PartRevisionsApiRenderPartRevisionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
7539
7545
  /**
7540
- * Update a `part-revision`. Note that metadata updates are eventually consistent.
7546
+ * Update a `part-revision`. Note that metadata updates are eventually consistent and will not update existing scenes. To view updated metadata within a scene, a new scene must be created or the updated part-revision must be removed and re-added to an existing scene.
7541
7547
  * @param {PartRevisionsApiUpdatePartRevisionRequest} requestParameters Request parameters.
7542
7548
  * @param {*} [options] Override http request option.
7543
7549
  * @throws {RequiredError}
package/dist/cjs/api.js CHANGED
@@ -2780,7 +2780,7 @@ const PartRevisionsApiAxiosParamCreator = function (configuration) {
2780
2780
  };
2781
2781
  }),
2782
2782
  /**
2783
- * Update a `part-revision`. Note that metadata updates are eventually consistent.
2783
+ * Update a `part-revision`. Note that metadata updates are eventually consistent and will not update existing scenes. To view updated metadata within a scene, a new scene must be created or the updated part-revision must be removed and re-added to an existing scene.
2784
2784
  * @param {string} id The &#x60;part-revision&#x60; ID.
2785
2785
  * @param {UpdatePartRevisionRequest} updatePartRevisionRequest
2786
2786
  * @param {*} [options] Override http request option.
@@ -2901,7 +2901,7 @@ const PartRevisionsApiFp = function (configuration) {
2901
2901
  });
2902
2902
  },
2903
2903
  /**
2904
- * Update a `part-revision`. Note that metadata updates are eventually consistent.
2904
+ * Update a `part-revision`. Note that metadata updates are eventually consistent and will not update existing scenes. To view updated metadata within a scene, a new scene must be created or the updated part-revision must be removed and re-added to an existing scene.
2905
2905
  * @param {string} id The &#x60;part-revision&#x60; ID.
2906
2906
  * @param {UpdatePartRevisionRequest} updatePartRevisionRequest
2907
2907
  * @param {*} [options] Override http request option.
@@ -2995,7 +2995,7 @@ const PartRevisionsApiFactory = function (configuration, basePath, axios) {
2995
2995
  .then((request) => request(axios, basePath));
2996
2996
  },
2997
2997
  /**
2998
- * Update a `part-revision`. Note that metadata updates are eventually consistent.
2998
+ * Update a `part-revision`. Note that metadata updates are eventually consistent and will not update existing scenes. To view updated metadata within a scene, a new scene must be created or the updated part-revision must be removed and re-added to an existing scene.
2999
2999
  * @param {string} id The &#x60;part-revision&#x60; ID.
3000
3000
  * @param {UpdatePartRevisionRequest} updatePartRevisionRequest
3001
3001
  * @param {*} [options] Override http request option.
@@ -3077,7 +3077,7 @@ class PartRevisionsApi extends base_1.BaseAPI {
3077
3077
  .then((request) => request(this.axios, this.basePath));
3078
3078
  }
3079
3079
  /**
3080
- * Update a `part-revision`. Note that metadata updates are eventually consistent.
3080
+ * Update a `part-revision`. Note that metadata updates are eventually consistent and will not update existing scenes. To view updated metadata within a scene, a new scene must be created or the updated part-revision must be removed and re-added to an existing scene.
3081
3081
  * @param {PartRevisionsApiUpdatePartRevisionRequest} requestParameters Request parameters.
3082
3082
  * @param {*} [options] Override http request option.
3083
3083
  * @throws {RequiredError}
@@ -1 +1 @@
1
- export declare const version = "0.17.3";
1
+ export declare const version = "0.18.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.3';
4
+ exports.version = '0.18.1';
package/dist/esm/api.d.ts CHANGED
@@ -4290,6 +4290,12 @@ export interface SceneViewStateDataAttributes {
4290
4290
  * @memberof SceneViewStateDataAttributes
4291
4291
  */
4292
4292
  featureLines?: FeatureLines;
4293
+ /**
4294
+ *
4295
+ * @type {boolean}
4296
+ * @memberof SceneViewStateDataAttributes
4297
+ */
4298
+ noDefaultLights?: boolean;
4293
4299
  }
4294
4300
  /**
4295
4301
  *
@@ -7171,7 +7177,7 @@ export declare const PartRevisionsApiAxiosParamCreator: (configuration?: Configu
7171
7177
  */
7172
7178
  renderPartRevision: (id: string, height?: number | undefined, width?: number | undefined, cameraPosition?: Vector3 | undefined, cameraUp?: Vector3 | undefined, cameraLookAt?: Vector3 | undefined, cameraPerspectivePosition?: Vector3 | undefined, cameraPerspectiveLookAt?: Vector3 | undefined, cameraPerspectiveUp?: Vector3 | undefined, cameraOrthographicViewVector?: Vector3 | undefined, cameraOrthographicLookAt?: Vector3 | undefined, cameraOrthographicUp?: Vector3 | undefined, cameraOrthographicFovHeight?: number | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7173
7179
  /**
7174
- * Update a `part-revision`. Note that metadata updates are eventually consistent.
7180
+ * Update a `part-revision`. Note that metadata updates are eventually consistent and will not update existing scenes. To view updated metadata within a scene, a new scene must be created or the updated part-revision must be removed and re-added to an existing scene.
7175
7181
  * @param {string} id The &#x60;part-revision&#x60; ID.
7176
7182
  * @param {UpdatePartRevisionRequest} updatePartRevisionRequest
7177
7183
  * @param {*} [options] Override http request option.
@@ -7236,7 +7242,7 @@ export declare const PartRevisionsApiFp: (configuration?: Configuration | undefi
7236
7242
  */
7237
7243
  renderPartRevision(id: string, height?: number | undefined, width?: number | undefined, cameraPosition?: Vector3 | undefined, cameraUp?: Vector3 | undefined, cameraLookAt?: Vector3 | undefined, cameraPerspectivePosition?: Vector3 | undefined, cameraPerspectiveLookAt?: Vector3 | undefined, cameraPerspectiveUp?: Vector3 | undefined, cameraOrthographicViewVector?: Vector3 | undefined, cameraOrthographicLookAt?: Vector3 | undefined, cameraOrthographicUp?: Vector3 | undefined, cameraOrthographicFovHeight?: number | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<any>>;
7238
7244
  /**
7239
- * Update a `part-revision`. Note that metadata updates are eventually consistent.
7245
+ * Update a `part-revision`. Note that metadata updates are eventually consistent and will not update existing scenes. To view updated metadata within a scene, a new scene must be created or the updated part-revision must be removed and re-added to an existing scene.
7240
7246
  * @param {string} id The &#x60;part-revision&#x60; ID.
7241
7247
  * @param {UpdatePartRevisionRequest} updatePartRevisionRequest
7242
7248
  * @param {*} [options] Override http request option.
@@ -7301,7 +7307,7 @@ export declare const PartRevisionsApiFactory: (configuration?: Configuration | u
7301
7307
  */
7302
7308
  renderPartRevision(id: string, height?: number | undefined, width?: number | undefined, cameraPosition?: Vector3 | undefined, cameraUp?: Vector3 | undefined, cameraLookAt?: Vector3 | undefined, cameraPerspectivePosition?: Vector3 | undefined, cameraPerspectiveLookAt?: Vector3 | undefined, cameraPerspectiveUp?: Vector3 | undefined, cameraOrthographicViewVector?: Vector3 | undefined, cameraOrthographicLookAt?: Vector3 | undefined, cameraOrthographicUp?: Vector3 | undefined, cameraOrthographicFovHeight?: number | undefined, options?: any): AxiosPromise<any>;
7303
7309
  /**
7304
- * Update a `part-revision`. Note that metadata updates are eventually consistent.
7310
+ * Update a `part-revision`. Note that metadata updates are eventually consistent and will not update existing scenes. To view updated metadata within a scene, a new scene must be created or the updated part-revision must be removed and re-added to an existing scene.
7305
7311
  * @param {string} id The &#x60;part-revision&#x60; ID.
7306
7312
  * @param {UpdatePartRevisionRequest} updatePartRevisionRequest
7307
7313
  * @param {*} [options] Override http request option.
@@ -7537,7 +7543,7 @@ export declare class PartRevisionsApi extends BaseAPI {
7537
7543
  */
7538
7544
  renderPartRevision(requestParameters: PartRevisionsApiRenderPartRevisionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
7539
7545
  /**
7540
- * Update a `part-revision`. Note that metadata updates are eventually consistent.
7546
+ * Update a `part-revision`. Note that metadata updates are eventually consistent and will not update existing scenes. To view updated metadata within a scene, a new scene must be created or the updated part-revision must be removed and re-added to an existing scene.
7541
7547
  * @param {PartRevisionsApiUpdatePartRevisionRequest} requestParameters Request parameters.
7542
7548
  * @param {*} [options] Override http request option.
7543
7549
  * @throws {RequiredError}
package/dist/esm/api.js CHANGED
@@ -2740,7 +2740,7 @@ export const PartRevisionsApiAxiosParamCreator = function (configuration) {
2740
2740
  };
2741
2741
  }),
2742
2742
  /**
2743
- * Update a `part-revision`. Note that metadata updates are eventually consistent.
2743
+ * Update a `part-revision`. Note that metadata updates are eventually consistent and will not update existing scenes. To view updated metadata within a scene, a new scene must be created or the updated part-revision must be removed and re-added to an existing scene.
2744
2744
  * @param {string} id The &#x60;part-revision&#x60; ID.
2745
2745
  * @param {UpdatePartRevisionRequest} updatePartRevisionRequest
2746
2746
  * @param {*} [options] Override http request option.
@@ -2860,7 +2860,7 @@ export const PartRevisionsApiFp = function (configuration) {
2860
2860
  });
2861
2861
  },
2862
2862
  /**
2863
- * Update a `part-revision`. Note that metadata updates are eventually consistent.
2863
+ * Update a `part-revision`. Note that metadata updates are eventually consistent and will not update existing scenes. To view updated metadata within a scene, a new scene must be created or the updated part-revision must be removed and re-added to an existing scene.
2864
2864
  * @param {string} id The &#x60;part-revision&#x60; ID.
2865
2865
  * @param {UpdatePartRevisionRequest} updatePartRevisionRequest
2866
2866
  * @param {*} [options] Override http request option.
@@ -2953,7 +2953,7 @@ export const PartRevisionsApiFactory = function (configuration, basePath, axios)
2953
2953
  .then((request) => request(axios, basePath));
2954
2954
  },
2955
2955
  /**
2956
- * Update a `part-revision`. Note that metadata updates are eventually consistent.
2956
+ * Update a `part-revision`. Note that metadata updates are eventually consistent and will not update existing scenes. To view updated metadata within a scene, a new scene must be created or the updated part-revision must be removed and re-added to an existing scene.
2957
2957
  * @param {string} id The &#x60;part-revision&#x60; ID.
2958
2958
  * @param {UpdatePartRevisionRequest} updatePartRevisionRequest
2959
2959
  * @param {*} [options] Override http request option.
@@ -3034,7 +3034,7 @@ export class PartRevisionsApi extends BaseAPI {
3034
3034
  .then((request) => request(this.axios, this.basePath));
3035
3035
  }
3036
3036
  /**
3037
- * Update a `part-revision`. Note that metadata updates are eventually consistent.
3037
+ * Update a `part-revision`. Note that metadata updates are eventually consistent and will not update existing scenes. To view updated metadata within a scene, a new scene must be created or the updated part-revision must be removed and re-added to an existing scene.
3038
3038
  * @param {PartRevisionsApiUpdatePartRevisionRequest} requestParameters Request parameters.
3039
3039
  * @param {*} [options] Override http request option.
3040
3040
  * @throws {RequiredError}
@@ -1 +1 @@
1
- export declare const version = "0.17.3";
1
+ export declare const version = "0.18.1";
@@ -1 +1 @@
1
- export const version = '0.17.3';
1
+ export const version = '0.18.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertexvis/api-client-node",
3
- "version": "0.17.3",
3
+ "version": "0.18.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)",
@@ -33,7 +33,7 @@
33
33
  "typescript"
34
34
  ],
35
35
  "dependencies": {
36
- "axios": "^0.24",
36
+ "axios": "^0.27.2",
37
37
  "p-limit": "^3"
38
38
  },
39
39
  "devDependencies": {