Skip to content

Commit 15ee8d9

Browse files
chore: speakeasy sdk regeneration - Generate (#9)
* ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.12.3 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.12.4 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.13.0 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.15.0 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.17.0 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.18.7 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.18.9 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.19.2 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.19.3 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.19.6 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.19.7 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.20.0 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.20.1 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.20.2 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.21.3 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.21.4 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.22.1 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.22.2 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.23.1 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.25.1 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.26.2 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.26.4 --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 87fc779 commit 15ee8d9

62 files changed

Lines changed: 1572 additions & 279 deletions

Some content is hidden

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

README.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## SDK Installation
1313

1414
```bash
15-
pip install hightouch
15+
pip install git+<UNSET>.git
1616
```
1717
<!-- End SDK Installation -->
1818

@@ -35,15 +35,15 @@ s = hightouch.Hightouch()
3535

3636
req = shared.DestinationCreate(
3737
configuration={
38-
"deserunt": "porro",
39-
"nulla": "id",
40-
"vero": "perspiciatis",
38+
"provident": "distinctio",
39+
"quibusdam": "unde",
40+
"nulla": "corrupti",
4141
},
42-
name="nulla",
43-
slug="nihil",
44-
type="fuga",
42+
name="Ben Mueller",
43+
slug="iure",
44+
type="magnam",
4545
)
46-
46+
4747
res = s.create_destination(req, operations.CreateDestinationSecurity(
4848
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
4949
))
@@ -54,29 +54,29 @@ if res.create_destination_200_application_json_any_of is not None:
5454
<!-- End SDK Example Usage -->
5555

5656
<!-- Start SDK Available Operations -->
57-
## SDK Available Operations
57+
## Available Resources and Operations
5858

59-
### Hightouch SDK
59+
### [Hightouch SDK](docs/hightouch/README.md)
6060

61-
* `create_destination` - Create Destination
62-
* `create_model` - Create Model
63-
* `create_source` - Create Source
64-
* `create_sync` - Create Sync
65-
* `get_destination` - Get Destination
66-
* `get_model` - Get Model
67-
* `get_source` - Get Source
68-
* `get_sync` - Get Sync
69-
* `list_destination` - List Destinations
70-
* `list_model` - List Models
71-
* `list_source` - List Sources
72-
* `list_sync` - List Syncs
73-
* `list_sync_runs` - List Sync Runs
74-
* `trigger_run` - Trigger Sync
75-
* `trigger_run_custom` - Trigger Sync From ID or Slug
76-
* `update_destination` - Update Destination
77-
* `update_model` - Update Model
78-
* `update_source` - Update Source
79-
* `update_sync` - Update Sync
61+
* [create_destination](docs/hightouch/README.md#create_destination) - Create Destination
62+
* [create_model](docs/hightouch/README.md#create_model) - Create Model
63+
* [create_source](docs/hightouch/README.md#create_source) - Create Source
64+
* [create_sync](docs/hightouch/README.md#create_sync) - Create Sync
65+
* [get_destination](docs/hightouch/README.md#get_destination) - Get Destination
66+
* [get_model](docs/hightouch/README.md#get_model) - Get Model
67+
* [get_source](docs/hightouch/README.md#get_source) - Get Source
68+
* [get_sync](docs/hightouch/README.md#get_sync) - Get Sync
69+
* [list_destination](docs/hightouch/README.md#list_destination) - List Destinations
70+
* [list_model](docs/hightouch/README.md#list_model) - List Models
71+
* [list_source](docs/hightouch/README.md#list_source) - List Sources
72+
* [list_sync](docs/hightouch/README.md#list_sync) - List Syncs
73+
* [list_sync_runs](docs/hightouch/README.md#list_sync_runs) - List Sync Runs
74+
* [trigger_run](docs/hightouch/README.md#trigger_run) - Trigger Sync
75+
* [trigger_run_custom](docs/hightouch/README.md#trigger_run_custom) - Trigger Sync From ID or Slug
76+
* [update_destination](docs/hightouch/README.md#update_destination) - Update Destination
77+
* [update_model](docs/hightouch/README.md#update_model) - Update Model
78+
* [update_source](docs/hightouch/README.md#update_source) - Update Source
79+
* [update_sync](docs/hightouch/README.md#update_sync) - Update Sync
8080
<!-- End SDK Available Operations -->
8181

8282
### SDK Generated by [Speakeasy](https://speakeasyapi.dev/)

RELEASES.md

Lines changed: 177 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,180 @@ Based on:
134134
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
135135
- Speakeasy CLI 1.12.0 https://github.com/speakeasy-api/speakeasy
136136
### Releases
137-
- [PyPI v1.12.0] https://pypi.org/project/hightouch/1.12.0 - .
137+
- [PyPI v1.12.0] https://pypi.org/project/hightouch/1.12.0 - .
138+
139+
## 2023-03-18 01:13:15
140+
### Changes
141+
Based on:
142+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
143+
- Speakeasy CLI 1.12.3 https://github.com/speakeasy-api/speakeasy
144+
### Releases
145+
- [PyPI v1.12.1] https://pypi.org/project/hightouch/1.12.1 - .
146+
147+
## 2023-03-21 01:10:07
148+
### Changes
149+
Based on:
150+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
151+
- Speakeasy CLI 1.12.4 https://github.com/speakeasy-api/speakeasy
152+
### Releases
153+
- [PyPI v1.12.2] https://pypi.org/project/hightouch/1.12.2 - .
154+
155+
## 2023-03-22 01:10:26
156+
### Changes
157+
Based on:
158+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
159+
- Speakeasy CLI 1.13.0 https://github.com/speakeasy-api/speakeasy
160+
### Releases
161+
- [PyPI v1.13.0] https://pypi.org/project/hightouch/1.13.0 - .
162+
163+
## 2023-03-23 01:10:12
164+
### Changes
165+
Based on:
166+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
167+
- Speakeasy CLI 1.15.0 https://github.com/speakeasy-api/speakeasy
168+
### Releases
169+
- [PyPI v1.14.0] https://pypi.org/project/hightouch/1.14.0 - .
170+
171+
## 2023-03-24 01:10:23
172+
### Changes
173+
Based on:
174+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
175+
- Speakeasy CLI 1.17.0 https://github.com/speakeasy-api/speakeasy
176+
### Releases
177+
- [PyPI v1.15.0] https://pypi.org/project/hightouch/1.15.0 - .
178+
179+
## 2023-03-25 01:08:22
180+
### Changes
181+
Based on:
182+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
183+
- Speakeasy CLI 1.18.7 https://github.com/speakeasy-api/speakeasy
184+
### Releases
185+
- [PyPI v1.16.0] https://pypi.org/project/hightouch/1.16.0 - .
186+
187+
## 2023-03-28 01:13:29
188+
### Changes
189+
Based on:
190+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
191+
- Speakeasy CLI 1.18.9 https://github.com/speakeasy-api/speakeasy
192+
### Releases
193+
- [PyPI v1.16.1] https://pypi.org/project/hightouch/1.16.1 - .
194+
195+
## 2023-03-29 01:17:26
196+
### Changes
197+
Based on:
198+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
199+
- Speakeasy CLI 1.19.2 https://github.com/speakeasy-api/speakeasy
200+
### Releases
201+
- [PyPI v1.17.0] https://pypi.org/project/hightouch/1.17.0 - .
202+
203+
## 2023-04-01 01:10:52
204+
### Changes
205+
Based on:
206+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
207+
- Speakeasy CLI 1.19.3 https://github.com/speakeasy-api/speakeasy
208+
### Releases
209+
- [PyPI v1.17.1] https://pypi.org/project/hightouch/1.17.1 - .
210+
211+
## 2023-04-06 01:05:55
212+
### Changes
213+
Based on:
214+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
215+
- Speakeasy CLI 1.19.6 https://github.com/speakeasy-api/speakeasy
216+
### Releases
217+
- [PyPI v1.17.2] https://pypi.org/project/hightouch/1.17.2 - .
218+
219+
## 2023-04-12 01:07:37
220+
### Changes
221+
Based on:
222+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
223+
- Speakeasy CLI 1.19.7 https://github.com/speakeasy-api/speakeasy
224+
### Releases
225+
- [PyPI v1.17.3] https://pypi.org/project/hightouch/1.17.3 - .
226+
227+
## 2023-04-14 01:08:29
228+
### Changes
229+
Based on:
230+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
231+
- Speakeasy CLI 1.20.0 https://github.com/speakeasy-api/speakeasy
232+
### Releases
233+
- [PyPI v1.18.0] https://pypi.org/project/hightouch/1.18.0 - .
234+
235+
## 2023-04-18 01:07:39
236+
### Changes
237+
Based on:
238+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
239+
- Speakeasy CLI 1.20.1 https://github.com/speakeasy-api/speakeasy
240+
### Releases
241+
- [PyPI v1.18.1] https://pypi.org/project/hightouch/1.18.1 - .
242+
243+
## 2023-04-19 01:10:09
244+
### Changes
245+
Based on:
246+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
247+
- Speakeasy CLI 1.20.2 https://github.com/speakeasy-api/speakeasy
248+
### Releases
249+
- [PyPI v1.18.2] https://pypi.org/project/hightouch/1.18.2 - .
250+
251+
## 2023-04-20 01:07:46
252+
### Changes
253+
Based on:
254+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
255+
- Speakeasy CLI 1.21.3 https://github.com/speakeasy-api/speakeasy
256+
### Releases
257+
- [PyPI v1.19.0] https://pypi.org/project/hightouch/1.19.0 - .
258+
259+
## 2023-04-21 01:07:48
260+
### Changes
261+
Based on:
262+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
263+
- Speakeasy CLI 1.21.4 https://github.com/speakeasy-api/speakeasy
264+
### Releases
265+
- [PyPI v1.19.1] https://pypi.org/project/hightouch/1.19.1 - .
266+
267+
## 2023-04-22 01:10:26
268+
### Changes
269+
Based on:
270+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
271+
- Speakeasy CLI 1.22.1 https://github.com/speakeasy-api/speakeasy
272+
### Releases
273+
- [PyPI v1.20.0] https://pypi.org/project/hightouch/1.20.0 - .
274+
275+
## 2023-04-25 01:10:23
276+
### Changes
277+
Based on:
278+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
279+
- Speakeasy CLI 1.22.2 https://github.com/speakeasy-api/speakeasy
280+
### Releases
281+
- [PyPI v1.20.1] https://pypi.org/project/hightouch/1.20.1 - .
282+
283+
## 2023-04-26 01:08:45
284+
### Changes
285+
Based on:
286+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
287+
- Speakeasy CLI 1.23.1 https://github.com/speakeasy-api/speakeasy
288+
### Releases
289+
- [PyPI v1.21.0] https://pypi.org/project/hightouch/1.21.0 - .
290+
291+
## 2023-04-27 01:10:49
292+
### Changes
293+
Based on:
294+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
295+
- Speakeasy CLI 1.25.1 https://github.com/speakeasy-api/speakeasy
296+
### Releases
297+
- [PyPI v1.22.0] https://pypi.org/project/hightouch/1.22.0 - .
298+
299+
## 2023-04-28 01:09:50
300+
### Changes
301+
Based on:
302+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
303+
- Speakeasy CLI 1.26.2 https://github.com/speakeasy-api/speakeasy
304+
### Releases
305+
- [PyPI v1.23.0] https://pypi.org/project/hightouch/1.23.0 - .
306+
307+
## 2023-04-29 01:08:43
308+
### Changes
309+
Based on:
310+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
311+
- Speakeasy CLI 1.26.4 https://github.com/speakeasy-api/speakeasy
312+
### Releases
313+
- [PyPI v1.23.1] https://pypi.org/project/hightouch/1.23.1 - .

USAGE.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ s = hightouch.Hightouch()
88

99
req = shared.DestinationCreate(
1010
configuration={
11-
"deserunt": "porro",
12-
"nulla": "id",
13-
"vero": "perspiciatis",
11+
"provident": "distinctio",
12+
"quibusdam": "unde",
13+
"nulla": "corrupti",
1414
},
15-
name="nulla",
16-
slug="nihil",
17-
type="fuga",
15+
name="Ben Mueller",
16+
slug="iure",
17+
type="magnam",
1818
)
19-
19+
2020
res = s.create_destination(req, operations.CreateDestinationSecurity(
2121
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
2222
))

0 commit comments

Comments
 (0)