Skip to content

Commit aa93c11

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.101.0
1 parent f076d9f commit aa93c11

File tree

219 files changed

+1436
-845
lines changed

Some content is hidden

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

219 files changed

+1436
-845
lines changed

entity/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,4 +356,12 @@ Based on:
356356
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
357357
- Speakeasy CLI 1.99.1 (2.154.1) https://github.com/speakeasy-api/speakeasy
358358
### Generated
359-
- [python v1.27.1] entity
359+
- [python v1.27.1] entity
360+
361+
## 2023-10-18 01:14:28
362+
### Changes
363+
Based on:
364+
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
365+
- Speakeasy CLI 1.101.0 (2.161.0) https://github.com/speakeasy-api/speakeasy
366+
### Generated
367+
- [python v2.0.0] entity

entity/docs/models/operations/addrelationsrequest.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-
| `request_body` | list[[shared.RelationItem](../../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 | |
1111
| `id` | *str* | :heavy_check_mark: | Entity id | |

entity/docs/models/operations/attachactivityrequest.md

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

66
| Field | Type | Required | Description | Example |
77
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
8-
| `entities` | list[*str*] | :heavy_minus_sign: | Comma-separated list of entities which the activity primarily concerns | |
8+
| `entities` | List[*str*] | :heavy_minus_sign: | Comma-separated list of entities which the activity primarily concerns | |
99
| `id` | *str* | :heavy_check_mark: | Activity Id | 01F130Q52Q6MWSNS8N2AVXV4JN |

entity/docs/models/operations/autocomplete200applicationjson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Success
88
| Field | Type | Required | Description | Example |
99
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
1010
| `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 |
11+
| `results` | List[[Union[str, bool, Dict[str, Any]]](../../models/operations/autocomplete200applicationjsonresults.md)] | :heavy_minus_sign: | N/A | value |

entity/docs/models/operations/autocomplete200applicationjsonresults.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ autocomplete200ApplicationJSONResults: bool = /* values here */
1818
###
1919

2020
```python
21-
autocomplete200ApplicationJSONResults: dict[str, Any] = /* values here */
21+
autocomplete200ApplicationJSONResults: Dict[str, Any] = /* values here */
2222
```
2323

entity/docs/models/operations/createactivityrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
| Field | Type | Required | Description |
77
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
88
| `activity` | [Optional[shared.Activity]](../../models/shared/activity.md) | :heavy_minus_sign: | N/A |
9-
| `entities` | list[*str*] | :heavy_minus_sign: | Comma-separated list of entities which the activity primarily concerns |
9+
| `entities` | List[*str*] | :heavy_minus_sign: | Comma-separated list of entities which the activity primarily concerns |

entity/docs/models/operations/createentityrequest.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-
| `request_body` | dict[str, *Any*] | :heavy_minus_sign: | N/A | [object Object] |
8+
| `entity` | [Optional[shared.Entity]](../../models/shared/entity.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 | |
1111
| `slug` | *str* | :heavy_check_mark: | Entity Schema | contact |

entity/docs/models/operations/createentityresponse.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8-
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation | |
9-
| `entity_item` | dict[str, *Any*] | :heavy_minus_sign: | Success | [object Object] |
10-
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation | |
11-
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing | |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `entity_item` | [Optional[shared.EntityItem]](../../models/shared/entityitem.md) | :heavy_minus_sign: | Success |
10+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
11+
| `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/getentity200applicationjson.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-
| `entity` | dict[str, *Any*] | :heavy_minus_sign: | N/A | [object Object] |
11-
| `relations` | list[dict[str, *Any*]] | :heavy_minus_sign: | N/A | |
8+
| Field | Type | Required | Description |
9+
| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
10+
| `entity` | [Optional[shared.EntityItem]](../../models/shared/entityitem.md) | :heavy_minus_sign: | N/A |
11+
| `relations` | List[[shared.EntityItem](../../models/shared/entityitem.md)] | :heavy_minus_sign: | N/A |

0 commit comments

Comments
 (0)