Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: speakeasy sdk regeneration - Generate Journey Config SDK #67

Open
wants to merge 32 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
0a94dbb
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.45.2
speakeasybot Jun 9, 2023
d250653
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.47.0
speakeasybot Jun 10, 2023
d69988b
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.47.1
speakeasybot Jun 11, 2023
f96bbec
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.47.3
speakeasybot Jun 14, 2023
b0a4330
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.48.0
speakeasybot Jun 16, 2023
4c1fc96
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.49.0
speakeasybot Jun 20, 2023
926fc27
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.49.1
speakeasybot Jun 21, 2023
0406c75
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.50.1
speakeasybot Jun 23, 2023
678628c
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.51.1
speakeasybot Jun 27, 2023
5e46091
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.51.3
speakeasybot Jun 29, 2023
d3dc337
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.52.0
speakeasybot Jul 1, 2023
203191c
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.52.2
speakeasybot Jul 6, 2023
c6137c7
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.53.0
speakeasybot Jul 7, 2023
0c207c9
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.53.1
speakeasybot Jul 8, 2023
06cd569
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.56.0
speakeasybot Jul 11, 2023
de7e41a
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.56.3
speakeasybot Jul 12, 2023
742c551
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.57.0
speakeasybot Jul 13, 2023
5807706
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.59.0
speakeasybot Jul 14, 2023
c1c1a72
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.61.0
speakeasybot Jul 18, 2023
202d745
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.62.1
speakeasybot Jul 19, 2023
96048b5
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.64.0
speakeasybot Jul 22, 2023
7a1d3e3
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.65.0
speakeasybot Jul 26, 2023
61ed005
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.65.1
speakeasybot Jul 27, 2023
eb08589
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.65.2
speakeasybot Jul 28, 2023
d4972c8
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.66.1
speakeasybot Aug 1, 2023
ba0cd3d
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.68.1
speakeasybot Aug 3, 2023
44ec0ac
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.68.3
speakeasybot Aug 4, 2023
0f8480e
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.69.1
speakeasybot Aug 8, 2023
0fa18eb
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.72.0
speakeasybot Aug 15, 2023
5c4cf3d
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.73.1
speakeasybot Aug 18, 2023
57c2d68
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.74.3
speakeasybot Aug 19, 2023
fb58e1c
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.74.7
speakeasybot Aug 23, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions journey_config/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.python-version
.DS_Store
venv/
src/*.egg-info/
__pycache__/
.pytest_cache/
.python-version`
34 changes: 18 additions & 16 deletions journey_config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,24 @@ pip install git+https://github.com/epilot-dev/sdk-python.git#subdirectory=journe

## SDK Example Usage
<!-- Start SDK Example Usage -->


```python
import epilot
from epilot.models import operations, shared
from epilot.models import shared

s = epilot.Epilot(
security=shared.Security(
epilot_auth="Bearer YOUR_BEARER_TOKEN_HERE",
epilot_auth="",
),
)


req = {
"deserunt": "porro",
"nulla": "id",
"vero": "perspiciatis",
"provident": 'distinctio',
"quibusdam": 'unde',
"nulla": 'corrupti',
}

res = s.journeys.create_journey(req)

if res.journey_response is not None:
Expand All @@ -35,18 +36,19 @@ if res.journey_response is not None:
<!-- End SDK Example Usage -->

<!-- Start SDK Available Operations -->
## SDK Available Operations
## Available Resources and Operations


### journeys
### [journeys](docs/sdks/journeys/README.md)

* `create_journey` - createJourney
* `get_journey` - getJourney
* `get_journeys_by_org_id` - getJourneysByOrgId
* `patch_update_journey` - patchUpdateJourney
* `remove_journey` - removeJourney
* `search_journeys` - searchJourneys
* `update_journey` - updateJourney
* [create_journey](docs/sdks/journeys/README.md#create_journey) - createJourney
* [get_journey](docs/sdks/journeys/README.md#get_journey) - getJourney
* [get_journey_products](docs/sdks/journeys/README.md#get_journey_products) - getJourneyProducts
* [get_journeys_by_org_id](docs/sdks/journeys/README.md#get_journeys_by_org_id) - getJourneysByOrgId
* [patch_update_journey](docs/sdks/journeys/README.md#patch_update_journey) - patchUpdateJourney
* [remove_journey](docs/sdks/journeys/README.md#remove_journey) - removeJourney
* [search_journeys](docs/sdks/journeys/README.md#search_journeys) - searchJourneys
* [update_journey](docs/sdks/journeys/README.md#update_journey) - updateJourney
<!-- End SDK Available Operations -->

### SDK Generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)
202 changes: 201 additions & 1 deletion journey_config/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,204 @@ Based on:
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.19.2 (2.16.5) https://github.com/speakeasy-api/speakeasy
- Speakeasy CLI 1.19.2 (2.16.5) https://github.com/speakeasy-api/speakeasy

## 2023-06-09 00:32:10
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.45.2 (2.37.2) https://github.com/speakeasy-api/speakeasy

## 2023-06-10 00:28:01
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.47.0 (2.39.0) https://github.com/speakeasy-api/speakeasy

## 2023-06-11 00:33:01
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.47.1 (2.39.2) https://github.com/speakeasy-api/speakeasy

## 2023-06-14 00:28:50
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.47.3 (2.40.1) https://github.com/speakeasy-api/speakeasy

## 2023-06-16 00:30:15
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.48.0 (2.41.1) https://github.com/speakeasy-api/speakeasy

## 2023-06-20 00:28:41
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.49.0 (2.41.4) https://github.com/speakeasy-api/speakeasy

## 2023-06-21 00:28:42
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.49.1 (2.41.5) https://github.com/speakeasy-api/speakeasy

## 2023-06-23 00:33:07
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.50.1 (2.43.2) https://github.com/speakeasy-api/speakeasy

## 2023-06-27 00:34:43
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.51.1 (2.50.2) https://github.com/speakeasy-api/speakeasy

## 2023-06-29 00:32:44
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.51.3 (2.52.2) https://github.com/speakeasy-api/speakeasy

## 2023-07-01 00:36:52
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.52.0 (2.55.0) https://github.com/speakeasy-api/speakeasy

## 2023-07-06 00:35:02
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.52.2 (2.57.2) https://github.com/speakeasy-api/speakeasy

## 2023-07-07 00:33:25
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.53.0 (2.58.0) https://github.com/speakeasy-api/speakeasy

## 2023-07-08 00:36:40
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.53.1 (2.58.2) https://github.com/speakeasy-api/speakeasy

## 2023-07-11 00:29:44
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.56.0 (2.61.0) https://github.com/speakeasy-api/speakeasy

## 2023-07-12 00:36:16
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.56.3 (2.61.4) https://github.com/speakeasy-api/speakeasy

## 2023-07-13 00:33:20
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.57.0 (2.62.1) https://github.com/speakeasy-api/speakeasy

## 2023-07-14 00:34:46
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.59.0 (2.65.0) https://github.com/speakeasy-api/speakeasy

## 2023-07-18 00:52:44
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.61.0 (2.70.0) https://github.com/speakeasy-api/speakeasy

## 2023-07-19 00:48:35
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.62.1 (2.70.2) https://github.com/speakeasy-api/speakeasy

## 2023-07-22 00:29:55
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.64.0 (2.71.0) https://github.com/speakeasy-api/speakeasy

## 2023-07-26 00:29:02
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.65.0 (2.73.0) https://github.com/speakeasy-api/speakeasy

## 2023-07-27 00:26:51
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.65.1 (2.73.1) https://github.com/speakeasy-api/speakeasy

## 2023-07-28 00:26:42
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.65.2 (2.75.1) https://github.com/speakeasy-api/speakeasy

## 2023-08-01 00:32:17
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.66.1 (2.75.2) https://github.com/speakeasy-api/speakeasy

## 2023-08-03 00:28:24
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.68.1 (2.77.1) https://github.com/speakeasy-api/speakeasy

## 2023-08-04 00:28:06
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.68.3 (2.81.1) https://github.com/speakeasy-api/speakeasy

## 2023-08-08 00:28:55
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.69.1 (2.82.0) https://github.com/speakeasy-api/speakeasy

## 2023-08-15 00:23:16
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.72.0 (2.84.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v1.23.0] journey_config

## 2023-08-18 00:22:52
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.73.1 (2.84.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v1.23.1] journey_config

## 2023-08-19 00:21:55
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.74.3 (2.86.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v1.23.2] journey_config

## 2023-08-23 00:23:09
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
- Speakeasy CLI 1.74.7 (2.86.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v1.23.3] journey_config
15 changes: 8 additions & 7 deletions journey_config/USAGE.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
<!-- Start SDK Example Usage -->


```python
import epilot
from epilot.models import operations, shared
from epilot.models import shared

s = epilot.Epilot(
security=shared.Security(
epilot_auth="Bearer YOUR_BEARER_TOKEN_HERE",
epilot_auth="",
),
)


req = {
"deserunt": "porro",
"nulla": "id",
"vero": "perspiciatis",
"provident": 'distinctio',
"quibusdam": 'unde',
"nulla": 'corrupti',
}

res = s.journeys.create_journey(req)

if res.journey_response is not None:
Expand Down
11 changes: 11 additions & 0 deletions journey_config/docs/models/operations/createjourneyresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CreateJourneyResponse


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `content_type` | *str* | :heavy_check_mark: | N/A |
| `journey_response` | [Optional[shared.JourneyResponse]](../../models/shared/journeyresponse.md) | :heavy_minus_sign: | Success |
| `status_code` | *int* | :heavy_check_mark: | N/A |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
14 changes: 14 additions & 0 deletions journey_config/docs/models/operations/getjourneyproductsrequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# GetJourneyProductsRequest


## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
| `city` | *Optional[str]* | :heavy_minus_sign: | city for availibility | |
| `id` | *str* | :heavy_check_mark: | Journey ID | 509cdffe-424f-457a-95c2-9708c304ce77 |
| `org_id` | *Optional[str]* | :heavy_minus_sign: | Organization ID | |
| `postal_code` | *Optional[str]* | :heavy_minus_sign: | Zip Code for availibility | |
| `source` | *Optional[str]* | :heavy_minus_sign: | What source ID. Journey or Entity ID | |
| `street` | *Optional[str]* | :heavy_minus_sign: | street name for availibility | |
| `street_number` | *Optional[str]* | :heavy_minus_sign: | street number for availibility | |
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# GetJourneyProductsResponse


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| `content_type` | *str* | :heavy_check_mark: | N/A |
| `journey_products_response` | list[[shared.JourneyProductsResponse](../../models/shared/journeyproductsresponse.md)] | :heavy_minus_sign: | Success |
| `status_code` | *int* | :heavy_check_mark: | N/A |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
10 changes: 10 additions & 0 deletions journey_config/docs/models/operations/getjourneyrequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# GetJourneyRequest


## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
| `id` | *str* | :heavy_check_mark: | Journey ID | 509cdffe-424f-457a-95c2-9708c304ce77 |
| `org_id` | *Optional[str]* | :heavy_minus_sign: | Organization ID | |
| `source` | *Optional[str]* | :heavy_minus_sign: | What source ID. Journey or Entity ID | |
11 changes: 11 additions & 0 deletions journey_config/docs/models/operations/getjourneyresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# GetJourneyResponse


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `content_type` | *str* | :heavy_check_mark: | N/A |
| `journey_response` | [Optional[shared.JourneyResponse]](../../models/shared/journeyresponse.md) | :heavy_minus_sign: | Success |
| `status_code` | *int* | :heavy_check_mark: | N/A |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# GetJourneysByOrgIDRequest


## Fields

| Field | Type | Required | Description | Example |
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
| `id` | *str* | :heavy_check_mark: | Organization ID | 123 |
Loading