Skip to content

Commit 9e07ee3

Browse files
chore: speakeasy SDK regeneration (#3)
* ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.1.1 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.1.2 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.2.0 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.3.1 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.3.2 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.3.3 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.4.5 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.4.8 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.5.0 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.5.3 --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent a02fa7d commit 9e07ee3

53 files changed

Lines changed: 554 additions & 434 deletions

Some content is hidden

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

RELEASES.md

Lines changed: 75 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,81 @@
11

22

3-
## Version 2.0.0
3+
## Version 2.1.0
44
### Changes
55
Based on:
66
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
7-
- Speakeasy CLI 1.0.0 https://github.com/speakeasy-api/speakeasy
7+
- Speakeasy CLI 1.1.1 https://github.com/speakeasy-api/speakeasy
88
### Releases
9-
- [PyPI v2.0.0] https://pypi.org/project/hightouchapi/2.0.0 - .
9+
- [PyPI v2.1.0] https://pypi.org/project/hightouchapi/2.1.0 - .
10+
11+
## Version 2.1.1
12+
### Changes
13+
Based on:
14+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
15+
- Speakeasy CLI 1.1.2 https://github.com/speakeasy-api/speakeasy
16+
### Releases
17+
- [PyPI v2.1.1] https://pypi.org/project/hightouchapi/2.1.1 - .
18+
19+
## Version 2.2.0
20+
### Changes
21+
Based on:
22+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
23+
- Speakeasy CLI 1.2.0 https://github.com/speakeasy-api/speakeasy
24+
### Releases
25+
- [PyPI v2.2.0] https://pypi.org/project/hightouchapi/2.2.0 - .
26+
27+
## Version 2.3.0
28+
### Changes
29+
Based on:
30+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
31+
- Speakeasy CLI 1.3.1 https://github.com/speakeasy-api/speakeasy
32+
### Releases
33+
- [PyPI v2.3.0] https://pypi.org/project/hightouchapi/2.3.0 - .
34+
35+
## Version 2.3.1
36+
### Changes
37+
Based on:
38+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
39+
- Speakeasy CLI 1.3.2 https://github.com/speakeasy-api/speakeasy
40+
### Releases
41+
- [PyPI v2.3.1] https://pypi.org/project/hightouchapi/2.3.1 - .
42+
43+
## Version 2.3.2
44+
### Changes
45+
Based on:
46+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
47+
- Speakeasy CLI 1.3.3 https://github.com/speakeasy-api/speakeasy
48+
### Releases
49+
- [PyPI v2.3.2] https://pypi.org/project/hightouchapi/2.3.2 - .
50+
51+
## Version 2.4.0
52+
### Changes
53+
Based on:
54+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
55+
- Speakeasy CLI 1.4.5 https://github.com/speakeasy-api/speakeasy
56+
### Releases
57+
- [PyPI v2.4.0] https://pypi.org/project/hightouchapi/2.4.0 - .
58+
59+
## Version 2.4.1
60+
### Changes
61+
Based on:
62+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
63+
- Speakeasy CLI 1.4.8 https://github.com/speakeasy-api/speakeasy
64+
### Releases
65+
- [PyPI v2.4.1] https://pypi.org/project/hightouchapi/2.4.1 - .
66+
67+
## Version 2.5.0
68+
### Changes
69+
Based on:
70+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
71+
- Speakeasy CLI 1.5.0 https://github.com/speakeasy-api/speakeasy
72+
### Releases
73+
- [PyPI v2.5.0] https://pypi.org/project/hightouchapi/2.5.0 - .
74+
75+
## Version 2.5.1
76+
### Changes
77+
Based on:
78+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
79+
- Speakeasy CLI 1.5.3 https://github.com/speakeasy-api/speakeasy
80+
### Releases
81+
- [PyPI v2.5.1] https://pypi.org/project/hightouchapi/2.5.1 - .

files.gen

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
src/hightouchapi/sdk.py
2+
setup.py
3+
src/hightouchapi/__init__.py
4+
src/hightouchapi/models/__init__.py
5+
src/hightouchapi/utils/__init__.py
6+
src/hightouchapi/utils/retries.py
7+
src/hightouchapi/utils/utils.py
8+
src/hightouchapi/models/operations/createdestination.py
9+
src/hightouchapi/models/operations/createmodel.py
10+
src/hightouchapi/models/operations/createsource.py
11+
src/hightouchapi/models/operations/createsync.py
12+
src/hightouchapi/models/operations/getdestination.py
13+
src/hightouchapi/models/operations/getmodel.py
14+
src/hightouchapi/models/operations/getsource.py
15+
src/hightouchapi/models/operations/getsync.py
16+
src/hightouchapi/models/operations/listdestination.py
17+
src/hightouchapi/models/operations/listmodel.py
18+
src/hightouchapi/models/operations/listsource.py
19+
src/hightouchapi/models/operations/listsync.py
20+
src/hightouchapi/models/operations/listsyncruns.py
21+
src/hightouchapi/models/operations/triggerrun.py
22+
src/hightouchapi/models/operations/triggerruncustom.py
23+
src/hightouchapi/models/operations/updatedestination.py
24+
src/hightouchapi/models/operations/updatemodel.py
25+
src/hightouchapi/models/operations/updatesource.py
26+
src/hightouchapi/models/operations/updatesync.py
27+
src/hightouchapi/models/operations/__init__.py
28+
src/hightouchapi/models/shared/validateerrorjson.py
29+
src/hightouchapi/models/shared/internalservererror_enum.py
30+
src/hightouchapi/models/shared/destination.py
31+
src/hightouchapi/models/shared/destinationcreate.py
32+
src/hightouchapi/models/shared/model.py
33+
src/hightouchapi/models/shared/modelcreate.py
34+
src/hightouchapi/models/shared/source.py
35+
src/hightouchapi/models/shared/sourcecreate.py
36+
src/hightouchapi/models/shared/sync.py
37+
src/hightouchapi/models/shared/syncstatus_enum.py
38+
src/hightouchapi/models/shared/intervalschedule.py
39+
src/hightouchapi/models/shared/interval.py
40+
src/hightouchapi/models/shared/intervalunit_enum.py
41+
src/hightouchapi/models/shared/cronschedule.py
42+
src/hightouchapi/models/shared/visualcronschedule.py
43+
src/hightouchapi/models/shared/record_day_boolean_or_undefined_.py
44+
src/hightouchapi/models/shared/dbtschedule.py
45+
src/hightouchapi/models/shared/synccreate.py
46+
src/hightouchapi/models/shared/syncrun.py
47+
src/hightouchapi/models/shared/syncrunstatus_enum.py
48+
src/hightouchapi/models/shared/triggerrunoutput.py
49+
src/hightouchapi/models/shared/triggerruninput.py
50+
src/hightouchapi/models/shared/triggerruncustominput.py
51+
src/hightouchapi/models/shared/destinationupdate.py
52+
src/hightouchapi/models/shared/modelupdate.py
53+
src/hightouchapi/models/shared/sourceupdate.py
54+
src/hightouchapi/models/shared/syncupdate.py
55+
src/hightouchapi/models/shared/security.py
56+
src/hightouchapi/models/shared/__init__.py
57+
USAGE.md

gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
management:
22
openapi-checksum: a53d236a840ccb19591ccbf41c41acd1
33
openapi-version: 1.0.0
4-
speakeasy-version: 1.0.0
4+
speakeasy-version: 1.5.3
55
python:
6-
version: 2.0.0
6+
version: 2.5.1
77
packagename: hightouchapi
88
author: hightouchapi
99
sdkclassname: hightouchapi

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="hightouchapi",
11-
version="2.0.0",
11+
version="2.5.1",
1212
author="hightouchapi",
1313
description="Python Client SDK Generated by Speakeasy",
1414
long_description=long_description,
@@ -17,7 +17,6 @@
1717
install_requires=[
1818
"certifi==2022.12.07",
1919
"charset-normalizer==2.1.1",
20-
"dacite==1.6.0",
2120
"dataclasses-json-speakeasy==0.5.8",
2221
"idna==3.3",
2322
"marshmallow==3.17.1",

src/hightouchapi/models/operations/createdestination.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import annotations
12
import dataclasses
23
from ..shared import destinationcreate as shared_destinationcreate
34
from ..shared import internalservererror_enum as shared_internalservererror_enum

src/hightouchapi/models/operations/createmodel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import annotations
12
import dataclasses
23
from ..shared import internalservererror_enum as shared_internalservererror_enum
34
from ..shared import modelcreate as shared_modelcreate

src/hightouchapi/models/operations/createsource.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import annotations
12
import dataclasses
23
from ..shared import internalservererror_enum as shared_internalservererror_enum
34
from ..shared import security as shared_security

src/hightouchapi/models/operations/createsync.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import annotations
12
import dataclasses
23
from ..shared import internalservererror_enum as shared_internalservererror_enum
34
from ..shared import security as shared_security

src/hightouchapi/models/operations/getdestination.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import annotations
12
import dataclasses
23
from ..shared import destination as shared_destination
34
from ..shared import security as shared_security

src/hightouchapi/models/operations/getmodel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import annotations
12
import dataclasses
23
from ..shared import model as shared_model
34
from ..shared import security as shared_security

0 commit comments

Comments
 (0)