@shapediver/sdk.platform-api-sdk-v1
Advanced tools
Comparing version 2.11.2 to 2.11.7
@@ -102,2 +102,3 @@ /** | ||
SavedStateSharingCreate = "saved_state_sharing_create", | ||
SavedStateSharingCreateMultiple = "saved_state_sharing_create_multiple", | ||
SavedStateSharingQuery = "saved_state_sharing_query", | ||
@@ -104,0 +105,0 @@ SavedStateSharingQueryBySavedState = "saved_state_sharing_query_by_saved_state", |
@@ -16,2 +16,3 @@ import { ResourcesApi } from "./commons/ResourcesApi"; | ||
* Creates a model transfer request. The calling user must have permission "update_owner" for the model. | ||
* In case the receiving user immediately accepts the transfer request, no notification will be returned. | ||
* @param model_id | ||
@@ -21,3 +22,3 @@ * @param body | ||
*/ | ||
createModelTransferRequest(model_id: string, body: SdPlatformRequestModelTransferCreate): Promise<SdPlatformPostResponse<SdPlatformResponseNotification>>; | ||
createModelTransferRequest(model_id: string, body: SdPlatformRequestModelTransferCreate): Promise<SdPlatformPostResponse<SdPlatformResponseNotification | undefined>>; | ||
/** | ||
@@ -24,0 +25,0 @@ * Deletes a model transfer request by model id. The calling user must have permission "update_owner" for the model. |
@@ -1,2 +0,2 @@ | ||
import { SdPlatformResponseSavedStateSharing, SdPlatformResponseSavedStateSharingCreate, SdPlatformResponseSavedStateSharingGroupedByUser } from "@shapediver/api.platform-api-dto-v1"; | ||
import { SdPlatformRequestSavedStateSharingCreateMultiple, SdPlatformResponseSavedStateSharing, SdPlatformResponseSavedStateSharingCreate, SdPlatformResponseSavedStateSharingGroupedByUser } from "@shapediver/api.platform-api-dto-v1"; | ||
import { ResourcesApi } from "./commons/ResourcesApi"; | ||
@@ -22,2 +22,8 @@ import { SdPlatformQueryParameters, SdPlatformGetResponse, SdPlatformQueryResponse, SdPlatformPostResponse, SdPlatformDeleteResponse } from "@shapediver/api.platform-api-dto-v1"; | ||
/** | ||
* Create multiple sharings. | ||
* @param { SdPlatformRequestSavedStateSharingCreateMultiple } body | ||
* @returns { Promise<SdPlatformPostResponse<Array<SdPlatformResponseModelSharing>>> } | ||
*/ | ||
createMultiple(body: SdPlatformRequestSavedStateSharingCreateMultiple): Promise<SdPlatformPostResponse<Array<SdPlatformResponseSavedStateSharing>>>; | ||
/** | ||
* Delete a saved state. | ||
@@ -24,0 +30,0 @@ * @param saved_state_sharing_id Id of the saved state sharing relationship to delete. |
{ | ||
"name": "@shapediver/sdk.platform-api-sdk-v1", | ||
"version": "2.11.2", | ||
"version": "2.11.7", | ||
"description": "SDK to communicate with the Platform API version 1", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@shapediver/api.platform-api-dto-v1": "^2.11.2", | ||
"@shapediver/api.platform-api-dto-v1": "^2.11.7", | ||
"@types/q": "^1.5.5", | ||
@@ -60,3 +60,3 @@ "axios": "^0.26.1", | ||
}, | ||
"gitHead": "6f7a876b2913e0d64ad511f946418f6b94cb42cc" | ||
"gitHead": "74a223e117708b3f4298bb56e2b187a78ec25d17" | ||
} |
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
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
729709
16317