Skip to content

Commit 7741963

Browse files
Excavator: Upgrade API Version
1 parent a5e9f82 commit 7741963

13 files changed

Lines changed: 387 additions & 2 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,7 +1773,9 @@ Namespace | Name | Import |
17731773
**Ontologies** | [AggregationRangesGroupingV2](docs/v2/Ontologies/models/AggregationRangesGroupingV2.md) | `from foundry_sdk.v2.ontologies.models import AggregationRangesGroupingV2` |
17741774
**Ontologies** | [AggregationRangeV2](docs/v2/Ontologies/models/AggregationRangeV2.md) | `from foundry_sdk.v2.ontologies.models import AggregationRangeV2` |
17751775
**Ontologies** | [AggregationV2](docs/v2/Ontologies/models/AggregationV2.md) | `from foundry_sdk.v2.ontologies.models import AggregationV2` |
1776+
**Ontologies** | [AllOfRule](docs/v2/Ontologies/models/AllOfRule.md) | `from foundry_sdk.v2.ontologies.models import AllOfRule` |
17761777
**Ontologies** | [AndQueryV2](docs/v2/Ontologies/models/AndQueryV2.md) | `from foundry_sdk.v2.ontologies.models import AndQueryV2` |
1778+
**Ontologies** | [AnyOfRule](docs/v2/Ontologies/models/AnyOfRule.md) | `from foundry_sdk.v2.ontologies.models import AnyOfRule` |
17771779
**Ontologies** | [ApplyActionMode](docs/v2/Ontologies/models/ApplyActionMode.md) | `from foundry_sdk.v2.ontologies.models import ApplyActionMode` |
17781780
**Ontologies** | [ApplyActionOverrides](docs/v2/Ontologies/models/ApplyActionOverrides.md) | `from foundry_sdk.v2.ontologies.models import ApplyActionOverrides` |
17791781
**Ontologies** | [ApplyActionRequestOptions](docs/v2/Ontologies/models/ApplyActionRequestOptions.md) | `from foundry_sdk.v2.ontologies.models import ApplyActionRequestOptions` |
@@ -1905,6 +1907,8 @@ Namespace | Name | Import |
19051907
**Ontologies** | [InterfaceTypeRid](docs/v2/Ontologies/models/InterfaceTypeRid.md) | `from foundry_sdk.v2.ontologies.models import InterfaceTypeRid` |
19061908
**Ontologies** | [IntersectsBoundingBoxQuery](docs/v2/Ontologies/models/IntersectsBoundingBoxQuery.md) | `from foundry_sdk.v2.ontologies.models import IntersectsBoundingBoxQuery` |
19071909
**Ontologies** | [IntersectsPolygonQuery](docs/v2/Ontologies/models/IntersectsPolygonQuery.md) | `from foundry_sdk.v2.ontologies.models import IntersectsPolygonQuery` |
1910+
**Ontologies** | [IntervalQuery](docs/v2/Ontologies/models/IntervalQuery.md) | `from foundry_sdk.v2.ontologies.models import IntervalQuery` |
1911+
**Ontologies** | [IntervalQueryRule](docs/v2/Ontologies/models/IntervalQueryRule.md) | `from foundry_sdk.v2.ontologies.models import IntervalQueryRule` |
19081912
**Ontologies** | [IsNullQueryV2](docs/v2/Ontologies/models/IsNullQueryV2.md) | `from foundry_sdk.v2.ontologies.models import IsNullQueryV2` |
19091913
**Ontologies** | [KnownType](docs/v2/Ontologies/models/KnownType.md) | `from foundry_sdk.v2.ontologies.models import KnownType` |
19101914
**Ontologies** | [LeastPropertyExpression](docs/v2/Ontologies/models/LeastPropertyExpression.md) | `from foundry_sdk.v2.ontologies.models import LeastPropertyExpression` |
@@ -1946,6 +1950,7 @@ Namespace | Name | Import |
19461950
**Ontologies** | [LogicRuleArgument](docs/v2/Ontologies/models/LogicRuleArgument.md) | `from foundry_sdk.v2.ontologies.models import LogicRuleArgument` |
19471951
**Ontologies** | [LteQueryV2](docs/v2/Ontologies/models/LteQueryV2.md) | `from foundry_sdk.v2.ontologies.models import LteQueryV2` |
19481952
**Ontologies** | [LtQueryV2](docs/v2/Ontologies/models/LtQueryV2.md) | `from foundry_sdk.v2.ontologies.models import LtQueryV2` |
1953+
**Ontologies** | [MatchRule](docs/v2/Ontologies/models/MatchRule.md) | `from foundry_sdk.v2.ontologies.models import MatchRule` |
19491954
**Ontologies** | [MaxAggregationV2](docs/v2/Ontologies/models/MaxAggregationV2.md) | `from foundry_sdk.v2.ontologies.models import MaxAggregationV2` |
19501955
**Ontologies** | [MediaMetadata](docs/v2/Ontologies/models/MediaMetadata.md) | `from foundry_sdk.v2.ontologies.models import MediaMetadata` |
19511956
**Ontologies** | [MethodObjectSet](docs/v2/Ontologies/models/MethodObjectSet.md) | `from foundry_sdk.v2.ontologies.models import MethodObjectSet` |
@@ -2046,6 +2051,7 @@ Namespace | Name | Import |
20462051
**Ontologies** | [PostTransactionEditsResponse](docs/v2/Ontologies/models/PostTransactionEditsResponse.md) | `from foundry_sdk.v2.ontologies.models import PostTransactionEditsResponse` |
20472052
**Ontologies** | [PreciseDuration](docs/v2/Ontologies/models/PreciseDuration.md) | `from foundry_sdk.v2.ontologies.models import PreciseDuration` |
20482053
**Ontologies** | [PreciseTimeUnit](docs/v2/Ontologies/models/PreciseTimeUnit.md) | `from foundry_sdk.v2.ontologies.models import PreciseTimeUnit` |
2054+
**Ontologies** | [PrefixOnLastTokenRule](docs/v2/Ontologies/models/PrefixOnLastTokenRule.md) | `from foundry_sdk.v2.ontologies.models import PrefixOnLastTokenRule` |
20492055
**Ontologies** | [PrimaryKeyValue](docs/v2/Ontologies/models/PrimaryKeyValue.md) | `from foundry_sdk.v2.ontologies.models import PrimaryKeyValue` |
20502056
**Ontologies** | [PropertyApiName](docs/v2/Ontologies/models/PropertyApiName.md) | `from foundry_sdk.v2.ontologies.models import PropertyApiName` |
20512057
**Ontologies** | [PropertyApiNameSelector](docs/v2/Ontologies/models/PropertyApiNameSelector.md) | `from foundry_sdk.v2.ontologies.models import PropertyApiNameSelector` |
@@ -2953,21 +2959,26 @@ Namespace | Name | Import |
29532959
**Ontologies** | FunctionExecutionTimedOut | `from foundry_sdk.v2.ontologies.errors import FunctionExecutionTimedOut` |
29542960
**Ontologies** | FunctionInvalidInput | `from foundry_sdk.v2.ontologies.errors import FunctionInvalidInput` |
29552961
**Ontologies** | HighScaleComputationNotEnabled | `from foundry_sdk.v2.ontologies.errors import HighScaleComputationNotEnabled` |
2962+
**Ontologies** | InterfaceBasedObjectSetNotSupported | `from foundry_sdk.v2.ontologies.errors import InterfaceBasedObjectSetNotSupported` |
29562963
**Ontologies** | InterfaceLinkTypeNotFound | `from foundry_sdk.v2.ontologies.errors import InterfaceLinkTypeNotFound` |
29572964
**Ontologies** | InterfacePropertiesHaveDifferentIds | `from foundry_sdk.v2.ontologies.errors import InterfacePropertiesHaveDifferentIds` |
29582965
**Ontologies** | InterfacePropertiesNotFound | `from foundry_sdk.v2.ontologies.errors import InterfacePropertiesNotFound` |
2966+
**Ontologies** | InterfacePropertyNotFound | `from foundry_sdk.v2.ontologies.errors import InterfacePropertyNotFound` |
29592967
**Ontologies** | InterfaceTypeNotFound | `from foundry_sdk.v2.ontologies.errors import InterfaceTypeNotFound` |
29602968
**Ontologies** | InterfaceTypesNotFound | `from foundry_sdk.v2.ontologies.errors import InterfaceTypesNotFound` |
29612969
**Ontologies** | InvalidAggregationOrdering | `from foundry_sdk.v2.ontologies.errors import InvalidAggregationOrdering` |
29622970
**Ontologies** | InvalidAggregationOrderingWithNullValues | `from foundry_sdk.v2.ontologies.errors import InvalidAggregationOrderingWithNullValues` |
29632971
**Ontologies** | InvalidAggregationRange | `from foundry_sdk.v2.ontologies.errors import InvalidAggregationRange` |
29642972
**Ontologies** | InvalidAggregationRangePropertyType | `from foundry_sdk.v2.ontologies.errors import InvalidAggregationRangePropertyType` |
2973+
**Ontologies** | InvalidAggregationRangePropertyTypeForInterface | `from foundry_sdk.v2.ontologies.errors import InvalidAggregationRangePropertyTypeForInterface` |
29652974
**Ontologies** | InvalidAggregationRangeValue | `from foundry_sdk.v2.ontologies.errors import InvalidAggregationRangeValue` |
2975+
**Ontologies** | InvalidAggregationRangeValueForInterface | `from foundry_sdk.v2.ontologies.errors import InvalidAggregationRangeValueForInterface` |
29662976
**Ontologies** | InvalidApplyActionOptionCombination | `from foundry_sdk.v2.ontologies.errors import InvalidApplyActionOptionCombination` |
29672977
**Ontologies** | InvalidContentLength | `from foundry_sdk.v2.ontologies.errors import InvalidContentLength` |
29682978
**Ontologies** | InvalidContentType | `from foundry_sdk.v2.ontologies.errors import InvalidContentType` |
29692979
**Ontologies** | InvalidDerivedPropertyDefinition | `from foundry_sdk.v2.ontologies.errors import InvalidDerivedPropertyDefinition` |
29702980
**Ontologies** | InvalidDurationGroupByPropertyType | `from foundry_sdk.v2.ontologies.errors import InvalidDurationGroupByPropertyType` |
2981+
**Ontologies** | InvalidDurationGroupByPropertyTypeForInterface | `from foundry_sdk.v2.ontologies.errors import InvalidDurationGroupByPropertyTypeForInterface` |
29712982
**Ontologies** | InvalidDurationGroupByValue | `from foundry_sdk.v2.ontologies.errors import InvalidDurationGroupByValue` |
29722983
**Ontologies** | InvalidFields | `from foundry_sdk.v2.ontologies.errors import InvalidFields` |
29732984
**Ontologies** | InvalidGroupId | `from foundry_sdk.v2.ontologies.errors import InvalidGroupId` |
@@ -3054,6 +3065,7 @@ Namespace | Name | Import |
30543065
**Ontologies** | UndecryptableValue | `from foundry_sdk.v2.ontologies.errors import UndecryptableValue` |
30553066
**Ontologies** | UniqueIdentifierLinkIdsDoNotExistInActionType | `from foundry_sdk.v2.ontologies.errors import UniqueIdentifierLinkIdsDoNotExistInActionType` |
30563067
**Ontologies** | UnknownParameter | `from foundry_sdk.v2.ontologies.errors import UnknownParameter` |
3068+
**Ontologies** | UnsupportedInterfaceBasedObjectSet | `from foundry_sdk.v2.ontologies.errors import UnsupportedInterfaceBasedObjectSet` |
30573069
**Ontologies** | UnsupportedObjectSet | `from foundry_sdk.v2.ontologies.errors import UnsupportedObjectSet` |
30583070
**Ontologies** | ValueTypeNotFound | `from foundry_sdk.v2.ontologies.errors import ValueTypeNotFound` |
30593071
**Ontologies** | ViewObjectPermissionDenied | `from foundry_sdk.v2.ontologies.errors import ViewObjectPermissionDenied` |
@@ -3247,21 +3259,26 @@ Namespace | Name | Import |
32473259
**Ontologies** | FunctionExecutionTimedOut | `from foundry_sdk.v1.ontologies.errors import FunctionExecutionTimedOut` |
32483260
**Ontologies** | FunctionInvalidInput | `from foundry_sdk.v1.ontologies.errors import FunctionInvalidInput` |
32493261
**Ontologies** | HighScaleComputationNotEnabled | `from foundry_sdk.v1.ontologies.errors import HighScaleComputationNotEnabled` |
3262+
**Ontologies** | InterfaceBasedObjectSetNotSupported | `from foundry_sdk.v1.ontologies.errors import InterfaceBasedObjectSetNotSupported` |
32503263
**Ontologies** | InterfaceLinkTypeNotFound | `from foundry_sdk.v1.ontologies.errors import InterfaceLinkTypeNotFound` |
32513264
**Ontologies** | InterfacePropertiesHaveDifferentIds | `from foundry_sdk.v1.ontologies.errors import InterfacePropertiesHaveDifferentIds` |
32523265
**Ontologies** | InterfacePropertiesNotFound | `from foundry_sdk.v1.ontologies.errors import InterfacePropertiesNotFound` |
3266+
**Ontologies** | InterfacePropertyNotFound | `from foundry_sdk.v1.ontologies.errors import InterfacePropertyNotFound` |
32533267
**Ontologies** | InterfaceTypeNotFound | `from foundry_sdk.v1.ontologies.errors import InterfaceTypeNotFound` |
32543268
**Ontologies** | InterfaceTypesNotFound | `from foundry_sdk.v1.ontologies.errors import InterfaceTypesNotFound` |
32553269
**Ontologies** | InvalidAggregationOrdering | `from foundry_sdk.v1.ontologies.errors import InvalidAggregationOrdering` |
32563270
**Ontologies** | InvalidAggregationOrderingWithNullValues | `from foundry_sdk.v1.ontologies.errors import InvalidAggregationOrderingWithNullValues` |
32573271
**Ontologies** | InvalidAggregationRange | `from foundry_sdk.v1.ontologies.errors import InvalidAggregationRange` |
32583272
**Ontologies** | InvalidAggregationRangePropertyType | `from foundry_sdk.v1.ontologies.errors import InvalidAggregationRangePropertyType` |
3273+
**Ontologies** | InvalidAggregationRangePropertyTypeForInterface | `from foundry_sdk.v1.ontologies.errors import InvalidAggregationRangePropertyTypeForInterface` |
32593274
**Ontologies** | InvalidAggregationRangeValue | `from foundry_sdk.v1.ontologies.errors import InvalidAggregationRangeValue` |
3275+
**Ontologies** | InvalidAggregationRangeValueForInterface | `from foundry_sdk.v1.ontologies.errors import InvalidAggregationRangeValueForInterface` |
32603276
**Ontologies** | InvalidApplyActionOptionCombination | `from foundry_sdk.v1.ontologies.errors import InvalidApplyActionOptionCombination` |
32613277
**Ontologies** | InvalidContentLength | `from foundry_sdk.v1.ontologies.errors import InvalidContentLength` |
32623278
**Ontologies** | InvalidContentType | `from foundry_sdk.v1.ontologies.errors import InvalidContentType` |
32633279
**Ontologies** | InvalidDerivedPropertyDefinition | `from foundry_sdk.v1.ontologies.errors import InvalidDerivedPropertyDefinition` |
32643280
**Ontologies** | InvalidDurationGroupByPropertyType | `from foundry_sdk.v1.ontologies.errors import InvalidDurationGroupByPropertyType` |
3281+
**Ontologies** | InvalidDurationGroupByPropertyTypeForInterface | `from foundry_sdk.v1.ontologies.errors import InvalidDurationGroupByPropertyTypeForInterface` |
32653282
**Ontologies** | InvalidDurationGroupByValue | `from foundry_sdk.v1.ontologies.errors import InvalidDurationGroupByValue` |
32663283
**Ontologies** | InvalidFields | `from foundry_sdk.v1.ontologies.errors import InvalidFields` |
32673284
**Ontologies** | InvalidGroupId | `from foundry_sdk.v1.ontologies.errors import InvalidGroupId` |
@@ -3348,6 +3365,7 @@ Namespace | Name | Import |
33483365
**Ontologies** | UndecryptableValue | `from foundry_sdk.v1.ontologies.errors import UndecryptableValue` |
33493366
**Ontologies** | UniqueIdentifierLinkIdsDoNotExistInActionType | `from foundry_sdk.v1.ontologies.errors import UniqueIdentifierLinkIdsDoNotExistInActionType` |
33503367
**Ontologies** | UnknownParameter | `from foundry_sdk.v1.ontologies.errors import UnknownParameter` |
3368+
**Ontologies** | UnsupportedInterfaceBasedObjectSet | `from foundry_sdk.v1.ontologies.errors import UnsupportedInterfaceBasedObjectSet` |
33513369
**Ontologies** | UnsupportedObjectSet | `from foundry_sdk.v1.ontologies.errors import UnsupportedObjectSet` |
33523370
**Ontologies** | ValueTypeNotFound | `from foundry_sdk.v1.ontologies.errors import ValueTypeNotFound` |
33533371
**Ontologies** | ViewObjectPermissionDenied | `from foundry_sdk.v1.ontologies.errors import ViewObjectPermissionDenied` |

