From cb3d2a33aa483017113853fb7fbb7f79801e06be Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Thu, 15 Feb 2024 00:37:48 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.180.1 --- .speakeasy/gen.lock | 8 +++---- README.md | 40 +++++++++++++++---------------- RELEASES.md | 10 +++++++- USAGE.md | 8 +++---- docs/sdks/hightouch/README.md | 40 +++++++++++++++---------------- gen.yaml | 2 +- setup.py | 2 +- src/hightouch/sdkconfiguration.py | 6 ++--- 8 files changed, 62 insertions(+), 54 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 01c4629..5e844b2 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -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 diff --git a/README.md b/README.md index b183770..6a50424 100755 --- a/README.md +++ b/README.md @@ -41,11 +41,11 @@ s = hightouch.Hightouch( req = shared.DestinationCreate( configuration={ - 'key': 'string', + 'key': '', }, - name='string', - slug='string', - type='string', + name='', + slug='', + type='', ) res = s.create_destination(req) @@ -115,11 +115,11 @@ s = hightouch.Hightouch( req = shared.DestinationCreate( configuration={ - 'key': 'string', + 'key': '', }, - name='string', - slug='string', - type='string', + name='', + slug='', + type='', ) res = None @@ -166,11 +166,11 @@ s = hightouch.Hightouch( req = shared.DestinationCreate( configuration={ - 'key': 'string', + 'key': '', }, - name='string', - slug='string', - type='string', + name='', + slug='', + type='', ) res = s.create_destination(req) @@ -197,11 +197,11 @@ s = hightouch.Hightouch( req = shared.DestinationCreate( configuration={ - 'key': 'string', + 'key': '', }, - name='string', - slug='string', - type='string', + name='', + slug='', + type='', ) res = s.create_destination(req) @@ -256,11 +256,11 @@ s = hightouch.Hightouch( req = shared.DestinationCreate( configuration={ - 'key': 'string', + 'key': '', }, - name='string', - slug='string', - type='string', + name='', + slug='', + type='', ) res = s.create_destination(req) diff --git a/RELEASES.md b/RELEASES.md index 1fb19b5..65d44f9 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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] . \ No newline at end of file +- [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] . \ No newline at end of file diff --git a/USAGE.md b/USAGE.md index 4d0ca8e..a2334fe 100644 --- a/USAGE.md +++ b/USAGE.md @@ -11,11 +11,11 @@ s = hightouch.Hightouch( req = shared.DestinationCreate( configuration={ - 'key': 'string', + 'key': '', }, - name='string', - slug='string', - type='string', + name='', + slug='', + type='', ) res = s.create_destination(req) diff --git a/docs/sdks/hightouch/README.md b/docs/sdks/hightouch/README.md index fb85bd5..ee9cdbc 100644 --- a/docs/sdks/hightouch/README.md +++ b/docs/sdks/hightouch/README.md @@ -48,11 +48,11 @@ s = hightouch.Hightouch( req = shared.DestinationCreate( configuration={ - 'key': 'string', + 'key': '', }, - name='string', - slug='string', - type='string', + name='', + slug='', + type='', ) res = s.create_destination(req) @@ -97,10 +97,10 @@ s = hightouch.Hightouch( req = shared.ModelCreate( is_schema=False, - name='string', - primary_key='string', - query_type='string', - slug='string', + name='', + primary_key='', + query_type='', + slug='', source_id=8761.56, ) @@ -146,11 +146,11 @@ s = hightouch.Hightouch( req = shared.SourceCreate( configuration={ - 'key': 'string', + 'key': '', }, - name='string', - slug='string', - type='string', + name='', + slug='', + type='', ) res = s.create_source(req) @@ -195,18 +195,18 @@ s = hightouch.Hightouch( req = shared.SyncCreate( configuration={ - 'key': 'string', + 'key': '', }, destination_id=8797.77, disabled=False, model_id=2438.5, schedule=shared.SyncCreateSchedule( schedule=shared.CronSchedule( - expression='string', + expression='', ), - type='string', + type='', ), - slug='string', + slug='', ) res = s.create_sync(req) @@ -423,7 +423,7 @@ s = hightouch.Hightouch( ) req = operations.GetSyncSequenceRunRequest( - sync_sequence_run_id='string', + sync_sequence_run_id='', ) res = s.get_sync_sequence_run(req) @@ -681,7 +681,7 @@ s = hightouch.Hightouch( ) req = operations.TriggerRunRequest( - sync_id='string', + sync_id='', ) res = s.trigger_run(req) @@ -768,7 +768,7 @@ s = hightouch.Hightouch( ) req = operations.TriggerRunIDGraphRequest( - graph_id='string', + graph_id='', ) res = s.trigger_run_id_graph(req) @@ -815,7 +815,7 @@ s = hightouch.Hightouch( ) req = operations.TriggerSequenceRunRequest( - sync_sequence_id='string', + sync_sequence_id='', ) res = s.trigger_sequence_run(req) diff --git a/gen.yaml b/gen.yaml index eee851e..86168a6 100644 --- a/gen.yaml +++ b/gen.yaml @@ -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 diff --git a/setup.py b/setup.py index 81b1000..3a834bd 100644 --- a/setup.py +++ b/setup.py @@ -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, diff --git a/src/hightouch/sdkconfiguration.py b/src/hightouch/sdkconfiguration.py index 348177f..ec47dd3 100644 --- a/src/hightouch/sdkconfiguration.py +++ b/src/hightouch/sdkconfiguration.py @@ -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]]: