@shapediver/sdk.geometry-api-sdk-v2
Advanced tools
Comparing version 1.0.10 to 1.0.11
export * from "@shapediver/api.geometry-api-dto-v2"; | ||
export { ShapeDiverError, ShapeDiverRequestError, ShapeDiverResponseError, } from "@shapediver/sdk.geometry-api-sdk-core"; | ||
export { ShapeDiverError, ShapeDiverRequestError, ShapeDiverResponseError, ShapeDiverSdkConfig, ShapeDiverSdkConfigType, } from "@shapediver/sdk.geometry-api-sdk-core"; | ||
export { create, ShapeDiverSdk } from "./ShapeDiverSdk"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -13,3 +13,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ShapeDiverSdk = exports.create = exports.ShapeDiverResponseError = exports.ShapeDiverRequestError = exports.ShapeDiverError = void 0; | ||
exports.ShapeDiverSdk = exports.create = exports.ShapeDiverSdkConfigType = exports.ShapeDiverResponseError = exports.ShapeDiverRequestError = exports.ShapeDiverError = void 0; | ||
__exportStar(require("@shapediver/api.geometry-api-dto-v2"), exports); | ||
@@ -20,2 +20,3 @@ var sdk_geometry_api_sdk_core_1 = require("@shapediver/sdk.geometry-api-sdk-core"); | ||
Object.defineProperty(exports, "ShapeDiverResponseError", { enumerable: true, get: function () { return sdk_geometry_api_sdk_core_1.ShapeDiverResponseError; } }); | ||
Object.defineProperty(exports, "ShapeDiverSdkConfigType", { enumerable: true, get: function () { return sdk_geometry_api_sdk_core_1.ShapeDiverSdkConfigType; } }); | ||
var ShapeDiverSdk_1 = require("./ShapeDiverSdk"); | ||
@@ -22,0 +23,0 @@ Object.defineProperty(exports, "create", { enumerable: true, get: function () { return ShapeDiverSdk_1.create; } }); |
@@ -28,3 +28,5 @@ "use strict"; | ||
constructor(baseUrl, jwt) { | ||
super(baseUrl, jwt); | ||
super(baseUrl); | ||
if (jwt) | ||
this.setConfigurationValue(sdk_geometry_api_sdk_core_1.ShapeDiverSdkConfigType.JWT_TOKEN, jwt); | ||
this._analytics = new ShapeDiverAnalyticsApi_1.ShapeDiverAnalyticsApi(this.sdkApi); | ||
@@ -31,0 +33,0 @@ this._asset = new ShapeDiverAssetApi_1.ShapeDiverAssetApi(this.sdkApi); |
{ | ||
"name": "@shapediver/sdk.geometry-api-sdk-v2", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "SDK to communicate with the Geometry View API version 2", | ||
@@ -47,6 +47,6 @@ "keywords": [ | ||
"devDependencies": { | ||
"jest": "^27.4.3", | ||
"jest": "^27.4.5", | ||
"lerna": "^3.22.1", | ||
"typescript": "^4.5.2", | ||
"webpack": "^5.64.4", | ||
"typescript": "^4.5.4", | ||
"webpack": "^5.65.0", | ||
"webpack-cli": "^4.9.1", | ||
@@ -56,5 +56,5 @@ "webpack-dev-server": "^4.6.0" | ||
"dependencies": { | ||
"@shapediver/sdk.geometry-api-sdk-core": "^1.0.3", | ||
"@shapediver/sdk.geometry-api-sdk-core": "^1.0.4", | ||
"@shapediver/api.geometry-api-dto-v2": "^1.1.2" | ||
} | ||
} |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90129
1380