@cognite/sdk
Advanced tools
Comparing version 1.5.6 to 1.6.0
@@ -118,2 +118,3 @@ export interface AssetMapping { | ||
static deleteRevisions(modelId: number, revisionIds: number[]): Promise<void>; | ||
static deleteAssetMappings(modelId: number, revisionId: number, mappings: AssetMapping[]): Promise<void>; | ||
static listAssetMappings(modelId: number, revisionId: number, params?: ThreeDListAssetMappingsParams): Promise<DataWithCursor<AssetMapping>>; | ||
@@ -120,0 +121,0 @@ static listModels(params?: ThreeDListModelsParams): Promise<DataWithCursor<Model>>; |
{ | ||
"name": "@cognite/sdk", | ||
"version": "1.5.6", | ||
"version": "1.6.0", | ||
"description": "Javascript client library for Cognite SDK", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
Sorry, the diff of this file is too big to display
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
142517
3285