Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.1, Speakeasy CLI 1.193.4
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Feb 25, 2024
1 parent eac0974 commit 57d1551
Show file tree
Hide file tree
Showing 32 changed files with 138 additions and 126 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ management:
docChecksum: 7ba09a9986f7230b7abacf151bbb031b
docVersion: 1.0.1
speakeasyVersion: internal
generationVersion: 2.258.0
releaseVersion: 0.5.1
configChecksum: bdcb344b721a1e0093745abcf2f716f5
generationVersion: 2.272.4
releaseVersion: 0.5.2
configChecksum: 143a615d17673ed650c6b29975110753
repoURL: https://github.com/speakeasy-sdks/keymate-api-python.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-sdks/keymate-api-python.git
published: true
features:
python:
core: 4.4.6
core: 4.4.7
flattening: 2.81.1
globalSecurity: 2.83.2
globalSecurity: 2.83.3
globalServerURLs: 2.82.1
generatedFiles:
- src/keymate_api/sdkconfiguration.py
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,14 @@ Based on:
### Generated
- [python v0.5.1] .
### Releases
- [PyPI v0.5.1] https://pypi.org/project/Keymate-API/0.5.1 - .
- [PyPI v0.5.1] https://pypi.org/project/Keymate-API/0.5.1 - .

## 2024-02-25 00:14:24
### Changes
Based on:
- OpenAPI Doc 1.0.1
- Speakeasy CLI 1.193.4 (2.272.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.5.2] .
### Releases
- [PyPI v0.5.2] https://pypi.org/project/Keymate-API/0.5.2 - .
14 changes: 7 additions & 7 deletions docs/models/operations/browsebyurlresponse.md

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docs/models/operations/browseresponse.md

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/models/operations/documentresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation | |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation | |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing | |
| `object` | [Optional[operations.DocumentResponseBody]](../../models/operations/documentresponsebody.md) | :heavy_minus_sign: | Successful operation | {"matches":[{"id":"mem_id_123_932","metadata":{"text":"Why did the world enter a global depression in 1929 ?"},"score":0.917971551,"sparseValues":{},"values":[]}]} |
| Field | Type | Required | Description | Example |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation | |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation | |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing | |
| `object` | [Optional[operations.DocumentResponseBody]](../../models/operations/documentresponsebody.md) | :heavy_minus_sign: | Successful operation | {<br/>"matches": [<br/>{<br/>"id": "mem_id_123_932",<br/>"metadata": {<br/>"text": "Why did the world enter a global depression in 1929 ?"<br/>},<br/>"score": 0.917971551,<br/>"sparseValues": {},<br/>"values": []<br/>}<br/>]<br/>} |
Loading

0 comments on commit 57d1551

Please sign in to comment.