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.11 to 1.0.12

5

dist/resources/ShapeDiverSessionApi.d.ts

@@ -1,2 +0,2 @@

import { ShapeDiverRequestTicket, ShapeDiverResponseDto } from "@shapediver/api.geometry-api-dto-v2";
import { ShapeDiverRequestCustomization, ShapeDiverRequestExport, ShapeDiverRequestTicket, ShapeDiverResponseDto } from "@shapediver/api.geometry-api-dto-v2";
import { BaseResourceApi, ShapeDiverSdkApi } from "@shapediver/sdk.geometry-api-sdk-core";

@@ -17,4 +17,5 @@ export declare class ShapeDiverSessionApi extends BaseResourceApi {

* @param ticket
* @param request - Optional customization or export request.
*/
init(ticket: string): Promise<ShapeDiverResponseDto>;
init(ticket: string, request?: ShapeDiverRequestCustomization | ShapeDiverRequestExport): Promise<ShapeDiverResponseDto>;
/**

@@ -21,0 +22,0 @@ * Get the full description of a ShapeDiver Model.

@@ -34,6 +34,7 @@ "use strict";

* @param ticket
* @param request - Optional customization or export request.
*/
init(ticket) {
init(ticket, request) {
return __awaiter(this, void 0, void 0, function* () {
return yield this.api.post(this.buildTicketUri(ticket));
return yield this.api.post(this.buildTicketUri(ticket), request);
});

@@ -40,0 +41,0 @@ }

6

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

@@ -48,7 +48,7 @@ "keywords": [

"jest": "^27.4.5",
"lerna": "^3.22.1",
"lerna": "3.22.1",
"typescript": "^4.5.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0"
"webpack-dev-server": "^4.7.2"
},

@@ -55,0 +55,0 @@ "dependencies": {

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