From c90f9f419a9c6343202ebcd4c9b8b63726b488e6 Mon Sep 17 00:00:00 2001 From: justserpapi <258152455+justserpapi@users.noreply.github.com> Date: Mon, 15 Jun 2026 07:11:13 +0000 Subject: [PATCH] chore: sync OpenAPI-generated SDK --- openapi/normalized/justserpapi-openapi.json | 38 +- openapi/raw/justserpapi-openapi.json | 38 +- .../com/justserpapi/model/JsonNode.java | 378 +++++++++--------- 3 files changed, 227 insertions(+), 227 deletions(-) diff --git a/openapi/normalized/justserpapi-openapi.json b/openapi/normalized/justserpapi-openapi.json index 36d6a2c..8e6cc97 100644 --- a/openapi/normalized/justserpapi-openapi.json +++ b/openapi/normalized/justserpapi-openapi.json @@ -4105,22 +4105,22 @@ "float": { "type": "boolean" }, - "string": { - "type": "boolean" - }, "integralNumber": { "type": "boolean" }, "floatingPointNumber": { "type": "boolean" }, - "valueNode": { + "boolean": { "type": "boolean" }, - "container": { + "binary": { "type": "boolean" }, - "missingNode": { + "bigDecimal": { + "type": "boolean" + }, + "bigInteger": { "type": "boolean" }, "nodeType": { @@ -4137,35 +4137,35 @@ "STRING" ] }, - "pojo": { + "string": { "type": "boolean" }, - "short": { - "type": "boolean" + "textual": { + "type": "boolean", + "deprecated": true }, - "int": { + "valueNode": { "type": "boolean" }, - "long": { + "container": { "type": "boolean" }, - "double": { + "missingNode": { "type": "boolean" }, - "bigDecimal": { + "pojo": { "type": "boolean" }, - "bigInteger": { + "short": { "type": "boolean" }, - "textual": { - "type": "boolean", - "deprecated": true + "int": { + "type": "boolean" }, - "boolean": { + "long": { "type": "boolean" }, - "binary": { + "double": { "type": "boolean" }, "number": { diff --git a/openapi/raw/justserpapi-openapi.json b/openapi/raw/justserpapi-openapi.json index 35c221e..e625e39 100644 --- a/openapi/raw/justserpapi-openapi.json +++ b/openapi/raw/justserpapi-openapi.json @@ -3808,22 +3808,22 @@ "float": { "type": "boolean" }, - "string": { - "type": "boolean" - }, "integralNumber": { "type": "boolean" }, "floatingPointNumber": { "type": "boolean" }, - "valueNode": { + "boolean": { "type": "boolean" }, - "container": { + "binary": { "type": "boolean" }, - "missingNode": { + "bigDecimal": { + "type": "boolean" + }, + "bigInteger": { "type": "boolean" }, "nodeType": { @@ -3840,35 +3840,35 @@ "STRING" ] }, - "pojo": { + "string": { "type": "boolean" }, - "short": { - "type": "boolean" + "textual": { + "type": "boolean", + "deprecated": true }, - "int": { + "valueNode": { "type": "boolean" }, - "long": { + "container": { "type": "boolean" }, - "double": { + "missingNode": { "type": "boolean" }, - "bigDecimal": { + "pojo": { "type": "boolean" }, - "bigInteger": { + "short": { "type": "boolean" }, - "textual": { - "type": "boolean", - "deprecated": true + "int": { + "type": "boolean" }, - "boolean": { + "long": { "type": "boolean" }, - "binary": { + "double": { "type": "boolean" }, "number": { diff --git a/src/main/generated/com/justserpapi/model/JsonNode.java b/src/main/generated/com/justserpapi/model/JsonNode.java index 002bacb..fbf418c 100644 --- a/src/main/generated/com/justserpapi/model/JsonNode.java +++ b/src/main/generated/com/justserpapi/model/JsonNode.java @@ -75,11 +75,6 @@ public class JsonNode { @javax.annotation.Nullable private Boolean _float; - public static final String SERIALIZED_NAME_STRING = "string"; - @SerializedName(SERIALIZED_NAME_STRING) - @javax.annotation.Nullable - private Boolean string; - public static final String SERIALIZED_NAME_INTEGRAL_NUMBER = "integralNumber"; @SerializedName(SERIALIZED_NAME_INTEGRAL_NUMBER) @javax.annotation.Nullable @@ -90,20 +85,25 @@ public class JsonNode { @javax.annotation.Nullable private Boolean floatingPointNumber; - public static final String SERIALIZED_NAME_VALUE_NODE = "valueNode"; - @SerializedName(SERIALIZED_NAME_VALUE_NODE) + public static final String SERIALIZED_NAME_BOOLEAN = "boolean"; + @SerializedName(SERIALIZED_NAME_BOOLEAN) @javax.annotation.Nullable - private Boolean valueNode; + private Boolean _boolean; - public static final String SERIALIZED_NAME_CONTAINER = "container"; - @SerializedName(SERIALIZED_NAME_CONTAINER) + public static final String SERIALIZED_NAME_BINARY = "binary"; + @SerializedName(SERIALIZED_NAME_BINARY) @javax.annotation.Nullable - private Boolean container; + private Boolean binary; - public static final String SERIALIZED_NAME_MISSING_NODE = "missingNode"; - @SerializedName(SERIALIZED_NAME_MISSING_NODE) + public static final String SERIALIZED_NAME_BIG_DECIMAL = "bigDecimal"; + @SerializedName(SERIALIZED_NAME_BIG_DECIMAL) @javax.annotation.Nullable - private Boolean missingNode; + private Boolean bigDecimal; + + public static final String SERIALIZED_NAME_BIG_INTEGER = "bigInteger"; + @SerializedName(SERIALIZED_NAME_BIG_INTEGER) + @javax.annotation.Nullable + private Boolean bigInteger; /** * Gets or Sets nodeType @@ -176,6 +176,32 @@ public static void validateJsonElement(JsonElement jsonElement) throws IOExcepti @javax.annotation.Nullable private NodeTypeEnum nodeType; + public static final String SERIALIZED_NAME_STRING = "string"; + @SerializedName(SERIALIZED_NAME_STRING) + @javax.annotation.Nullable + private Boolean string; + + public static final String SERIALIZED_NAME_TEXTUAL = "textual"; + @Deprecated + @SerializedName(SERIALIZED_NAME_TEXTUAL) + @javax.annotation.Nullable + private Boolean textual; + + public static final String SERIALIZED_NAME_VALUE_NODE = "valueNode"; + @SerializedName(SERIALIZED_NAME_VALUE_NODE) + @javax.annotation.Nullable + private Boolean valueNode; + + public static final String SERIALIZED_NAME_CONTAINER = "container"; + @SerializedName(SERIALIZED_NAME_CONTAINER) + @javax.annotation.Nullable + private Boolean container; + + public static final String SERIALIZED_NAME_MISSING_NODE = "missingNode"; + @SerializedName(SERIALIZED_NAME_MISSING_NODE) + @javax.annotation.Nullable + private Boolean missingNode; + public static final String SERIALIZED_NAME_POJO = "pojo"; @SerializedName(SERIALIZED_NAME_POJO) @javax.annotation.Nullable @@ -201,32 +227,6 @@ public static void validateJsonElement(JsonElement jsonElement) throws IOExcepti @javax.annotation.Nullable private Boolean _double; - public static final String SERIALIZED_NAME_BIG_DECIMAL = "bigDecimal"; - @SerializedName(SERIALIZED_NAME_BIG_DECIMAL) - @javax.annotation.Nullable - private Boolean bigDecimal; - - public static final String SERIALIZED_NAME_BIG_INTEGER = "bigInteger"; - @SerializedName(SERIALIZED_NAME_BIG_INTEGER) - @javax.annotation.Nullable - private Boolean bigInteger; - - public static final String SERIALIZED_NAME_TEXTUAL = "textual"; - @Deprecated - @SerializedName(SERIALIZED_NAME_TEXTUAL) - @javax.annotation.Nullable - private Boolean textual; - - public static final String SERIALIZED_NAME_BOOLEAN = "boolean"; - @SerializedName(SERIALIZED_NAME_BOOLEAN) - @javax.annotation.Nullable - private Boolean _boolean; - - public static final String SERIALIZED_NAME_BINARY = "binary"; - @SerializedName(SERIALIZED_NAME_BINARY) - @javax.annotation.Nullable - private Boolean binary; - public static final String SERIALIZED_NAME_NUMBER = "number"; @SerializedName(SERIALIZED_NAME_NUMBER) @javax.annotation.Nullable @@ -335,25 +335,6 @@ public void setFloat(@javax.annotation.Nullable Boolean _float) { } - public JsonNode string(@javax.annotation.Nullable Boolean string) { - this.string = string; - return this; - } - - /** - * Get string - * @return string - */ - @javax.annotation.Nullable - public Boolean getString() { - return string; - } - - public void setString(@javax.annotation.Nullable Boolean string) { - this.string = string; - } - - public JsonNode integralNumber(@javax.annotation.Nullable Boolean integralNumber) { this.integralNumber = integralNumber; return this; @@ -392,60 +373,79 @@ public void setFloatingPointNumber(@javax.annotation.Nullable Boolean floatingPo } - public JsonNode valueNode(@javax.annotation.Nullable Boolean valueNode) { - this.valueNode = valueNode; + public JsonNode _boolean(@javax.annotation.Nullable Boolean _boolean) { + this._boolean = _boolean; return this; } /** - * Get valueNode - * @return valueNode + * Get _boolean + * @return _boolean */ @javax.annotation.Nullable - public Boolean getValueNode() { - return valueNode; + public Boolean getBoolean() { + return _boolean; } - public void setValueNode(@javax.annotation.Nullable Boolean valueNode) { - this.valueNode = valueNode; + public void setBoolean(@javax.annotation.Nullable Boolean _boolean) { + this._boolean = _boolean; } - public JsonNode container(@javax.annotation.Nullable Boolean container) { - this.container = container; + public JsonNode binary(@javax.annotation.Nullable Boolean binary) { + this.binary = binary; return this; } /** - * Get container - * @return container + * Get binary + * @return binary */ @javax.annotation.Nullable - public Boolean getContainer() { - return container; + public Boolean getBinary() { + return binary; } - public void setContainer(@javax.annotation.Nullable Boolean container) { - this.container = container; + public void setBinary(@javax.annotation.Nullable Boolean binary) { + this.binary = binary; } - public JsonNode missingNode(@javax.annotation.Nullable Boolean missingNode) { - this.missingNode = missingNode; + public JsonNode bigDecimal(@javax.annotation.Nullable Boolean bigDecimal) { + this.bigDecimal = bigDecimal; return this; } /** - * Get missingNode - * @return missingNode + * Get bigDecimal + * @return bigDecimal */ @javax.annotation.Nullable - public Boolean getMissingNode() { - return missingNode; + public Boolean getBigDecimal() { + return bigDecimal; } - public void setMissingNode(@javax.annotation.Nullable Boolean missingNode) { - this.missingNode = missingNode; + public void setBigDecimal(@javax.annotation.Nullable Boolean bigDecimal) { + this.bigDecimal = bigDecimal; + } + + + public JsonNode bigInteger(@javax.annotation.Nullable Boolean bigInteger) { + this.bigInteger = bigInteger; + return this; + } + + /** + * Get bigInteger + * @return bigInteger + */ + @javax.annotation.Nullable + public Boolean getBigInteger() { + return bigInteger; + } + + public void setBigInteger(@javax.annotation.Nullable Boolean bigInteger) { + this.bigInteger = bigInteger; } @@ -468,197 +468,197 @@ public void setNodeType(@javax.annotation.Nullable NodeTypeEnum nodeType) { } - public JsonNode pojo(@javax.annotation.Nullable Boolean pojo) { - this.pojo = pojo; + public JsonNode string(@javax.annotation.Nullable Boolean string) { + this.string = string; return this; } /** - * Get pojo - * @return pojo + * Get string + * @return string */ @javax.annotation.Nullable - public Boolean getPojo() { - return pojo; + public Boolean getString() { + return string; } - public void setPojo(@javax.annotation.Nullable Boolean pojo) { - this.pojo = pojo; + public void setString(@javax.annotation.Nullable Boolean string) { + this.string = string; } - public JsonNode _short(@javax.annotation.Nullable Boolean _short) { - this._short = _short; + @Deprecated + public JsonNode textual(@javax.annotation.Nullable Boolean textual) { + this.textual = textual; return this; } /** - * Get _short - * @return _short + * Get textual + * @return textual + * @deprecated */ + @Deprecated @javax.annotation.Nullable - public Boolean getShort() { - return _short; + public Boolean getTextual() { + return textual; } - public void setShort(@javax.annotation.Nullable Boolean _short) { - this._short = _short; + @Deprecated + public void setTextual(@javax.annotation.Nullable Boolean textual) { + this.textual = textual; } - public JsonNode _int(@javax.annotation.Nullable Boolean _int) { - this._int = _int; + public JsonNode valueNode(@javax.annotation.Nullable Boolean valueNode) { + this.valueNode = valueNode; return this; } /** - * Get _int - * @return _int + * Get valueNode + * @return valueNode */ @javax.annotation.Nullable - public Boolean getInt() { - return _int; + public Boolean getValueNode() { + return valueNode; } - public void setInt(@javax.annotation.Nullable Boolean _int) { - this._int = _int; + public void setValueNode(@javax.annotation.Nullable Boolean valueNode) { + this.valueNode = valueNode; } - public JsonNode _long(@javax.annotation.Nullable Boolean _long) { - this._long = _long; + public JsonNode container(@javax.annotation.Nullable Boolean container) { + this.container = container; return this; } /** - * Get _long - * @return _long + * Get container + * @return container */ @javax.annotation.Nullable - public Boolean getLong() { - return _long; + public Boolean getContainer() { + return container; } - public void setLong(@javax.annotation.Nullable Boolean _long) { - this._long = _long; + public void setContainer(@javax.annotation.Nullable Boolean container) { + this.container = container; } - public JsonNode _double(@javax.annotation.Nullable Boolean _double) { - this._double = _double; + public JsonNode missingNode(@javax.annotation.Nullable Boolean missingNode) { + this.missingNode = missingNode; return this; } /** - * Get _double - * @return _double + * Get missingNode + * @return missingNode */ @javax.annotation.Nullable - public Boolean getDouble() { - return _double; + public Boolean getMissingNode() { + return missingNode; } - public void setDouble(@javax.annotation.Nullable Boolean _double) { - this._double = _double; + public void setMissingNode(@javax.annotation.Nullable Boolean missingNode) { + this.missingNode = missingNode; } - public JsonNode bigDecimal(@javax.annotation.Nullable Boolean bigDecimal) { - this.bigDecimal = bigDecimal; + public JsonNode pojo(@javax.annotation.Nullable Boolean pojo) { + this.pojo = pojo; return this; } /** - * Get bigDecimal - * @return bigDecimal + * Get pojo + * @return pojo */ @javax.annotation.Nullable - public Boolean getBigDecimal() { - return bigDecimal; + public Boolean getPojo() { + return pojo; } - public void setBigDecimal(@javax.annotation.Nullable Boolean bigDecimal) { - this.bigDecimal = bigDecimal; + public void setPojo(@javax.annotation.Nullable Boolean pojo) { + this.pojo = pojo; } - public JsonNode bigInteger(@javax.annotation.Nullable Boolean bigInteger) { - this.bigInteger = bigInteger; + public JsonNode _short(@javax.annotation.Nullable Boolean _short) { + this._short = _short; return this; } /** - * Get bigInteger - * @return bigInteger + * Get _short + * @return _short */ @javax.annotation.Nullable - public Boolean getBigInteger() { - return bigInteger; + public Boolean getShort() { + return _short; } - public void setBigInteger(@javax.annotation.Nullable Boolean bigInteger) { - this.bigInteger = bigInteger; + public void setShort(@javax.annotation.Nullable Boolean _short) { + this._short = _short; } - @Deprecated - public JsonNode textual(@javax.annotation.Nullable Boolean textual) { - this.textual = textual; + public JsonNode _int(@javax.annotation.Nullable Boolean _int) { + this._int = _int; return this; } /** - * Get textual - * @return textual - * @deprecated + * Get _int + * @return _int */ - @Deprecated @javax.annotation.Nullable - public Boolean getTextual() { - return textual; + public Boolean getInt() { + return _int; } - @Deprecated - public void setTextual(@javax.annotation.Nullable Boolean textual) { - this.textual = textual; + public void setInt(@javax.annotation.Nullable Boolean _int) { + this._int = _int; } - public JsonNode _boolean(@javax.annotation.Nullable Boolean _boolean) { - this._boolean = _boolean; + public JsonNode _long(@javax.annotation.Nullable Boolean _long) { + this._long = _long; return this; } /** - * Get _boolean - * @return _boolean + * Get _long + * @return _long */ @javax.annotation.Nullable - public Boolean getBoolean() { - return _boolean; + public Boolean getLong() { + return _long; } - public void setBoolean(@javax.annotation.Nullable Boolean _boolean) { - this._boolean = _boolean; + public void setLong(@javax.annotation.Nullable Boolean _long) { + this._long = _long; } - public JsonNode binary(@javax.annotation.Nullable Boolean binary) { - this.binary = binary; + public JsonNode _double(@javax.annotation.Nullable Boolean _double) { + this._double = _double; return this; } /** - * Get binary - * @return binary + * Get _double + * @return _double */ @javax.annotation.Nullable - public Boolean getBinary() { - return binary; + public Boolean getDouble() { + return _double; } - public void setBinary(@javax.annotation.Nullable Boolean binary) { - this.binary = binary; + public void setDouble(@javax.annotation.Nullable Boolean _double) { + this._double = _double; } @@ -715,30 +715,30 @@ public boolean equals(Object o) { Objects.equals(this._null, jsonNode._null) && Objects.equals(this._object, jsonNode._object) && Objects.equals(this._float, jsonNode._float) && - Objects.equals(this.string, jsonNode.string) && Objects.equals(this.integralNumber, jsonNode.integralNumber) && Objects.equals(this.floatingPointNumber, jsonNode.floatingPointNumber) && + Objects.equals(this._boolean, jsonNode._boolean) && + Objects.equals(this.binary, jsonNode.binary) && + Objects.equals(this.bigDecimal, jsonNode.bigDecimal) && + Objects.equals(this.bigInteger, jsonNode.bigInteger) && + Objects.equals(this.nodeType, jsonNode.nodeType) && + Objects.equals(this.string, jsonNode.string) && + Objects.equals(this.textual, jsonNode.textual) && Objects.equals(this.valueNode, jsonNode.valueNode) && Objects.equals(this.container, jsonNode.container) && Objects.equals(this.missingNode, jsonNode.missingNode) && - Objects.equals(this.nodeType, jsonNode.nodeType) && Objects.equals(this.pojo, jsonNode.pojo) && Objects.equals(this._short, jsonNode._short) && Objects.equals(this._int, jsonNode._int) && Objects.equals(this._long, jsonNode._long) && Objects.equals(this._double, jsonNode._double) && - Objects.equals(this.bigDecimal, jsonNode.bigDecimal) && - Objects.equals(this.bigInteger, jsonNode.bigInteger) && - Objects.equals(this.textual, jsonNode.textual) && - Objects.equals(this._boolean, jsonNode._boolean) && - Objects.equals(this.binary, jsonNode.binary) && Objects.equals(this.number, jsonNode.number) && Objects.equals(this.embeddedValue, jsonNode.embeddedValue); } @Override public int hashCode() { - return Objects.hash(empty, array, _null, _object, _float, string, integralNumber, floatingPointNumber, valueNode, container, missingNode, nodeType, pojo, _short, _int, _long, _double, bigDecimal, bigInteger, textual, _boolean, binary, number, embeddedValue); + return Objects.hash(empty, array, _null, _object, _float, integralNumber, floatingPointNumber, _boolean, binary, bigDecimal, bigInteger, nodeType, string, textual, valueNode, container, missingNode, pojo, _short, _int, _long, _double, number, embeddedValue); } @Override @@ -750,23 +750,23 @@ public String toString() { sb.append(" _null: ").append(toIndentedString(_null)).append("\n"); sb.append(" _object: ").append(toIndentedString(_object)).append("\n"); sb.append(" _float: ").append(toIndentedString(_float)).append("\n"); - sb.append(" string: ").append(toIndentedString(string)).append("\n"); sb.append(" integralNumber: ").append(toIndentedString(integralNumber)).append("\n"); sb.append(" floatingPointNumber: ").append(toIndentedString(floatingPointNumber)).append("\n"); + sb.append(" _boolean: ").append(toIndentedString(_boolean)).append("\n"); + sb.append(" binary: ").append(toIndentedString(binary)).append("\n"); + sb.append(" bigDecimal: ").append(toIndentedString(bigDecimal)).append("\n"); + sb.append(" bigInteger: ").append(toIndentedString(bigInteger)).append("\n"); + sb.append(" nodeType: ").append(toIndentedString(nodeType)).append("\n"); + sb.append(" string: ").append(toIndentedString(string)).append("\n"); + sb.append(" textual: ").append(toIndentedString(textual)).append("\n"); sb.append(" valueNode: ").append(toIndentedString(valueNode)).append("\n"); sb.append(" container: ").append(toIndentedString(container)).append("\n"); sb.append(" missingNode: ").append(toIndentedString(missingNode)).append("\n"); - sb.append(" nodeType: ").append(toIndentedString(nodeType)).append("\n"); sb.append(" pojo: ").append(toIndentedString(pojo)).append("\n"); sb.append(" _short: ").append(toIndentedString(_short)).append("\n"); sb.append(" _int: ").append(toIndentedString(_int)).append("\n"); sb.append(" _long: ").append(toIndentedString(_long)).append("\n"); sb.append(" _double: ").append(toIndentedString(_double)).append("\n"); - sb.append(" bigDecimal: ").append(toIndentedString(bigDecimal)).append("\n"); - sb.append(" bigInteger: ").append(toIndentedString(bigInteger)).append("\n"); - sb.append(" textual: ").append(toIndentedString(textual)).append("\n"); - sb.append(" _boolean: ").append(toIndentedString(_boolean)).append("\n"); - sb.append(" binary: ").append(toIndentedString(binary)).append("\n"); sb.append(" number: ").append(toIndentedString(number)).append("\n"); sb.append(" embeddedValue: ").append(toIndentedString(embeddedValue)).append("\n"); sb.append("}"); @@ -796,23 +796,23 @@ private String toIndentedString(Object o) { openapiFields.add("null"); openapiFields.add("object"); openapiFields.add("float"); - openapiFields.add("string"); openapiFields.add("integralNumber"); openapiFields.add("floatingPointNumber"); + openapiFields.add("boolean"); + openapiFields.add("binary"); + openapiFields.add("bigDecimal"); + openapiFields.add("bigInteger"); + openapiFields.add("nodeType"); + openapiFields.add("string"); + openapiFields.add("textual"); openapiFields.add("valueNode"); openapiFields.add("container"); openapiFields.add("missingNode"); - openapiFields.add("nodeType"); openapiFields.add("pojo"); openapiFields.add("short"); openapiFields.add("int"); openapiFields.add("long"); openapiFields.add("double"); - openapiFields.add("bigDecimal"); - openapiFields.add("bigInteger"); - openapiFields.add("textual"); - openapiFields.add("boolean"); - openapiFields.add("binary"); openapiFields.add("number"); openapiFields.add("embeddedValue");