Skip to content

Commit b201b22

Browse files
committed
run sync codegen to update hashes
1 parent 9c2e39d commit b201b22

61 files changed

Lines changed: 68 additions & 67 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cognite/client/_sync_api/agents/agents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
===============================================================================
3-
43a5b979901a5b2c3b5c6fdb3bd8bb67
3+
74efd4d9ffccd91e350abcb621a40578
44
This file is auto-generated from the Async API modules, - do not edit manually!
55
===============================================================================
66
"""

cognite/client/_sync_api/ai/tools/documents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
===============================================================================
3-
c5fabf1e47675fc722ffaa889e3ce86b
3+
9662538ccd2652cf7a4858473413645e
44
This file is auto-generated from the Async API modules, - do not edit manually!
55
===============================================================================
66
"""

cognite/client/_sync_api/annotations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
===============================================================================
3-
33bc1c77d566344c6095061469b6c5a8
3+
91c009d17e4fc01099ebce8bf198babf
44
This file is auto-generated from the Async API modules, - do not edit manually!
55
===============================================================================
66
"""

cognite/client/_sync_api/assets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
===============================================================================
3-
cc20c7b0db972e7498b0f53498d073bd
3+
62111ab91d0c470f704e057cf41bbee2
44
This file is auto-generated from the Async API modules, - do not edit manually!
55
===============================================================================
66
"""

cognite/client/_sync_api/data_modeling/containers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
===============================================================================
3-
c90e4fa9288f1fcb3c5c273e38250e5e
3+
5e3c967fc04dd3bab4c2d876e227f62c
44
This file is auto-generated from the Async API modules, - do not edit manually!
55
===============================================================================
66
"""

cognite/client/_sync_api/data_modeling/data_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
===============================================================================
3-
c0954d6bae1380177776758fc555f3c8
3+
059bf0313b1b78487b9d7972593f9de2
44
This file is auto-generated from the Async API modules, - do not edit manually!
55
===============================================================================
66
"""

cognite/client/_sync_api/data_modeling/graphql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
===============================================================================
3-
4c797ab98ba8663bd1d57f352855c2ef
3+
8ac435c2d091d6377fe3bca5728611de
44
This file is auto-generated from the Async API modules, - do not edit manually!
55
===============================================================================
66
"""

cognite/client/_sync_api/data_modeling/instances.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
===============================================================================
3-
1a6f5bf3b92a38c80ab64f4a1d9f01c1
3+
77ddb197a6a73314c704dafacbe56215
44
This file is auto-generated from the Async API modules, - do not edit manually!
55
===============================================================================
66
"""
@@ -481,7 +481,7 @@ def inspect(
481481
involved_containers: InvolvedContainers | None = None,
482482
) -> InstanceInspectResults:
483483
"""
484-
`Reverse lookup for instances. <https://api-docs.cognite.com/20230101/tag/Instances/operation/instanceInspect>`_
484+
`Reverse lookup for instances. <https://developer.cognite.com/api/v1/#tag/Instances/operation/instanceInspect>`_
485485
486486
This method will return the involved views and containers for the given nodes and edges.
487487
@@ -605,6 +605,7 @@ def apply(
605605
auto_create_direct_relations (bool): Whether to create missing direct relation targets when ingesting.
606606
skip_on_version_conflict (bool): If existingVersion is specified on any of the nodes/edges in the input, the default behaviour is that the entire ingestion will fail when version conflicts occur. If skipOnVersionConflict is set to true, items with version conflicts will be skipped instead. If no version is specified for nodes/edges, it will do the writing directly.
607607
replace (bool): How do we behave when a property value exists? Do we replace all matching and existing values with the supplied values (true)? Or should we merge in new values for properties together with the existing values (false)? Note: This setting applies for all nodes or edges specified in the ingestion call.
608+
608609
Returns:
609610
InstancesApplyResult: Created instance(s)
610611
@@ -803,7 +804,7 @@ def search(
803804
operator: Literal["AND", "OR"] = "AND",
804805
) -> NodeList[T_Node] | EdgeList[T_Edge]:
805806
"""
806-
`Search instances <https://api-docs.cognite.com/20230101/tag/Instances/operation/searchInstances>`_
807+
`Search instances <https://developer.cognite.com/api/v1/#tag/Instances/operation/searchInstances>`_
807808
808809
Args:
809810
view (ViewId): View to search in.
@@ -929,7 +930,7 @@ def aggregate(
929930
limit: int | None = DEFAULT_LIMIT_READ,
930931
) -> AggregatedNumberedValue | list[AggregatedNumberedValue] | InstanceAggregationResultList:
931932
"""
932-
`Aggregate data across nodes/edges <https://api-docs.cognite.com/20230101/tag/Instances/operation/aggregateInstances>`_
933+
`Aggregate data across nodes/edges <https://developer.cognite.com/api/v1/#tag/Instances/operation/aggregateInstances>`_
933934
934935
Args:
935936
view (ViewId): View to aggregate over.
@@ -1018,7 +1019,7 @@ def histogram(
10181019
limit: int = DEFAULT_LIMIT_READ,
10191020
) -> HistogramValue | list[HistogramValue]:
10201021
"""
1021-
`Produces histograms for nodes/edges <https://api-docs.cognite.com/20230101/tag/Instances/operation/aggregateInstances>`_
1022+
`Produces histograms for nodes/edges <https://developer.cognite.com/api/v1/#tag/Instances/operation/aggregateInstances>`_
10221023
10231024
Args:
10241025
view (ViewId): View to to aggregate over.
@@ -1063,7 +1064,7 @@ def histogram(
10631064

10641065
def query(self, query: Query, include_typing: bool = False, debug: DebugParameters | None = None) -> QueryResult:
10651066
"""
1066-
`Advanced query interface for nodes/edges. <https://api-docs.cognite.com/20230101/tag/Instances/operation/queryContent>`_
1067+
`Advanced query interface for nodes/edges. <https://developer.cognite.com/api/v1/#tag/Instances/operation/queryContent>`_
10671068
10681069
The Data Modelling API exposes an advanced query interface. The query interface supports parameterization,
10691070
recursive edge traversal, chaining of result sets, and granular property selection.
@@ -1158,7 +1159,7 @@ def query(self, query: Query, include_typing: bool = False, debug: DebugParamete
11581159

11591160
def sync(self, query: QuerySync, include_typing: bool = False, debug: DebugParameters | None = None) -> QueryResult:
11601161
"""
1161-
`Subscription to changes for nodes/edges. <https://api-docs.cognite.com/20230101/tag/Instances/operation/syncContent>`_
1162+
`Subscription to changes for nodes/edges. <https://developer.cognite.com/api/v1/#tag/Instances/operation/syncContent>`_
11621163
11631164
Subscribe to changes for nodes and edges in a project, matching a supplied filter.
11641165

cognite/client/_sync_api/data_modeling/space_statistics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
===============================================================================
3-
05d5d71f1fec9f95dd16fc44e599c4a3
3+
533d33cb32bbf0b0561e66c3e06c3b63
44
This file is auto-generated from the Async API modules, - do not edit manually!
55
===============================================================================
66
"""

cognite/client/_sync_api/data_modeling/spaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
===============================================================================
3-
00951520dd16f01e10744a33fb2dba86
3+
e7bcba053c734addd5c227721c494fbb
44
This file is auto-generated from the Async API modules, - do not edit manually!
55
===============================================================================
66
"""

0 commit comments

Comments
 (0)