Socket
Socket
Sign inDemoInstall

@shapediver/sdk.geometry-api-sdk-v2

Package Overview
Dependencies
11
Maintainers
5
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.26 to 1.1.0

dist/resources/ShapeDiverArSceneApi.d.ts

2

dist/resources/ShapeDiverUtilsApi.d.ts

@@ -28,2 +28,3 @@ import { ShapeDiverRequestCustomization, ShapeDiverRequestExport, ShapeDiverResponseDto } from "@shapediver/api.geometry-api-dto-v2";

* @param maxWaitMsec - Maximum duration to wait for result (in milliseconds), pass value < 0 to disable limit.
* @throws {@link ShapeDiverError} in case a maximum duration has been specified and is exceeded.
* @returns

@@ -39,2 +40,3 @@ */

* @param maxWaitMsec - Maximum duration to wait for result (in milliseconds), pass value < 0 to disable limit.
* @throws {@link ShapeDiverError} in case a maximum duration has been specified and is exceeded.
* @returns

@@ -41,0 +43,0 @@ */

@@ -63,2 +63,3 @@ "use strict";

* @param maxWaitMsec - Maximum duration to wait for result (in milliseconds), pass value < 0 to disable limit.
* @throws {@link ShapeDiverError} in case a maximum duration has been specified and is exceeded.
* @returns

@@ -83,2 +84,3 @@ */

* @param maxWaitMsec - Maximum duration to wait for result (in milliseconds), pass value < 0 to disable limit.
* @throws {@link ShapeDiverError} in case a maximum duration has been specified and is exceeded.
* @returns

@@ -85,0 +87,0 @@ */

import { BaseShapeDiverSdk } from "@shapediver/sdk.geometry-api-sdk-core";
import { ShapeDiverAnalyticsApi } from "./resources/ShapeDiverAnalyticsApi";
import { ShapeDiverArSceneApi } from "./resources/ShapeDiverArSceneApi";
import { ShapeDiverAssetApi } from "./resources/ShapeDiverAssetApi";

@@ -16,2 +17,3 @@ import { ShapeDiverExportApi } from "./resources/ShapeDiverExportApi";

private readonly _analytics;
private readonly _arScene;
private readonly _asset;

@@ -35,2 +37,3 @@ private readonly _export;

get analytics(): ShapeDiverAnalyticsApi;
get arScene(): ShapeDiverArSceneApi;
get asset(): ShapeDiverAssetApi;

@@ -37,0 +40,0 @@ get export(): ShapeDiverExportApi;

@@ -6,2 +6,3 @@ "use strict";

const ShapeDiverAnalyticsApi_1 = require("./resources/ShapeDiverAnalyticsApi");
const ShapeDiverArSceneApi_1 = require("./resources/ShapeDiverArSceneApi");
const ShapeDiverAssetApi_1 = require("./resources/ShapeDiverAssetApi");

@@ -33,2 +34,3 @@ const ShapeDiverExportApi_1 = require("./resources/ShapeDiverExportApi");

this._analytics = new ShapeDiverAnalyticsApi_1.ShapeDiverAnalyticsApi(this.sdkApi);
this._arScene = new ShapeDiverArSceneApi_1.ShapeDiverArSceneApi(this.sdkApi);
this._asset = new ShapeDiverAssetApi_1.ShapeDiverAssetApi(this.sdkApi);

@@ -48,2 +50,5 @@ this._export = new ShapeDiverExportApi_1.ShapeDiverExportApi(this.sdkApi);

}
get arScene() {
return this._arScene;
}
get asset() {

@@ -50,0 +55,0 @@ return this._asset;

14

package.json
{
"name": "@shapediver/sdk.geometry-api-sdk-v2",
"version": "1.0.26",
"version": "1.1.0",
"description": "SDK to communicate with the Geometry API version 2",

@@ -46,13 +46,13 @@ "keywords": [

"devDependencies": {
"jest": "^28.1.2",
"jest": "^29.0.3",
"lerna": "3.22.1",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"typescript": "^4.8.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"@shapediver/sdk.geometry-api-sdk-core": "^1.0.14",
"@shapediver/api.geometry-api-dto-v2": "^1.1.13"
"@shapediver/sdk.geometry-api-sdk-core": "^1.1.0",
"@shapediver/api.geometry-api-dto-v2": "^1.2.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc