Skip to content

Commit 344dfd3

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.82.0
1 parent bba82f2 commit 344dfd3

34 files changed

+402
-972
lines changed

entity/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ s = epilot.Epilot(
2424

2525
req = operations.AttachActivityRequest(
2626
entities=[
27-
'9bd9d8d6-9a67-44e0-b467-cc8796ed151a',
28-
'05dfc2dd-f7cc-478c-a1ba-928fc816742c',
29-
'b7392059-2939-46fe-a759-6eb10faaa235',
27+
'89bd9d8d-69a6-474e-8f46-7cc8796ed151',
3028
],
3129
id='01F130Q52Q6MWSNS8N2AVXV4JN',
3230
)

entity/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,4 +244,12 @@ Based on:
244244
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
245245
- Speakeasy CLI 1.78.3 (2.96.3) https://github.com/speakeasy-api/speakeasy
246246
### Generated
247-
- [python v1.23.2] entity
247+
- [python v1.23.2] entity
248+
249+
## 2023-09-08 01:12:56
250+
### Changes
251+
Based on:
252+
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
253+
- Speakeasy CLI 1.82.0 (2.107.0) https://github.com/speakeasy-api/speakeasy
254+
### Generated
255+
- [python v1.23.3] entity

entity/USAGE.md

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

1414
req = operations.AttachActivityRequest(
1515
entities=[
16-
'9bd9d8d6-9a67-44e0-b467-cc8796ed151a',
17-
'05dfc2dd-f7cc-478c-a1ba-928fc816742c',
18-
'b7392059-2939-46fe-a759-6eb10faaa235',
16+
'89bd9d8d-69a6-474e-8f46-7cc8796ed151',
1917
],
2018
id='01F130Q52Q6MWSNS8N2AVXV4JN',
2119
)

entity/docs/models/shared/activityitem.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# ActivityItem
22

3-
Success
4-
53

64
## Fields
75

entity/docs/models/shared/entitysearchresults.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# EntitySearchResults
22

3-
Success
4-
53

64
## Fields
75

entity/docs/models/shared/getrelationsrespwithpagination.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# GetRelationsRespWithPagination
22

3-
Success
4-
53

64
## Fields
75

entity/docs/models/shared/partnerorganisationattribute.md

Lines changed: 34 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# PartnerOrganisationAttributeConstraints
2+
3+
A set of constraints applicable to the attribute.
4+
These constraints should and will be enforced by the attribute renderer.
5+
6+
7+
8+
## Fields
9+
10+
| Field | Type | Required | Description |
11+
| ----------- | ----------- | ----------- | ----------- |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# PartnerOrganisationAttributeInfoHelpers
2+
3+
A set of configurations meant to document and assist the user in filling the attribute.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description | Example |
9+
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
10+
| `hint_custom_component` | *Optional[str]* | :heavy_minus_sign: | The name of the custom component to be used as the hint helper.<br/>The component should be registered in the `@epilot360/entity-ui` on the index of the components directory.<br/>When specified it overrides the `hint_text` or `hint_text_key` configuration.<br/> | |
11+
| `hint_text` | *Optional[str]* | :heavy_minus_sign: | The text to be displayed in the attribute hint helper.<br/>When specified it overrides the `hint_text_key` configuration.<br/> | |
12+
| `hint_text_key` | *Optional[str]* | :heavy_minus_sign: | The key of the hint text to be displayed in the attribute hint helper.<br/>The key should be a valid i18n key.<br/> | |
13+
| `hint_tooltip_placement` | *Optional[str]* | :heavy_minus_sign: | The placement of the hint tooltip.<br/>The value should be a valid `@mui/core` tooltip placement.<br/> | top |
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# PartnerOrganisationAttributeType
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| ---------------------- | ---------------------- |
8+
| `PARTNER_ORGANISATION` | partner_organisation |

0 commit comments

Comments
 (0)