docs-snippets-npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"sls": {
2525
"dependencies": {
2626
"com.palantir.foundry.api:api-gateway": {
27-
"minVersion": "1.1404.0",
27+
"minVersion": "1.1407.0",
2828
"maxVersion": "1.x.x",
2929
"optional": false
3030
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# AllOfRule
2+
3+
Matches intervals satisfying all the rules in the query
4+
5+
6+
## Properties
7+
| Name | Type | Required | Description |
8+
| ------------ | ------------- | ------------- | ------------- |
9+
**rules** | List[IntervalQueryRule] | Yes | |
10+
**max_gaps** | Optional[int] | No | The maximum gaps between the intervals produced by the sub-rules. If not set, then gaps are not considered. |
11+
**ordered** | bool | Yes | If true, the matched intervals must occur in order. |
12+
**type** | Literal["allOf"] | Yes | None |
13+
14+
15+
[[Back to Model list]](../../../../README.md#models-v2-link) [[Back to API list]](../../../../README.md#apis-v2-link) [[Back to README]](../../../../README.md)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# AnyOfRule
2+
3+
Matches intervals satisfying any of the rules in the query
4+
5+
6+
## Properties
7+
| Name | Type | Required | Description |
8+
| ------------ | ------------- | ------------- | ------------- |
9+
**rules** | List[IntervalQueryRule] | Yes | |
10+
**type** | Literal["anyOf"] | Yes | None |
11+
12+
13+
[[Back to Model list]](../../../../README.md#models-v2-link) [[Back to API list]](../../../../README.md#apis-v2-link) [[Back to README]](../../../../README.md)
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# IntervalQuery
2+
3+
Returns objects where the specified field matches the sub-rule provided. This applies to the analyzed form of
4+
text fields. Either `field` or `propertyIdentifier` can be supplied, but not both.
5+
6+
7+
## Properties
8+
| Name | Type | Required | Description |
9+
| ------------ | ------------- | ------------- | ------------- |
10+
**field** | Optional[PropertyApiName] | No | |
11+
**property_identifier** | Optional[PropertyIdentifier] | No | |
12+
**rule** | IntervalQueryRule | Yes | |
13+
**type** | Literal["interval"] | Yes | None |
14+
15+
16+
[[Back to Model list]](../../../../README.md#models-v2-link) [[Back to API list]](../../../../README.md#apis-v2-link) [[Back to README]](../../../../README.md)
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# IntervalQueryRule
2+
3+
Sub-rule used for evaluating an IntervalQuery
4+
5+
This is a discriminator type and does not contain any fields. Instead, it is a union
6+
of of the models listed below.
7+
8+
This discriminator class uses the `type` field to differentiate between classes.
9+
10+
| Class | Value
11+
| ------------ | -------------
12+
AllOfRule | allOf
13+
MatchRule | match
14+
AnyOfRule | anyOf
15+
PrefixOnLastTokenRule | prefixOnLastToken
16+
17+
18+
[[Back to Model list]](../../../../README.md#models-v2-link) [[Back to API list]](../../../../README.md#apis-v2-link) [[Back to README]](../../../../README.md)
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# MatchRule
2+
3+
Matches intervals containing the terms in the query
4+
5+
6+
## Properties
7+
| Name | Type | Required | Description |
8+
| ------------ | ------------- | ------------- | ------------- |
9+
**query** | str | Yes | |
10+
**max_gaps** | Optional[int] | No | The maximum gaps between matched terms in the interval. For example, in the text "quick brown fox", the terms "quick" and "fox" have a gap of one. If not set, then gaps are not considered. |
11+
**ordered** | bool | Yes | If true, the matched terms must occur in order. |
12+
**type** | Literal["match"] | Yes | None |
13+
14+
15+
[[Back to Model list]](../../../../README.md#models-v2-link) [[Back to API list]](../../../../README.md#apis-v2-link) [[Back to README]](../../../../README.md)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# PrefixOnLastTokenRule
2+
3+
Matches intervals containing all the terms, using exact match for all but the last term, and prefix match for
4+
the last term. Ordering of the terms in the query is preserved.
5+
6+
7+
## Properties
8+
| Name | Type | Required | Description |
9+
| ------------ | ------------- | ------------- | ------------- |
10+
**query** | str | Yes | |
11+
**type** | Literal["prefixOnLastToken"] | Yes | None |
12+
13+
14+
[[Back to Model list]](../../../../README.md#models-v2-link) [[Back to API list]](../../../../README.md#apis-v2-link) [[Back to README]](../../../../README.md)

docs/v2/Ontologies/models/SearchJsonQueryV2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ ContainsQueryV2 | contains
3434
RegexQuery | regex
3535
IsNullQueryV2 | isNull
3636
ContainsAnyTermQuery | containsAnyTerm
37+
IntervalQuery | interval
3738
StartsWithQuery | startsWith
3839

3940

foundry_sdk/_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# using the autorelease bot
1818
__version__ = "0.0.0"
1919

20-
__openapi_document_version__ = "1.1404.0"
20+
__openapi_document_version__ = "1.1407.0"

0 commit comments

Comments
 (0)