Skip to content

Commit

Permalink
Merge pull request #95 from Bandwidth/SWI-3339
Browse files Browse the repository at this point in the history
SWI-3339 Regenerate using OpenAPI Generator v7.0.0
  • Loading branch information
ajrice6713 authored Aug 28, 2023
2 parents 696d9b5 + 5e687ae commit f31639d
Show file tree
Hide file tree
Showing 163 changed files with 3,782 additions and 3,614 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Test
on:
# schedule:
# - cron: "0 4 * * *"
# pull_request:
pull_request:
branches:
- main
- feature/*
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -50,7 +53,7 @@ jobs:
run: mvn -B package --file pom.xml

- name: Notify Slack of Failures
uses: Bandwidth/[email protected].0
uses: Bandwidth/[email protected].1
if: failure() && !github.event.pull_request.draft
with:
job-status: ${{ job.status }}
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ hs_err_pid*
target
.gradle
build

.idea
3 changes: 3 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ docs/LookupStatusEnum.md
docs/MachineDetectionCompleteCallback.md
docs/MachineDetectionConfiguration.md
docs/MachineDetectionModeEnum.md
docs/MachineDetectionResult.md
docs/Media.md
docs/MediaApi.md
docs/Message.md
Expand Down Expand Up @@ -177,6 +178,7 @@ src/main/java/org/openapitools/client/model/LookupStatusEnum.java
src/main/java/org/openapitools/client/model/MachineDetectionCompleteCallback.java
src/main/java/org/openapitools/client/model/MachineDetectionConfiguration.java
src/main/java/org/openapitools/client/model/MachineDetectionModeEnum.java
src/main/java/org/openapitools/client/model/MachineDetectionResult.java
src/main/java/org/openapitools/client/model/Media.java
src/main/java/org/openapitools/client/model/Message.java
src/main/java/org/openapitools/client/model/MessageDeliveredCallback.java
Expand Down Expand Up @@ -221,3 +223,4 @@ src/main/java/org/openapitools/client/model/VerifyCodeRequest.java
src/main/java/org/openapitools/client/model/VerifyCodeResponse.java
src/main/java/org/openapitools/client/model/VoiceApiError.java
src/main/java/org/openapitools/client/model/VoiceCodeResponse.java
src/test/java/org/openapitools/client/model/MachineDetectionResultTest.java
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.4.0
7.0.0
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Bandwidth
- API version: 1.0.0
- Build date: 2023-02-21T09:43:53.001100-05:00[America/New_York]
- Build date: 2023-08-25T14:55:39.427023-04:00[America/New_York]

Bandwidth's Communication APIs

Expand Down Expand Up @@ -99,7 +99,7 @@ public class Example {
Basic.setPassword("YOUR PASSWORD");

CallsApi apiInstance = new CallsApi(defaultClient);
String accountId = "9900000"; // String | Your Bandwidth Account ID
String accountId = "9900000"; // String | Your Bandwidth Account ID.
CreateCall createCall = new CreateCall(); // CreateCall | JSON object containing information to create an outbound call
try {
CreateCallResponse result = apiInstance.createCall(accountId, createCall);
Expand Down Expand Up @@ -204,6 +204,7 @@ Class | Method | HTTP request | Description
- [MachineDetectionCompleteCallback](docs/MachineDetectionCompleteCallback.md)
- [MachineDetectionConfiguration](docs/MachineDetectionConfiguration.md)
- [MachineDetectionModeEnum](docs/MachineDetectionModeEnum.md)
- [MachineDetectionResult](docs/MachineDetectionResult.md)
- [Media](docs/Media.md)
- [Message](docs/Message.md)
- [MessageDeliveredCallback](docs/MessageDeliveredCallback.md)
Expand Down Expand Up @@ -250,9 +251,12 @@ Class | Method | HTTP request | Description
- [VoiceCodeResponse](docs/VoiceCodeResponse.md)


<a id="documentation-for-authorization"></a>
## Documentation for Authorization


Authentication schemes defined for the API:
<a id="Basic"></a>
### Basic

- **Type**: HTTP basic authentication
Expand Down
Loading

0 comments on commit f31639d

Please sign in to comment.