Skip to content

Commit 9de8190

Browse files
chore: speakeasy sdk regeneration - Generate Journey Config SDK (#27)
* ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.15.0 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.17.0 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.18.7 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.18.9 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.19.2 --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent ec80280 commit 9de8190

File tree

6 files changed

+41
-9
lines changed

6 files changed

+41
-9
lines changed

journey_config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## SDK Installation
55

66
```bash
7-
pip install epilot-journey-config
7+
pip install git+https://github.com/epilot-dev/sdk-python.git#subdirectory=journey_config
88
```
99
<!-- End SDK Installation -->
1010

journey_config/RELEASES.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,34 @@
44
### Changes
55
Based on:
66
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
7-
- Speakeasy CLI 1.14.2 (2.13.0) https://github.com/speakeasy-api/speakeasy
7+
- Speakeasy CLI 1.14.2 (2.13.0) https://github.com/speakeasy-api/speakeasy
8+
9+
## 2023-03-23 00:27:29
10+
### Changes
11+
Based on:
12+
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
13+
- Speakeasy CLI 1.15.0 (2.13.1) https://github.com/speakeasy-api/speakeasy
14+
15+
## 2023-03-24 00:26:16
16+
### Changes
17+
Based on:
18+
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
19+
- Speakeasy CLI 1.17.0 (2.15.0) https://github.com/speakeasy-api/speakeasy
20+
21+
## 2023-03-25 00:28:25
22+
### Changes
23+
Based on:
24+
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
25+
- Speakeasy CLI 1.18.7 (2.16.1) https://github.com/speakeasy-api/speakeasy
26+
27+
## 2023-03-28 00:27:08
28+
### Changes
29+
Based on:
30+
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
31+
- Speakeasy CLI 1.18.9 (2.16.4) https://github.com/speakeasy-api/speakeasy
32+
33+
## 2023-03-29 00:31:04
34+
### Changes
35+
Based on:
36+
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
37+
- Speakeasy CLI 1.19.2 (2.16.5) https://github.com/speakeasy-api/speakeasy

journey_config/gen.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ configVersion: 1.0.0
22
management:
33
docChecksum: a5b996f3b4fa34ec88808240dbdd04e7
44
docVersion: 1.0.0
5-
speakeasyVersion: 1.14.2
6-
generationVersion: 2.13.0
5+
speakeasyVersion: 1.19.2
6+
generationVersion: 2.16.5
77
generation:
88
telemetryEnabled: false
99
sdkClassName: epilot
1010
sdkFlattening: true
11+
singleTagPerOp: false
1112
python:
12-
version: 1.0.0
13+
version: 1.2.2
1314
author: epilot
1415
description: Python Client SDK for Epilot
1516
packageName: epilot-journey-config

journey_config/pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,8 @@ disable=raw-checker-failed,
439439
duplicate-code,
440440
trailing-newlines,
441441
too-many-public-methods,
442-
too-many-locals
442+
too-many-locals,
443+
too-many-lines
443444

444445
# Enable the message, report, category or checker with the given id(s). You can
445446
# either give multiple identifier separated by comma (,) or put this option

journey_config/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-journey-config",
13-
version="1.0.0",
13+
version="1.2.2",
1414
author="epilot",
1515
description="Python Client SDK for Epilot",
1616
long_description=long_description,

journey_config/src/epilot/sdk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class Epilot:
1818
_security_client: requests_http.Session
1919
_server_url: str = SERVERS[0]
2020
_language: str = "python"
21-
_sdk_version: str = "1.0.0"
22-
_gen_version: str = "2.13.0"
21+
_sdk_version: str = "1.2.2"
22+
_gen_version: str = "2.16.5"
2323

2424
def __init__(self,
2525
security: shared.Security = None,

0 commit comments

Comments
 (0)