Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.170.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Feb 7, 2024
1 parent 6ddcb69 commit 307d89e
Show file tree
Hide file tree
Showing 37 changed files with 100 additions and 91 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ management:
docChecksum: 0dd32241bcd639c7e99747c1a7b3780d
docVersion: 1.0.0
speakeasyVersion: internal
generationVersion: 2.248.1
releaseVersion: 4.0.0
configChecksum: e1a0f401c8304ef277bfd0912fa835cf
generationVersion: 2.250.12
releaseVersion: 5.0.0
configChecksum: cc5dfab1a86747abb7e95c436cd3642d
repoURL: https://github.com/speakeasy-sdks/hightouch-python-sdk.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-sdks/hightouch-python-sdk.git
features:
python:
constsAndDefaults: 0.1.2
core: 4.4.4
core: 4.4.5
globalSecurity: 2.83.2
globalServerURLs: 2.82.1
unions: 2.82.5
Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -734,4 +734,12 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.164.0 (2.248.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v4.0.0] .
- [python v4.0.0] .

## 2024-02-07 00:32:24
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.170.1 (2.250.12) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v5.0.0] .
4 changes: 2 additions & 2 deletions docs/models/operations/getdestinationresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `destination` | [Optional[shared.Destination]](../../models/shared/destination.md) | :heavy_minus_sign: | Ok |
| `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 |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `destination` | [Optional[shared.Destination]](../../models/shared/destination.md) | :heavy_minus_sign: | Ok |
4 changes: 2 additions & 2 deletions docs/models/operations/getmodelresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `model` | [Optional[shared.Model]](../../models/shared/model.md) | :heavy_minus_sign: | Ok |
| `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 |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `model` | [Optional[shared.Model]](../../models/shared/model.md) | :heavy_minus_sign: | Ok |
4 changes: 2 additions & 2 deletions docs/models/operations/getsourceresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `source` | [Optional[shared.Source]](../../models/shared/source.md) | :heavy_minus_sign: | Ok |
| `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 |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `source` | [Optional[shared.Source]](../../models/shared/source.md) | :heavy_minus_sign: | Ok |
2 changes: 1 addition & 1 deletion docs/models/operations/listsyncrunsrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| `sync_id` | *float* | :heavy_check_mark: | N/A |
| `after` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | select sync runs that are started after given ISO timestamp |
| `before` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | select sync runs that are started before certain ISO timestamp |
| `limit` | *Optional[float]* | :heavy_minus_sign: | limit the number of objects returned (default is 5) |
| `offset` | *Optional[float]* | :heavy_minus_sign: | set the offset on results (for pagination) |
| `order_by` | [Optional[operations.ListSyncRunsQueryParamOrderBy]](../../models/operations/listsyncrunsqueryparamorderby.md) | :heavy_minus_sign: | specify the order |
| `run_id` | *Optional[float]* | :heavy_minus_sign: | query for specific run id |
| `sync_id` | *float* | :heavy_check_mark: | N/A |
| `within` | *Optional[float]* | :heavy_minus_sign: | select sync runs that are started within last given minutes |
4 changes: 2 additions & 2 deletions docs/models/operations/triggerrunidgraphrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| `trigger_run_id_graph_input` | [Optional[shared.TriggerRunIDGraphInput]](../../models/shared/triggerrunidgraphinput.md) | :heavy_minus_sign: | N/A |
| `graph_id` | *str* | :heavy_check_mark: | N/A |
| `graph_id` | *str* | :heavy_check_mark: | N/A |
| `trigger_run_id_graph_input` | [Optional[shared.TriggerRunIDGraphInput]](../../models/shared/triggerrunidgraphinput.md) | :heavy_minus_sign: | N/A |
4 changes: 2 additions & 2 deletions docs/models/operations/triggerrunrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

| Field | Type | Required | Description |
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| `trigger_run_input` | [Optional[shared.TriggerRunInput]](../../models/shared/triggerruninput.md) | :heavy_minus_sign: | N/A |
| `sync_id` | *str* | :heavy_check_mark: | The id of the sync to trigger a run |
| `sync_id` | *str* | :heavy_check_mark: | The id of the sync to trigger a run |
| `trigger_run_input` | [Optional[shared.TriggerRunInput]](../../models/shared/triggerruninput.md) | :heavy_minus_sign: | N/A |
Loading

0 comments on commit 307d89e

Please sign in to comment.