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: dev@lab5e.com
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: dev@lab5e.com
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: dev@lab5e.com
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: dev@lab5e.com
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: dev@lab5e.com
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: dev@lab5e.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/lab5e/JSON.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: dev@lab5e.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/lab5e/Pair.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: dev@lab5e.com
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 Pair {
1818
private String name = "";
1919
private String value = "";

src/main/java/com/lab5e/ProgressRequestBody.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: dev@lab5e.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/lab5e/ProgressResponseBody.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: dev@lab5e.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/lab5e/StringUtil.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: dev@lab5e.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@
1616
import java.util.Collection;
1717
import java.util.Iterator;
1818

19-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-06-15T16:11:05.104214Z[Etc/UTC]")
19+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-06-16T10:54:11.293559Z[Etc/UTC]")
2020
public class StringUtil {
2121
/**
2222
* Check if the given array contains the given value (with case-insensitive comparison).

src/main/java/com/lab5e/auth/ApiKeyAuth.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: dev@lab5e.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -20,7 +20,7 @@
2020
import java.util.Map;
2121
import java.util.List;
2222

23-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-06-15T16:11:05.104214Z[Etc/UTC]")
23+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-06-16T10:54:11.293559Z[Etc/UTC]")
2424
public class ApiKeyAuth implements Authentication {
2525
private final String location;
2626
private final String paramName;

src/main/java/com/lab5e/auth/Authentication.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: dev@lab5e.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/lab5e/auth/HttpBasicAuth.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: dev@lab5e.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/lab5e/auth/HttpBearerAuth.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: dev@lab5e.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -20,7 +20,7 @@
2020
import java.util.Map;
2121
import java.util.List;
2222

23-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-06-15T16:11:05.104214Z[Etc/UTC]")
23+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-06-16T10:54:11.293559Z[Etc/UTC]")
2424
public class HttpBearerAuth implements Authentication {
2525
private final String scheme;
2626
private String bearerToken;

src/main/java/com/lab5e/span/BlobsApi.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: dev@lab5e.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/lab5e/span/CertificatesApi.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: dev@lab5e.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/lab5e/span/CollectionsApi.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: dev@lab5e.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/lab5e/span/DevicesApi.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: dev@lab5e.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/lab5e/span/FotaApi.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: dev@lab5e.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/lab5e/span/GatewaysApi.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: dev@lab5e.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/lab5e/span/OutputsApi.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: dev@lab5e.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/lab5e/span/SpanApi.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: dev@lab5e.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/lab5e/span/model/AbstractOpenApiSchema.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: dev@lab5e.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -24,7 +24,7 @@
2424
/**
2525
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
2626
*/
27-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-06-15T16:11:05.104214Z[Etc/UTC]")
27+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-06-16T10:54:11.293559Z[Etc/UTC]")
2828
public abstract class AbstractOpenApiSchema {
2929

3030
// store the actual instance of the schema/object

src/main/java/com/lab5e/span/model/AddDownstreamMessageRequest.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: dev@lab5e.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -46,7 +46,7 @@
4646
/**
4747
* This is the request object to send messages out to the devices
4848
*/
49-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-06-15T16:11:05.104214Z[Etc/UTC]")
49+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-06-16T10:54:11.293559Z[Etc/UTC]")
5050
public class AddDownstreamMessageRequest {
5151
public static final String SERIALIZED_NAME_PAYLOAD = "payload";
5252
@SerializedName(SERIALIZED_NAME_PAYLOAD)

src/main/java/com/lab5e/span/model/Any.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: dev@lab5e.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -46,7 +46,7 @@
4646
/**
4747
* Any
4848
*/
49-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-06-15T16:11:05.104214Z[Etc/UTC]")
49+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-06-16T10:54:11.293559Z[Etc/UTC]")
5050
public class Any {
5151
public static final String SERIALIZED_NAME_AT_TYPE = "@type";
5252
@SerializedName(SERIALIZED_NAME_AT_TYPE)

src/main/java/com/lab5e/span/model/Blob.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: dev@lab5e.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
4848
/**
4949
* This is a blob (binary large object) that the devices might upload to the service. This is messages that are typically too large to handle like regular status and sensor values, typically media files. The content type might be derived from the first few bytes of the blob and could possibly be incorrect. Download the blob by accessing the blob URL field. This will work like a regular HTTP request for your client. Authentication is required as always.
5050
*/
51-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-06-15T16:11:05.104214Z[Etc/UTC]")
51+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-06-16T10:54:11.293559Z[Etc/UTC]")
5252
public class Blob {
5353
public static final String SERIALIZED_NAME_BLOB_ID = "blobId";
5454
@SerializedName(SERIALIZED_NAME_BLOB_ID)

src/main/java/com/lab5e/span/model/BlobStats.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: dev@lab5e.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -46,7 +46,7 @@
4646
/**
4747
* Statistics for a single blob
4848
*/
49-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-06-15T16:11:05.104214Z[Etc/UTC]")
49+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-06-16T10:54:11.293559Z[Etc/UTC]")
5050
public class BlobStats {
5151
public static final String SERIALIZED_NAME_BLOB_BYTES_MB = "blobBytesMb";
5252
@SerializedName(SERIALIZED_NAME_BLOB_BYTES_MB)

0 commit comments

Comments
 (0)