@cognite/sdk
Advanced tools
Comparing version 9.0.0 to 9.1.0
import { BaseResourceAPI } from '@cognite/sdk-core'; | ||
import { DatapointsDeleteRequest, DatapointAggregates, Datapoints, DatapointsMultiQuery, IgnoreUnknownIds, LatestDataBeforeRequest, ExternalDatapointsQuery } from '../../types'; | ||
import { DatapointsDeleteRequest, DatapointAggregates, Datapoints, DatapointsMultiQuery, IgnoreUnknownIds, LatestDataBeforeRequest, ExternalDatapointsQuery, DatapointsMonthlyGranularityMultiQuery } from '../../types'; | ||
export declare class DataPointsAPI extends BaseResourceAPI<DatapointAggregates | Datapoints> { | ||
@@ -25,2 +25,9 @@ /** | ||
/** | ||
* | ||
* ```js | ||
* const monthlyAggregatesData = await client.datapoints.retrieveDatapointMonthlyAggregates({ items: [{ id: 123 }] }); | ||
* ``` | ||
*/ | ||
retrieveDatapointMonthlyAggregates: (query: DatapointsMonthlyGranularityMultiQuery) => Promise<DatapointAggregates[]>; | ||
/** | ||
* [Get latest data point in a time series](https://doc.cognitedata.com/api/v1/#operation/getLatest) | ||
@@ -27,0 +34,0 @@ * |
@@ -9,3 +9,3 @@ { | ||
"types": "dist/src/index.d.js", | ||
"version": "9.0.0", | ||
"version": "9.1.0", | ||
"scripts": { | ||
@@ -38,3 +38,3 @@ "clean": "rm -rf dist/ docs/ codeSnippets/", | ||
}, | ||
"gitHead": "3f7c74091c2ae3cf96f74983955b56c4d30c7912" | ||
"gitHead": "579239029095f7c2c0c7805dd7b5962856838524" | ||
} |
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 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
542311
11603