@cognite/sdk
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -11,2 +11,5 @@ export interface Event { | ||
sourceId?: string; | ||
metadata?: { | ||
[key: string]: string; | ||
}; | ||
createdTime: number; | ||
@@ -13,0 +16,0 @@ lastUpdatedTime: number; |
@@ -9,2 +9,5 @@ export interface File { | ||
assetIds?: number[]; | ||
metadata?: { | ||
[key: string]: string; | ||
}; | ||
uploadedAt?: number; | ||
@@ -11,0 +14,0 @@ createdTime?: number; |
{ | ||
"name": "@cognite/sdk", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Javascript client library for Cognite SDK", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
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
145435
3350