Skip to content

Commit f076d9f

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.99.1
1 parent 76ada4c commit f076d9f

File tree

164 files changed

+748
-700
lines changed

Some content is hidden

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

164 files changed

+748
-700
lines changed

entity/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ res = s.activity.attach_activity(req)
3131

3232
if res.activity_item is not None:
3333
# handle response
34+
pass
3435
```
3536
<!-- End SDK Example Usage -->
3637

entity/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,4 +348,12 @@ Based on:
348348
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
349349
- Speakeasy CLI 1.96.1 (2.150.0) https://github.com/speakeasy-api/speakeasy
350350
### Generated
351-
- [python v1.27.0] entity
351+
- [python v1.27.0] entity
352+
353+
## 2023-10-13 01:15:59
354+
### Changes
355+
Based on:
356+
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
357+
- Speakeasy CLI 1.99.1 (2.154.1) https://github.com/speakeasy-api/speakeasy
358+
### Generated
359+
- [python v1.27.1] entity

entity/USAGE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ res = s.activity.attach_activity(req)
2222

2323
if res.activity_item is not None:
2424
# handle response
25+
pass
2526
```
2627
<!-- End SDK Example Usage -->

entity/docs/models/operations/addrelationsrequest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
| Field | Type | Required | Description | Example |
77
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
8-
| `request_body` | list[[shared.RelationItem](undefined/models/shared/relationitem.md)] | :heavy_minus_sign: | N/A | |
8+
| `request_body` | list[[shared.RelationItem](../../models/shared/relationitem.md)] | :heavy_minus_sign: | N/A | |
99
| `activity_id` | *Optional[str]* | :heavy_minus_sign: | Activity to include in event feed | 01F130Q52Q6MWSNS8N2AVXV4JN |
1010
| `async_` | *Optional[bool]* | :heavy_minus_sign: | Don't wait for updated entity to become available in Search API. Useful for large migrations | |
11-
| `id` | *Optional[str]* | :heavy_check_mark: | Entity id | |
12-
| `slug` | *Optional[str]* | :heavy_check_mark: | Entity Type | contact |
11+
| `id` | *str* | :heavy_check_mark: | Entity id | |
12+
| `slug` | *str* | :heavy_check_mark: | Entity Type | contact |

entity/docs/models/operations/addrelationsresponse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8-
| `content_type` | *Optional[str]* | :heavy_check_mark: | HTTP response content type for this operation |
9-
| `relation_item` | [Optional[shared.RelationItem]](undefined/models/shared/relationitem.md) | :heavy_minus_sign: | Success |
10-
| `status_code` | *Optional[int]* | :heavy_check_mark: | HTTP response status code for this operation |
8+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `relation_item` | [Optional[shared.RelationItem]](../../models/shared/relationitem.md) | :heavy_minus_sign: | Success |
10+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
1111
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

entity/docs/models/operations/attachactivityrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
| Field | Type | Required | Description | Example |
77
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
88
| `entities` | list[*str*] | :heavy_minus_sign: | Comma-separated list of entities which the activity primarily concerns | |
9-
| `id` | *Optional[str]* | :heavy_check_mark: | Activity Id | 01F130Q52Q6MWSNS8N2AVXV4JN |
9+
| `id` | *str* | :heavy_check_mark: | Activity Id | 01F130Q52Q6MWSNS8N2AVXV4JN |

entity/docs/models/operations/attachactivityresponse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8-
| `activity_item` | [Optional[shared.ActivityItem]](undefined/models/shared/activityitem.md) | :heavy_minus_sign: | Success |
9-
| `content_type` | *Optional[str]* | :heavy_check_mark: | HTTP response content type for this operation |
10-
| `status_code` | *Optional[int]* | :heavy_check_mark: | HTTP response status code for this operation |
8+
| `activity_item` | [Optional[shared.ActivityItem]](../../models/shared/activityitem.md) | :heavy_minus_sign: | Success |
9+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
10+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
1111
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

entity/docs/models/operations/autocomplete200applicationjson.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Success
55

66
## Fields
77

8-
| Field | Type | Required | Description | Example |
9-
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
10-
| `hits` | *Optional[float]* | :heavy_minus_sign: | N/A | 1 |
11-
| `results` | list[[Union[str, bool, dict[str, Any]]](undefined/models/operations/autocomplete200applicationjsonresults.md)] | :heavy_minus_sign: | N/A | value |
8+
| Field | Type | Required | Description | Example |
9+
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
10+
| `hits` | *Optional[float]* | :heavy_minus_sign: | N/A | 1 |
11+
| `results` | list[[Union[str, bool, dict[str, Any]]](../../models/operations/autocomplete200applicationjsonresults.md)] | :heavy_minus_sign: | N/A | value |

entity/docs/models/operations/autocompleterequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Field | Type | Required | Description | Example |
77
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
8-
| `attribute` | *Optional[str]* | :heavy_check_mark: | Autocomplete attribute | _tags |
8+
| `attribute` | *str* | :heavy_check_mark: | Autocomplete attribute | _tags |
99
| `input` | *Optional[str]* | :heavy_minus_sign: | Input to autocomplete | |
1010
| `size` | *Optional[int]* | :heavy_minus_sign: | Maximum number of results to return | |
1111
| `slug` | *Optional[str]* | :heavy_minus_sign: | Limit results to entity schema | contact |

0 commit comments

Comments
 (0)