Skip to content

Commit 76ada4c

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

Some content is hidden

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

42 files changed

+355
-205
lines changed

entity/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,4 +340,12 @@ Based on:
340340
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
341341
- Speakeasy CLI 1.94.0 (2.147.0) https://github.com/speakeasy-api/speakeasy
342342
### Generated
343-
- [python v1.26.2] entity
343+
- [python v1.26.2] entity
344+
345+
## 2023-10-07 01:12:55
346+
### Changes
347+
Based on:
348+
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
349+
- Speakeasy CLI 1.96.1 (2.150.0) https://github.com/speakeasy-api/speakeasy
350+
### Generated
351+
- [python v1.27.0] entity

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]]](undefined/models/operations/autocomplete200applicationjsonresults.md)] | :heavy_minus_sign: | N/A | |
11+
| `results` | list[[Union[str, bool, dict[str, Any]]](undefined/models/operations/autocomplete200applicationjsonresults.md)] | :heavy_minus_sign: | N/A | value |

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 | |
8+
| `request_body` | dict[str, *Any*] | :heavy_minus_sign: | N/A | [object Object] |
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` | *Optional[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 |
7-
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8-
| `content_type` | *Optional[str]* | :heavy_check_mark: | HTTP response content type for this operation |
9-
| `entity_item` | dict[str, *Any*] | :heavy_minus_sign: | Success |
10-
| `status_code` | *Optional[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 | Example |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `content_type` | *Optional[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` | *Optional[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 |
9-
| ---------------------- | ---------------------- | ---------------------- | ---------------------- |
10-
| `entity` | dict[str, *Any*] | :heavy_minus_sign: | N/A |
11-
| `relations` | list[dict[str, *Any*]] | :heavy_minus_sign: | N/A |
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 | |

entity/docs/models/operations/getrelatedentitiescountrequest.md

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

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
8-
| `id` | *Optional[str]* | :heavy_check_mark: | Entity id | |
9-
| `slug` | *Optional[str]* | :heavy_check_mark: | Entity Schema | contact |
6+
| Field | Type | Required | Description | Example |
7+
| ---------------------------------------------- | ---------------------------------------------- | ---------------------------------------------- | ---------------------------------------------- | ---------------------------------------------- |
8+
| `exclude_schemas` | list[*str*] | :heavy_minus_sign: | To be excluded from the count by given schemas | |
9+
| `id` | *Optional[str]* | :heavy_check_mark: | Entity id | |
10+
| `slug` | *Optional[str]* | :heavy_check_mark: | Entity Schema | contact |

entity/docs/models/operations/getrelationsv2request.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-
| `fields_` | list[*str*] | :heavy_minus_sign: | List of entity fields to include in results | |
8+
| `fields_` | list[*str*] | :heavy_minus_sign: | List of entity fields to include in results | _id,_schema,_title |
99
| `from_` | *Optional[int]* | :heavy_minus_sign: | Starting page number | |
1010
| `hydrate` | *Optional[bool]* | :heavy_minus_sign: | When true, expand relation items with full blown entities. | |
1111
| `id` | *Optional[str]* | :heavy_check_mark: | Entity id | |

0 commit comments

Comments
 (0)