Skip to content

Commit d98b013

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.91.3
1 parent aceb6ce commit d98b013

File tree

255 files changed

+1180
-1511
lines changed

Some content is hidden

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

255 files changed

+1180
-1511
lines changed

entity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ s = epilot.Epilot(
2222

2323
req = operations.AttachActivityRequest(
2424
entities=[
25-
'a05dfc2d-df7c-4c78-8a1b-a928fc816742',
25+
'ee1dee63-2954-4671-8246-751c43fec091',
2626
],
2727
id='01F130Q52Q6MWSNS8N2AVXV4JN',
2828
)

entity/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,4 +308,12 @@ Based on:
308308
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
309309
- Speakeasy CLI 1.91.2 (2.131.1) https://github.com/speakeasy-api/speakeasy
310310
### Generated
311-
- [python v1.24.1] entity
311+
- [python v1.24.1] entity
312+
313+
## 2023-09-29 01:13:36
314+
### Changes
315+
Based on:
316+
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
317+
- Speakeasy CLI 1.91.3 (2.139.1) https://github.com/speakeasy-api/speakeasy
318+
### Generated
319+
- [python v1.25.0] entity

entity/USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ s = epilot.Epilot(
1313

1414
req = operations.AttachActivityRequest(
1515
entities=[
16-
'89bd9d8d-69a6-474e-8f46-7cc8796ed151',
16+
'ee1dee63-2954-4671-8246-751c43fec091',
1717
],
1818
id='01F130Q52Q6MWSNS8N2AVXV4JN',
1919
)

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](../../models/shared/relationitem.md)] | :heavy_minus_sign: | N/A | |
8+
| `request_body` | list[[shared.RelationItem](undefined/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` | *str* | :heavy_check_mark: | Entity id | |
12-
| `slug` | *str* | :heavy_check_mark: | Entity Type | contact |
11+
| `id` | *Optional[str]* | :heavy_check_mark: | Entity id | |
12+
| `slug` | *Optional[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` | *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 |
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 |
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` | *str* | :heavy_check_mark: | Activity Id | 01F130Q52Q6MWSNS8N2AVXV4JN |
9+
| `id` | *Optional[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]](../../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 |
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 |
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]]](../../models/operations/autocomplete200applicationjsonresults.md)] | :heavy_minus_sign: | N/A | |
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 | |

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` | *str* | :heavy_check_mark: | Autocomplete attribute | _tags |
8+
| `attribute` | *Optional[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)