Skip to content

Commit 9d8d50a

Browse files
committed
Generate SDK with OpenAPI Generator Version
1 parent c7ee417 commit 9d8d50a

File tree

104 files changed

+1559
-2366
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+1559
-2366
lines changed

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.10.0
1+
7.9.0

README.md

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

33
Bandwidth
44
- API version: 1.0.0
5-
- Generator version: 7.10.0
5+
- Generator version: 7.9.0
66

77
Bandwidth's Communication APIs
88

api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6918,7 +6918,7 @@ components:
69186918
A comma-separated list of 'User-To-User' headers to be sent
69196919
in the INVITE when calling a SIP URI. Each value must end with an 'encoding'
69206920
parameter as described in <a href='https://tools.ietf.org/html/rfc7433'>RFC
6921-
7433</a>. Only 'jwt' and 'base64' encodings are allowed. The entire value
6921+
7433</a>. Only 'jwt', 'base64' and 'hex' encodings are allowed. The entire value
69226922
cannot exceed 350 characters, including parameters and separators.
69236923
example: "eyJhbGciOiJIUzI1NiJ9.WyJoaSJd.-znkjYyCkgz4djmHUPSXl9YrJ6Nix_XvmlwKGFh5ERM;encoding=jwt,aGVsbG8gd29ybGQ;encoding=base64"
69246924
nullable: true

bandwidth.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2202,8 +2202,8 @@ components:
22022202
parameter as described in <a
22032203
href='https://tools.ietf.org/html/rfc7433'>RFC
22042204
2205-
7433</a>. Only 'jwt' and 'base64' encodings are allowed. The entire
2206-
value
2205+
7433</a>. Only 'jwt', 'base64' and 'hex' encodings are allowed. The
2206+
entire value
22072207
22082208
cannot exceed 350 characters, including parameters and separators.
22092209
applicationId:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ dependencies {
114114
implementation 'io.gsonfire:gson-fire:1.9.0'
115115
implementation 'jakarta.ws.rs:jakarta.ws.rs-api:2.1.6'
116116
implementation 'org.openapitools:jackson-databind-nullable:0.2.6'
117-
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
117+
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
118118
implementation "jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version"
119119
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
120120
testImplementation 'org.mockito:mockito-core:3.12.4'

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lazy val root = (project in file(".")).
1313
"com.squareup.okhttp3" % "okhttp" % "4.12.0",
1414
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
1515
"com.google.code.gson" % "gson" % "2.9.1",
16-
"org.apache.commons" % "commons-lang3" % "3.17.0",
16+
"org.apache.commons" % "commons-lang3" % "3.12.0",
1717
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "2.1.6",
1818
"org.openapitools" % "jackson-databind-nullable" % "0.2.6",
1919
"io.gsonfire" % "gson-fire" % "1.9.0" % "compile",

docs/CreateCall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
|**from** | **String** | A Bandwidth phone number on your account the call should come from (must be in E.164 format, like &#x60;+15555551212&#x60;) even if &#x60;privacy&#x60; is set to true. | |
1212
|**privacy** | **Boolean** | Hide the calling number. The &#x60;displayName&#x60; field can be used to customize the displayed name. | [optional] |
1313
|**displayName** | **String** | The caller display name to use when the call is created. May not exceed 256 characters nor contain control characters such as new lines. If &#x60;privacy&#x60; is true, only the following values are valid: &#x60;Restricted&#x60;, &#x60;Anonymous&#x60;, &#x60;Private&#x60;, or &#x60;Unavailable&#x60;. | [optional] |
14-
|**uui** | **String** | A comma-separated list of &#39;User-To-User&#39; headers to be sent in the INVITE when calling a SIP URI. Each value must end with an &#39;encoding&#39; parameter as described in &lt;a href&#x3D;&#39;https://tools.ietf.org/html/rfc7433&#39;&gt;RFC 7433&lt;/a&gt;. Only &#39;jwt&#39; and &#39;base64&#39; encodings are allowed. The entire value cannot exceed 350 characters, including parameters and separators. | [optional] |
14+
|**uui** | **String** | A comma-separated list of &#39;User-To-User&#39; headers to be sent in the INVITE when calling a SIP URI. Each value must end with an &#39;encoding&#39; parameter as described in &lt;a href&#x3D;&#39;https://tools.ietf.org/html/rfc7433&#39;&gt;RFC 7433&lt;/a&gt;. Only &#39;jwt&#39;, &#39;base64&#39; and &#39;hex&#39; encodings are allowed. The entire value cannot exceed 350 characters, including parameters and separators. | [optional] |
1515
|**applicationId** | **String** | The id of the application associated with the &#x60;from&#x60; number. | |
1616
|**answerUrl** | **URI** | The full URL to send the &lt;a href&#x3D;&#39;/docs/voice/webhooks/answer&#39;&gt;Answer&lt;/a&gt; event to when the called party answers. This endpoint should return the first &lt;a href&#x3D;&#39;/docs/voice/bxml&#39;&gt;BXML document&lt;/a&gt; to be executed in the call. Must use &#x60;https&#x60; if specifying &#x60;username&#x60; and &#x60;password&#x60;. | |
1717
|**answerMethod** | **CallbackMethodEnum** | | [optional] |

openapitools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
33
"spaces": 2,
44
"generator-cli": {
5-
"version": "7.10.0"
5+
"version": "7.9.0"
66
}
77
}

src/main/java/com/bandwidth/sdk/ApiClient.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ public List<Pair> parameterToPairs(String collectionFormat, String name, Collect
735735
return params;
736736
}
737737

738-
/**
738+
/**
739739
* Formats the specified free-form query parameters to a list of {@code Pair} objects.
740740
*
741741
* @param value The free-form query parameters.
@@ -749,7 +749,6 @@ public List<Pair> freeFormParameterToPairs(Object value) {
749749
return params;
750750
}
751751

752-
@SuppressWarnings("unchecked")
753752
final Map<String, Object> valuesMap = (Map<String, Object>) value;
754753

755754
for (Map.Entry<String, Object> entry : valuesMap.entrySet()) {

src/main/java/com/bandwidth/sdk/ApiException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* <p>ApiException class.</p>
2222
*/
2323
@SuppressWarnings("serial")
24-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.10.0")
24+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0")
2525
public class ApiException extends Exception {
2626
private static final long serialVersionUID = 1L;
2727

0 commit comments

Comments
 (0)