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

@cognite/sdk

Package Overview
Dependencies
Maintainers
2
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cognite/sdk - npm Package Compare versions

Comparing version 9.12.0 to 9.13.0

11

dist/src/api/dataPoints/dataPointsApi.d.ts
import { BaseResourceAPI } from '@cognite/sdk-core';
import { DatapointsDeleteRequest, DatapointAggregates, Datapoints, DatapointsMultiQuery, IgnoreUnknownIds, LatestDataBeforeRequest, ExternalDatapointsQuery, DatapointsMonthlyGranularityMultiQuery } from '../../types';
import { DatapointsDeleteRequest, DatapointAggregates, Datapoints, DatapointsMultiQuery, IgnoreUnknownIds, LatestDataBeforeRequest, ExternalDatapointsQuery, Timestamp, DatapointsMonthlyGranularityMultiQuery } from '../../types';
export declare class DataPointsAPI extends BaseResourceAPI<DatapointAggregates | Datapoints> {

@@ -57,6 +57,13 @@ /**

private insertEndpoint;
private retrieveDatapointsEndpoint;
protected retrieveDatapointsEndpoint<T extends DatapointAggregates[] | Datapoints[] = DatapointAggregates[] | Datapoints[]>(query: DatapointsMultiQuery): Promise<T>;
private retrieveLatestEndpoint;
private deleteDatapointsEndpoint;
protected getMonthsBetweenDates: (startDate: Timestamp | string, endDate: Timestamp | string) => MonthInfo[];
}
interface MonthInfo {
startDate: Timestamp;
endDate: Timestamp;
numberOfDays: number;
}
export declare type LatestDataParams = IgnoreUnknownIds;
export {};

2

dist/src/cogniteClient.d.ts

@@ -85,3 +85,3 @@ import { BaseCogniteClient, RetryValidator } from '@cognite/sdk-core';

private timeSeriesApi?;
private dataPointsApi?;
protected dataPointsApi?: DataPointsAPI;
private sequencesApi?;

@@ -88,0 +88,0 @@ private eventsApi?;

@@ -9,3 +9,3 @@ {

"types": "dist/src/index.d.js",
"version": "9.12.0",
"version": "9.13.0",
"scripts": {

@@ -38,3 +38,3 @@ "clean": "rm -rf dist/ docs/ codeSnippets/",

},
"gitHead": "63426659dee46d0a5704afb2ebf88c5331c23036"
"gitHead": "f5291485acc0d1bebe4708ba01640182a180b333"
}

Sorry, the diff of this file is too big to display

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