Skip to content

Commit 287127d

Browse files
author
Lab5e Release Bot
committed
Span release 4.6.1
1 parent 45c5478 commit 287127d

File tree

196 files changed

+277
-277
lines changed

Some content is hidden

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

196 files changed

+277
-277
lines changed

api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ info:
66
url: https://lab5e.com
77
description: "API for device, collection, output and firmware management"
88
title: The Span API
9-
version: 4.6.0 truthful-holli
9+
version: 4.6.1 squirming-codi
1010
servers:
1111
- url: https://api.lab5e.com/
1212
security:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'java'
44
apply plugin: 'com.diffplug.spotless'
55

66
group = 'com.lab5e'
7-
version = '4.6.0'
7+
version = '4.6.1'
88

99
buildscript {
1010
repositories {

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "com.lab5e",
44
name := "span-java-client",
5-
version := "4.6.0",
5+
version := "4.6.1",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>span-java-client</artifactId>
66
<packaging>jar</packaging>
77
<name>span-java-client</name>
8-
<version>4.6.0</version>
8+
<version>4.6.1</version>
99
<url>https://github.com/lab5e/java-spanapi</url>
1010
<description>Span API Client</description>
1111
<scm>

src/main/java/com/lab5e/ApiCallback.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* The Span API
33
* API for device, collection, output and firmware management
44
*
5-
* The version of the OpenAPI document: 4.6.0 truthful-holli
5+
* The version of the OpenAPI document: 4.6.1 squirming-codi
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/lab5e/ApiClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* The Span API
33
* API for device, collection, output and firmware management
44
*
5-
* The version of the OpenAPI document: 4.6.0 truthful-holli
5+
* The version of the OpenAPI document: 4.6.1 squirming-codi
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -140,7 +140,7 @@ private void init() {
140140
json = new JSON();
141141

142142
// Set default User-Agent.
143-
setUserAgent("OpenAPI-Generator/4.6.0/java");
143+
setUserAgent("OpenAPI-Generator/4.6.1/java");
144144

145145
authentications = new HashMap<String, Authentication>();
146146
}

src/main/java/com/lab5e/ApiException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* The Span API
33
* API for device, collection, output and firmware management
44
*
5-
* The version of the OpenAPI document: 4.6.0 truthful-holli
5+
* The version of the OpenAPI document: 4.6.1 squirming-codi
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -22,7 +22,7 @@
2222
* <p>ApiException class.</p>
2323
*/
2424
@SuppressWarnings("serial")
25-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-06-15T16:11:05.104214Z[Etc/UTC]")
25+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-06-16T10:54:11.293559Z[Etc/UTC]")
2626
public class ApiException extends Exception {
2727
private int code = 0;
2828
private Map<String, List<String>> responseHeaders = null;

src/main/java/com/lab5e/ApiResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* The Span API
33
* API for device, collection, output and firmware management
44
*
5-
* The version of the OpenAPI document: 4.6.0 truthful-holli
5+
* The version of the OpenAPI document: 4.6.1 squirming-codi
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/lab5e/Configuration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* The Span API
33
* API for device, collection, output and firmware management
44
*
5-
* The version of the OpenAPI document: 4.6.0 truthful-holli
5+
* The version of the OpenAPI document: 4.6.1 squirming-codi
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,7 +13,7 @@
1313

1414
package com.lab5e;
1515

16-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-06-15T16:11:05.104214Z[Etc/UTC]")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-06-16T10:54:11.293559Z[Etc/UTC]")
1717
public class Configuration {
1818
private static ApiClient defaultApiClient = new ApiClient();
1919

src/main/java/com/lab5e/GzipRequestInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* The Span API
33
* API for device, collection, output and firmware management
44
*
5-
* The version of the OpenAPI document: 4.6.0 truthful-holli
5+
* The version of the OpenAPI document: 4.6.1 squirming-codi
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)