Skip to content

Commit 69d96a7

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.89.0
1 parent 8e601fc commit 69d96a7

File tree

73 files changed

+294
-213
lines changed

Some content is hidden

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

73 files changed

+294
-213
lines changed

entity/README.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ pip install git+https://github.com/epilot-dev/sdk-python.git#subdirectory=entity
1010

1111
## SDK Example Usage
1212
<!-- Start SDK Example Usage -->
13-
14-
1513
```python
1614
import epilot
1715
from epilot.models import operations, shared
@@ -24,7 +22,7 @@ s = epilot.Epilot(
2422

2523
req = operations.AttachActivityRequest(
2624
entities=[
27-
'89bd9d8d-69a6-474e-8f46-7cc8796ed151',
25+
'a05dfc2d-df7c-4c78-8a1b-a928fc816742',
2826
],
2927
id='01F130Q52Q6MWSNS8N2AVXV4JN',
3028
)
@@ -102,4 +100,30 @@ if res.activity_item is not None:
102100
* [update_classifications_for_taxonomy](docs/sdks/taxonomy/README.md#update_classifications_for_taxonomy) - updateClassificationsForTaxonomy
103101
<!-- End SDK Available Operations -->
104102

103+
104+
105+
<!-- Start Dev Containers -->
106+
107+
108+
109+
<!-- End Dev Containers -->
110+
111+
112+
113+
<!-- Start Pagination -->
114+
# Pagination
115+
116+
Some of the endpoints in this SDK support pagination. To use pagination, you make your SDK calls as usual, but the
117+
returned response object will have a `Next` method that can be called to pull down the next group of results. If the
118+
return value of `Next` is `None`, then there are no more pages to be fetched.
119+
120+
Here's an example of one such pagination call:
121+
122+
123+
<!-- End Pagination -->
124+
125+
<!-- Placeholder for Future Speakeasy SDK Sections -->
126+
127+
128+
105129
### SDK Generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)

entity/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,4 +284,12 @@ Based on:
284284
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
285285
- Speakeasy CLI 1.88.0 (2.118.1) https://github.com/speakeasy-api/speakeasy
286286
### Generated
287-
- [python v1.23.7] entity
287+
- [python v1.23.7] entity
288+
289+
## 2023-09-22 01:13:25
290+
### Changes
291+
Based on:
292+
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
293+
- Speakeasy CLI 1.89.0 (2.125.1) https://github.com/speakeasy-api/speakeasy
294+
### Generated
295+
- [python v1.23.8] entity

entity/docs/models/shared/addressrelationattribute.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ Reference to an address attribute of another entity
3131
| `required` | *Optional[bool]* | :heavy_minus_sign: | N/A | |
3232
| `setting_flag` | *Optional[str]* | :heavy_minus_sign: | This attribute should only be active when the setting is enabled | MY_SETTING |
3333
| `show_in_table` | *Optional[bool]* | :heavy_minus_sign: | Render as a column in table views. When defined, overrides `hidden` | |
34+
| `sortable` | *Optional[bool]* | :heavy_minus_sign: | Allow sorting by this attribute in table views if `show_in_table` is true | |
3435
| `type` | [Optional[AddressRelationAttributeType]](../../models/shared/addressrelationattributetype.md) | :heavy_minus_sign: | N/A | |
3536
| `value_formatter` | *Optional[str]* | :heavy_minus_sign: | N/A | |

entity/docs/models/shared/automationattribute.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ Automation entity
3030
| `required` | *Optional[bool]* | :heavy_minus_sign: | N/A | |
3131
| `setting_flag` | *Optional[str]* | :heavy_minus_sign: | This attribute should only be active when the setting is enabled | MY_SETTING |
3232
| `show_in_table` | *Optional[bool]* | :heavy_minus_sign: | Render as a column in table views. When defined, overrides `hidden` | |
33+
| `sortable` | *Optional[bool]* | :heavy_minus_sign: | Allow sorting by this attribute in table views if `show_in_table` is true | |
3334
| `type` | [Optional[AutomationAttributeType]](../../models/shared/automationattributetype.md) | :heavy_minus_sign: | N/A | |
3435
| `value_formatter` | *Optional[str]* | :heavy_minus_sign: | N/A | |

0 commit comments

Comments
 (0)