Skip to content

Commit

Permalink
chore: speakeasy SDK regeneration (#1)
Browse files Browse the repository at this point in the history
* ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.1.1

* ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.1.2

* ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.2.0

* ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.3.1

* ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.3.2

* ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.3.3

* ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.4.5

* ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.4.8

* ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.5.0

* ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.5.3

* ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.5.4

---------

Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Feb 28, 2023
1 parent 0ea9a67 commit fa2b33c
Show file tree
Hide file tree
Showing 395 changed files with 3,819 additions and 1,481 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
34 changes: 18 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Epilot is the digital foundation for sales, service, network and implementation
### Gradle

```groovy
implementation 'dev.epilot.sdk:epilot-sdk-java:1.0.0'
implementation 'dev.epilot.sdk:epilot-sdk-java:1.5.2'
```
<!-- End SDK Installation -->

Expand Down Expand Up @@ -74,13 +74,13 @@ DELETE /v1/access-tokens/api_5ZugdRXasLfWBypHi93Fk
```java
package hello.world;

import dev.epilot.sdk.EpilotApi;
import dev.epilot.sdk.EpilotAPI;
import dev.epilot.sdk.models.shared.Security;

public class Application {
public static void main(String[] args) {
try {
EpilotApi.Builder builder = EpilotApi.builder();
EpilotAPI.Builder builder = EpilotAPI.builder();

builder.setSecurity(
new Security() {{
Expand All @@ -90,15 +90,17 @@ public class Application {
}}
);

EpilotApi sdk = builder.build();
EpilotAPI sdk = builder.build();

AttachActivityRequest req = new AttachActivityRequest() {{
pathParams = new AttachActivityPathParams() {{
id = "sit";
id = "unde";
}};
queryParams = new AttachActivityQueryParams() {{
entities = new String[]() {{
add("culpa"),
entities = new String[]{{
add("porro"),
add("nulla"),
add("id"),
}};
}};
}};
Expand All @@ -117,14 +119,15 @@ public class Application {
<!-- Start SDK Available Operations -->
## SDK Available Operations

### Activity

### activity

* `attachActivity` - attachActivity
* `createActivity` - createActivity
* `getActivity` - getActivity
* `getEntityActivityFeed` - getEntityActivityFeed

### Entities
### entities

* `autocomplete` - autocomplete
* `createEntity` - createEntity
Expand All @@ -134,12 +137,12 @@ public class Application {
* `updateEntity` - updateEntity
* `upsertEntity` - upsertEntity

### Export
### export

* `exportEntities` - exportEntities
* `importEntities` - importEntities

### Journeys
### journeys

* `createJourney` - createJourney
* `getJourney` - getJourney
Expand All @@ -149,22 +152,22 @@ public class Application {
* `searchJourneys` - searchJourneys
* `updateJourney` - updateJourney

### Relations
### relations

* `addRelations` - addRelations
* `deleteRelation` - deleteRelation
* `getRelations` - getRelations
* `updateRelation` - updateRelation

### Saved Views
### savedViews

* `createSavedView` - createSavedView
* `deleteSavedView` - deleteSavedView
* `getSavedView` - getSavedView
* `listSavedViews` - listSavedViews
* `updateSavedView` - updateSavedView

### Schemas
### schemas

* `createNewSchemaVersion` - createNewSchemaVersion
* `deleteSchemaById` - deleteSchemaById
Expand All @@ -174,7 +177,7 @@ public class Application {
* `listSchemas` - listSchemas
* `listTaxonomyClassificationsForSchema` - listTaxonomyClassificationsForSchema

### Taxonomy
### taxonomy

* `getTaxonomy` - getTaxonomy
* `listTaxonomies` - listTaxonomies
Expand All @@ -197,7 +200,6 @@ public class Application {
* `getFlow` - getFlow
* `putFlow` - putFlow
* `searchFlows` - searchFlows

<!-- End SDK Available Operations -->

### SDK Generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)
67 changes: 67 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@


## Version 1.1.0
### Changes
Based on:
- OpenAPI Doc 1.0.0 ./openapi.yaml
- Speakeasy CLI 1.1.1 https://github.com/speakeasy-api/speakeasy

## Version 1.1.1
### Changes
Based on:
- OpenAPI Doc 1.0.0 ./openapi.yaml
- Speakeasy CLI 1.1.2 https://github.com/speakeasy-api/speakeasy

## Version 1.2.0
### Changes
Based on:
- OpenAPI Doc 1.0.0 ./openapi.yaml
- Speakeasy CLI 1.2.0 https://github.com/speakeasy-api/speakeasy

## Version 1.3.0
### Changes
Based on:
- OpenAPI Doc 1.0.0 ./openapi.yaml
- Speakeasy CLI 1.3.1 https://github.com/speakeasy-api/speakeasy

## Version 1.3.1
### Changes
Based on:
- OpenAPI Doc 1.0.0 ./openapi.yaml
- Speakeasy CLI 1.3.2 https://github.com/speakeasy-api/speakeasy

## Version 1.3.2
### Changes
Based on:
- OpenAPI Doc 1.0.0 ./openapi.yaml
- Speakeasy CLI 1.3.3 https://github.com/speakeasy-api/speakeasy

## Version 1.4.0
### Changes
Based on:
- OpenAPI Doc 1.0.0 ./openapi.yaml
- Speakeasy CLI 1.4.5 https://github.com/speakeasy-api/speakeasy

## Version 1.4.1
### Changes
Based on:
- OpenAPI Doc 1.0.0 ./openapi.yaml
- Speakeasy CLI 1.4.8 https://github.com/speakeasy-api/speakeasy

## Version 1.5.0
### Changes
Based on:
- OpenAPI Doc 1.0.0 ./openapi.yaml
- Speakeasy CLI 1.5.0 https://github.com/speakeasy-api/speakeasy

## Version 1.5.1
### Changes
Based on:
- OpenAPI Doc 1.0.0 ./openapi.yaml
- Speakeasy CLI 1.5.3 https://github.com/speakeasy-api/speakeasy

## Version 1.5.2
### Changes
Based on:
- OpenAPI Doc 1.0.0 ./openapi.yaml
- Speakeasy CLI 1.5.4 https://github.com/speakeasy-api/speakeasy
14 changes: 8 additions & 6 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
```java
package hello.world;

import dev.epilot.sdk.EpilotApi;
import dev.epilot.sdk.EpilotAPI;
import dev.epilot.sdk.models.shared.Security;

public class Application {
public static void main(String[] args) {
try {
EpilotApi.Builder builder = EpilotApi.builder();
EpilotAPI.Builder builder = EpilotAPI.builder();

builder.setSecurity(
new Security() {{
Expand All @@ -18,15 +18,17 @@ public class Application {
}}
);

EpilotApi sdk = builder.build();
EpilotAPI sdk = builder.build();

AttachActivityRequest req = new AttachActivityRequest() {{
pathParams = new AttachActivityPathParams() {{
id = "sit";
id = "unde";
}};
queryParams = new AttachActivityQueryParams() {{
entities = new String[]() {{
add("culpa"),
entities = new String[]{{
add("porro"),
add("nulla"),
add("id"),
}};
}};
}};
Expand Down
Loading

0 comments on commit fa2b33c

Please sign in to comment.