Skip to content

Commit bf6cd40

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.107.0
1 parent 2237e1a commit bf6cd40

File tree

5 files changed

+22
-14
lines changed

5 files changed

+22
-14
lines changed

entity/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,4 +388,12 @@ Based on:
388388
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
389389
- Speakeasy CLI 1.105.0 (2.169.3) https://github.com/speakeasy-api/speakeasy
390390
### Generated
391-
- [python v2.1.2] entity
391+
- [python v2.1.2] entity
392+
393+
## 2023-10-25 01:13:51
394+
### Changes
395+
Based on:
396+
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
397+
- Speakeasy CLI 1.107.0 (2.171.0) https://github.com/speakeasy-api/speakeasy
398+
### Generated
399+
- [python v2.1.3] entity

entity/docs/sdks/entities/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ s = epilot.Epilot(
102102
req = operations.CreateEntityRequest(
103103
entity=shared.Entity(
104104
additional_properties={
105+
"_updated_at": 'string',
106+
"_acl": 'string',
105107
"_id": 'string',
106108
"_org": 'string',
107109
"_owners": 'string',
108110
"_schema": 'string',
109111
"_tags": 'string',
110112
"_created_at": 'string',
111-
"_updated_at": 'string',
112-
"_acl": 'string',
113113
},
114114
acl=shared.EntityACL(
115115
additional_properties={
@@ -711,14 +711,14 @@ req = operations.UpsertEntityRequest(
711711
request_body=operations.UpsertEntityRequestBody(
712712
entity=shared.Entity(
713713
additional_properties={
714+
"_schema": 'string',
715+
"_tags": 'string',
716+
"_created_at": 'string',
714717
"_updated_at": 'string',
715718
"_acl": 'string',
716719
"_id": 'string',
717720
"_org": 'string',
718721
"_owners": 'string',
719-
"_schema": 'string',
720-
"_tags": 'string',
721-
"_created_at": 'string',
722722
},
723723
acl=shared.EntityACL(
724724
additional_properties={

entity/gen.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
configVersion: 1.0.0
22
management:
3-
docChecksum: 98298ca31cb0b7762f9dda606bce4f1b
3+
docChecksum: 2ba039db69a6d628e2f24b9441071f07
44
docVersion: 1.0.0
5-
speakeasyVersion: 1.105.0
6-
generationVersion: 2.169.3
5+
speakeasyVersion: 1.107.0
6+
generationVersion: 2.171.0
77
generation:
88
repoURL: https://github.com/epilot-dev/sdk-python.git
99
sdkClassName: epilot
@@ -17,7 +17,7 @@ features:
1717
globalSecurity: 2.82.0
1818
globalServerURLs: 2.82.0
1919
python:
20-
version: 2.1.2
20+
version: 2.1.3
2121
author: epilot
2222
description: Python Client SDK for Epilot
2323
flattenGlobalSecurity: false

entity/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="epilot-entity",
13-
version="2.1.2",
13+
version="2.1.3",
1414
author="epilot",
1515
description="Python Client SDK for Epilot",
1616
long_description=long_description,

entity/src/epilot/sdkconfiguration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ class SDKConfiguration:
2020
server_idx: int = 0
2121
language: str = 'python'
2222
openapi_doc_version: str = '1.0.0'
23-
sdk_version: str = '2.1.2'
24-
gen_version: str = '2.169.3'
25-
user_agent: str = 'speakeasy-sdk/python 2.1.2 2.169.3 1.0.0 epilot-entity'
23+
sdk_version: str = '2.1.3'
24+
gen_version: str = '2.171.0'
25+
user_agent: str = 'speakeasy-sdk/python 2.1.3 2.171.0 1.0.0 epilot-entity'
2626
retry_config: RetryConfig = None
2727

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

0 commit comments

Comments
 (0)