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

@cognite/sdk

Package Overview
Dependencies
Maintainers
0
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.15.5 to 10.0.0-rc.0

dist/src/types.spec.d.ts

6

dist/src/api/3d/assetMappings3DApi.d.ts

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CursorAndAsyncIterator } from '@cognite/sdk-core';
import type { AssetMapping3D, AssetMappings3DListFilter, CogniteInternalId, CreateAssetMapping3D, DeleteAssetMapping3D, Filter3DAssetMappingsQuery } from '../../types';
import { BaseResourceAPI, CursorAndAsyncIterator } from '../../../../core/src';
import { AssetMapping3D, AssetMappings3DListFilter, CogniteInternalId, CreateAssetMapping3D, DeleteAssetMapping3D, Filter3DAssetMappingsQuery } from '../../types';
export declare class AssetMappings3DAPI extends BaseResourceAPI<AssetMapping3D> {

@@ -11,3 +11,3 @@ /**

*/
list: (modelId: CogniteInternalId, revisionId: CogniteInternalId, scope?: AssetMappings3DListFilter | undefined) => CursorAndAsyncIterator<AssetMapping3D>;
list: (modelId: CogniteInternalId, revisionId: CogniteInternalId, scope?: AssetMappings3DListFilter) => CursorAndAsyncIterator<AssetMapping3D>;
/**

@@ -14,0 +14,0 @@ * [Filter 3D asset mappings](https://docs.cognite.com/api/v1/#operation/filter3DAssetMappings)

@@ -1,3 +0,3 @@

import { BaseResourceAPI } from '@cognite/sdk-core';
import type { CogniteInternalId } from '../../types';
import { BaseResourceAPI } from '../../../../core/src';
import { CogniteInternalId } from '../../types';
export declare class Files3DAPI extends BaseResourceAPI<unknown> {

@@ -4,0 +4,0 @@ /**

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CursorAndAsyncIterator } from '@cognite/sdk-core';
import type { CogniteInternalId, CreateModel3D, InternalId, Model3D, Model3DListRequest, UpdateModel3D } from '../../types';
import { BaseResourceAPI, CursorAndAsyncIterator } from '../../../../core/src';
import { CogniteInternalId, CreateModel3D, InternalId, Model3D, Model3DListRequest, UpdateModel3D } from '../../types';
export declare class Models3DAPI extends BaseResourceAPI<Model3D> {

@@ -27,3 +27,3 @@ /**

*/
list: (scope?: Model3DListRequest | undefined) => CursorAndAsyncIterator<Model3D>;
list: (scope?: Model3DListRequest) => CursorAndAsyncIterator<Model3D>;
/**

@@ -30,0 +30,0 @@ * [Retrieve a 3D model](https://doc.cognitedata.com/api/v1/#operation/get3DModel)

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CursorAndAsyncIterator } from '@cognite/sdk-core';
import type { CogniteInternalId, Filter3DNodesQuery, InternalId, List3DNodesQuery, Node3D } from '../../types';
import { BaseResourceAPI, CursorAndAsyncIterator } from '../../../../core/src';
import { CogniteInternalId, Filter3DNodesQuery, InternalId, List3DNodesQuery, Node3D } from '../../types';
export declare class Nodes3DAPI extends BaseResourceAPI<Node3D> {

@@ -4,0 +4,0 @@ list(modelId: CogniteInternalId, revisionId: CogniteInternalId, scope?: List3DNodesQuery): CursorAndAsyncIterator<Node3D>;

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CursorAndAsyncIterator } from '@cognite/sdk-core';
import type { CogniteInternalId, List3DNodesQuery, RevealNode3D } from '../../types';
import { BaseResourceAPI, CursorAndAsyncIterator } from '../../../../core/src';
import { CogniteInternalId, List3DNodesQuery, RevealNode3D } from '../../types';
export declare class RevealNodes3DAPI extends BaseResourceAPI<RevealNode3D> {

@@ -4,0 +4,0 @@ list(modelId: CogniteInternalId, revisionId: CogniteInternalId, scope?: List3DNodesQuery): CursorAndAsyncIterator<RevealNode3D>;

@@ -1,3 +0,3 @@

import { BaseResourceAPI } from '@cognite/sdk-core';
import type { CogniteInternalId, RevealRevision3D } from '../../types';
import { BaseResourceAPI } from '../../../../core/src';
import { CogniteInternalId, RevealRevision3D } from '../../types';
export declare class RevealRevisions3DAPI extends BaseResourceAPI<RevealRevision3D> {

@@ -4,0 +4,0 @@ /**

@@ -1,5 +0,5 @@

import { BaseResourceAPI, CursorAndAsyncIterator } from '@cognite/sdk-core';
import type { CogniteInternalId, ListRevealSectors3DQuery, RevealSector3D } from '../../types';
import { BaseResourceAPI, CursorAndAsyncIterator } from '../../../../core/src';
import { CogniteInternalId, ListRevealSectors3DQuery, RevealSector3D } from '../../types';
export declare class RevealSectors3DAPI extends BaseResourceAPI<RevealSector3D> {
list(modelId: CogniteInternalId, revisionId: CogniteInternalId, scope?: ListRevealSectors3DQuery): CursorAndAsyncIterator<RevealSector3D>;
}

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CDFHttpClient, CursorAndAsyncIterator, MetadataMap } from '@cognite/sdk-core';
import type { CogniteInternalId, CreateRevision3D, Filter3DNodesQuery, InternalId, List3DNodesQuery, Node3D, Revision3D, Revision3DListRequest, UpdateRevision3D } from '../../types';
import { BaseResourceAPI, CDFHttpClient, CursorAndAsyncIterator, MetadataMap } from '../../../../core/src';
import { CogniteInternalId, CreateRevision3D, Filter3DNodesQuery, InternalId, List3DNodesQuery, Node3D, Revision3D, Revision3DListRequest, UpdateRevision3D } from '../../types';
export declare class Revisions3DAPI extends BaseResourceAPI<Revision3D> {

@@ -25,3 +25,3 @@ private nodes3DApi;

*/
list: (modelId: CogniteInternalId, filter?: Revision3DListRequest | undefined) => CursorAndAsyncIterator<Revision3D>;
list: (modelId: CogniteInternalId, filter?: Revision3DListRequest) => CursorAndAsyncIterator<Revision3D>;
/**

@@ -80,3 +80,3 @@ * [Retrieve a 3D revision](https://doc.cognitedata.com/api/v1/#operation/get3DRevision)

*/
list3DNodes: (modelId: CogniteInternalId, revisionId: CogniteInternalId, query?: List3DNodesQuery | undefined) => CursorAndAsyncIterator<Node3D>;
list3DNodes: (modelId: CogniteInternalId, revisionId: CogniteInternalId, query?: List3DNodesQuery) => CursorAndAsyncIterator<Node3D>;
/**

@@ -99,3 +99,3 @@ * [Filter 3D nodes](https://docs.cognite.com/api/v1/#operation/filter3DNodes)

*/
filter3DNodes: (modelId: CogniteInternalId, revisionId: CogniteInternalId, query?: Filter3DNodesQuery | undefined) => CursorAndAsyncIterator<Node3D>;
filter3DNodes: (modelId: CogniteInternalId, revisionId: CogniteInternalId, query?: Filter3DNodesQuery) => CursorAndAsyncIterator<Node3D>;
/**

@@ -116,3 +116,3 @@ * [Get 3D nodes by ID](https://docs.cognite.com/api/v1/#operation/get3DNodesById)

*/
list3DNodeAncestors: (modelId: CogniteInternalId, revisionId: CogniteInternalId, nodeId: CogniteInternalId, query?: List3DNodesQuery | undefined) => CursorAndAsyncIterator<Node3D>;
list3DNodeAncestors: (modelId: CogniteInternalId, revisionId: CogniteInternalId, nodeId: CogniteInternalId, query?: List3DNodesQuery) => CursorAndAsyncIterator<Node3D>;
}

@@ -1,3 +0,3 @@

import { BaseResourceAPI } from '@cognite/sdk-core';
import type { CogniteInternalId, UnrealRevision3D } from '../../types';
import { BaseResourceAPI } from '../../../../core/src';
import { CogniteInternalId, UnrealRevision3D } from '../../types';
export declare class UnrealRevisions3DAPI extends BaseResourceAPI<UnrealRevision3D> {

@@ -4,0 +4,0 @@ /**

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CDFHttpClient, CursorAndAsyncIterator, MetadataMap } from '@cognite/sdk-core';
import type { CogniteInternalId, List3DNodesQuery, ListRevealSectors3DQuery, RevealNode3D, RevealRevision3D, RevealSector3D } from '../../types';
import { BaseResourceAPI, CDFHttpClient, CursorAndAsyncIterator, MetadataMap } from '../../../../core/src';
import { CogniteInternalId, List3DNodesQuery, ListRevealSectors3DQuery, RevealNode3D, RevealRevision3D, RevealSector3D } from '../../types';
export declare class Viewer3DAPI extends BaseResourceAPI<unknown> {

@@ -27,3 +27,3 @@ private revealRevisions3DAPI;

*/
listRevealNodes3D: (modelId: CogniteInternalId, revisionId: CogniteInternalId, query?: List3DNodesQuery | undefined) => CursorAndAsyncIterator<RevealNode3D>;
listRevealNodes3D: (modelId: CogniteInternalId, revisionId: CogniteInternalId, query?: List3DNodesQuery) => CursorAndAsyncIterator<RevealNode3D>;
/**

@@ -38,3 +38,3 @@ * [List 3D ancestor nodes (Reveal)](https://doc.cognitedata.com/api/v1/#operation/revealGet3DNodeAncestors)

*/
listRevealNode3DAncestors: (modelId: CogniteInternalId, revisionId: CogniteInternalId, nodeId: CogniteInternalId, query?: List3DNodesQuery | undefined) => CursorAndAsyncIterator<RevealNode3D>;
listRevealNode3DAncestors: (modelId: CogniteInternalId, revisionId: CogniteInternalId, nodeId: CogniteInternalId, query?: List3DNodesQuery) => CursorAndAsyncIterator<RevealNode3D>;
/**

@@ -49,3 +49,3 @@ * [List 3D sectors (Reveal)](https://doc.cognitedata.com/api/v1/#operation/revealGet3DSectors)

*/
listRevealSectors3D: (modelId: CogniteInternalId, revisionId: CogniteInternalId, query?: ListRevealSectors3DQuery | undefined) => CursorAndAsyncIterator<RevealSector3D>;
listRevealSectors3D: (modelId: CogniteInternalId, revisionId: CogniteInternalId, query?: ListRevealSectors3DQuery) => CursorAndAsyncIterator<RevealSector3D>;
/**

@@ -52,0 +52,0 @@ * [Retrieve a 3D revision (Unreal)](https://doc.cognitedata.com/api/v1/#operation/getUnreal3DRevision)

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CogniteAsyncIterator, CursorAndAsyncIterator, InternalId, ListResponse } from '@cognite/sdk-core';
import type { AnnotationChangeById, AnnotationCreate, AnnotationFilterRequest, AnnotationModel, AnnotationReverseLookupRequest, AnnotationSuggest, AnnotationsAssetRef } from '../../types';
import { BaseResourceAPI, CogniteAsyncIterator, CursorAndAsyncIterator, InternalId, ListResponse } from '../../../../core/src';
import { AnnotationChangeById, AnnotationCreate, AnnotationFilterRequest, AnnotationModel, AnnotationReverseLookupRequest, AnnotationSuggest, AnnotationsAssetRef } from '../../types';
export declare class AnnotationsAPI extends BaseResourceAPI<AnnotationModel> {

@@ -13,2 +13,3 @@ /**

*
* ```js
* const data = {

@@ -30,3 +31,3 @@ * pageNumber: 7,

* const created = await client.annotations.create([annotation]);
*
* ```
*/

@@ -37,2 +38,3 @@ create: (items: AnnotationCreate[]) => Promise<AnnotationModel[]>;

*
* ```js
* const data = {

@@ -54,2 +56,3 @@ * pageNumber: 7,

* const created = await client.annotations.suggest([partial]);
* ```
*/

@@ -62,5 +65,7 @@ suggest: (items: AnnotationSuggest[]) => Promise<AnnotationModel[]>;

*
* ```js
* const annotationIds = [{ id: 1 }, { id: 2 }];
*
* const response = await client.annotations.retrieve(annotationIds);
* ```
*/

@@ -71,2 +76,3 @@ retrieve: (ids: InternalId[]) => Promise<AnnotationModel[]>;

*
* ```js
* const annotatedFileId = 1;

@@ -80,3 +86,3 @@ * const limitOne = await client.annotations.list({

* });
*
* ```
*/

@@ -87,5 +93,6 @@ list: (filter: AnnotationFilterRequest) => CursorAndAsyncIterator<AnnotationModel>;

*
* ```js
* const annotationIds = [{ id: 1 }, { id: 2 }];
*
* await client.annotations.delete(annotationIds);
* ```
*/

@@ -96,2 +103,3 @@ delete: (ids: InternalId[]) => Promise<{}>;

*
* ```js
* const data = {

@@ -114,2 +122,3 @@ * pageNumber: 8,

* const updatedResp = await client.annotations.update(changes);
* ```
*/

@@ -120,2 +129,3 @@ update: (changes: AnnotationChangeById[]) => Promise<AnnotationModel[]>;

*
* ```js
* const assetQueryData = {

@@ -132,4 +142,5 @@ * limit: -1,

* const resourceIdsResponse = client.annotations.reverseLookup(assetQueryData);
* ```
*/
reverseLookup: (filter: AnnotationReverseLookupRequest) => Promise<ListResponse<AnnotationsAssetRef[]>> & CogniteAsyncIterator<AnnotationsAssetRef>;
}

