New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@shapediver/sdk.platform-api-sdk-v1

Package Overview
Dependencies
Maintainers
5
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shapediver/sdk.platform-api-sdk-v1 - npm Package Compare versions

Comparing version 2.12.11 to 2.14.0

dist/resources/SdPlatformJobLogApi.d.ts

3

dist/api/SdPlatformRequestId.d.ts

@@ -135,4 +135,5 @@ /**

DocumentBrowserDownload = "document_browser_download",
DocumentBrowserView = "document_browser_view"
DocumentBrowserView = "document_browser_view",
JobLogQuery = "job_log_query"
}
//# sourceMappingURL=SdPlatformRequestId.d.ts.map

@@ -28,2 +28,3 @@ import { SdPlatformRequestFinishedEvent, SdPlatformRequestStartEvent } from "./api/SdPlatformSdkApi";

import { SdPlatformApiClientsApi } from "./resources/SdPlatformApiClientsApi";
import { SdPlatformJobLogApi } from "./resources/SdPlatformJobLogApi";
export declare class SdPlatformSdk {

@@ -41,2 +42,3 @@ private __config;

private __http_logs;
private __jobLogs;
private __images;

@@ -109,2 +111,6 @@ private __model_sharing;

/**
* Operations for job logs.
*/
get jobLogs(): SdPlatformJobLogApi;
/**
* Operations for images which can be attached to models

@@ -111,0 +117,0 @@ */

{
"name": "@shapediver/sdk.platform-api-sdk-v1",
"version": "2.12.11",
"version": "2.14.0",
"description": "SDK to communicate with the Platform API version 1",

@@ -42,3 +42,3 @@ "keywords": [

"dependencies": {
"@shapediver/api.platform-api-dto-v1": "^2.12.11",
"@shapediver/api.platform-api-dto-v1": "^2.14.0",
"@types/q": "^1.5.5",

@@ -45,0 +45,0 @@ "axios": "^0.26.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc