Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.180.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Feb 15, 2024
1 parent af2e8d2 commit cb3d2a3
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 54 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.253.0
releaseVersion: 5.0.0
configChecksum: cc5dfab1a86747abb7e95c436cd3642d
generationVersion: 2.258.2
releaseVersion: 5.0.1
configChecksum: ded75f9d4729d2de67bc9e77c9e4b3dc
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.5
core: 4.4.6
globalSecurity: 2.83.2
globalServerURLs: 2.82.1
unions: 2.82.5
Expand Down
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ s = hightouch.Hightouch(

req = shared.DestinationCreate(
configuration={
'key': 'string',
'key': '<value>',
},
name='string',
slug='string',
type='string',
name='<value>',
slug='<value>',
type='<value>',
)

res = s.create_destination(req)
Expand Down Expand Up @@ -115,11 +115,11 @@ s = hightouch.Hightouch(

req = shared.DestinationCreate(
configuration={
'key': 'string',
'key': '<value>',
},
name='string',
slug='string',
type='string',
name='<value>',
slug='<value>',
type='<value>',
)

res = None
Expand Down Expand Up @@ -166,11 +166,11 @@ s = hightouch.Hightouch(

req = shared.DestinationCreate(
configuration={
'key': 'string',
'key': '<value>',
},
name='string',
slug='string',
type='string',
name='<value>',
slug='<value>',
type='<value>',
)

res = s.create_destination(req)
Expand All @@ -197,11 +197,11 @@ s = hightouch.Hightouch(

req = shared.DestinationCreate(
configuration={
'key': 'string',
'key': '<value>',
},
name='string',
slug='string',
type='string',
name='<value>',
slug='<value>',
type='<value>',
)

res = s.create_destination(req)
Expand Down Expand Up @@ -256,11 +256,11 @@ s = hightouch.Hightouch(

req = shared.DestinationCreate(
configuration={
'key': 'string',
'key': '<value>',
},
name='string',
slug='string',
type='string',
name='<value>',
slug='<value>',
type='<value>',
)

res = s.create_destination(req)
Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -750,4 +750,12 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.178.0 (2.253.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v5.0.0] .
- [python v5.0.0] .

## 2024-02-15 00:37:39
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.180.1 (2.258.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v5.0.1] .
8 changes: 4 additions & 4 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ s = hightouch.Hightouch(

req = shared.DestinationCreate(
configuration={
'key': 'string',
'key': '<value>',
},
name='string',
slug='string',
type='string',
name='<value>',
slug='<value>',
type='<value>',
)

res = s.create_destination(req)
Expand Down
40 changes: 20 additions & 20 deletions docs/sdks/hightouch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ s = hightouch.Hightouch(

req = shared.DestinationCreate(
configuration={
'key': 'string',
'key': '<value>',
},
name='string',
slug='string',
type='string',
name='<value>',
slug='<value>',
type='<value>',
)

res = s.create_destination(req)
Expand Down Expand Up @@ -97,10 +97,10 @@ s = hightouch.Hightouch(

req = shared.ModelCreate(
is_schema=False,
name='string',
primary_key='string',
query_type='string',
slug='string',
name='<value>',
primary_key='<value>',
query_type='<value>',
slug='<value>',
source_id=8761.56,
)

Expand Down Expand Up @@ -146,11 +146,11 @@ s = hightouch.Hightouch(

req = shared.SourceCreate(
configuration={
'key': 'string',
'key': '<value>',
},
name='string',
slug='string',
type='string',
name='<value>',
slug='<value>',
type='<value>',
)

res = s.create_source(req)
Expand Down Expand Up @@ -195,18 +195,18 @@ s = hightouch.Hightouch(

req = shared.SyncCreate(
configuration={
'key': 'string',
'key': '<value>',
},
destination_id=8797.77,
disabled=False,
model_id=2438.5,
schedule=shared.SyncCreateSchedule(
schedule=shared.CronSchedule(
expression='string',
expression='<value>',
),
type='string',
type='<value>',
),
slug='string',
slug='<value>',
)

res = s.create_sync(req)
Expand Down Expand Up @@ -423,7 +423,7 @@ s = hightouch.Hightouch(
)

req = operations.GetSyncSequenceRunRequest(
sync_sequence_run_id='string',
sync_sequence_run_id='<value>',
)

res = s.get_sync_sequence_run(req)
Expand Down Expand Up @@ -681,7 +681,7 @@ s = hightouch.Hightouch(
)

req = operations.TriggerRunRequest(
sync_id='string',
sync_id='<value>',
)

res = s.trigger_run(req)
Expand Down Expand Up @@ -768,7 +768,7 @@ s = hightouch.Hightouch(
)

req = operations.TriggerRunIDGraphRequest(
graph_id='string',
graph_id='<value>',
)

res = s.trigger_run_id_graph(req)
Expand Down Expand Up @@ -815,7 +815,7 @@ s = hightouch.Hightouch(
)

req = operations.TriggerSequenceRunRequest(
sync_sequence_id='string',
sync_sequence_id='<value>',
)

res = s.trigger_sequence_run(req)
Expand Down
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ generation:
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
python:
version: 5.0.0
version: 5.0.1
author: Speakeasy
clientServerStatusCodesAsErrors: true
description: Python SDK for Hightouch API
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="hightouch",
version="5.0.0",
version="5.0.1",
author="Speakeasy",
description="Python SDK for Hightouch API",
long_description=long_description,
Expand Down
6 changes: 3 additions & 3 deletions src/hightouch/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class SDKConfiguration:
server_idx: int = 0
language: str = 'python'
openapi_doc_version: str = '1.0.0'
sdk_version: str = '5.0.0'
gen_version: str = '2.253.0'
user_agent: str = 'speakeasy-sdk/python 5.0.0 2.253.0 1.0.0 hightouch'
sdk_version: str = '5.0.1'
gen_version: str = '2.258.2'
user_agent: str = 'speakeasy-sdk/python 5.0.1 2.258.2 1.0.0 hightouch'
retry_config: RetryConfig = None

def get_server_details(self) -> Tuple[str, Dict[str, str]]:
Expand Down

0 comments on commit cb3d2a3

Please sign in to comment.