@@ -6,7 +6,7 @@ /**

*/
export declare type AnnotationData = AnnotationsBoundingVolume | AnnotationsClassification | AnnotationsDetection | AnnotationsExtractedText | AnnotationsFileLink | AnnotationsIsoPlanAnnotation | AnnotationsJunction | AnnotationsKeypointCollection | AnnotationsLine | AnnotationsObjectDetection | AnnotationsTextRegion | AnnotationsUnhandledSymbolObject | AnnotationsUnhandledTextObject | AnnotationsCogniteAnnotationTypesDiagramsAssetLink | AnnotationsCogniteAnnotationTypesDiagramsInstanceLink | AnnotationsCogniteAnnotationTypesImagesAssetLink | AnnotationsCogniteAnnotationTypesImagesInstanceLink;
export type AnnotationData = AnnotationsBoundingVolume | AnnotationsClassification | AnnotationsDetection | AnnotationsExtractedText | AnnotationsFileLink | AnnotationsIsoPlanAnnotation | AnnotationsJunction | AnnotationsKeypointCollection | AnnotationsLine | AnnotationsObjectDetection | AnnotationsTextRegion | AnnotationsUnhandledSymbolObject | AnnotationsUnhandledTextObject | AnnotationsCogniteAnnotationTypesDiagramsAssetLink | AnnotationsCogniteAnnotationTypesDiagramsInstanceLink | AnnotationsCogniteAnnotationTypesImagesAssetLink | AnnotationsCogniteAnnotationTypesImagesInstanceLink;
/**
* A reference to an asset. Either the internal ID or the external ID must be provided (exactly one).
*/
export declare type AnnotationsAssetRef = {
export type AnnotationsAssetRef = {
id?: number;

@@ -305,3 +305,3 @@ externalId?: string;

*/
export declare type AnnotationsFileRef = {
export type AnnotationsFileRef = {
id?: number;

@@ -308,0 +308,0 @@ externalId?: string;

@@ -1,3 +0,3 @@

import { BaseResourceAPI } from '@cognite/sdk-core';
import type { ApiKeyListScope, ApiKeyObject, ApiKeyRequest, CogniteInternalId, NewApiKeyResponse } from '../../types';
import { BaseResourceAPI } from '../../../../core/src';
import { ApiKeyListScope, ApiKeyObject, ApiKeyRequest, CogniteInternalId, NewApiKeyResponse } from '../../types';
export declare class ApiKeysAPI extends BaseResourceAPI<NewApiKeyResponse> {

@@ -23,3 +23,3 @@ /**

*/
list: (scope?: ApiKeyListScope | undefined) => Promise<ApiKeyObject[]>;
list: (scope?: ApiKeyListScope) => Promise<ApiKeyObject[]>;
/**

@@ -26,0 +26,0 @@ * [Delete API keys](https://doc.cognitedata.com/api/v1/#operation/deleteApiKeys)

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CursorAndAsyncIterator } from '@cognite/sdk-core';
import type { Asset, AssetAggregate, AssetAggregateQuery, AssetChange, AssetIdEither, AssetListScope, AssetRetrieveParams, AssetSearchFilter, ExternalAssetItem, IdEither } from '../../types';
import { BaseResourceAPI, CursorAndAsyncIterator } from '../../../../core/src';
import { Asset, AssetAggregate, AssetAggregateQuery, AssetChange, AssetIdEither, AssetListScope, AssetRetrieveParams, AssetSearchFilter, ExternalAssetItem, IdEither } from '../../types';
export declare class AssetsAPI extends BaseResourceAPI<Asset> {

@@ -29,3 +29,3 @@ /**

*/
list: (scope?: AssetListScope | undefined) => CursorAndAsyncIterator<Asset>;
list: (scope?: AssetListScope) => CursorAndAsyncIterator<Asset>;
/**

@@ -32,0 +32,0 @@ * [Aggregate assets](https://docs.cognite.com/api/v1/#operation/aggregateAssets)

@@ -1,4 +0,4 @@

import { GraphUtils } from '@cognite/sdk-core';
import type { ExternalAssetItem } from '../../types';
declare type Node<T> = GraphUtils.Node<T>;
import { GraphUtils } from '../../../../core/src';
import { ExternalAssetItem } from '../../types';
type Node<T> = GraphUtils.Node<T>;
/** @hidden */

@@ -5,0 +5,0 @@ export declare function enrichAssetsWithTheirParents(assets: ReadonlyArray<ExternalAssetItem>): Node<ExternalAssetItem>[];

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CursorAndAsyncIterator } from '@cognite/sdk-core';
import type { ContainerCollectionResponse, ContainerCreateDefinition, ContainerDefinition, CursorQueryParameter, IncludeGlobalQueryParameter, ListOfSpaceExternalIdsRequest, ListOfSpaceExternalIdsResponse, ReducedLimitQueryParameter, SpaceQueryParameter } from './types.gen';
import { BaseResourceAPI, CursorAndAsyncIterator } from '../../../../core/src';
import { ContainerCollectionResponse, ContainerCreateDefinition, ContainerDefinition, CursorQueryParameter, IncludeGlobalQueryParameter, ListOfSpaceExternalIdsRequest, ListOfSpaceExternalIdsResponse, ReducedLimitQueryParameter, SpaceQueryParameter } from './types.gen';
export declare class ContainersAPI extends BaseResourceAPI<ContainerDefinition> {

@@ -44,3 +44,3 @@ /**

*/
delete: (params: ListOfSpaceExternalIdsRequest['items']) => Promise<ListOfSpaceExternalIdsResponse>;
delete: (params: ListOfSpaceExternalIdsRequest["items"]) => Promise<ListOfSpaceExternalIdsResponse>;
/**

@@ -68,3 +68,3 @@ * [List containers](https://api-docs.cognite.com/20230101/tag/Containers/operation/listContainers)

*/
retrieve: (params: ListOfSpaceExternalIdsRequest['items']) => Promise<ContainerCollectionResponse>;
retrieve: (params: ListOfSpaceExternalIdsRequest["items"]) => Promise<ContainerCollectionResponse>;
}

@@ -1,2 +0,2 @@

import type { CursorAndAsyncIterator } from '@cognite/sdk-core';
import { CursorAndAsyncIterator } from '../../../../core/src';
export interface BtreeIndex {

@@ -50,3 +50,3 @@ /** Whether the index can be used for cursor-based pagination */

*/
export declare type ConstraintDefinition = RequiresConstraintDefinition | UniquenessConstraintDefinition;
export type ConstraintDefinition = RequiresConstraintDefinition | UniquenessConstraintDefinition;
export interface ContainerCollectionResponse {

@@ -58,3 +58,3 @@ /** List of containers */

}
export declare type ContainerCorePropertyDefinition = CorePropertyDefinition & {
export type ContainerCorePropertyDefinition = CorePropertyDefinition & {
type: TextProperty | PrimitiveProperty | CDFExternalIdReference | DirectNodeRelation;

@@ -87,3 +87,3 @@ };

}
export declare type ContainerDefinition = ContainerCreateDefinition & {
export type ContainerDefinition = ContainerCreateDefinition & {
createdTime?: EpochTimestamp;

@@ -96,3 +96,3 @@ lastUpdatedTime?: EpochTimestamp;

*/
export declare type ContainerPropertyDefinition = ContainerCorePropertyDefinition;
export type ContainerPropertyDefinition = ContainerCorePropertyDefinition;
/**

@@ -139,3 +139,3 @@ * Reference to an existing container

*/
export declare type DMSExternalId = string;
export type DMSExternalId = string;
/**

@@ -146,3 +146,3 @@ * The number of milliseconds since 00:00:00 Thursday, 1 January 1970, Coordinated Universal Time (UTC), minus leap seconds.

*/
export declare type EpochTimestamp = number;
export type EpochTimestamp = number;
export interface IncludeGlobalQueryParameter {

@@ -163,3 +163,3 @@ includeGlobal?: boolean;

*/
export declare type IndexDefinition = BtreeIndex | InvertedIndex;
export type IndexDefinition = BtreeIndex | InvertedIndex;
export interface InvertedIndex {

@@ -200,3 +200,3 @@ /** An inverted index can be used to index composite values, and the queries to be handled by the index need to search for element values that appear within the composite items. So if for example you have a property X of type `int[]` and you want to efficiently query for all instances where X contains some value Y, you can create an inverted index on X. */

*/
export declare type NextCursorV3 = string;
export type NextCursorV3 = string;
/**

@@ -240,3 +240,3 @@ * Primitive types for the property.

*/
export declare type SpaceSpecification = string;
export type SpaceSpecification = string;
/**

@@ -270,2 +270,2 @@ * Text type

*/
export declare type UsedFor = 'node' | 'edge' | 'all';
export type UsedFor = 'node' | 'edge' | 'all';

@@ -1,3 +0,3 @@

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

@@ -67,3 +67,3 @@ /**

}
export declare type LatestDataParams = IgnoreUnknownIds;
export type LatestDataParams = IgnoreUnknownIds;
export {};

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CursorAndAsyncIterator } from '@cognite/sdk-core';
import type { DataSet, DataSetAggregate, DataSetAggregateQuery, DataSetChange, DataSetFilterRequest, ExternalDataSet, IdEither, IgnoreUnknownIds } from '../../types';
import { BaseResourceAPI, CursorAndAsyncIterator } from '../../../../core/src';
import { DataSet, DataSetAggregate, DataSetAggregateQuery, DataSetChange, DataSetFilterRequest, ExternalDataSet, IdEither, IgnoreUnknownIds } from '../../types';
export declare class DataSetsAPI extends BaseResourceAPI<DataSet> {

@@ -27,3 +27,3 @@ /**

*/
list: (query?: DataSetFilterRequest | undefined) => CursorAndAsyncIterator<DataSet>;
list: (query?: DataSetFilterRequest) => CursorAndAsyncIterator<DataSet>;
/**

@@ -45,3 +45,3 @@ * [Aggregate datasets](https://docs.cognite.com/api/v1/#operation/aggregateDataSets)

*/
retrieve: (ids: IdEither[], params?: IgnoreUnknownIds | undefined) => Promise<DataSet[]>;
retrieve: (ids: IdEither[], params?: IgnoreUnknownIds) => Promise<DataSet[]>;
/**

@@ -48,0 +48,0 @@ * [Update data sets](https://docs.cognite.com/api/v1/#operation/updateDataSets)

@@ -1,3 +0,3 @@

import { BaseResourceAPI } from '@cognite/sdk-core';
import type { DocumentsAggregateAllUniquePropertiesRequest, DocumentsAggregateAllUniquePropertiesResponse, DocumentsAggregateAllUniqueValuesRequest, DocumentsAggregateAllUniqueValuesResponse, DocumentsAggregateCountRequest, DocumentsAggregateUniquePropertiesItem, DocumentsAggregateUniquePropertiesRequest, DocumentsAggregateUniqueValuesItem, DocumentsAggregateUniqueValuesRequest } from '../../types';
import { BaseResourceAPI } from '../../../../core/src';
import { DocumentsAggregateAllUniquePropertiesRequest, DocumentsAggregateAllUniquePropertiesResponse, DocumentsAggregateAllUniqueValuesRequest, DocumentsAggregateAllUniqueValuesResponse, DocumentsAggregateCountRequest, DocumentsAggregateUniquePropertiesItem, DocumentsAggregateUniquePropertiesRequest, DocumentsAggregateUniqueValuesItem, DocumentsAggregateUniqueValuesRequest } from '../../types';
/**

@@ -10,9 +10,9 @@ * Documents aggregate API.

export declare class DocumentsAggregateAPI extends BaseResourceAPI<unknown> {
count: (request: Omit<DocumentsAggregateCountRequest, 'aggregate'>) => Promise<number>;
uniqueValues: (request: Omit<DocumentsAggregateUniqueValuesRequest, 'aggregate'>) => Promise<DocumentsAggregateUniqueValuesItem[]>;
allUniqueValues: (request: Omit<DocumentsAggregateAllUniqueValuesRequest, 'aggregate'>) => DocumentsAggregateAllUniqueValuesResponse;
uniqueProperties: (request: Omit<DocumentsAggregateUniquePropertiesRequest, 'aggregate'>) => Promise<DocumentsAggregateUniquePropertiesItem[]>;
allUniqueProperties: (request: Omit<DocumentsAggregateAllUniquePropertiesRequest, 'aggregate'>) => DocumentsAggregateAllUniquePropertiesResponse;
count: (request: Omit<DocumentsAggregateCountRequest, "aggregate">) => Promise<number>;
uniqueValues: (request: Omit<DocumentsAggregateUniqueValuesRequest, "aggregate">) => Promise<DocumentsAggregateUniqueValuesItem[]>;
allUniqueValues: (request: Omit<DocumentsAggregateAllUniqueValuesRequest, "aggregate">) => DocumentsAggregateAllUniqueValuesResponse;
uniqueProperties: (request: Omit<DocumentsAggregateUniquePropertiesRequest, "aggregate">) => Promise<DocumentsAggregateUniquePropertiesItem[]>;
allUniqueProperties: (request: Omit<DocumentsAggregateAllUniquePropertiesRequest, "aggregate">) => DocumentsAggregateAllUniquePropertiesResponse;
private callAggregateCursorEndpointWithPost;
private aggregate;
}

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CDFHttpClient, CogniteInternalId, MetadataMap } from '@cognite/sdk-core';
import type { Document, DocumentListRequest, DocumentListResponse, DocumentSearchRequest, DocumentSearchResponse } from '../../types';
import { BaseResourceAPI, CDFHttpClient, CogniteInternalId, MetadataMap } from '../../../../core/src';
import { Document, DocumentListRequest, DocumentListResponse, DocumentSearchRequest, DocumentSearchResponse } from '../../types';
import { DocumentsAggregateAPI } from './aggregateApi';

@@ -4,0 +4,0 @@ import { PreviewAPI } from './previewApi';

@@ -1,3 +0,3 @@

import { BaseResourceAPI } from '@cognite/sdk-core';
import type { CogniteInternalId, DocumentsPreviewTemporaryLinkResponse } from '../../types';
import { BaseResourceAPI } from '../../../../core/src';
import { CogniteInternalId, DocumentsPreviewTemporaryLinkResponse } from '../../types';
export declare class PreviewAPI extends BaseResourceAPI<unknown> {

@@ -4,0 +4,0 @@ documentAsPdf: (id: CogniteInternalId) => Promise<ArrayBuffer>;

@@ -1,2 +0,2 @@

import type { CursorAndAsyncIterator } from '@cognite/sdk-core';
import { CursorAndAsyncIterator } from '../../../../core/src';
/**

@@ -6,3 +6,3 @@ * The external ID provided by the client. Must be unique for the resource type.

*/
export declare type CogniteExternalId = string;
export type CogniteExternalId = string;
/**

@@ -14,3 +14,3 @@ * A server-generated ID for the object.

*/
export declare type CogniteInternalId = number;
export type CogniteInternalId = number;
/**

@@ -113,3 +113,3 @@ * A document

*/
export declare type DocumentAggregateFilter = DocumentAggregateFilterBool | DocumentAggregateFilterLeaf;
export type DocumentAggregateFilter = DocumentAggregateFilterBool | DocumentAggregateFilterLeaf;
/**

@@ -119,3 +119,3 @@ * A query that matches items matching boolean combinations of other queries.

*/
export declare type DocumentAggregateFilterBool = {
export type DocumentAggregateFilterBool = {
and: DocumentAggregateFilter[];

@@ -130,3 +130,3 @@ } | {

*/
export declare type DocumentAggregateFilterLeaf = DocumentAggregateFilterPrefix;
export type DocumentAggregateFilterLeaf = DocumentAggregateFilterPrefix;
export interface DocumentAggregateFilterPrefix {

@@ -141,3 +141,3 @@ /**

}
export declare type DocumentAggregateValue = string | number | Label;
export type DocumentAggregateValue = string | number | Label;
export interface DocumentCursor {

@@ -150,3 +150,3 @@ /** Cursor for paging through results. */

*/
export declare type DocumentFilter = DocumentFilterBool | DocumentFilterLeaf;
export type DocumentFilter = DocumentFilterBool | DocumentFilterLeaf;
/**

@@ -156,3 +156,3 @@ * A query that matches items matching boolean combinations of other queries.

*/
export declare type DocumentFilterBool = {
export type DocumentFilterBool = {
and: DocumentFilter[];

@@ -247,3 +247,3 @@ } | {

*/
export declare type DocumentFilterLeaf = DocumentFilterEquals | DocumentFilterIn | DocumentFilterContainsAny | DocumentFilterContainsAll | DocumentFilterRange | DocumentFilterPrefix | DocumentFilterSearch | DocumentFilterExists | DocumentFilterGeoJsonIntersects | DocumentFilterGeoJsonDisjoint | DocumentFilterGeoJsonWithin | DocumentFilterInAssetSubtree;
export type DocumentFilterLeaf = DocumentFilterEquals | DocumentFilterIn | DocumentFilterContainsAny | DocumentFilterContainsAll | DocumentFilterRange | DocumentFilterPrefix | DocumentFilterSearch | DocumentFilterExists | DocumentFilterGeoJsonIntersects | DocumentFilterGeoJsonDisjoint | DocumentFilterGeoJsonWithin | DocumentFilterInAssetSubtree;
export interface DocumentFilterPrefix {

@@ -264,3 +264,3 @@ /**

*/
export declare type DocumentFilterProperty = string[];
export type DocumentFilterProperty = string[];
export interface DocumentFilterRange {

@@ -289,3 +289,3 @@ /**

*/
export declare type DocumentFilterRangeValue = number;
export type DocumentFilterRangeValue = number;
export interface DocumentFilterSearch {

@@ -304,7 +304,7 @@ /**

*/
export declare type DocumentFilterValue = string | number | boolean | Label;
export type DocumentFilterValue = string | number | boolean | Label;
/**
* One or more values you wish to find in the provided property.
*/
export declare type DocumentFilterValueList = DocumentFilterValue[];
export type DocumentFilterValueList = DocumentFilterValue[];
/**

@@ -354,3 +354,3 @@ * GeoJSON Geometry.

}
export declare type DocumentListRequest = DocumentListFilter & DocumentSort & DocumentListLimit & DocumentCursor;
export type DocumentListRequest = DocumentListFilter & DocumentSort & DocumentListLimit & DocumentCursor;
export interface DocumentListResponse extends CursorAndAsyncIterator<Document> {

@@ -370,3 +370,3 @@ }

*/
export declare type DocumentsAggregateAllUniquePropertiesRequest = DocumentSearchInAggregate & DocumentSearchFilter & {
export type DocumentsAggregateAllUniquePropertiesRequest = DocumentSearchInAggregate & DocumentSearchFilter & {
aggregate: 'allUniqueProperties';

@@ -397,3 +397,3 @@ properties: {

*/
export declare type DocumentsAggregateAllUniqueValuesRequest = DocumentSearchInAggregate & DocumentSearchFilter & {
export type DocumentsAggregateAllUniqueValuesRequest = DocumentSearchInAggregate & DocumentSearchFilter & {
aggregate?: 'allUniqueValues';

@@ -422,3 +422,3 @@ properties?: {

*/
export declare type DocumentsAggregateCardinalityPropertiesRequest = DocumentSearchInAggregate & DocumentSearchFilter & {
export type DocumentsAggregateCardinalityPropertiesRequest = DocumentSearchInAggregate & DocumentSearchFilter & {
aggregate: 'cardinalityProperties';

@@ -445,3 +445,3 @@ aggregateFilter?: DocumentAggregateFilter;

*/
export declare type DocumentsAggregateCardinalityValuesRequest = DocumentSearchInAggregate & DocumentSearchFilter & {
export type DocumentsAggregateCardinalityValuesRequest = DocumentSearchInAggregate & DocumentSearchFilter & {
aggregate: 'cardinalityValues';

@@ -470,3 +470,3 @@ aggregateFilter?: DocumentAggregateFilter;

*/
export declare type DocumentsAggregateCountRequest = DocumentSearchInAggregate & DocumentSearchFilter & {
export type DocumentsAggregateCountRequest = DocumentSearchInAggregate & DocumentSearchFilter & {
aggregate?: 'count';

@@ -481,4 +481,4 @@ };

}
export declare type DocumentsAggregateRequest = DocumentsAggregateCountRequest | DocumentsAggregateCardinalityValuesRequest | DocumentsAggregateCardinalityPropertiesRequest | DocumentsAggregateUniqueValuesRequest | DocumentsAggregateUniquePropertiesRequest | DocumentsAggregateAllUniquePropertiesRequest | DocumentsAggregateAllUniqueValuesRequest;
export declare type DocumentsAggregateResponse = DocumentsAggregateCountResponse | DocumentsAggregateCardinalityValuesResponse | DocumentsAggregateCardinalityPropertiesResponse | DocumentsAggregateUniqueValuesResponse | DocumentsAggregateUniquePropertiesResponse | DocumentsAggregateAllUniquePropertiesResponse | DocumentsAggregateAllUniqueValuesResponse;
export type DocumentsAggregateRequest = DocumentsAggregateCountRequest | DocumentsAggregateCardinalityValuesRequest | DocumentsAggregateCardinalityPropertiesRequest | DocumentsAggregateUniqueValuesRequest | DocumentsAggregateUniquePropertiesRequest | DocumentsAggregateAllUniquePropertiesRequest | DocumentsAggregateAllUniqueValuesRequest;
export type DocumentsAggregateResponse = DocumentsAggregateCountResponse | DocumentsAggregateCardinalityValuesResponse | DocumentsAggregateCardinalityPropertiesResponse | DocumentsAggregateUniqueValuesResponse | DocumentsAggregateUniquePropertiesResponse | DocumentsAggregateAllUniquePropertiesResponse | DocumentsAggregateAllUniqueValuesResponse;
export interface DocumentsAggregateUniquePropertiesItem {

@@ -496,3 +496,3 @@ /**

*/
export declare type DocumentsAggregateUniquePropertiesRequest = DocumentSearchInAggregate & DocumentSearchFilter & {
export type DocumentsAggregateUniquePropertiesRequest = DocumentSearchInAggregate & DocumentSearchFilter & {
aggregate: 'uniqueProperties';

@@ -524,3 +524,3 @@ aggregateFilter?: DocumentAggregateFilter;

*/
export declare type DocumentsAggregateUniqueValuesRequest = DocumentSearchInAggregate & DocumentSearchFilter & {
export type DocumentsAggregateUniqueValuesRequest = DocumentSearchInAggregate & DocumentSearchFilter & {
aggregate?: 'uniqueValues';

@@ -629,3 +629,3 @@ aggregateFilter?: DocumentAggregateFilter;

}
export declare type DocumentSearchRequest = DocumentSearch & DocumentSearchFilter & DocumentSearchAggregates & DocumentSort & DocumentSearchLimit & DocumentCursor & DocumentSearchHighlight;
export type DocumentSearchRequest = DocumentSearch & DocumentSearchFilter & DocumentSearchAggregates & DocumentSort & DocumentSearchLimit & DocumentCursor & DocumentSearchHighlight;
export interface DocumentSearchResponse {

@@ -716,3 +716,3 @@ aggregates?: DocumentSearchAggregate[];

*/
export declare type EpochTimestamp = number;
export type EpochTimestamp = number;
/**

@@ -728,2 +728,2 @@ * A label assigned to a resource.

*/
export declare type LabelList = Label[];
export type LabelList = Label[];

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CursorAndAsyncIterator, IdEither } from '@cognite/sdk-core';
import type { ContextJobId, EntityMatchingChange, EntityMatchingCreateRequest, EntityMatchingCreateResponse, EntityMatchingFilterRequest, EntityMatchingModel, EntityMatchingPredictRequest, EntityMatchingPredictResponse, EntityMatchingPredictions, EntityMatchingRefitRequest, EntityMatchingRefitResponse } from '../../types';
import { BaseResourceAPI, CursorAndAsyncIterator, IdEither } from '../../../../core/src';
import { ContextJobId, EntityMatchingChange, EntityMatchingCreateRequest, EntityMatchingCreateResponse, EntityMatchingFilterRequest, EntityMatchingModel, EntityMatchingPredictRequest, EntityMatchingPredictResponse, EntityMatchingPredictions, EntityMatchingRefitRequest, EntityMatchingRefitResponse } from '../../types';
export declare class EntityMatchingApi extends BaseResourceAPI<EntityMatchingModel> {

@@ -36,3 +36,3 @@ /**

*/
list: (scope?: EntityMatchingFilterRequest | undefined) => CursorAndAsyncIterator<EntityMatchingModel>;
list: (scope?: EntityMatchingFilterRequest) => CursorAndAsyncIterator<EntityMatchingModel>;
/**

@@ -39,0 +39,0 @@ * [Update entity matching models](https://docs.cognite.com/api/v1/#operation/entityMatchingUpdate)

@@ -1,3 +0,3 @@

import { BaseResourceAPI } from '@cognite/sdk-core';
import type { AggregateResponse, EventAggregateQuery, EventUniqueValuesAggregate, UniqueValuesAggregateResponse } from '../../types';
import { BaseResourceAPI } from '../../../../core/src';
import { AggregateResponse, EventAggregateQuery, EventUniqueValuesAggregate, UniqueValuesAggregateResponse } from '../../types';
export declare class EventsAggregateAPI extends BaseResourceAPI<unknown> {

@@ -4,0 +4,0 @@ /**

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CDFHttpClient, CursorAndAsyncIterator, MetadataMap } from '@cognite/sdk-core';
import type { CogniteEvent, EventChange, EventFilterRequest, EventSearchRequest, ExternalEvent, IdEither, IgnoreUnknownIds } from '../../types';
import { BaseResourceAPI, CDFHttpClient, CursorAndAsyncIterator, MetadataMap } from '../../../../core/src';
import { CogniteEvent, EventChange, EventFilterRequest, EventSearchRequest, ExternalEvent, IdEither, IgnoreUnknownIds } from '../../types';
import { EventsAggregateAPI } from './eventsAggregateApi';

@@ -31,3 +31,3 @@ export declare class EventsAPI extends BaseResourceAPI<CogniteEvent> {

*/
list: (scope?: EventFilterRequest | undefined) => CursorAndAsyncIterator<CogniteEvent>;
list: (scope?: EventFilterRequest) => CursorAndAsyncIterator<CogniteEvent>;
/**

@@ -82,2 +82,2 @@ * [Retrieve events](https://doc.cognitedata.com/api/v1/#operation/byIdsEvents)

}
export declare type EventRetrieveParams = IgnoreUnknownIds;
export type EventRetrieveParams = IgnoreUnknownIds;

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CursorAndAsyncIterator } from '@cognite/sdk-core';
import type { ExternalFileInfo, FileAggregate, FileAggregateQuery, FileChangeUpdate, FileContent, FileInfo, FileLink, FileRequestFilter, FileUploadResponse, FilesSearchFilter, IdEither, IgnoreUnknownIds } from '../../types';
import { BaseResourceAPI, CursorAndAsyncIterator } from '../../../../core/src';
import { ExternalFileInfo, FileAggregate, FileAggregateQuery, FileChangeUpdate, FileContent, FileInfo, FileLink, FileRequestFilter, FileUploadResponse, FilesSearchFilter, IdEither, IgnoreUnknownIds } from '../../types';
export declare class FilesAPI extends BaseResourceAPI<FileInfo> {

@@ -31,3 +31,3 @@ /**

*/
list: (scope?: FileRequestFilter | undefined) => CursorAndAsyncIterator<FileInfo>;
list: (scope?: FileRequestFilter) => CursorAndAsyncIterator<FileInfo>;
/**

@@ -100,2 +100,2 @@ * [Aggregate files](https://docs.cognite.com/api/v1/#operation/aggregateFiles)

}
export declare type FileRetrieveParams = IgnoreUnknownIds;
export type FileRetrieveParams = IgnoreUnknownIds;

@@ -1,3 +0,3 @@

import { BaseResourceAPI } from '@cognite/sdk-core';
import type { GeospatialComputedItemList, GeospatialJsonComputeOutput } from './types';
import { BaseResourceAPI } from '../../../../core/src';
import { GeospatialComputedItemList, GeospatialJsonComputeOutput } from './types';
export declare class ComputeAPI extends BaseResourceAPI<GeospatialComputedItemList> {

@@ -4,0 +4,0 @@ /**

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CursorAndAsyncIterator } from '@cognite/sdk-core';
import type { GeospatialCRSResponse, GeospatialCoordinateReferenceSystem, GeospatialSridId } from './types';
import { BaseResourceAPI, CursorAndAsyncIterator } from '../../../../core/src';
import { GeospatialCRSResponse, GeospatialCoordinateReferenceSystem, GeospatialSridId } from './types';
export declare class CrsAPI extends BaseResourceAPI<GeospatialCRSResponse> {

@@ -34,4 +34,4 @@ /**

list: (params?: {
filterOnlyCustom?: boolean | undefined;
} | undefined) => CursorAndAsyncIterator<GeospatialCRSResponse>;
filterOnlyCustom?: boolean;
}) => CursorAndAsyncIterator<GeospatialCRSResponse>;
/**

@@ -38,0 +38,0 @@ * [Delete Coordinate Reference Systems](https://docs.cognite.com/api/v1/#operation/deleteGeospatialCoordinateReferenceSystems)

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CogniteExternalId, ExternalId } from '@cognite/sdk-core';
import type { FeatureAggregateParams, GeospatialFeature, GeospatialFeatureListFilter, GeospatialFeatureResponse, GeospatialFeatureSearchFilter, GeospatialFeatureSearchStreamFilter, GeospatialFeatureSearchStreamResponse, GeospatialOutput } from './types';
import { BaseResourceAPI, CogniteExternalId, ExternalId } from '../../../../core/src';
import { FeatureAggregateParams, GeospatialFeature, GeospatialFeatureListFilter, GeospatialFeatureResponse, GeospatialFeatureSearchFilter, GeospatialFeatureSearchStreamFilter, GeospatialFeatureSearchStreamResponse, GeospatialOutput } from './types';
export declare class FeatureAPI extends BaseResourceAPI<GeospatialFeatureResponse> {

@@ -27,3 +27,3 @@ /**

*/
retrieve: (featureTypeExternalId: CogniteExternalId, externalIds: ExternalId[], params?: GeospatialOutput | undefined) => Promise<GeospatialFeatureResponse[]>;
retrieve: (featureTypeExternalId: CogniteExternalId, externalIds: ExternalId[], params?: GeospatialOutput) => Promise<GeospatialFeatureResponse[]>;
/**

@@ -109,3 +109,3 @@ * [Update features](https://docs.cognite.com/api/v1/#operation/updateFeatures)

*/
aggregate: (featureTypeExternalId: CogniteExternalId, params?: FeatureAggregateParams | undefined) => Promise<unknown[]>;
aggregate: (featureTypeExternalId: CogniteExternalId, params?: FeatureAggregateParams) => Promise<unknown[]>;
/**

@@ -127,3 +127,3 @@ * [List features](https://docs.cognite.com/api/v1/#tag/Geospatial/operation/listFeatures)

*/
list: (featureTypeExternalId: CogniteExternalId, filterParams?: GeospatialFeatureListFilter) => import("@cognite/sdk-core/dist/src/types").CursorAndAsyncIterator<GeospatialFeatureResponse>;
list: (featureTypeExternalId: CogniteExternalId, filterParams?: GeospatialFeatureListFilter) => import('../../../../core/src').CursorAndAsyncIterator<GeospatialFeatureResponse>;
}

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CursorAndAsyncIterator, ExternalId } from '@cognite/sdk-core';
import type { FeatureType, GeospatialCreateFeatureType, GeospatialRecursiveDelete, GeospatialUpdateFeatureType } from './types';
import { BaseResourceAPI, CursorAndAsyncIterator, ExternalId } from '../../../../core/src';
import { FeatureType, GeospatialCreateFeatureType, GeospatialRecursiveDelete, GeospatialUpdateFeatureType } from './types';
export declare class FeatureTypeAPI extends BaseResourceAPI<FeatureType> {

@@ -4,0 +4,0 @@ /**

@@ -1,2 +0,2 @@

import { BaseResourceAPI, CDFHttpClient, MetadataMap } from '@cognite/sdk-core';
import { BaseResourceAPI, CDFHttpClient, MetadataMap } from '../../../../core/src';
import { ComputeAPI } from './computeAPI';

@@ -6,3 +6,3 @@ import { CrsAPI } from './crsAPI';

import { FeatureTypeAPI } from './featureTypeAPI';
import type { Geospatial } from './types';
import { Geospatial } from './types';
export declare class GeospatialAPI extends BaseResourceAPI<Geospatial> {

@@ -9,0 +9,0 @@ private readonly computeAPI;

@@ -1,8 +0,8 @@

import type { Cursor, ExternalId, InternalId, Limit } from '@cognite/sdk-core';
import type { GeoJSON, Geometry } from 'geojson';
import { Cursor, ExternalId, InternalId, Limit } from '../../../../core/src';
import { GeoJSON, Geometry } from 'geojson';
export type { GeoJSON };
export declare type GeometryType = 'WKT' | 'GEOJSON';
declare type GeometryPropertyType = 'GEOMETRY' | 'POINT' | 'LINESTRING' | 'POLYGON' | 'MULTIPOINT' | 'MULTILINESTRING' | 'MULTIPOLYGON' | 'GEOMETRYCOLLECTION' | 'GEOMETRYZ' | 'POINTZ' | 'LINESTRINGZ' | 'POLYGONZ' | 'MULTIPOINTZ' | 'MULTILINESTRINGZ' | 'MULTIPOLYGONZ' | 'GEOMETRYM' | 'POINTM' | 'LINESTRINGM' | 'POLYGONM' | 'MULTIPOINTM' | 'MULTILINESTRINGM' | 'MULTIPOLYGONM' | 'GEOMETRYCOLLECTIONM' | 'GEOMETRYZM' | 'POINTZM' | 'LINESTRINGZM' | 'POLYGONZM' | 'MULTIPOINTZM' | 'MULTILINESTRINGZM' | 'MULTIPOLYGONZM' | 'GEOMETRYCOLLECTIONZM';
export declare type GeospatialPropertyType = 'STRING' | 'LONG' | 'DOUBLE' | 'BOOLEAN' | 'TIMESTAMP' | GeometryPropertyType;
export declare type GeospatialFeatureTypeProperty = {
export type GeometryType = 'WKT' | 'GEOJSON';
type GeometryPropertyType = 'GEOMETRY' | 'POINT' | 'LINESTRING' | 'POLYGON' | 'MULTIPOINT' | 'MULTILINESTRING' | 'MULTIPOLYGON' | 'GEOMETRYCOLLECTION' | 'GEOMETRYZ' | 'POINTZ' | 'LINESTRINGZ' | 'POLYGONZ' | 'MULTIPOINTZ' | 'MULTILINESTRINGZ' | 'MULTIPOLYGONZ' | 'GEOMETRYM' | 'POINTM' | 'LINESTRINGM' | 'POLYGONM' | 'MULTIPOINTM' | 'MULTILINESTRINGM' | 'MULTIPOLYGONM' | 'GEOMETRYCOLLECTIONM' | 'GEOMETRYZM' | 'POINTZM' | 'LINESTRINGZM' | 'POLYGONZM' | 'MULTIPOINTZM' | 'MULTILINESTRINGZM' | 'MULTIPOLYGONZM' | 'GEOMETRYCOLLECTIONZM';
export type GeospatialPropertyType = 'STRING' | 'LONG' | 'DOUBLE' | 'BOOLEAN' | 'TIMESTAMP' | GeometryPropertyType;
export type GeospatialFeatureTypeProperty = {
type: Exclude<GeospatialPropertyType, GeometryPropertyType | 'STRING'>;

@@ -22,3 +22,3 @@ description?: string;

};
declare type Properties = Record<string, GeospatialFeatureTypeProperty>;
type Properties = Record<string, GeospatialFeatureTypeProperty>;
export interface Geospatial {

@@ -64,3 +64,3 @@ featureType: unknown;

}
declare type GeospatialIndexSpec = {
type GeospatialIndexSpec = {
properties: string[];

@@ -117,3 +117,3 @@ };

}
declare type GeospatialFeatureFilter = {
type GeospatialFeatureFilter = {
or: GeospatialFeatureFilter[];

@@ -179,3 +179,3 @@ } | {

*/
export declare type GeospatialFeatureSearchStreamResponse = string;
export type GeospatialFeatureSearchStreamResponse = string;
export interface FeatureAggregateParams {

@@ -188,3 +188,3 @@ filter?: GeospatialFeatureFilter;

}
declare type Aggregates = 'avg' | 'count' | 'max' | 'min' | 'stCentroid' | 'stCollect' | 'stConvexHull' | 'stIntersection' | 'stUnion' | 'sum' | 'variance';
type Aggregates = 'avg' | 'count' | 'max' | 'min' | 'stCentroid' | 'stCollect' | 'stConvexHull' | 'stIntersection' | 'stUnion' | 'sum' | 'variance';
export interface GeospatialCoordinateReferenceSystem {

@@ -202,3 +202,3 @@ srid: number;

}
export declare type GeospatialComputeFunction = {
export type GeospatialComputeFunction = {
stTransform: GeospatialGeometryTransformComputeFunction;

@@ -205,0 +205,0 @@ };

@@ -1,3 +0,3 @@

import { BaseResourceAPI } from '@cognite/sdk-core';
import type { CogniteInternalId, Group, GroupServiceAccount, GroupSpec, ListGroups } from '../../types';
import { BaseResourceAPI } from '../../../../core/src';
import { CogniteInternalId, Group, GroupServiceAccount, GroupSpec, ListGroups } from '../../types';
export declare class GroupsAPI extends BaseResourceAPI<Group> {

@@ -31,3 +31,3 @@ /**

*/
list: (scope?: ListGroups | undefined) => Promise<Group[]>;
list: (scope?: ListGroups) => Promise<Group[]>;
/**

@@ -34,0 +34,0 @@ * [Delete groups](https://doc.cognitedata.com/api/v1/#operation/deleteGroups)

@@ -1,3 +0,3 @@

import { BaseResourceAPI } from '@cognite/sdk-core';
import type { AggregationResponse, ListOfSpaceExternalIdsRequestWithTyping, NodeAndEdgeCollectionResponseV3Response, NodeAndEdgeCollectionResponseWithCursorV3Response, NodeAndEdgeCreateCollection, NodeOrEdge, NodeOrEdgeDeleteRequest, NodeOrEdgeListRequestV3, NodeOrEdgeSearchRequest, QueryRequest, QueryResponse, SlimNodeAndEdgeCollectionResponse, SyncRequest, ViewAggregationRequest } from './types.gen';
import { BaseResourceAPI } from '../../../../core/src';
import { AggregationResponse, ListOfSpaceExternalIdsRequestWithTyping, NodeAndEdgeCollectionResponseV3Response, NodeAndEdgeCollectionResponseWithCursorV3Response, NodeAndEdgeCreateCollection, NodeOrEdge, NodeOrEdgeDeleteRequest, NodeOrEdgeListRequestV3, NodeOrEdgeSearchRequest, QueryRequest, QueryResponse, SlimNodeAndEdgeCollectionResponse, SyncRequest, ViewAggregationRequest } from './types.gen';
export declare class InstancesAPI extends BaseResourceAPI<NodeOrEdge> {

@@ -122,3 +122,3 @@ /**

*/
delete: (items: NodeOrEdgeDeleteRequest['items']) => Promise<{}>;
delete: (items: NodeOrEdgeDeleteRequest["items"]) => Promise<{}>;
/**

@@ -125,0 +125,0 @@ * [Aggregate instances](https://developer.cognite.com/api#tag/Instances/operation/aggregateInstances)

@@ -37,9 +37,9 @@ export interface AggregatedHistogramValue {

}
export declare type AggregatedValueItem = AggregatedNumberValue | AggregatedHistogramValue;
export type AggregatedValueItem = AggregatedNumberValue | AggregatedHistogramValue;
/**
* An aggregate. It consists of a name, an aggregator function, and the field to use for the function.
*/
export declare type AggregationDefinition = AvgAggregateFunctionV3 | CountAggregateFunctionV3 | MinAggregateFunctionV3 | MaxAggregateFunctionV3 | SumAggregateFunctionV3 | HistogramAggregateFunctionV3;
export declare type AggregationRequest = ViewAggregationRequest;
export declare type AggregationResponse = AggregatedResultItemCollection & {
export type AggregationDefinition = AvgAggregateFunctionV3 | CountAggregateFunctionV3 | MinAggregateFunctionV3 | MaxAggregateFunctionV3 | SumAggregateFunctionV3 | HistogramAggregateFunctionV3;
export type AggregationRequest = ViewAggregationRequest;
export type AggregationResponse = AggregatedResultItemCollection & {
typing?: TypeInformation;

@@ -158,3 +158,3 @@ };

*/
export declare type DataModelsBoolFilter = {
export type DataModelsBoolFilter = {
and: FilterDefinition[];

@@ -169,3 +169,3 @@ } | {

*/
export declare type DataModelsLeafFilter = EqualsFilterV3 | InFilterV3 | RangeFilterV3 | PrefixFilterV3 | DMSExistsFilter | ContainsAnyFilterV3 | ContainsAllFilterV3 | MatchAllFilter | DataModelsNestedFilter | OverlapsFilterV3 | HasExistingDataFilterV3;
export type DataModelsLeafFilter = EqualsFilterV3 | InFilterV3 | RangeFilterV3 | PrefixFilterV3 | DMSExistsFilter | ContainsAnyFilterV3 | ContainsAllFilterV3 | MatchAllFilter | DataModelsNestedFilter | OverlapsFilterV3 | HasExistingDataFilterV3;
export interface DataModelsNestedFilter {

@@ -222,3 +222,3 @@ /**

*/
export declare type DMSExternalId = string;
export type DMSExternalId = string;
/**

@@ -243,7 +243,7 @@ * Property you want to filter. Use a list of strings to specify nested properties.

*/
export declare type DMSFilterProperty = string[];
export type DMSFilterProperty = string[];
/**
* @pattern ^[a-zA-Z0-9]([.a-zA-Z0-9_-]{0,41}[a-zA-Z0-9])?$
*/
export declare type DMSVersion = string;
export type DMSVersion = string;
/**

@@ -309,3 +309,3 @@ * Edge

*/
export declare type EpochTimestamp = number;
export type EpochTimestamp = number;
export interface EqualsFilterV3 {

@@ -322,6 +322,6 @@ /** Matches items that contain the exact value in the provided property. */

*/
export declare type FilterDefinition = DataModelsBoolFilter | DataModelsLeafFilter;
export declare type FilterValue = RawPropertyValueV3 | ReferencedPropertyValueV3;
export declare type FilterValueList = RawPropertyValueListV3 | ReferencedPropertyValueV3;
export declare type FilterValueRange = RangeValue | ReferencedPropertyValueV3;
export type FilterDefinition = DataModelsBoolFilter | DataModelsLeafFilter;
export type FilterValue = RawPropertyValueV3 | ReferencedPropertyValueV3;
export type FilterValueList = RawPropertyValueListV3 | ReferencedPropertyValueV3;
export type FilterValueRange = RangeValue | ReferencedPropertyValueV3;
export interface HasExistingDataFilterV3 {

@@ -343,3 +343,3 @@ /** Matches items where data is present in the referenced views, or containers. */

*/
export declare type IncludeTyping = boolean;
export type IncludeTyping = boolean;
export interface InFilterV3 {

@@ -355,3 +355,3 @@ /** Matches items where the property **exactly** matches one of the given values. You can only apply this filter to properties containing a single value. */

*/
export declare type InstanceType = 'node' | 'edge';
export type InstanceType = 'node' | 'edge';
export interface LimitWithDefault1000 {

@@ -399,3 +399,3 @@ /**

*/
export declare type NextCursorV3 = string;
export type NextCursorV3 = string;
export interface NodeAndEdgeCollectionResponseV3Response {

@@ -451,4 +451,4 @@ /** List of nodes and edges */

}
export declare type NodeOrEdge = NodeDefinition | EdgeDefinition;
export declare type NodeOrEdgeCreate = NodeWrite | EdgeWrite;
export type NodeOrEdge = NodeDefinition | EdgeDefinition;
export type NodeOrEdgeCreate = NodeWrite | EdgeWrite;
export interface NodeOrEdgeDeleteRequest {

@@ -471,4 +471,4 @@ items: {

*/
export declare type NodeOrEdgeExternalId = string;
export declare type NodeOrEdgeListRequestV3 = {
export type NodeOrEdgeExternalId = string;
export type NodeOrEdgeListRequestV3 = {
includeTyping?: IncludeTyping;

@@ -483,3 +483,3 @@ sources?: SourceSelectorWithoutPropertiesV3;

*/
export declare type NodeOrEdgeSearchRequest = SearchRequestV3;
export type NodeOrEdgeSearchRequest = SearchRequestV3;
/**

@@ -544,3 +544,3 @@ * Node to create or update

*/
export declare type PropertyIdentifierV3 = string;
export type PropertyIdentifierV3 = string;
export interface PropertySortV3 {

@@ -569,3 +569,3 @@ direction?: 'ascending' | 'descending';

*/
export declare type PropertyValueGroupV3 = Record<string, RawPropertyValueV3>;
export type PropertyValueGroupV3 = Record<string, RawPropertyValueV3>;
export interface QueryEdgeTableExpressionV3 {

@@ -625,4 +625,4 @@ edges: {

}
export declare type QuerySetOperationTableExpressionV3 = QueryUnionAllTableExpressionV3 | QueryUnionTableExpressionV3 | QueryIntersectionTableExpressionV3;
export declare type QueryTableExpressionV3 = QueryNodeTableExpressionV3 | QueryEdgeTableExpressionV3 | QuerySetOperationTableExpressionV3;
export type QuerySetOperationTableExpressionV3 = QueryUnionAllTableExpressionV3 | QueryUnionTableExpressionV3 | QueryIntersectionTableExpressionV3;
export type QueryTableExpressionV3 = QueryNodeTableExpressionV3 | QueryEdgeTableExpressionV3 | QuerySetOperationTableExpressionV3;
/**

@@ -673,11 +673,11 @@ * Return the union of the specified result sets. We will remove the results that match the optional exception

*/
export declare type RangeValue = string | number | number;
export type RangeValue = string | number | number;
/**
* A list of values
*/
export declare type RawPropertyValueListV3 = (string | number | boolean | object)[];
export type RawPropertyValueListV3 = (string | number | boolean | object)[];
/**
* A value matching the data type of the defined property
*/
export declare type RawPropertyValueV3 = string | number | boolean | object | string[] | boolean[] | number[] | object[];
export type RawPropertyValueV3 = string | number | boolean | object | string[] | boolean[] | number[] | object[];
/**

@@ -689,3 +689,3 @@ * A property reference value

}
export declare type SearchRequestV3 = {
export type SearchRequestV3 = {
view: ViewReference;

@@ -737,3 +737,3 @@ query?: string;

}
export declare type SlimNodeOrEdge = SlimNodeDefinition | SlimEdgeDefinition;
export type SlimNodeOrEdge = SlimNodeDefinition | SlimEdgeDefinition;
export interface SortV3 {

@@ -745,4 +745,4 @@ sort?: PropertySortV3[];

*/
export declare type SourceReference = ViewReference | ContainerReference;
export declare type SourceSelectorV3 = {
export type SourceReference = ViewReference | ContainerReference;
export type SourceSelectorV3 = {
source: ViewReference;

@@ -754,3 +754,3 @@ properties: string[];

*/
export declare type SourceSelectorWithoutPropertiesV3 = {
export type SourceSelectorWithoutPropertiesV3 = {
source: ViewReference;

@@ -761,3 +761,3 @@ }[];

*/
export declare type SpaceSpecification = string;
export type SpaceSpecification = string;
/**

@@ -813,3 +813,3 @@ * Calculates the sum from the values of the specified property.

}
export declare type SyncTableExpressionV3 = SyncNodeTableExpressionV3 | SyncEdgeTableExpressionV3;
export type SyncTableExpressionV3 = SyncNodeTableExpressionV3 | SyncEdgeTableExpressionV3;
/**

@@ -820,3 +820,3 @@ * Control which side of the edge to chain to. This option is only applicable if the view referenced in the `from` field consists of edges.

*/
export declare type TableExpressionChainToDefinition = 'source' | 'destination';
export type TableExpressionChainToDefinition = 'source' | 'destination';
export interface TableExpressionContainsAllFilterV3 {

@@ -840,3 +840,3 @@ /** Matches items where the property contains all the given values. Only apply this filter to multivalued properties. */

*/
export declare type TableExpressionDataModelsBoolFilter = {
export type TableExpressionDataModelsBoolFilter = {
and: TableExpressionFilterDefinition[];

@@ -859,6 +859,6 @@ } | {

*/
export declare type TableExpressionFilterDefinition = TableExpressionDataModelsBoolFilter | TableExpressionLeafFilter;
export declare type TableExpressionFilterValue = RawPropertyValueV3 | ParameterizedPropertyValueV3 | ReferencedPropertyValueV3;
export declare type TableExpressionFilterValueList = RawPropertyValueListV3 | ParameterizedPropertyValueV3 | ReferencedPropertyValueV3;
export declare type TableExpressionFilterValueRange = RangeValue | ParameterizedPropertyValueV3 | ReferencedPropertyValueV3;
export type TableExpressionFilterDefinition = TableExpressionDataModelsBoolFilter | TableExpressionLeafFilter;
export type TableExpressionFilterValue = RawPropertyValueV3 | ParameterizedPropertyValueV3 | ReferencedPropertyValueV3;
export type TableExpressionFilterValueList = RawPropertyValueListV3 | ParameterizedPropertyValueV3 | ReferencedPropertyValueV3;
export type TableExpressionFilterValueRange = RangeValue | ParameterizedPropertyValueV3 | ReferencedPropertyValueV3;
export interface TableExpressionInFilterV3 {

@@ -874,3 +874,3 @@ /** Matches items where the property **exactly** matches one of the given values. You can only apply this filter to properties containing a single value. */

*/
export declare type TableExpressionLeafFilter = TableExpressionEqualsFilterV3 | TableExpressionInFilterV3 | TableExpressionRangeFilterV3 | TableExpressionPrefixFilterV3 | DMSExistsFilter | TableExpressionContainsAnyFilterV3 | TableExpressionContainsAllFilterV3 | MatchAllFilter | DataModelsNestedFilter | TableExpressionOverlapsFilterV3 | HasExistingDataFilterV3;
export type TableExpressionLeafFilter = TableExpressionEqualsFilterV3 | TableExpressionInFilterV3 | TableExpressionRangeFilterV3 | TableExpressionPrefixFilterV3 | DMSExistsFilter | TableExpressionContainsAnyFilterV3 | TableExpressionContainsAllFilterV3 | MatchAllFilter | DataModelsNestedFilter | TableExpressionOverlapsFilterV3 | HasExistingDataFilterV3;
export interface TableExpressionOverlapsFilterV3 {

@@ -929,15 +929,15 @@ /** Matches items where the range made up of the two properties overlap with the provided range. */

*/
export declare type TypeInformation = Record<string, TypePropertyDefinition>;
export type TypeInformation = Record<string, TypePropertyDefinition>;
/**
* Spaces for the requested view and containers
*/
export declare type TypeInformationOuter = Record<string, TypingViewOrContainer>;
export type TypeInformationOuter = Record<string, TypingViewOrContainer>;
/**
* Describes the type and configuration of a property included in the result.
*/
export declare type TypePropertyDefinition = ViewCorePropertyDefinition;
export type TypePropertyDefinition = ViewCorePropertyDefinition;
/**
* View or container holding properties
*/
export declare type TypingViewOrContainer = Record<string, TypeInformation>;
export type TypingViewOrContainer = Record<string, TypeInformation>;
export interface UpsertConflict {

@@ -950,7 +950,7 @@ /** Details about the error caused by the upsert/update. */

}
export declare type ViewAggregationRequest = CommonAggregationRequest & {
export type ViewAggregationRequest = CommonAggregationRequest & {
instanceType?: InstanceType;
view: ViewReference;
};
export declare type ViewCorePropertyDefinition = CorePropertyDefinition & {
export type ViewCorePropertyDefinition = CorePropertyDefinition & {
type: TextProperty | PrimitiveProperty | CDFExternalIdReference | ViewDirectNodeRelation;

@@ -961,3 +961,3 @@ };

*/
export declare type ViewDirectNodeRelation = DirectNodeRelation & {
export type ViewDirectNodeRelation = DirectNodeRelation & {
source?: ViewReference;

@@ -968,3 +968,3 @@ };

*/
export declare type ViewOrContainer = Record<string, PropertyValueGroupV3>;
export type ViewOrContainer = Record<string, PropertyValueGroupV3>;
export interface ViewPropertyReference {

@@ -971,0 +971,0 @@ /** The unique identifier, from the view, for the property */

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CursorAndAsyncIterator } from '@cognite/sdk-core';
import type { ExternalId, ExternalLabelDefinition, LabelDefinition, LabelDefinitionFilterRequest } from '../../types';
import { BaseResourceAPI, CursorAndAsyncIterator } from '../../../../core/src';
import { ExternalId, ExternalLabelDefinition, LabelDefinition, LabelDefinitionFilterRequest } from '../../types';
export declare class LabelsAPI extends BaseResourceAPI<LabelDefinition> {

@@ -27,3 +27,3 @@ /**

*/
list: (query?: LabelDefinitionFilterRequest | undefined) => CursorAndAsyncIterator<LabelDefinition>;
list: (query?: LabelDefinitionFilterRequest) => CursorAndAsyncIterator<LabelDefinition>;
/**

@@ -30,0 +30,0 @@ * [Delete labels](https://doc.cognitedata.com/api/v1/#operation/deleteLabels)

@@ -1,3 +0,3 @@

import { BaseResourceAPI } from '@cognite/sdk-core';
import type { AllVersionsQueryParameter, CursorQueryParameter, DataModel, DataModelCollectionResponse, DataModelCollectionResponseWithCursorResponse, DataModelCreate, IncludeGlobalQueryParameter, InlineViewsQueryParameter, ListOfAllVersionsReferences, ListOfVersionReferences, ReducedLimitQueryParameter, SpaceQueryParameter } from './types.gen';
import { BaseResourceAPI } from '../../../../core/src';
import { AllVersionsQueryParameter, CursorQueryParameter, DataModel, DataModelCollectionResponse, DataModelCollectionResponseWithCursorResponse, DataModelCreate, IncludeGlobalQueryParameter, InlineViewsQueryParameter, ListOfAllVersionsReferences, ListOfVersionReferences, ReducedLimitQueryParameter, SpaceQueryParameter } from './types.gen';
export declare class DataModelsAPI extends BaseResourceAPI<DataModel> {

@@ -31,3 +31,3 @@ /**

*/
delete: (params: ListOfVersionReferences['items']) => Promise<ListOfVersionReferences>;
delete: (params: ListOfVersionReferences["items"]) => Promise<ListOfVersionReferences>;
/**

@@ -50,3 +50,3 @@ * [List data models](https://api-docs.cognite.com/20230101/tag/Data-models/operation/listDataModels)

*/
retrieve: (params: (ListOfVersionReferences | ListOfAllVersionsReferences)['items'], options?: InlineViewsQueryParameter) => Promise<DataModelCollectionResponse>;
retrieve: (params: (ListOfVersionReferences | ListOfAllVersionsReferences)["items"], options?: InlineViewsQueryParameter) => Promise<DataModelCollectionResponse>;
}

@@ -1,2 +0,2 @@

import type { CursorAndAsyncIterator } from '@cognite/sdk-core';
import { CursorAndAsyncIterator } from '../../../../core/src';
export interface AllVersionsQueryParameter {

@@ -23,3 +23,3 @@ allVersions?: boolean;

}
export declare type ConnectionDefinition = EdgeConnection | ReverseDirectRelationConnection;
export type ConnectionDefinition = EdgeConnection | ReverseDirectRelationConnection;
/**

@@ -81,3 +81,3 @@ * Reference to an existing container

}
export declare type DataModel = DataModelCore & {
export type DataModel = DataModelCore & {
views?: DataModelProperty[];

@@ -106,3 +106,3 @@ createdTime: EpochTimestamp;

}
export declare type DataModelCreate = DataModelCore & {
export type DataModelCreate = DataModelCore & {
views?: DataModelCreateProperty[];

@@ -114,4 +114,4 @@ };

}
export declare type DataModelCreateProperty = ViewReference | ViewCreateDefinition | (ViewReference & ViewCreateDefinition);
export declare type DataModelProperty = ViewReference | ViewDefinition | (ViewReference & ViewDefinition);
export type DataModelCreateProperty = ViewReference | ViewCreateDefinition | (ViewReference & ViewCreateDefinition);
export type DataModelProperty = ViewReference | ViewDefinition | (ViewReference & ViewDefinition);
/**

@@ -121,3 +121,3 @@ * Build a new query by combining other queries, using boolean operators. We support the `and`, `or`, and

*/
export declare type DataModelsBoolFilter = {
export type DataModelsBoolFilter = {
and: FilterDefinition[];

@@ -132,3 +132,3 @@ } | {

*/
export declare type DataModelsLeafFilter = EqualsFilterV3 | InFilterV3 | RangeFilterV3 | PrefixFilterV3 | DMSExistsFilter | ContainsAnyFilterV3 | ContainsAllFilterV3 | MatchAllFilter | DataModelsNestedFilter | OverlapsFilterV3 | HasExistingDataFilterV3;
export type DataModelsLeafFilter = EqualsFilterV3 | InFilterV3 | RangeFilterV3 | PrefixFilterV3 | DMSExistsFilter | ContainsAnyFilterV3 | ContainsAllFilterV3 | MatchAllFilter | DataModelsNestedFilter | OverlapsFilterV3 | HasExistingDataFilterV3;
export interface DataModelsNestedFilter {

@@ -185,3 +185,3 @@ /**

*/
export declare type DMSExternalId = string;
export type DMSExternalId = string;
/**

@@ -206,7 +206,7 @@ * Property you want to filter. Use a list of strings to specify nested properties.

*/
export declare type DMSFilterProperty = string[];
export type DMSFilterProperty = string[];
/**
* @pattern ^[a-zA-Z0-9]([.a-zA-Z0-9_-]{0,41}[a-zA-Z0-9])?$
*/
export declare type DMSVersion = string;
export type DMSVersion = string;
/**

@@ -235,3 +235,3 @@ * Describes the edge(s) that are likely to exist to aid in discovery and documentation of the view. A listed edge is not required. i.e. It does not have to exist when included in this list. A connection has a max distance of one hop.

*/
export declare type EpochTimestamp = number;
export type EpochTimestamp = number;
export interface EqualsFilterV3 {

@@ -248,6 +248,6 @@ /** Matches items that contain the exact value in the provided property. */

*/
export declare type FilterDefinition = DataModelsBoolFilter | DataModelsLeafFilter;
export declare type FilterValue = RawPropertyValueV3 | ReferencedPropertyValueV3;
export declare type FilterValueList = RawPropertyValueListV3 | ReferencedPropertyValueV3;
export declare type FilterValueRange = RangeValue | ReferencedPropertyValueV3;
export type FilterDefinition = DataModelsBoolFilter | DataModelsLeafFilter;
export type FilterValue = RawPropertyValueV3 | ReferencedPropertyValueV3;
export type FilterValueList = RawPropertyValueListV3 | ReferencedPropertyValueV3;
export type FilterValueRange = RangeValue | ReferencedPropertyValueV3;
export interface HasExistingDataFilterV3 {

@@ -291,7 +291,7 @@ /** Matches items where data is present in the referenced views, or containers. */

*/
export declare type NextCursorV3 = string;
export type NextCursorV3 = string;
/**
* @pattern ^[^\\x00]{1,255}$
*/
export declare type NodeOrEdgeExternalId = string;
export type NodeOrEdgeExternalId = string;
export interface OverlapsFilterV3 {

@@ -340,3 +340,3 @@ /** Matches items where the range made up of the two properties overlap with the provided range. */

*/
export declare type PropertyIdentifierV3 = string;
export type PropertyIdentifierV3 = string;
export interface RangeFilterV3 {

@@ -364,11 +364,11 @@ /**

*/
export declare type RangeValue = string | number | number;
export type RangeValue = string | number | number;
/**
* A list of values
*/
export declare type RawPropertyValueListV3 = (string | number | boolean | object)[];
export type RawPropertyValueListV3 = (string | number | boolean | object)[];
/**
* A value matching the data type of the defined property
*/
export declare type RawPropertyValueV3 = string | number | boolean | object | string[] | boolean[] | number[] | object[];
export type RawPropertyValueV3 = string | number | boolean | object | string[] | boolean[] | number[] | object[];
export interface ReducedLimitQueryParameter {

@@ -405,3 +405,3 @@ /**

*/
export declare type SourceReference = ViewReference | ContainerReference;
export type SourceReference = ViewReference | ContainerReference;
export interface SpaceQueryParameter {

@@ -417,3 +417,3 @@ /**

*/
export declare type SpaceSpecification = string;
export type SpaceSpecification = string;
/**

@@ -447,3 +447,3 @@ * Text type

*/
export declare type UsedFor = 'node' | 'edge' | 'all';
export type UsedFor = 'node' | 'edge' | 'all';
export interface VersionReferencesCollectionResponse {

@@ -474,6 +474,6 @@ items: {

}
export declare type ViewCorePropertyDefinition = CorePropertyDefinition & {
export type ViewCorePropertyDefinition = CorePropertyDefinition & {
type: TextProperty | PrimitiveProperty | CDFExternalIdReference | ViewDirectNodeRelation;
};
export declare type ViewCreateDefinition = {
export type ViewCreateDefinition = {
externalId: DMSExternalId;

@@ -495,4 +495,4 @@ } & ViewCommon & {

*/
export declare type ViewCreateDefinitionProperty = CreateViewProperty | ConnectionDefinition;
export declare type ViewDefinition = {
export type ViewCreateDefinitionProperty = CreateViewProperty | ConnectionDefinition;
export type ViewDefinition = {
externalId: DMSExternalId;

@@ -507,7 +507,7 @@ } & ViewCommon & {

};
export declare type ViewDefinitionProperty = ViewPropertyDefinition | ConnectionDefinition;
export type ViewDefinitionProperty = ViewPropertyDefinition | ConnectionDefinition;
/**
* Direct node relation. Can include a hint to specify the view that this direct relation points to. This hint is optional.
*/
export declare type ViewDirectNodeRelation = DirectNodeRelation & {
export type ViewDirectNodeRelation = DirectNodeRelation & {
source?: ViewReference;

@@ -518,3 +518,3 @@ };

*/
export declare type ViewPropertyDefinition = ViewCorePropertyDefinition & {
export type ViewPropertyDefinition = ViewCorePropertyDefinition & {
name?: string;

@@ -521,0 +521,0 @@ description?: string;

@@ -1,3 +0,3 @@

import { BaseResourceAPI } from '@cognite/sdk-core';
import type { PartialProjectUpdate, ProjectResponse, ProjectUpdate } from '../../types';
import { BaseResourceAPI } from '../../../../core/src';
import { PartialProjectUpdate, ProjectResponse, ProjectUpdate } from '../../types';
export declare class ProjectsAPI extends BaseResourceAPI<unknown> {

@@ -4,0 +4,0 @@ /**

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CDFHttpClient, CursorAndAsyncIterator, MetadataMap } from '@cognite/sdk-core';
import type { ListRawRows, RawDB, RawDBName, RawDBRow, RawDBRowInsert, RawDBRowKey, RawDBTable, RawDBTableName } from '../../types';
import { BaseResourceAPI, CDFHttpClient, CursorAndAsyncIterator, MetadataMap } from '../../../../core/src';
import { ListRawDatabases, ListRawRows, ListRawTables, RawDB, RawDBName, RawDBRow, RawDBRowInsert, RawDBRowKey, RawDBTable, RawDBTableName } from '../../types';
export declare class RawAPI extends BaseResourceAPI<RawDB> {

@@ -23,3 +23,3 @@ private rawTablesApi;

*/
listDatabases: (scope?: import("@cognite/sdk-core/dist/src/types").FilterQuery | undefined) => CursorAndAsyncIterator<RawDB>;
listDatabases: (scope?: ListRawDatabases) => CursorAndAsyncIterator<RawDB>;
/**

@@ -32,3 +32,3 @@ * [Delete databases](https://doc.cognitedata.com/api/v1/#operation/deleteDBs)

*/
deleteDatabases: (items: RawDBName[], params?: RawDatabaseDeleteParams | undefined) => Promise<{}>;
deleteDatabases: (items: RawDBName[], params?: RawDatabaseDeleteParams) => Promise<{}>;
/**

@@ -49,3 +49,3 @@ * [Create tables in a database](https://doc.cognitedata.com/api/v1/#operation/createTables)

*/
listTables: (databaseName: string, scope?: import("@cognite/sdk-core/dist/src/types").FilterQuery | undefined) => CursorAndAsyncIterator<RawDBTable>;
listTables: (databaseName: string, scope?: ListRawTables) => CursorAndAsyncIterator<RawDBTable>;
/**

@@ -74,3 +74,3 @@ * [Delete tables in a database](https://doc.cognitedata.com/api/v1/#operation/deleteTables)

*/
listRows: (databaseName: string, tableName: string, query?: ListRawRows | undefined) => CursorAndAsyncIterator<RawDBRow>;
listRows: (databaseName: string, tableName: string, query?: ListRawRows) => CursorAndAsyncIterator<RawDBRow>;
/**

@@ -77,0 +77,0 @@ * [Retrieve a single row from a table](https://doc.cognitedata.com/api/v1/#operation/getRow)

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CursorAndAsyncIterator } from '@cognite/sdk-core';
import type { ListRawRows, RawDBRow, RawDBRowInsert, RawDBRowKey } from '../../types';
import { BaseResourceAPI, CursorAndAsyncIterator } from '../../../../core/src';
import { ListRawRows, RawDBRow, RawDBRowInsert, RawDBRowKey } from '../../types';
export declare class RawRowsAPI extends BaseResourceAPI<RawDBRow> {

@@ -4,0 +4,0 @@ /**

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CursorAndAsyncIterator } from '@cognite/sdk-core';
import type { ListRawTables, RawDBTable, RawDBTableName } from '../../types';
import { BaseResourceAPI, CursorAndAsyncIterator } from '../../../../core/src';
import { ListRawTables, RawDBTable, RawDBTableName } from '../../types';
export declare class RawTablesAPI extends BaseResourceAPI<RawDBTable> {

@@ -4,0 +4,0 @@ create(databaseName: string, items: RawDBTableName[], ensureParent?: boolean): Promise<RawDBTable[]>;

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CursorAndAsyncIterator, ExternalId } from '@cognite/sdk-core';
import type { ExternalRelationship, IgnoreUnknownIds, Relationship, RelationshipsFilterRequest, RelationshipsRetrieveParams } from '../../types';
import { BaseResourceAPI, CursorAndAsyncIterator, ExternalId } from '../../../../core/src';
import { ExternalRelationship, IgnoreUnknownIds, Relationship, RelationshipsFilterRequest, RelationshipsRetrieveParams } from '../../types';
export declare class RelationshipsApi extends BaseResourceAPI<Relationship> {

@@ -32,3 +32,3 @@ /**

*/
list: (query?: RelationshipsFilterRequest | undefined) => CursorAndAsyncIterator<Relationship>;
list: (query?: RelationshipsFilterRequest) => CursorAndAsyncIterator<Relationship>;
/**

@@ -51,2 +51,2 @@ * [Retrieve relationships](https://docs.cognite.com/api/v1/#operation/byidsRelationships)

}
export declare type RelationshipsDeleteParams = IgnoreUnknownIds;
export type RelationshipsDeleteParams = IgnoreUnknownIds;

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CursorAndAsyncIterator } from '@cognite/sdk-core';
import type { CogniteInternalId, ListSecurityCategories, SecurityCategory, SecurityCategorySpec } from '../../types';
import { BaseResourceAPI, CursorAndAsyncIterator } from '../../../../core/src';
import { CogniteInternalId, ListSecurityCategories, SecurityCategory, SecurityCategorySpec } from '../../types';
export declare class SecurityCategoriesAPI extends BaseResourceAPI<SecurityCategory> {

@@ -23,3 +23,3 @@ /**

*/
list: (query?: ListSecurityCategories | undefined) => CursorAndAsyncIterator<SecurityCategory>;
list: (query?: ListSecurityCategories) => CursorAndAsyncIterator<SecurityCategory>;
/**

@@ -26,0 +26,0 @@ * [Delete security categories](https://doc.cognitedata.com/api/v1/#operation/deleteSecurityCategories)

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CursorAndAsyncIterator } from '@cognite/sdk-core';
import type { SequenceRow, SequenceRowsDelete, SequenceRowsInsert, SequenceRowsRetrieve } from '../../types';
import { BaseResourceAPI, CursorAndAsyncIterator } from '../../../../core/src';
import { SequenceRow, SequenceRowsDelete, SequenceRowsInsert, SequenceRowsRetrieve } from '../../types';
export declare class SequenceRowsAPI extends BaseResourceAPI<SequenceRow> {

@@ -4,0 +4,0 @@ insert(items: SequenceRowsInsert[]): Promise<object>;

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CDFHttpClient, CursorAndAsyncIterator, MetadataMap } from '@cognite/sdk-core';
import type { ExternalSequence, IdEither, IgnoreUnknownIds, Sequence, SequenceAggregate, SequenceChange, SequenceFilter, SequenceListScope, SequenceRow, SequenceRowsDelete, SequenceRowsInsert, SequenceRowsRetrieve, SequenceSearchFilter } from '../../types';
import { BaseResourceAPI, CDFHttpClient, CursorAndAsyncIterator, MetadataMap } from '../../../../core/src';
import { ExternalSequence, IdEither, IgnoreUnknownIds, Sequence, SequenceAggregate, SequenceChange, SequenceFilter, SequenceListScope, SequenceRow, SequenceRowsDelete, SequenceRowsInsert, SequenceRowsRetrieve, SequenceSearchFilter } from '../../types';
export declare class SequencesAPI extends BaseResourceAPI<Sequence> {

@@ -45,3 +45,3 @@ private sequenceRowsAPI;

*/
list: (scope?: SequenceListScope | undefined) => CursorAndAsyncIterator<Sequence>;
list: (scope?: SequenceListScope) => CursorAndAsyncIterator<Sequence>;
/**

@@ -125,2 +125,2 @@ * [Aggregate sequences](https://docs.cognite.com/api/v1/#operation/aggregateSequences)

}
export declare type SequenceRetrieveParams = IgnoreUnknownIds;
export type SequenceRetrieveParams = IgnoreUnknownIds;

@@ -1,3 +0,3 @@

import { BaseResourceAPI } from '@cognite/sdk-core';
import type { CogniteInternalId, ServiceAccount, ServiceAccountInput } from '../../types';
import { BaseResourceAPI } from '../../../../core/src';
import { CogniteInternalId, ServiceAccount, ServiceAccountInput } from '../../types';
export declare class ServiceAccountsAPI extends BaseResourceAPI<ServiceAccount> {

@@ -4,0 +4,0 @@ /**

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CursorAndAsyncIterator } from '@cognite/sdk-core';
import type { CursorQueryParameter, IncludeGlobalQueryParameter, ReducedLimitQueryParameter, SpaceCollectionResponseV3Response, SpaceCreateDefinition, SpaceDefinition } from './types.gen';
import { BaseResourceAPI, CursorAndAsyncIterator } from '../../../../core/src';
import { CursorQueryParameter, IncludeGlobalQueryParameter, ReducedLimitQueryParameter, SpaceCollectionResponseV3Response, SpaceCreateDefinition, SpaceDefinition } from './types.gen';
export declare class SpacesAPI extends BaseResourceAPI<SpaceDefinition> {

@@ -4,0 +4,0 @@ /**

@@ -1,2 +0,2 @@

import type { CursorAndAsyncIterator } from '@cognite/sdk-core';
import { CursorAndAsyncIterator } from '../../../../core/src';
export interface CursorQueryParameter {

@@ -11,3 +11,3 @@ /** @example 4zj0Vy2fo0NtNMb229mI9r1V3YG5NBL752kQz1cKtwo */

*/
export declare type EpochTimestamp = number;
export type EpochTimestamp = number;
export interface IncludeGlobalQueryParameter {

@@ -29,3 +29,3 @@ includeGlobal?: boolean;

*/
export declare type NextCursorV3 = string;
export type NextCursorV3 = string;
export interface ReducedLimitQueryParameter {

@@ -70,3 +70,3 @@ /**

}
export declare type SpaceDefinition = SpaceCreateDefinition & {
export type SpaceDefinition = SpaceCreateDefinition & {
createdTime: EpochTimestamp;

@@ -79,3 +79,3 @@ lastUpdatedTime: EpochTimestamp;

*/
export declare type SpaceSpecification = string;
export type SpaceSpecification = string;
export interface UpsertConflict {

@@ -82,0 +82,0 @@ /** Details about the error caused by the upsert/update. */

@@ -1,3 +0,3 @@

import { BaseResourceAPI } from '@cognite/sdk-core';
import type { GraphQlResponse } from '../../types';
import { BaseResourceAPI } from '../../../../core/src';
import { GraphQlResponse } from '../../types';
export declare class TemplateGraphQlApi extends BaseResourceAPI<unknown> {

@@ -17,5 +17,5 @@ /**

query: string;
variables?: TVariables | undefined;
operationName?: string | undefined;
variables?: TVariables;
operationName?: string;
}) => Promise<GraphQlResponse>;
}

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CursorAndAsyncIterator, ExternalId } from '@cognite/sdk-core';
import type { ExternalTemplateGroup, TemplateGroup, TemplateGroupFilterQuery } from '../../types';
import { BaseResourceAPI, CursorAndAsyncIterator, ExternalId } from '../../../../core/src';
import { ExternalTemplateGroup, TemplateGroup, TemplateGroupFilterQuery } from '../../types';
export declare class TemplateGroupsApi extends BaseResourceAPI<TemplateGroup> {

@@ -35,3 +35,3 @@ /**

ignoreUnknownIds: boolean;
} | undefined) => Promise<TemplateGroup[]>;
}) => Promise<TemplateGroup[]>;
/**

@@ -44,3 +44,3 @@ * [List Template Groups](https://pr-1202.specs.preview.cogniteapp.com/v1.json.html#operation/postApiV1ProjectsProjectTemplategroupsList)

*/
list: (query?: TemplateGroupFilterQuery | undefined) => CursorAndAsyncIterator<TemplateGroup>;
list: (query?: TemplateGroupFilterQuery) => CursorAndAsyncIterator<TemplateGroup>;
/**

@@ -55,3 +55,3 @@ * [Delete Template Groups](https://pr-1202.specs.preview.cogniteapp.com/v1.json.html#operation/postApiV1ProjectsProjectTemplategroupsDelete)

ignoreUnknownIds: boolean;
} | undefined) => Promise<{}>;
}) => Promise<{}>;
}

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CursorAndAsyncIterator } from '@cognite/sdk-core';
import type { ExternalTemplateGroupVersion, TemplateGroupVersion, TemplateGroupVersionFilterQuery } from '../../types';
import { BaseResourceAPI, CursorAndAsyncIterator } from '../../../../core/src';
import { ExternalTemplateGroupVersion, TemplateGroupVersion, TemplateGroupVersionFilterQuery } from '../../types';
export declare class TemplateGroupVersionsApi extends BaseResourceAPI<TemplateGroupVersion> {

@@ -21,3 +21,3 @@ /**

*/
list: (query?: TemplateGroupVersionFilterQuery | undefined) => CursorAndAsyncIterator<TemplateGroupVersion>;
list: (query?: TemplateGroupVersionFilterQuery) => CursorAndAsyncIterator<TemplateGroupVersion>;
/**

@@ -30,3 +30,3 @@ * [Delete a Template Group version](https://pr-1202.specs.preview.cogniteapp.com/v1.json.html#operation/postApiV1ProjectsProjectTemplategroupsDelete)

*/
delete: (version: number) => Promise<import("@cognite/sdk-core/dist/src/httpClient/basicHttpClient").HttpResponse<unknown>>;
delete: (version: number) => Promise<import('../../../../core/src').HttpResponse<unknown>>;
}

@@ -1,2 +0,2 @@

import { BaseResourceAPI, CursorAndAsyncIterator, ExternalId } from '@cognite/sdk-core';
import { BaseResourceAPI, CursorAndAsyncIterator, ExternalId } from '../../../../core/src';
import { ExternalTemplateInstance, TemplateInstance, TemplateInstanceFilterQuery, TemplateInstancePatch } from '../../types';

@@ -51,3 +51,3 @@ export declare class TemplateInstancesApi extends BaseResourceAPI<TemplateInstance> {

ignoreUnknownIds: boolean;
} | undefined) => Promise<TemplateInstance[]>;
}) => Promise<TemplateInstance[]>;
/**

@@ -60,3 +60,3 @@ * [List Template Instances](https://pr-1202.specs.preview.cogniteapp.com/v1.json.html#operation/postApiV1ProjectsProjectTemplategroupsExternalidVersionsVersionInstancesList)

*/
list: (query?: TemplateInstanceFilterQuery | undefined) => CursorAndAsyncIterator<TemplateInstance>;
list: (query?: TemplateInstanceFilterQuery) => CursorAndAsyncIterator<TemplateInstance>;
/**

@@ -71,3 +71,3 @@ * [Delete Template Instances](https://pr-1202.specs.preview.cogniteapp.com/v1.json.html#operation/postApiV1ProjectsProjectTemplategroupsExternalidVersionsVersionInstancesDelete)

ignoreUnknownIds: boolean;
} | undefined) => Promise<{}>;
}) => Promise<{}>;
}

@@ -1,11 +0,11 @@

import { BaseResourceAPI, CursorAndAsyncIterator, ExternalId } from '@cognite/sdk-core';
import type { ExternalView, View, ViewResolveRequest } from '../../types';
import { BaseResourceAPI, CursorAndAsyncIterator, ExternalId } from '../../../../core/src';
import { ExternalView, View, ViewFilterQuery, ViewResolveRequest } from '../../types';
export declare class ViewsApi extends BaseResourceAPI<View> {
create: (items: ExternalView[]) => Promise<View[]>;
upsert: (items: ExternalView[]) => Promise<View[]>;
list: (query?: import("@cognite/sdk-core/dist/src/types").FilterQuery | undefined) => CursorAndAsyncIterator<View>;
list: (query?: ViewFilterQuery) => CursorAndAsyncIterator<View>;
resolve: <T>(resolveRequest: ViewResolveRequest) => CursorAndAsyncIterator<T>;
delete: (ids: ExternalId[], options?: {
ignoreUnknownIds: boolean;
} | undefined) => Promise<{}>;
}) => Promise<{}>;
}

@@ -1,3 +0,3 @@

import { BaseResourceAPI } from '@cognite/sdk-core';
import type { SyntheticQuery, SyntheticQueryResponse } from '../../types';
import { BaseResourceAPI } from '../../../../core/src';
import { SyntheticQuery, SyntheticQueryResponse } from '../../types';
export declare class SyntheticTimeSeriesAPI extends BaseResourceAPI<SyntheticQueryResponse> {

@@ -4,0 +4,0 @@ /**

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CDFHttpClient, CursorAndAsyncIterator, MetadataMap } from '@cognite/sdk-core';
import type { ExternalTimeseries, IdEither, IgnoreUnknownIds, SyntheticQuery, TimeSeriesUpdate, Timeseries, TimeseriesAggregate, TimeseriesAggregateQuery, TimeseriesFilterQuery, TimeseriesSearchFilter } from '../../types';
import { BaseResourceAPI, CDFHttpClient, CursorAndAsyncIterator, MetadataMap } from '../../../../core/src';
import { ExternalTimeseries, IdEither, IgnoreUnknownIds, SyntheticQuery, TimeSeriesUpdate, Timeseries, TimeseriesAggregate, TimeseriesAggregateQuery, TimeseriesFilterQuery, TimeseriesSearchFilter } from '../../types';
export declare class TimeSeriesAPI extends BaseResourceAPI<Timeseries> {

@@ -30,3 +30,3 @@ private syntheticTimeseriesApi;

*/
list: (scope?: TimeseriesFilterQuery | undefined) => CursorAndAsyncIterator<Timeseries>;
list: (scope?: TimeseriesFilterQuery) => CursorAndAsyncIterator<Timeseries>;
/**

@@ -105,4 +105,4 @@ * [Aggregate timeseries](https://docs.cognite.com/api/v1/#operation/aggregateTimeSeries)

*/
syntheticQuery: (items: SyntheticQuery[]) => Promise<import("../../types").SyntheticQueryResponse[]>;
syntheticQuery: (items: SyntheticQuery[]) => Promise<import('../../types').SyntheticQueryResponse[]>;
}
export declare type TimeseriesRetrieveParams = IgnoreUnknownIds;
export type TimeseriesRetrieveParams = IgnoreUnknownIds;

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CDFHttpClient, ExternalId, MetadataMap } from '@cognite/sdk-core';
import type { Unit } from '../../types';
import { BaseResourceAPI, CDFHttpClient, ExternalId, MetadataMap } from '../../../../core/src';
import { Unit } from '../../types';
export declare class UnitsAPI extends BaseResourceAPI<Unit> {

@@ -13,3 +13,3 @@ private unitSystemsApi;

*/
list: () => Promise<import("@cognite/sdk-core/dist/src/types").ListResponse<Unit[]>>;
list: () => Promise<import('../../../../core/src').ListResponse<Unit[]>>;
/**

@@ -30,3 +30,3 @@ * [Retrieve one or more units](https://developer.cognite.com/api#tag/Units/operation/byIdsUnits)

*/
listUnitSystems: () => Promise<import("@cognite/sdk-core/dist/src/types").ListResponse<import("../../types").UnitSystem[]>>;
listUnitSystems: () => Promise<import('../../../../core/src').ListResponse<import('../../types').UnitSystem[]>>;
}

@@ -1,5 +0,5 @@

import { BaseResourceAPI } from '@cognite/sdk-core';
import type { UnitSystem } from '../../types';
import { BaseResourceAPI } from '../../../../core/src';
import { UnitSystem } from '../../types';
export declare class UnitSystemsAPI extends BaseResourceAPI<UnitSystem> {
list: () => Promise<import("@cognite/sdk-core/dist/src").ListResponse<UnitSystem[]>>;
list: () => Promise<import('../../../../core/src').ListResponse<UnitSystem[]>>;
}

@@ -1,3 +0,3 @@

import { BaseResourceAPI, FilterQuery } from '@cognite/sdk-core';
import type { UserIdentifier, UserProfileItem, UserProfilesListResponse, UserProfilesSearchRequest } from '../../types';
import { BaseResourceAPI, FilterQuery } from '../../../../core/src';
import { UserIdentifier, UserProfileItem, UserProfilesListResponse, UserProfilesSearchRequest } from '../../types';
export declare class ProfilesAPI extends BaseResourceAPI<UserProfileItem> {

@@ -19,3 +19,3 @@ /**

*/
list: (scope?: FilterQuery | undefined) => UserProfilesListResponse;
list: (scope?: FilterQuery) => UserProfilesListResponse;
/**

@@ -22,0 +22,0 @@ * [Retrieve one or more user profiles by ID](https://developer.cognite.com/api#tag/User-profiles/operation/getUserProfilesByIds)

@@ -1,2 +0,2 @@

import type { CursorAndAsyncIterator } from '@cognite/sdk-core';
import { CursorAndAsyncIterator } from '../../../../core/src';
export interface CursorQueryParameter {

@@ -11,3 +11,3 @@ /** @example 4zj0Vy2fo0NtNMb229mI9r1V3YG5NBL752kQz1cKtwo */

*/
export declare type EpochTimestamp = number;
export type EpochTimestamp = number;
/**

@@ -19,3 +19,3 @@ * The identity type field indicates the type of principal.

*/
export declare type IdentityType = 'USER' | 'SERVICE_PRINCIPAL' | 'INTERNAL_SERVICE';
export type IdentityType = 'USER' | 'SERVICE_PRINCIPAL' | 'INTERNAL_SERVICE';
/**

@@ -29,3 +29,3 @@ * The identity type filter field indicates the type of principal the request should be filtered to show.

*/
export declare type IdentityTypeFilter = 'ALL' | 'USER' | 'SERVICE_PRINCIPAL' | 'INTERNAL_SERVICE';
export type IdentityTypeFilter = 'ALL' | 'USER' | 'SERVICE_PRINCIPAL' | 'INTERNAL_SERVICE';
export interface UserIdentifier {

@@ -32,0 +32,0 @@ /** @example abcd */

@@ -1,2 +0,2 @@

import type { CursorAndAsyncIterator } from '@cognite/sdk-core';
import { CursorAndAsyncIterator } from '../../../../core/src';
export interface AllVersionsQueryParameter {

@@ -23,3 +23,3 @@ allVersions?: boolean;

}
export declare type ConnectionDefinition = EdgeConnection | ReverseDirectRelationConnection;
export type ConnectionDefinition = EdgeConnection | ReverseDirectRelationConnection;
/**

@@ -85,3 +85,3 @@ * Reference to an existing container

*/
export declare type DataModelsBoolFilter = {
export type DataModelsBoolFilter = {
and: FilterDefinition[];

@@ -96,3 +96,3 @@ } | {

*/
export declare type DataModelsLeafFilter = EqualsFilterV3 | InFilterV3 | RangeFilterV3 | PrefixFilterV3 | DMSExistsFilter | ContainsAnyFilterV3 | ContainsAllFilterV3 | MatchAllFilter | DataModelsNestedFilter | OverlapsFilterV3 | HasExistingDataFilterV3;
export type DataModelsLeafFilter = EqualsFilterV3 | InFilterV3 | RangeFilterV3 | PrefixFilterV3 | DMSExistsFilter | ContainsAnyFilterV3 | ContainsAllFilterV3 | MatchAllFilter | DataModelsNestedFilter | OverlapsFilterV3 | HasExistingDataFilterV3;
export interface DataModelsNestedFilter {

@@ -149,3 +149,3 @@ /**

*/
export declare type DMSExternalId = string;
export type DMSExternalId = string;
/**

@@ -170,7 +170,7 @@ * Property you want to filter. Use a list of strings to specify nested properties.

*/
export declare type DMSFilterProperty = string[];
export type DMSFilterProperty = string[];
/**
* @pattern ^[a-zA-Z0-9]([.a-zA-Z0-9_-]{0,41}[a-zA-Z0-9])?$
*/
export declare type DMSVersion = string;
export type DMSVersion = string;
/**

@@ -199,3 +199,3 @@ * Describes the edge(s) that are likely to exist to aid in discovery and documentation of the view. A listed edge is not required. i.e. It does not have to exist when included in this list. A connection has a max distance of one hop.

*/
export declare type EpochTimestamp = number;
export type EpochTimestamp = number;
export interface EqualsFilterV3 {

@@ -212,6 +212,6 @@ /** Matches items that contain the exact value in the provided property. */

*/
export declare type FilterDefinition = DataModelsBoolFilter | DataModelsLeafFilter;
export declare type FilterValue = RawPropertyValueV3 | ReferencedPropertyValueV3;
export declare type FilterValueList = RawPropertyValueListV3 | ReferencedPropertyValueV3;
export declare type FilterValueRange = RangeValue | ReferencedPropertyValueV3;
export type FilterDefinition = DataModelsBoolFilter | DataModelsLeafFilter;
export type FilterValue = RawPropertyValueV3 | ReferencedPropertyValueV3;
export type FilterValueList = RawPropertyValueListV3 | ReferencedPropertyValueV3;
export type FilterValueRange = RangeValue | ReferencedPropertyValueV3;
export interface HasExistingDataFilterV3 {

@@ -255,7 +255,7 @@ /** Matches items where data is present in the referenced views, or containers. */

*/
export declare type NextCursorV3 = string;
export type NextCursorV3 = string;
/**
* @pattern ^[^\\x00]{1,255}$
*/
export declare type NodeOrEdgeExternalId = string;
export type NodeOrEdgeExternalId = string;
export interface OverlapsFilterV3 {

@@ -304,3 +304,3 @@ /** Matches items where the range made up of the two properties overlap with the provided range. */

*/
export declare type PropertyIdentifierV3 = string;
export type PropertyIdentifierV3 = string;
export interface RangeFilterV3 {

@@ -328,11 +328,11 @@ /**

*/
export declare type RangeValue = string | number | number;
export type RangeValue = string | number | number;
/**
* A list of values
*/
export declare type RawPropertyValueListV3 = (string | number | boolean | object)[];
export type RawPropertyValueListV3 = (string | number | boolean | object)[];
/**
* A value matching the data type of the defined property
*/
export declare type RawPropertyValueV3 = string | number | boolean | object | string[] | boolean[] | number[] | object[];
export type RawPropertyValueV3 = string | number | boolean | object | string[] | boolean[] | number[] | object[];
export interface ReducedLimitQueryParameter {

@@ -369,3 +369,3 @@ /**

*/
export declare type SourceReference = ViewReference | ContainerReference;
export type SourceReference = ViewReference | ContainerReference;
export interface SpaceQueryParameter {

@@ -381,3 +381,3 @@ /**

*/
export declare type SpaceSpecification = string;
export type SpaceSpecification = string;
/**

@@ -411,3 +411,3 @@ * Text type

*/
export declare type UsedFor = 'node' | 'edge' | 'all';
export type UsedFor = 'node' | 'edge' | 'all';
export interface VersionReferencesCollectionResponse {

@@ -444,3 +444,3 @@ items: {

}
export declare type ViewCorePropertyDefinition = CorePropertyDefinition & {
export type ViewCorePropertyDefinition = CorePropertyDefinition & {
type: TextProperty | PrimitiveProperty | CDFExternalIdReference | ViewDirectNodeRelation;

@@ -452,3 +452,3 @@ };

}
export declare type ViewCreateDefinition = {
export type ViewCreateDefinition = {
externalId: DMSExternalId;

@@ -470,4 +470,4 @@ } & ViewCommon & {

*/
export declare type ViewCreateDefinitionProperty = CreateViewProperty | ConnectionDefinition;
export declare type ViewDefinition = {
export type ViewCreateDefinitionProperty = CreateViewProperty | ConnectionDefinition;
export type ViewDefinition = {
externalId: DMSExternalId;

@@ -482,7 +482,7 @@ } & ViewCommon & {

};
export declare type ViewDefinitionProperty = ViewPropertyDefinition | ConnectionDefinition;
export type ViewDefinitionProperty = ViewPropertyDefinition | ConnectionDefinition;
/**
* Direct node relation. Can include a hint to specify the view that this direct relation points to. This hint is optional.
*/
export declare type ViewDirectNodeRelation = DirectNodeRelation & {
export type ViewDirectNodeRelation = DirectNodeRelation & {
source?: ViewReference;

@@ -493,3 +493,3 @@ };

*/
export declare type ViewPropertyDefinition = ViewCorePropertyDefinition & {
export type ViewPropertyDefinition = ViewCorePropertyDefinition & {
name?: string;

@@ -496,0 +496,0 @@ description?: string;

@@ -1,3 +0,3 @@

import { BaseResourceAPI, CursorAndAsyncIterator } from '@cognite/sdk-core';
import type { AllVersionsQueryParameter, CursorQueryParameter, IncludeGlobalQueryParameter, IncludeInheritedPropertiesQueryParameter, ListOfAllVersionsReferences, ListOfVersionReferences, ReducedLimitQueryParameter, SpaceQueryParameter, ViewCollectionResponse, ViewCreateDefinition, ViewDefinition } from './types.gen';
import { BaseResourceAPI, CursorAndAsyncIterator } from '../../../../core/src';
import { AllVersionsQueryParameter, CursorQueryParameter, IncludeGlobalQueryParameter, IncludeInheritedPropertiesQueryParameter, ListOfAllVersionsReferences, ListOfVersionReferences, ReducedLimitQueryParameter, SpaceQueryParameter, ViewCollectionResponse, ViewCreateDefinition, ViewDefinition } from './types.gen';
export declare class ViewsAPI extends BaseResourceAPI<ViewDefinition> {

@@ -46,3 +46,3 @@ /**

*/
delete: (params: ListOfVersionReferences['items']) => Promise<ListOfVersionReferences>;
delete: (params: ListOfVersionReferences["items"]) => Promise<ListOfVersionReferences>;
/**

@@ -71,3 +71,3 @@ * [List Views](https://api-docs.cognite.com/20230101/tag/Views/operation/listViews)

*/
retrieve: (params: (ListOfVersionReferences | ListOfAllVersionsReferences)['items'], options?: IncludeInheritedPropertiesQueryParameter) => Promise<ViewCollectionResponse>;
retrieve: (params: (ListOfVersionReferences | ListOfAllVersionsReferences)["items"], options?: IncludeInheritedPropertiesQueryParameter) => Promise<ViewCollectionResponse>;
}
/**
* A reference to an asset. Either the internal ID or the external ID must be provided (exactly one).
*/
export declare type AnnotationsAssetRef = {
export type AnnotationsAssetRef = {
id?: number;

@@ -212,3 +212,3 @@ externalId?: string;

*/
export declare type AssetTagDetection = 'AssetTagDetection';
export type AssetTagDetection = 'AssetTagDetection';
/**

@@ -243,3 +243,3 @@ * Parameters for asset tag detection.

*/
export declare type CommaPos = number;
export type CommaPos = number;
/**

@@ -249,7 +249,7 @@ * The angle between the start and end point on the bottom part of an analog gauge, measured in degrees.

*/
export declare type DeadAngle = number;
export type DeadAngle = number;
/**
* Detect and read value of dial gauges in images. In beta. Available only when the `cdf-version: beta` header is provided.
*/
export declare type DialGaugeDetection = 'DialGaugeDetection';
export type DialGaugeDetection = 'DialGaugeDetection';
/**

@@ -277,3 +277,3 @@ * Parameters for dial gauge detection and reading. In beta. Available only when the `cdf-version: beta` header is provided.

*/
export declare type DigitalGaugeDetection = 'DigitalGaugeDetection';
export type DigitalGaugeDetection = 'DigitalGaugeDetection';
/**

@@ -301,3 +301,3 @@ * Parameters for digital gauge detection and reading. In beta. Available only when the `cdf-version: beta` header is provided.

*/
export declare type EpochTimestamp = number;
export type EpochTimestamp = number;
/**

@@ -339,3 +339,3 @@ * List of the items and the corresponding error message(s) per failed batch.

*/
export declare type FileReference = {
export type FileReference = {
fileId: VisionFileId;

@@ -348,3 +348,3 @@ } | {

*/
export declare type IndustrialObjectDetection = 'IndustrialObjectDetection';
export type IndustrialObjectDetection = 'IndustrialObjectDetection';
/**

@@ -366,11 +366,11 @@ * Parameters for industrial object detection. In beta. Available only when the `cdf-version: beta` header is provided.

*/
export declare type JobId = number;
export type JobId = number;
/**
* The status of the job.
*/
export declare type JobStatus = 'Queued' | 'Running' | 'Completed' | 'Failed';
export type JobStatus = 'Queued' | 'Running' | 'Completed' | 'Failed';
/**
* Detect and read value of level gauges in images. In beta. Available only when the `cdf-version: beta` header is provided.
*/
export declare type LevelGaugeDetection = 'LevelGaugeDetection';
export type LevelGaugeDetection = 'LevelGaugeDetection';
/**

@@ -395,3 +395,3 @@ * Parameters for level gauge detection and reading. In beta. Available only when the `cdf-version: beta` header is provided.

*/
export declare type MaxLevel = number;
export type MaxLevel = number;
/**

@@ -401,3 +401,3 @@ * Maximum number of digits on a digital gauge.

*/
export declare type MaxNumDigits = number;
export type MaxNumDigits = number;
/**

@@ -407,3 +407,3 @@ * The min value of the gauge.

*/
export declare type MinLevel = number;
export type MinLevel = number;
/**

@@ -413,3 +413,3 @@ * Minimum number of digits on a digital gauge.

*/
export declare type MinNumDigits = number;
export type MinNumDigits = number;
/**

@@ -419,7 +419,7 @@ * If the gauge is nonlinear, the non-linear angle from the metadata is used to part the scale in two separate linear scales. The first scale goes from min to 0. The second from 0 to max. The needle angle determines which scale is used.

*/
export declare type NonLinAngle = number;
export type NonLinAngle = number;
/**
* Detect people in images.
*/
export declare type PeopleDetection = 'PeopleDetection';
export type PeopleDetection = 'PeopleDetection';
/**

@@ -439,3 +439,3 @@ * Parameters for people detection.

*/
export declare type PersonalProtectiveEquipmentDetection = 'PersonalProtectiveEquipmentDetection';
export type PersonalProtectiveEquipmentDetection = 'PersonalProtectiveEquipmentDetection';
/**

@@ -470,3 +470,3 @@ * Parameters for industrial personal protective equipment detection. In beta. Available only when the `cdf-version: beta` header is provided.

*/
export declare type TextDetection = 'TextDetection';
export type TextDetection = 'TextDetection';
/**

@@ -490,7 +490,7 @@ * Parameters for text detection

*/
export declare type ThresholdParameter = number;
export type ThresholdParameter = number;
/**
* Detect and read state of a valve in an image. In beta. Available only when the `cdf-version: beta` header is provided.
*/
export declare type ValveDetection = 'ValveDetection';
export type ValveDetection = 'ValveDetection';
/**

@@ -513,4 +513,4 @@ * Parameters for detecting and reading the state of a valve. In beta. Available only when the `cdf-version: beta` header is provided.

}
export declare type VisionExtractFeature = TextDetection | AssetTagDetection | PeopleDetection | IndustrialObjectDetection | PersonalProtectiveEquipmentDetection | DialGaugeDetection | LevelGaugeDetection | DigitalGaugeDetection | ValveDetection;
export declare type VisionExtractGetResponse = StatusSchema & {
export type VisionExtractFeature = TextDetection | AssetTagDetection | PeopleDetection | IndustrialObjectDetection | PersonalProtectiveEquipmentDetection | DialGaugeDetection | LevelGaugeDetection | DigitalGaugeDetection | ValveDetection;
export type VisionExtractGetResponse = StatusSchema & {
jobId: JobId;

@@ -529,3 +529,3 @@ items: VisionExtractItem[];

}
export declare type VisionExtractPostResponse = StatusSchema & {
export type VisionExtractPostResponse = StatusSchema & {
jobId: JobId;

@@ -570,3 +570,3 @@ items: VisionAllOfFileId[];

*/
export declare type VisionFileExternalId = string;
export type VisionFileExternalId = string;
/**

@@ -577,2 +577,2 @@ * The ID of a file in CDF.

*/
export declare type VisionFileId = number;
export type VisionFileId = number;

@@ -1,3 +0,3 @@

import { BaseResourceAPI } from '@cognite/sdk-core';
import type { FeatureParameters, FileReference, JobId, VisionExtractFeature, VisionExtractGetResponse, VisionExtractPostResponse } from '../../types';
import { BaseResourceAPI } from '../../../../core/src';
import { FeatureParameters, FileReference, JobId, VisionExtractFeature, VisionExtractGetResponse, VisionExtractPostResponse } from '../../types';
/** @hidden */

@@ -13,3 +13,3 @@ export declare const BETA_FEATURES: VisionExtractFeature[];

*/
extract: (features: VisionExtractFeature[], ids: FileReference[], parameters?: FeatureParameters | undefined) => Promise<VisionExtractPostResponse>;
extract: (features: VisionExtractFeature[], ids: FileReference[], parameters?: FeatureParameters) => Promise<VisionExtractPostResponse>;
/**

@@ -16,0 +16,0 @@ * [Retrieve extract job](https://docs.cognite.com/api/v1/#tag/Vision/operation/getVisionExtract)

@@ -1,2 +0,2 @@

import { BaseCogniteClient, RetryValidator } from '@cognite/sdk-core';
import { BaseCogniteClient, RetryValidator } from '../../core/src';
import { AssetMappings3DAPI } from './api/3d/assetMappings3DApi';

@@ -70,5 +70,5 @@ import { Files3DAPI } from './api/3d/files3DApi';

query: string;
variables?: TVariables | undefined;
operationName?: string | undefined;
}) => Promise<import("./types").GraphQlResponse>;
variables?: TVariables;
operationName?: string;
}) => Promise<import('./types').GraphQlResponse>;
views: ViewsApi;

@@ -75,0 +75,0 @@ };

@@ -1,6 +0,6 @@

export { EpochTimestamp } from './types.gen';
export { AnnotationData, AnnotationsAssetRef, AnnotationsBoolean, AnnotationsBoundingBox, AnnotationsBoundingVolume, AnnotationsBox, AnnotationsClassification, AnnotationsCogniteAnnotationTypesDiagramsAssetLink, AnnotationsCogniteAnnotationTypesDiagramsInstanceLink, AnnotationsCogniteAnnotationTypesImagesAssetLink, AnnotationsCogniteAnnotationTypesImagesInstanceLink, AnnotationsCogniteAnnotationTypesPrimitivesGeometry2DGeometry, AnnotationsCogniteAnnotationTypesPrimitivesGeometry3DGeometry, AnnotationsCylinder, AnnotationsDetection, AnnotationsExtractedText, AnnotationsFileLink, AnnotationsFileRef, AnnotationsInstanceRef, AnnotationsIsoPlanAnnotation, AnnotationsJunction, AnnotationsKeypoint, AnnotationsKeypointCollection, AnnotationsLine, AnnotationsNumerical, AnnotationsObjectDetection, AnnotationsPoint, AnnotationsPolyLine, AnnotationsPolygon, AnnotationsSizeAndClassType, AnnotationsTextRegion, AnnotationsUnhandledSymbolObject, AnnotationsUnhandledTextObject, AnnotationsView, } from './api/annotations/types.gen';
export { CogniteExternalId, CogniteInternalId, Document, DocumentAggregateFilter, DocumentAggregateFilterBool, DocumentAggregateFilterLeaf, DocumentAggregateFilterPrefix, DocumentAggregateValue, DocumentCursor, DocumentFilter, DocumentFilterBool, DocumentFilterContainsAll, DocumentFilterContainsAny, DocumentFilterEquals, DocumentFilterExists, DocumentFilterGeoJsonDisjoint, DocumentFilterGeoJsonIntersects, DocumentFilterGeoJsonWithin, DocumentFilterIn, DocumentFilterInAssetSubtree, DocumentFilterLeaf, DocumentFilterPrefix, DocumentFilterProperty, DocumentFilterRange, DocumentFilterRangeValue, DocumentFilterSearch, DocumentFilterValue, DocumentFilterValueList, DocumentGeoJsonGeometry, DocumentHighlight, DocumentListFilter, DocumentListLimit, DocumentListRequest, DocumentListResponse, DocumentSearch, DocumentSearchAggregate, DocumentSearchAggregateGroup, DocumentSearchAggregateGroupIdentifier, DocumentSearchAggregates, DocumentSearchCountAggregate, DocumentSearchCountAggregatesGroup, DocumentSearchFilter, DocumentSearchHighlight, DocumentSearchInAggregate, DocumentSearchItem, DocumentSearchLimit, DocumentSearchRequest, DocumentSearchResponse, DocumentSort, DocumentSortItem, DocumentSourceFile, DocumentsAggregateAllUniquePropertiesItem, DocumentsAggregateAllUniquePropertiesRequest, DocumentsAggregateAllUniquePropertiesResponse, DocumentsAggregateAllUniqueValuesItem, DocumentsAggregateAllUniqueValuesRequest, DocumentsAggregateAllUniqueValuesResponse, DocumentsAggregateCardinalityPropertiesItem, DocumentsAggregateCardinalityPropertiesRequest, DocumentsAggregateCardinalityPropertiesResponse, DocumentsAggregateCardinalityValuesItem, DocumentsAggregateCardinalityValuesRequest, DocumentsAggregateCardinalityValuesResponse, DocumentsAggregateCountItem, DocumentsAggregateCountRequest, DocumentsAggregateCountResponse, DocumentsAggregateRequest, DocumentsAggregateResponse, DocumentsAggregateUniquePropertiesItem, DocumentsAggregateUniquePropertiesRequest, DocumentsAggregateUniquePropertiesResponse, DocumentsAggregateUniqueValuesItem, DocumentsAggregateUniqueValuesRequest, DocumentsAggregateUniqueValuesResponse, DocumentsPreviewTemporaryLinkResponse, Label, LabelList, } from './api/documents/types.gen';
export { CursorQueryParameter, IncludeGlobalQueryParameter, ListOfSpaceIdsRequest, ListOfSpaceIdsResponse, NextCursorV3, ReducedLimitQueryParameter, SpaceCollectionResponseV3Response, SpaceCollectionResponseWithCursorResponse, SpaceCreateCollection, SpaceCreateDefinition, SpaceDefinition, SpaceSpecification, UpsertConflict, } from './api/spaces/types.gen';
export { IdentityType, IdentityTypeFilter, UserIdentifier, UserProfileItem, UserProfilesByIdsRequest, UserProfilesByIdsResponse, UserProfilesErrorResponse, UserProfilesListResponse, UserProfilesNotFoundResponse, UserProfilesSearchRequest, UserProfilesSearchResponse, } from './api/userProfiles/types.gen';
export { AssetTagDetection, AssetTagDetectionParameters, CommaPos, DeadAngle, DialGaugeDetection, DialGaugeDetectionParameters, DigitalGaugeDetection, DigitalGaugeDetectionParameters, FailedBatch, FeatureParameters, FileReference, IndustrialObjectDetection, IndustrialObjectDetectionParameters, JobId, JobStatus, LevelGaugeDetection, LevelGaugeDetectionParameters, MaxLevel, MaxNumDigits, MinLevel, MinNumDigits, NonLinAngle, PeopleDetection, PeopleDetectionParameters, PersonalProtectiveEquipmentDetection, PersonalProtectiveEquipmentDetectionParameters, StatusSchema, TextDetection, TextDetectionParameters, ThresholdParameter, ValveDetection, ValveDetectionParameters, VisionAllOfFileId, VisionExtractFeature, VisionExtractGetResponse, VisionExtractItem, VisionExtractPostResponse, VisionExtractPredictions, VisionFileExternalId, VisionFileId, } from './api/vision/types.gen';
export type { EpochTimestamp } from './types.gen';
export type { AnnotationData, AnnotationsAssetRef, AnnotationsBoolean, AnnotationsBoundingBox, AnnotationsBoundingVolume, AnnotationsBox, AnnotationsClassification, AnnotationsCogniteAnnotationTypesDiagramsAssetLink, AnnotationsCogniteAnnotationTypesDiagramsInstanceLink, AnnotationsCogniteAnnotationTypesImagesAssetLink, AnnotationsCogniteAnnotationTypesImagesInstanceLink, AnnotationsCogniteAnnotationTypesPrimitivesGeometry2DGeometry, AnnotationsCogniteAnnotationTypesPrimitivesGeometry3DGeometry, AnnotationsCylinder, AnnotationsDetection, AnnotationsExtractedText, AnnotationsFileLink, AnnotationsFileRef, AnnotationsInstanceRef, AnnotationsIsoPlanAnnotation, AnnotationsJunction, AnnotationsKeypoint, AnnotationsKeypointCollection, AnnotationsLine, AnnotationsNumerical, AnnotationsObjectDetection, AnnotationsPoint, AnnotationsPolyLine, AnnotationsPolygon, AnnotationsSizeAndClassType, AnnotationsTextRegion, AnnotationsUnhandledSymbolObject, AnnotationsUnhandledTextObject, AnnotationsView, } from './api/annotations/types.gen';
export type { CogniteExternalId, CogniteInternalId, Document, DocumentAggregateFilter, DocumentAggregateFilterBool, DocumentAggregateFilterLeaf, DocumentAggregateFilterPrefix, DocumentAggregateValue, DocumentCursor, DocumentFilter, DocumentFilterBool, DocumentFilterContainsAll, DocumentFilterContainsAny, DocumentFilterEquals, DocumentFilterExists, DocumentFilterGeoJsonDisjoint, DocumentFilterGeoJsonIntersects, DocumentFilterGeoJsonWithin, DocumentFilterIn, DocumentFilterInAssetSubtree, DocumentFilterLeaf, DocumentFilterPrefix, DocumentFilterProperty, DocumentFilterRange, DocumentFilterRangeValue, DocumentFilterSearch, DocumentFilterValue, DocumentFilterValueList, DocumentGeoJsonGeometry, DocumentHighlight, DocumentListFilter, DocumentListLimit, DocumentListRequest, DocumentListResponse, DocumentSearch, DocumentSearchAggregate, DocumentSearchAggregateGroup, DocumentSearchAggregateGroupIdentifier, DocumentSearchAggregates, DocumentSearchCountAggregate, DocumentSearchCountAggregatesGroup, DocumentSearchFilter, DocumentSearchHighlight, DocumentSearchInAggregate, DocumentSearchItem, DocumentSearchLimit, DocumentSearchRequest, DocumentSearchResponse, DocumentSort, DocumentSortItem, DocumentSourceFile, DocumentsAggregateAllUniquePropertiesItem, DocumentsAggregateAllUniquePropertiesRequest, DocumentsAggregateAllUniquePropertiesResponse, DocumentsAggregateAllUniqueValuesItem, DocumentsAggregateAllUniqueValuesRequest, DocumentsAggregateAllUniqueValuesResponse, DocumentsAggregateCardinalityPropertiesItem, DocumentsAggregateCardinalityPropertiesRequest, DocumentsAggregateCardinalityPropertiesResponse, DocumentsAggregateCardinalityValuesItem, DocumentsAggregateCardinalityValuesRequest, DocumentsAggregateCardinalityValuesResponse, DocumentsAggregateCountItem, DocumentsAggregateCountRequest, DocumentsAggregateCountResponse, DocumentsAggregateRequest, DocumentsAggregateResponse, DocumentsAggregateUniquePropertiesItem, DocumentsAggregateUniquePropertiesRequest, DocumentsAggregateUniquePropertiesResponse, DocumentsAggregateUniqueValuesItem, DocumentsAggregateUniqueValuesRequest, DocumentsAggregateUniqueValuesResponse, DocumentsPreviewTemporaryLinkResponse, Label, LabelList, } from './api/documents/types.gen';
export type { CursorQueryParameter, IncludeGlobalQueryParameter, ListOfSpaceIdsRequest, ListOfSpaceIdsResponse, NextCursorV3, ReducedLimitQueryParameter, SpaceCollectionResponseV3Response, SpaceCollectionResponseWithCursorResponse, SpaceCreateCollection, SpaceCreateDefinition, SpaceDefinition, SpaceSpecification, UpsertConflict, } from './api/spaces/types.gen';
export type { IdentityType, IdentityTypeFilter, UserIdentifier, UserProfileItem, UserProfilesByIdsRequest, UserProfilesByIdsResponse, UserProfilesErrorResponse, UserProfilesListResponse, UserProfilesNotFoundResponse, UserProfilesSearchRequest, UserProfilesSearchResponse, } from './api/userProfiles/types.gen';
export type { AssetTagDetection, AssetTagDetectionParameters, CommaPos, DeadAngle, DialGaugeDetection, DialGaugeDetectionParameters, DigitalGaugeDetection, DigitalGaugeDetectionParameters, FailedBatch, FeatureParameters, FileReference, IndustrialObjectDetection, IndustrialObjectDetectionParameters, JobId, JobStatus, LevelGaugeDetection, LevelGaugeDetectionParameters, MaxLevel, MaxNumDigits, MinLevel, MinNumDigits, NonLinAngle, PeopleDetection, PeopleDetectionParameters, PersonalProtectiveEquipmentDetection, PersonalProtectiveEquipmentDetectionParameters, StatusSchema, TextDetection, TextDetectionParameters, ThresholdParameter, ValveDetection, ValveDetectionParameters, VisionAllOfFileId, VisionExtractFeature, VisionExtractGetResponse, VisionExtractItem, VisionExtractPostResponse, VisionExtractPredictions, VisionFileExternalId, VisionFileId, } from './api/vision/types.gen';

@@ -1,2 +0,2 @@

export { loginPopupHandler, isLoginPopupWindow, HttpError, HttpQueryParams, HttpHeaders, HttpRequestOptions, HttpResponse, HttpResponseType, CogniteError, CogniteMultiError, CogniteLoginError, ClientOptions, AuthTokens, AuthenticateParams, AuthorizeOptions, AuthorizeParams, IdInfo, OnAuthenticateLoginObject, POPUP, REDIRECT, CogniteAuthentication, } from '@cognite/sdk-core';
export { loginPopupHandler, isLoginPopupWindow, HttpError, type HttpQueryParams, type HttpHeaders, type HttpRequestOptions, type HttpResponse, HttpResponseType, CogniteError, CogniteMultiError, CogniteLoginError, type ClientOptions, type AuthTokens, type AuthenticateParams, type AuthorizeOptions, type AuthorizeParams, type IdInfo, type OnAuthenticateLoginObject, POPUP, REDIRECT, CogniteAuthentication, } from '../../core/src';
export { default as CogniteClient } from './cogniteClient';

@@ -3,0 +3,0 @@ export { AssetMappings3DAPI } from './api/3d/assetMappings3DApi';

@@ -1,1 +0,1 @@

export declare const retryValidator: import("@cognite/sdk-core/dist/src/httpClient/retryValidator").RetryValidator;
export declare const retryValidator: import('../../core/src').RetryValidator;

@@ -1,1 +0,1 @@

export declare type EpochTimestamp = number;
export type EpochTimestamp = number;

@@ -7,4 +7,5 @@ {

"main": "dist/index.js",
"types": "dist/src/index.d.js",
"version": "9.15.5",
"types": "dist/src/index.d.ts",
"version": "10.0.0-rc.0",
"type": "module",
"scripts": {

@@ -16,6 +17,6 @@ "clean": "rm -rf dist/ docs/ codeSnippets/",

"prepublishOnly": "yarn build",
"build": "yarn clean && yarn g:rollup -c && yarn esCheck",
"watch": "yarn g:rollup -cw",
"esCheck": "yarn g:es-check es5 './dist/index.js'",
"docs": "yarn g:typedoc --options typedoc.js --tsconfig tsconfig.json src/index.ts",
"build": "yarn clean && yarn g:tsc -p ./tsconfig.json && yarn g:vite build && yarn esCheck",
"watch": "yarn g:vite build --watch",
"esCheck": "yarn g:es-check es6 --module './dist/index.js'",
"docs": "yarn g:typedoc --options ./typedoc.cjs --tsconfig tsconfig.build.json src/index.ts",
"docs:bundle": "yarn docs && mkdir -p ../../docs && cp -r docs/* ../../docs/",

@@ -26,6 +27,6 @@ "extract-snippets": "rm -rf codeSnippets/ && yarn docs --json codeSnippets/docs.json && node ../../scripts/extractCodeSnippets.js",

"dependencies": {
"@cognite/sdk-core": "^4.10.4",
"@types/geojson": "^7946.0.8",
"@cognite/sdk-core": "^5.0.0-rc.0",
"@types/geojson": "^7946.0.14",
"geojson": "^0.5.0",
"lodash": "^4.17.11"
"lodash": "^4.17.21"
},

@@ -38,3 +39,3 @@ "files": [

},
"gitHead": "2be110f3d88b31e1e3bc04c5578374c6cea27193"
"gitHead": "6a2067f4eaba54c83dbb8d858d53eaac67de4ceb"
}

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

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