Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.109.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 1, 2023
1 parent 81f1851 commit 699e092
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 19 deletions.
4 changes: 0 additions & 4 deletions entity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ Here's an example of one such pagination call:
# Error Handling

Handling errors in your SDK should largely match your expectations. All operations return a response object or raise an error. If Error objects are specified in your OpenAPI Spec, the SDK will raise the appropriate Error type.


<!-- End Error Handling -->


Expand Down Expand Up @@ -222,8 +220,6 @@ http_client = requests.Session()
http_client.headers.update({'x-custom-header': 'someValue'})
s = epilot.Epilot(client: http_client)
```


<!-- End Custom HTTP Client -->

<!-- Placeholder for Future Speakeasy SDK Sections -->
Expand Down
10 changes: 9 additions & 1 deletion entity/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,4 +404,12 @@ Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
- Speakeasy CLI 1.109.0 (2.173.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v2.1.4] entity
- [python v2.1.4] entity

## 2023-11-01 01:18:34
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
- Speakeasy CLI 1.109.2 (2.173.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v2.1.5] entity
1 change: 0 additions & 1 deletion entity/docs/models/shared/entitydefaulttable.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| `classic_view` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `dropdown_items` | List[[Union[EntityDefaultTableDropdownItems1, EntityDefaultTableDropdownItems2]](../../models/shared/entitydefaulttabledropdownitems.md)] | :heavy_minus_sign: | N/A |
| `enable_thumbnails` | *Optional[bool]* | :heavy_minus_sign: | Enable the thumbnail column |
| `navbar_actions` | List[[EntityDefaultTableNavbarActions](../../models/shared/entitydefaulttablenavbaractions.md)] | :heavy_minus_sign: | N/A |
Expand Down
12 changes: 6 additions & 6 deletions entity/docs/sdks/entities/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ s = epilot.Epilot(
req = operations.CreateEntityRequest(
entity=shared.Entity(
additional_properties={
"_acl": 'string',
"_id": 'string',
"_org": 'string',
"_owners": 'string',
"_schema": 'string',
"_tags": 'string',
"_created_at": 'string',
"_updated_at": 'string',
"_acl": 'string',
},
acl=shared.EntityACL(
additional_properties={
Expand Down Expand Up @@ -373,14 +373,14 @@ s = epilot.Epilot(
req = operations.PatchEntityRequest(
entity=shared.Entity(
additional_properties={
"_owners": 'string',
"_schema": 'string',
"_tags": 'string',
"_created_at": 'string',
"_updated_at": 'string',
"_acl": 'string',
"_id": 'string',
"_org": 'string',
"_owners": 'string',
"_schema": 'string',
"_tags": 'string',
"_created_at": 'string',
},
acl=shared.EntityACL(
additional_properties={
Expand Down Expand Up @@ -605,14 +605,14 @@ s = epilot.Epilot(
req = operations.UpdateEntityRequest(
entity=shared.Entity(
additional_properties={
"_owners": 'string',
"_schema": 'string',
"_tags": 'string',
"_created_at": 'string',
"_updated_at": 'string',
"_acl": 'string',
"_id": 'string',
"_org": 'string',
"_owners": 'string',
},
acl=shared.EntityACL(
additional_properties={
Expand Down
6 changes: 3 additions & 3 deletions entity/gen.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
configVersion: 1.0.0
management:
docChecksum: 550354d0dee9f8f9cab62872a5a6becf
docChecksum: e8adb604a2c9aaf4c8973aa40510b5c2
docVersion: 1.0.0
speakeasyVersion: 1.109.0
speakeasyVersion: 1.109.2
generationVersion: 2.173.0
generation:
repoURL: https://github.com/epilot-dev/sdk-python.git
Expand All @@ -17,7 +17,7 @@ features:
globalSecurity: 2.82.0
globalServerURLs: 2.82.0
python:
version: 2.1.4
version: 2.1.5
author: epilot
description: Python Client SDK for Epilot
flattenGlobalSecurity: false
Expand Down
2 changes: 1 addition & 1 deletion entity/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="epilot-entity",
version="2.1.4",
version="2.1.5",
author="epilot",
description="Python Client SDK for Epilot",
long_description=long_description,
Expand Down
1 change: 0 additions & 1 deletion entity/src/epilot/models/shared/entitydefaulttable.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ class EntityDefaultTableViewType(str, Enum):
@dataclass_json(undefined=Undefined.EXCLUDE)
@dataclasses.dataclass
class EntityDefaultTable:
classic_view: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('classic_view'), 'exclude': lambda f: f is None }})
dropdown_items: Optional[List[Union[EntityDefaultTableDropdownItems1, EntityDefaultTableDropdownItems2]]] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('dropdown_items'), 'exclude': lambda f: f is None }})
enable_thumbnails: Optional[bool] = dataclasses.field(default=False, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('enable_thumbnails'), 'exclude': lambda f: f is None }})
r"""Enable the thumbnail column"""
Expand Down
4 changes: 2 additions & 2 deletions entity/src/epilot/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ class SDKConfiguration:
server_idx: int = 0
language: str = 'python'
openapi_doc_version: str = '1.0.0'
sdk_version: str = '2.1.4'
sdk_version: str = '2.1.5'
gen_version: str = '2.173.0'
user_agent: str = 'speakeasy-sdk/python 2.1.4 2.173.0 1.0.0 epilot-entity'
user_agent: str = 'speakeasy-sdk/python 2.1.5 2.173.0 1.0.0 epilot-entity'
retry_config: RetryConfig = None

def get_server_details(self) -> Tuple[str, Dict[str, str]]:
Expand Down

0 comments on commit 699e092

Please sign in to comment.