@shapediver/sdk.platform-api-sdk-v1
Advanced tools
Comparing version 2.12.11 to 2.14.0
@@ -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
693344
79
15995