Skip to content

Commit f9ffb44

Browse files
Excavator: Upgrade API Version
1 parent 337a522 commit f9ffb44

166 files changed

Lines changed: 5020 additions & 764 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 91 additions & 3 deletions
Large diffs are not rendered by default.

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.1416.1",
27+
"minVersion": "1.1459.0",
2828
"maxVersion": "1.x.x",
2929
"optional": false
3030
}

docs-snippets-npm/src/index.ts

Lines changed: 57 additions & 22 deletions
Large diffs are not rendered by default.

docs/v1/Core/models/FilePath.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# FilePath
22

3-
The path to a File within Foundry. Examples: `my-file.txt`, `path/to/my-file.jpg`, `dataframe.snappy.parquet`.
3+
The path to a File within Foundry. Paths are relative and must not start with a leading slash.
4+
Examples: `my-file.txt`, `path/to/my-file.jpg`, `dataframe.snappy.parquet`.
45

56

67
## Type

docs/v1/Core/models/UnsupportedType.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ UnsupportedType
66
| Name | Type | Required | Description |
77
| ------------ | ------------- | ------------- | ------------- |
88
**unsupported_type** | str | Yes | |
9+
**params** | Dict[UnsupportedTypeParamKey, UnsupportedTypeParamValue] | Yes | |
910
**type** | Literal["unsupported"] | Yes | None |
1011

1112

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# UnsupportedTypeParamKey
2+
3+
UnsupportedTypeParamKey
4+
5+
## Type
6+
```python
7+
str
8+
```
9+
10+
11+
[[Back to Model list]](../../../../README.md#models-v1-link) [[Back to API list]](../../../../README.md#apis-v1-link) [[Back to README]](../../../../README.md)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# UnsupportedTypeParamValue
2+
3+
UnsupportedTypeParamValue
4+
5+
## Type
6+
```python
7+
str
8+
```
9+
10+
11+
[[Back to Model list]](../../../../README.md#models-v1-link) [[Back to API list]](../../../../README.md#apis-v1-link) [[Back to README]](../../../../README.md)

docs/v1/Ontologies/models/ApplyActionMode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplyActionMode
22

3-
ApplyActionMode
3+
If not specified, defaults to `VALIDATE_AND_EXECUTE`.
44

55
| **Value** |
66
| --------- |

docs/v1/Ontologies/models/PropertyValue.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Represents the value of a property in the following format.
1818
| Integer | number | `238940` |
1919
| Long | string | `"58319870951433"` |
2020
| [MediaReference](https://palantir.com/docs/foundry/api/v2/ontologies-v2-resources/media-reference-properties/media-reference-property-basics/)| JSON encoded `MediaReference` object | `{"mimeType":"application/pdf","reference":{"type":"mediaSetViewItem","mediaSetViewItem":{"mediaSetRid":"ri.mio.main.media-set.4153d42f-ca4b-4e42-8ca5-8e6aa7edb642","mediaSetViewRid":"ri.mio.main.view.82a798ad-d637-4595-acc6-987bcf16629b","mediaItemRid":"ri.mio.main.media-item.001ec98b-1620-4814-9e17-8e9c4e536225"}}}` |
21+
| Secured Property Value | JSON encoded `SecuredPropertyValue` object | `{"value": 10, "propertySecurityIndex" : 5}` |
2122
| Short | number | `8739` |
2223
| String | string | `"Call me Ishmael"` |
2324
| Struct | JSON object of struct field API name -> value | {"firstName": "Alex", "lastName": "Karp"} |

docs/v1/Ontologies/models/ReturnEditsMode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ReturnEditsMode
22

3-
ReturnEditsMode
3+
If not specified, defaults to `NONE`.
44

55
| **Value** |
66
| --------- |

0 commit comments

Comments
 (0)