@shapediver/sdk.platform-api-sdk-v1
Advanced tools
Comparing version 2.14.0 to 2.14.1
@@ -28,2 +28,3 @@ /** | ||
BackendSystemPatch = "backend_system_patch", | ||
BackendSystemDelete = "backend_system_delete", | ||
BackendSystemToken = "backend_system_token", | ||
@@ -30,0 +31,0 @@ BookmarkCreate = "bookmark_create", |
import { ResourcesApi } from "./commons/ResourcesApi"; | ||
import { SdPlatformRequestBackendSystemCreate, SdPlatformRequestBackendSystemPatch, SdPlatformRequestBackendSystemToken, SdPlatformResponseBackendSystem, SdPlatformResponseBackendSystemAdmin, SdPlatformResponseBackendSystemToken } from "@shapediver/api.platform-api-dto-v1"; | ||
import { SdPlatformDeleteResponse, SdPlatformRequestBackendSystemCreate, SdPlatformRequestBackendSystemPatch, SdPlatformRequestBackendSystemToken, SdPlatformResponseBackendSystem, SdPlatformResponseBackendSystemAdmin, SdPlatformResponseBackendSystemToken } from "@shapediver/api.platform-api-dto-v1"; | ||
import { SdPlatformQueryParameters, SdPlatformQueryResponse, SdPlatformPatchResponse, SdPlatformPostResponse } from "@shapediver/api.platform-api-dto-v1"; | ||
@@ -38,3 +38,8 @@ /** | ||
token(body: SdPlatformRequestBackendSystemToken): Promise<SdPlatformPostResponse<SdPlatformResponseBackendSystemToken>>; | ||
/** | ||
* Delete a backend system. | ||
* @param id - the id of a backend system | ||
*/ | ||
delete(id: string): Promise<SdPlatformDeleteResponse>; | ||
} | ||
//# sourceMappingURL=SdPlatformBackendSystemApi.d.ts.map |
{ | ||
"name": "@shapediver/sdk.platform-api-sdk-v1", | ||
"version": "2.14.0", | ||
"version": "2.14.1", | ||
"description": "SDK to communicate with the Platform API version 1", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@shapediver/api.platform-api-dto-v1": "^2.14.0", | ||
"@shapediver/api.platform-api-dto-v1": "^2.14.1", | ||
"@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
694243
16017