diff --git a/README.md b/README.md
index 1f1eae6..e0b9c66 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# databox
Static OpenAPI document of Push API resource
-- API version: 0.3.15-sdk.5
- - Build date: 2024-07-10T07:53:22.529213Z[Etc/UTC]
+- API version: 0.4.0
+ - Build date: 2024-07-11T07:21:07.277524Z[Etc/UTC]
- Generator version: 7.6.0
Push API resources Open API documentation
@@ -41,7 +41,7 @@ Add this dependency to your project's POM:
org.databox
databox
- 0.1.2
+ 2.6.0
compile
```
@@ -57,7 +57,7 @@ Add this dependency to your project's build file:
}
dependencies {
- implementation "org.databox:databox:0.1.2"
+ implementation "org.databox:databox:2.6.0"
}
```
@@ -71,7 +71,7 @@ mvn clean package
Then manually install the following JARs:
-* `target/databox-0.1.2.jar`
+* `target/databox-2.6.0.jar`
* `target/lib/*.jar`
## Getting Started
diff --git a/src/README.md b/src/README.md
index 1f1eae6..e0b9c66 100644
--- a/src/README.md
+++ b/src/README.md
@@ -1,8 +1,8 @@
# databox
Static OpenAPI document of Push API resource
-- API version: 0.3.15-sdk.5
- - Build date: 2024-07-10T07:53:22.529213Z[Etc/UTC]
+- API version: 0.4.0
+ - Build date: 2024-07-11T07:21:07.277524Z[Etc/UTC]
- Generator version: 7.6.0
Push API resources Open API documentation
@@ -41,7 +41,7 @@ Add this dependency to your project's POM:
org.databox
databox
- 0.1.2
+ 2.6.0
compile
```
@@ -57,7 +57,7 @@ Add this dependency to your project's build file:
}
dependencies {
- implementation "org.databox:databox:0.1.2"
+ implementation "org.databox:databox:2.6.0"
}
```
@@ -71,7 +71,7 @@ mvn clean package
Then manually install the following JARs:
-* `target/databox-0.1.2.jar`
+* `target/databox-2.6.0.jar`
* `target/lib/*.jar`
## Getting Started
diff --git a/src/api/openapi.yaml b/src/api/openapi.yaml
index 682b913..9074da3 100644
--- a/src/api/openapi.yaml
+++ b/src/api/openapi.yaml
@@ -2,15 +2,15 @@ openapi: 3.0.3
info:
description: Push API resources Open API documentation
title: Static OpenAPI document of Push API resource
- version: 0.3.15-sdk.5
+ version: 0.4.0
servers:
- description: Dev mode server description
url: https://push.databox.com
security:
- basicAuth: []
paths:
- /data:
- delete:
+ /metrickeys:
+ get:
responses:
"200":
description: OK
@@ -21,37 +21,25 @@ paths:
content:
application/json:
schema:
- items:
- $ref: '#/components/schemas/PushData'
- type: array
+ type: object
application/vnd.databox.v2+json:
schema:
- items:
- $ref: '#/components/schemas/PushData'
- type: array
+ type: object
responses:
"200":
description: OK
x-content-type: application/json
x-accepts:
- application/json
- /data/{metricKey}:
- delete:
- parameters:
- - explode: false
- in: path
- name: metricKey
- required: true
- schema:
- type: string
- style: simple
+ /ping:
+ get:
responses:
"200":
description: OK
x-accepts:
- application/json
- /metrickeys:
- get:
+ /data:
+ delete:
responses:
"200":
description: OK
@@ -62,18 +50,30 @@ paths:
content:
application/json:
schema:
- type: object
+ items:
+ $ref: '#/components/schemas/PushData'
+ type: array
application/vnd.databox.v2+json:
schema:
- type: object
+ items:
+ $ref: '#/components/schemas/PushData'
+ type: array
responses:
"200":
description: OK
x-content-type: application/json
x-accepts:
- application/json
- /ping:
- get:
+ /data/{metricKey}:
+ delete:
+ parameters:
+ - explode: false
+ in: path
+ name: metricKey
+ required: true
+ schema:
+ type: string
+ style: simple
responses:
"200":
description: OK
diff --git a/src/build.gradle b/src/build.gradle
index 8b814df..1ee4d93 100644
--- a/src/build.gradle
+++ b/src/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'java'
apply plugin: 'com.diffplug.spotless'
group = 'org.databox'
-version = '0.1.2'
+version = '2.6.0'
buildscript {
repositories {
diff --git a/src/build.sbt b/src/build.sbt
index fd6c76f..aab3f68 100644
--- a/src/build.sbt
+++ b/src/build.sbt
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "org.databox",
name := "databox",
- version := "0.1.2",
+ version := "2.6.0",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
diff --git a/src/pom.xml b/src/pom.xml
index 70b3a3a..640af5e 100644
--- a/src/pom.xml
+++ b/src/pom.xml
@@ -5,7 +5,7 @@
databox
jar
databox
- 0.1.2
+ 2.6.0
https://github.com/databox/databox-java
SDK Client for using Databox Push API feature
diff --git a/src/src/main/java/org/databox/ApiCallback.java b/src/src/main/java/org/databox/ApiCallback.java
index 7b871a7..cb940aa 100644
--- a/src/src/main/java/org/databox/ApiCallback.java
+++ b/src/src/main/java/org/databox/ApiCallback.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/src/main/java/org/databox/ApiClient.java b/src/src/main/java/org/databox/ApiClient.java
index 3e5be56..54414a5 100644
--- a/src/src/main/java/org/databox/ApiClient.java
+++ b/src/src/main/java/org/databox/ApiClient.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -141,7 +141,7 @@ private void init() {
json = new JSON();
// Set default User-Agent.
- setUserAgent("OpenAPI-Generator/0.1.2/java");
+ setUserAgent("OpenAPI-Generator/2.6.0/java");
authentications = new HashMap();
}
diff --git a/src/src/main/java/org/databox/ApiException.java b/src/src/main/java/org/databox/ApiException.java
index 0eec4d9..a8c8331 100644
--- a/src/src/main/java/org/databox/ApiException.java
+++ b/src/src/main/java/org/databox/ApiException.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -21,7 +21,7 @@
* ApiException class.
*/
@SuppressWarnings("serial")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-10T07:53:22.529213Z[Etc/UTC]", comments = "Generator version: 7.6.0")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-11T07:21:07.277524Z[Etc/UTC]", comments = "Generator version: 7.6.0")
public class ApiException extends Exception {
private static final long serialVersionUID = 1L;
diff --git a/src/src/main/java/org/databox/ApiResponse.java b/src/src/main/java/org/databox/ApiResponse.java
index 95b869a..f9f3bab 100644
--- a/src/src/main/java/org/databox/ApiResponse.java
+++ b/src/src/main/java/org/databox/ApiResponse.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/src/main/java/org/databox/Configuration.java b/src/src/main/java/org/databox/Configuration.java
index 188f6e2..be250ae 100644
--- a/src/src/main/java/org/databox/Configuration.java
+++ b/src/src/main/java/org/databox/Configuration.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,9 +13,9 @@
package org.databox;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-10T07:53:22.529213Z[Etc/UTC]", comments = "Generator version: 7.6.0")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-11T07:21:07.277524Z[Etc/UTC]", comments = "Generator version: 7.6.0")
public class Configuration {
- public static final String VERSION = "0.1.2";
+ public static final String VERSION = "2.6.0";
private static ApiClient defaultApiClient = new ApiClient();
diff --git a/src/src/main/java/org/databox/GzipRequestInterceptor.java b/src/src/main/java/org/databox/GzipRequestInterceptor.java
index c0da341..d42c3db 100644
--- a/src/src/main/java/org/databox/GzipRequestInterceptor.java
+++ b/src/src/main/java/org/databox/GzipRequestInterceptor.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/src/main/java/org/databox/JSON.java b/src/src/main/java/org/databox/JSON.java
index d2664e2..f85fefd 100644
--- a/src/src/main/java/org/databox/JSON.java
+++ b/src/src/main/java/org/databox/JSON.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/src/main/java/org/databox/Pair.java b/src/src/main/java/org/databox/Pair.java
index 30d284d..9e7f72f 100644
--- a/src/src/main/java/org/databox/Pair.java
+++ b/src/src/main/java/org/databox/Pair.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,7 +13,7 @@
package org.databox;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-10T07:53:22.529213Z[Etc/UTC]", comments = "Generator version: 7.6.0")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-11T07:21:07.277524Z[Etc/UTC]", comments = "Generator version: 7.6.0")
public class Pair {
private String name = "";
private String value = "";
diff --git a/src/src/main/java/org/databox/ProgressRequestBody.java b/src/src/main/java/org/databox/ProgressRequestBody.java
index 72c14f2..c7a508d 100644
--- a/src/src/main/java/org/databox/ProgressRequestBody.java
+++ b/src/src/main/java/org/databox/ProgressRequestBody.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/src/main/java/org/databox/ProgressResponseBody.java b/src/src/main/java/org/databox/ProgressResponseBody.java
index e18c9f4..0e37f5a 100644
--- a/src/src/main/java/org/databox/ProgressResponseBody.java
+++ b/src/src/main/java/org/databox/ProgressResponseBody.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/src/main/java/org/databox/ServerConfiguration.java b/src/src/main/java/org/databox/ServerConfiguration.java
index b548be9..f903d8b 100644
--- a/src/src/main/java/org/databox/ServerConfiguration.java
+++ b/src/src/main/java/org/databox/ServerConfiguration.java
@@ -5,7 +5,7 @@
/**
* Representing a Server configuration.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-10T07:53:22.529213Z[Etc/UTC]", comments = "Generator version: 7.6.0")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-11T07:21:07.277524Z[Etc/UTC]", comments = "Generator version: 7.6.0")
public class ServerConfiguration {
public String URL;
public String description;
diff --git a/src/src/main/java/org/databox/ServerVariable.java b/src/src/main/java/org/databox/ServerVariable.java
index ffb6bcb..f8f1ece 100644
--- a/src/src/main/java/org/databox/ServerVariable.java
+++ b/src/src/main/java/org/databox/ServerVariable.java
@@ -5,7 +5,7 @@
/**
* Representing a Server Variable for server URL template substitution.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-10T07:53:22.529213Z[Etc/UTC]", comments = "Generator version: 7.6.0")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-11T07:21:07.277524Z[Etc/UTC]", comments = "Generator version: 7.6.0")
public class ServerVariable {
public String description;
public String defaultValue;
diff --git a/src/src/main/java/org/databox/StringUtil.java b/src/src/main/java/org/databox/StringUtil.java
index ef02f0b..6305c5d 100644
--- a/src/src/main/java/org/databox/StringUtil.java
+++ b/src/src/main/java/org/databox/StringUtil.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@
import java.util.Collection;
import java.util.Iterator;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-10T07:53:22.529213Z[Etc/UTC]", comments = "Generator version: 7.6.0")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-11T07:21:07.277524Z[Etc/UTC]", comments = "Generator version: 7.6.0")
public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
diff --git a/src/src/main/java/org/databox/api/DefaultApi.java b/src/src/main/java/org/databox/api/DefaultApi.java
index ed144f1..36ae158 100644
--- a/src/src/main/java/org/databox/api/DefaultApi.java
+++ b/src/src/main/java/org/databox/api/DefaultApi.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/src/main/java/org/databox/auth/ApiKeyAuth.java b/src/src/main/java/org/databox/auth/ApiKeyAuth.java
index db76dcd..b95fc60 100644
--- a/src/src/main/java/org/databox/auth/ApiKeyAuth.java
+++ b/src/src/main/java/org/databox/auth/ApiKeyAuth.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -20,7 +20,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-10T07:53:22.529213Z[Etc/UTC]", comments = "Generator version: 7.6.0")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-11T07:21:07.277524Z[Etc/UTC]", comments = "Generator version: 7.6.0")
public class ApiKeyAuth implements Authentication {
private final String location;
private final String paramName;
diff --git a/src/src/main/java/org/databox/auth/Authentication.java b/src/src/main/java/org/databox/auth/Authentication.java
index 2770d9f..f7e9714 100644
--- a/src/src/main/java/org/databox/auth/Authentication.java
+++ b/src/src/main/java/org/databox/auth/Authentication.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/src/main/java/org/databox/auth/HttpBasicAuth.java b/src/src/main/java/org/databox/auth/HttpBasicAuth.java
index c60e099..d9fbfa6 100644
--- a/src/src/main/java/org/databox/auth/HttpBasicAuth.java
+++ b/src/src/main/java/org/databox/auth/HttpBasicAuth.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/src/main/java/org/databox/auth/HttpBearerAuth.java b/src/src/main/java/org/databox/auth/HttpBearerAuth.java
index 68b9834..1709d95 100644
--- a/src/src/main/java/org/databox/auth/HttpBearerAuth.java
+++ b/src/src/main/java/org/databox/auth/HttpBearerAuth.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -22,7 +22,7 @@
import java.util.Optional;
import java.util.function.Supplier;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-10T07:53:22.529213Z[Etc/UTC]", comments = "Generator version: 7.6.0")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-11T07:21:07.277524Z[Etc/UTC]", comments = "Generator version: 7.6.0")
public class HttpBearerAuth implements Authentication {
private final String scheme;
private Supplier tokenSupplier;
diff --git a/src/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java b/src/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
index ee530e5..6441440 100644
--- a/src/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
+++ b/src/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -21,7 +21,7 @@
/**
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-10T07:53:22.529213Z[Etc/UTC]", comments = "Generator version: 7.6.0")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-11T07:21:07.277524Z[Etc/UTC]", comments = "Generator version: 7.6.0")
public abstract class AbstractOpenApiSchema {
// store the actual instance of the schema/object
diff --git a/src/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/src/src/main/java/org/openapitools/client/model/ModelApiResponse.java
index 3d163b3..5483fed 100644
--- a/src/src/main/java/org/openapitools/client/model/ModelApiResponse.java
+++ b/src/src/main/java/org/openapitools/client/model/ModelApiResponse.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
/**
* ModelApiResponse
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-10T07:53:22.529213Z[Etc/UTC]", comments = "Generator version: 7.6.0")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-11T07:21:07.277524Z[Etc/UTC]", comments = "Generator version: 7.6.0")
public class ModelApiResponse {
public static final String SERIALIZED_NAME_STATUS = "status";
@SerializedName(SERIALIZED_NAME_STATUS)
diff --git a/src/src/main/java/org/openapitools/client/model/PushData.java b/src/src/main/java/org/openapitools/client/model/PushData.java
index bb3eea1..51fd440 100644
--- a/src/src/main/java/org/openapitools/client/model/PushData.java
+++ b/src/src/main/java/org/openapitools/client/model/PushData.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@
/**
* PushData
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-10T07:53:22.529213Z[Etc/UTC]", comments = "Generator version: 7.6.0")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-11T07:21:07.277524Z[Etc/UTC]", comments = "Generator version: 7.6.0")
public class PushData {
public static final String SERIALIZED_NAME_ATTRIBUTES = "attributes";
@SerializedName(SERIALIZED_NAME_ATTRIBUTES)
diff --git a/src/src/main/java/org/openapitools/client/model/PushDataAttribute.java b/src/src/main/java/org/openapitools/client/model/PushDataAttribute.java
index 8325a2e..8f8b254 100644
--- a/src/src/main/java/org/openapitools/client/model/PushDataAttribute.java
+++ b/src/src/main/java/org/openapitools/client/model/PushDataAttribute.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
/**
* PushDataAttribute
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-10T07:53:22.529213Z[Etc/UTC]", comments = "Generator version: 7.6.0")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-11T07:21:07.277524Z[Etc/UTC]", comments = "Generator version: 7.6.0")
public class PushDataAttribute {
public static final String SERIALIZED_NAME_KEY = "key";
@SerializedName(SERIALIZED_NAME_KEY)
diff --git a/src/src/main/java/org/openapitools/client/model/State.java b/src/src/main/java/org/openapitools/client/model/State.java
index 10e8267..9bafc82 100644
--- a/src/src/main/java/org/openapitools/client/model/State.java
+++ b/src/src/main/java/org/openapitools/client/model/State.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/src/test/java/org/databox/api/DefaultApiTest.java b/src/src/test/java/org/databox/api/DefaultApiTest.java
index 35b0928..bf460ab 100644
--- a/src/src/test/java/org/databox/api/DefaultApiTest.java
+++ b/src/src/test/java/org/databox/api/DefaultApiTest.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/src/test/java/org/openapitools/client/model/ModelApiResponseTest.java b/src/src/test/java/org/openapitools/client/model/ModelApiResponseTest.java
index 330b919..768f2e7 100644
--- a/src/src/test/java/org/openapitools/client/model/ModelApiResponseTest.java
+++ b/src/src/test/java/org/openapitools/client/model/ModelApiResponseTest.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/src/test/java/org/openapitools/client/model/PushDataAttributeTest.java b/src/src/test/java/org/openapitools/client/model/PushDataAttributeTest.java
index f1e7c96..f643d75 100644
--- a/src/src/test/java/org/openapitools/client/model/PushDataAttributeTest.java
+++ b/src/src/test/java/org/openapitools/client/model/PushDataAttributeTest.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/src/test/java/org/openapitools/client/model/PushDataTest.java b/src/src/test/java/org/openapitools/client/model/PushDataTest.java
index d79f2eb..51fbc5e 100644
--- a/src/src/test/java/org/openapitools/client/model/PushDataTest.java
+++ b/src/src/test/java/org/openapitools/client/model/PushDataTest.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/src/test/java/org/openapitools/client/model/StateTest.java b/src/src/test/java/org/openapitools/client/model/StateTest.java
index 374dd9d..a4a6561 100644
--- a/src/src/test/java/org/openapitools/client/model/StateTest.java
+++ b/src/src/test/java/org/openapitools/client/model/StateTest.java
@@ -2,7 +2,7 @@
* Static OpenAPI document of Push API resource
* Push API resources Open API documentation
*
- * The version of the OpenAPI document: 0.3.15-sdk.5
+ * The version of the OpenAPI document: 0.4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).