Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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

Package Overview
Dependencies
Maintainers
5
Versions
77
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.11.2 to 2.11.7

1

dist/api/SdPlatformRequestId.d.ts

@@ -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",

3

dist/resources/SdPlatformModelTransferApi.d.ts

@@ -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

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