Skip to content

Commit 416934d

Browse files
committed
Regenerate code based on a recent control plane change made to OAS (#162)
## Problem A change was made to the control plane OAS. ## Solution Regenerated code based on the latest OAS using the following commands: ``` git submodule init && git submodule update ./codegen/build-oas.sh 2024-10 ``` Note: There are a lot of changes based on the updated timestamps only. ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [X] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update - [ ] Infrastructure change (CI configs, etc) - [ ] Non-code change (docs, etc) - [ ] None of the above: (explain here) ## Test Plan Existing integration tests should work.
1 parent 848d81b commit 416934d

File tree

79 files changed

+90
-89
lines changed

Some content is hidden

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

79 files changed

+90
-89
lines changed

codegen/apis

Submodule apis updated from 60b9d21 to 39e90e2

src/main/java/org/openapitools/db_control/client/ApiException.java

+1-1
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", date = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
24+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
2525
public class ApiException extends Exception {
2626
private int code = 0;
2727
private Map<String, List<String>> responseHeaders = null;

src/main/java/org/openapitools/db_control/client/Configuration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package org.openapitools.db_control.client;
1515

16-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
1717
public class Configuration {
1818
public static final String VERSION = "2024-10";
1919

src/main/java/org/openapitools/db_control/client/Pair.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package org.openapitools.db_control.client;
1515

16-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
1717
public class Pair {
1818
private String name = "";
1919
private String value = "";

src/main/java/org/openapitools/db_control/client/StringUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
19+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
2020
public class StringUtil {
2121
/**
2222
* Check if the given array contains the given value (with case-insensitive comparison).

src/main/java/org/openapitools/db_control/client/api/ManageIndexesApi.java

+4
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,7 @@ public okhttp3.Call deleteCollectionAsync(String collectionName, final ApiCallba
688688
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
689689
<tr><td> 202 </td><td> The request to delete the index has been accepted. </td><td> - </td></tr>
690690
<tr><td> 401 </td><td> Unauthorized. Possible causes: Invalid API key. </td><td> - </td></tr>
691+
<tr><td> 403 </td><td> Forbidden. Deletion protection enabled. </td><td> - </td></tr>
691692
<tr><td> 404 </td><td> Index not found. </td><td> - </td></tr>
692693
<tr><td> 412 </td><td> There is a pending collection created from this index. </td><td> - </td></tr>
693694
<tr><td> 500 </td><td> Internal server error. </td><td> - </td></tr>
@@ -759,6 +760,7 @@ private okhttp3.Call deleteIndexValidateBeforeCall(String indexName, final ApiCa
759760
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
760761
<tr><td> 202 </td><td> The request to delete the index has been accepted. </td><td> - </td></tr>
761762
<tr><td> 401 </td><td> Unauthorized. Possible causes: Invalid API key. </td><td> - </td></tr>
763+
<tr><td> 403 </td><td> Forbidden. Deletion protection enabled. </td><td> - </td></tr>
762764
<tr><td> 404 </td><td> Index not found. </td><td> - </td></tr>
763765
<tr><td> 412 </td><td> There is a pending collection created from this index. </td><td> - </td></tr>
764766
<tr><td> 500 </td><td> Internal server error. </td><td> - </td></tr>
@@ -779,6 +781,7 @@ public void deleteIndex(String indexName) throws ApiException {
779781
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
780782
<tr><td> 202 </td><td> The request to delete the index has been accepted. </td><td> - </td></tr>
781783
<tr><td> 401 </td><td> Unauthorized. Possible causes: Invalid API key. </td><td> - </td></tr>
784+
<tr><td> 403 </td><td> Forbidden. Deletion protection enabled. </td><td> - </td></tr>
782785
<tr><td> 404 </td><td> Index not found. </td><td> - </td></tr>
783786
<tr><td> 412 </td><td> There is a pending collection created from this index. </td><td> - </td></tr>
784787
<tr><td> 500 </td><td> Internal server error. </td><td> - </td></tr>
@@ -801,6 +804,7 @@ public ApiResponse<Void> deleteIndexWithHttpInfo(String indexName) throws ApiExc
801804
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
802805
<tr><td> 202 </td><td> The request to delete the index has been accepted. </td><td> - </td></tr>
803806
<tr><td> 401 </td><td> Unauthorized. Possible causes: Invalid API key. </td><td> - </td></tr>
807+
<tr><td> 403 </td><td> Forbidden. Deletion protection enabled. </td><td> - </td></tr>
804808
<tr><td> 404 </td><td> Index not found. </td><td> - </td></tr>
805809
<tr><td> 412 </td><td> There is a pending collection created from this index. </td><td> - </td></tr>
806810
<tr><td> 500 </td><td> Internal server error. </td><td> - </td></tr>

src/main/java/org/openapitools/db_control/client/auth/ApiKeyAuth.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
23+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
2424
public class ApiKeyAuth implements Authentication {
2525
private final String location;
2626
private final String paramName;

src/main/java/org/openapitools/db_control/client/auth/HttpBearerAuth.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
23+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
2424
public class HttpBearerAuth implements Authentication {
2525
private final String scheme;
2626
private String bearerToken;

src/main/java/org/openapitools/db_control/client/model/AbstractOpenApiSchema.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
2525
*/
26-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
26+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
2727
public abstract class AbstractOpenApiSchema {
2828

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

src/main/java/org/openapitools/db_control/client/model/CollectionList.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
/**
5353
* The list of collections that exist in the project.
5454
*/
55-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
55+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
5656
public class CollectionList {
5757
public static final String SERIALIZED_NAME_COLLECTIONS = "collections";
5858
@SerializedName(SERIALIZED_NAME_COLLECTIONS)

src/main/java/org/openapitools/db_control/client/model/CollectionModel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
/**
5050
* The CollectionModel describes the configuration and status of a Pinecone collection.
5151
*/
52-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
52+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
5353
public class CollectionModel {
5454
public static final String SERIALIZED_NAME_NAME = "name";
5555
@SerializedName(SERIALIZED_NAME_NAME)

src/main/java/org/openapitools/db_control/client/model/ConfigureIndexRequest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
/**
5555
* Configuration used to scale an index.
5656
*/
57-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
57+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
5858
public class ConfigureIndexRequest {
5959
public static final String SERIALIZED_NAME_SPEC = "spec";
6060
@SerializedName(SERIALIZED_NAME_SPEC)

src/main/java/org/openapitools/db_control/client/model/ConfigureIndexRequestSpec.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/**
5151
* ConfigureIndexRequestSpec
5252
*/
53-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
53+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
5454
public class ConfigureIndexRequestSpec {
5555
public static final String SERIALIZED_NAME_POD = "pod";
5656
@SerializedName(SERIALIZED_NAME_POD)

src/main/java/org/openapitools/db_control/client/model/ConfigureIndexRequestSpecPod.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
/**
5050
* ConfigureIndexRequestSpecPod
5151
*/
52-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
52+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
5353
public class ConfigureIndexRequestSpecPod {
5454
public static final String SERIALIZED_NAME_REPLICAS = "replicas";
5555
@SerializedName(SERIALIZED_NAME_REPLICAS)

src/main/java/org/openapitools/db_control/client/model/CreateCollectionRequest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
/**
5050
* The configuration needed to create a Pinecone collection.
5151
*/
52-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
52+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
5353
public class CreateCollectionRequest {
5454
public static final String SERIALIZED_NAME_NAME = "name";
5555
@SerializedName(SERIALIZED_NAME_NAME)

src/main/java/org/openapitools/db_control/client/model/CreateIndexRequest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
/**
5555
* The configuration needed to create a Pinecone index.
5656
*/
57-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
57+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
5858
public class CreateIndexRequest {
5959
public static final String SERIALIZED_NAME_NAME = "name";
6060
@SerializedName(SERIALIZED_NAME_NAME)

src/main/java/org/openapitools/db_control/client/model/ErrorResponse.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/**
5151
* The response shape used for all error responses.
5252
*/
53-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
53+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
5454
public class ErrorResponse {
5555
public static final String SERIALIZED_NAME_STATUS = "status";
5656
@SerializedName(SERIALIZED_NAME_STATUS)

src/main/java/org/openapitools/db_control/client/model/ErrorResponseError.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
/**
5050
* Detailed information about the error that occurred.
5151
*/
52-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
52+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
5353
public class ErrorResponseError {
5454
/**
5555
* Gets or Sets code

src/main/java/org/openapitools/db_control/client/model/IndexList.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
/**
5353
* The list of indexes that exist in the project.
5454
*/
55-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
55+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
5656
public class IndexList {
5757
public static final String SERIALIZED_NAME_INDEXES = "indexes";
5858
@SerializedName(SERIALIZED_NAME_INDEXES)

src/main/java/org/openapitools/db_control/client/model/IndexModel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
/**
5656
* The IndexModel describes the configuration and status of a Pinecone index.
5757
*/
58-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
58+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
5959
public class IndexModel {
6060
public static final String SERIALIZED_NAME_NAME = "name";
6161
@SerializedName(SERIALIZED_NAME_NAME)

src/main/java/org/openapitools/db_control/client/model/IndexModelSpec.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
/**
5252
* IndexModelSpec
5353
*/
54-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
54+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
5555
public class IndexModelSpec {
5656
public static final String SERIALIZED_NAME_POD = "pod";
5757
@SerializedName(SERIALIZED_NAME_POD)

src/main/java/org/openapitools/db_control/client/model/IndexModelStatus.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
/**
5050
* IndexModelStatus
5151
*/
52-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
52+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
5353
public class IndexModelStatus {
5454
public static final String SERIALIZED_NAME_READY = "ready";
5555
@SerializedName(SERIALIZED_NAME_READY)

src/main/java/org/openapitools/db_control/client/model/IndexSpec.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
/**
5252
* The spec object defines how the index should be deployed. For serverless indexes, you define only the [cloud and region](http://docs.pinecone.io/guides/indexes/understanding-indexes#cloud-regions) where the index should be hosted. For pod-based indexes, you define the [environment](http://docs.pinecone.io/guides/indexes/understanding-indexes#pod-environments) where the index should be hosted, the [pod type and size](http://docs.pinecone.io/guides/indexes/understanding-indexes#pod-types) to use, and other index characteristics.
5353
*/
54-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
54+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
5555
public class IndexSpec {
5656
public static final String SERIALIZED_NAME_SERVERLESS = "serverless";
5757
@SerializedName(SERIALIZED_NAME_SERVERLESS)

src/main/java/org/openapitools/db_control/client/model/PodSpec.java

+4-7
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/**
5151
* Configuration needed to deploy a pod-based index.
5252
*/
53-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
53+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
5454
public class PodSpec {
5555
public static final String SERIALIZED_NAME_ENVIRONMENT = "environment";
5656
@SerializedName(SERIALIZED_NAME_ENVIRONMENT)
@@ -115,7 +115,7 @@ public PodSpec replicas(Integer replicas) {
115115
* minimum: 1
116116
* @return replicas
117117
**/
118-
@javax.annotation.Nonnull
118+
@javax.annotation.Nullable
119119
public Integer getReplicas() {
120120
return replicas;
121121
}
@@ -137,7 +137,7 @@ public PodSpec shards(Integer shards) {
137137
* minimum: 1
138138
* @return shards
139139
**/
140-
@javax.annotation.Nonnull
140+
@javax.annotation.Nullable
141141
public Integer getShards() {
142142
return shards;
143143
}
@@ -180,7 +180,7 @@ public PodSpec pods(Integer pods) {
180180
* minimum: 1
181181
* @return pods
182182
**/
183-
@javax.annotation.Nonnull
183+
@javax.annotation.Nullable
184184
public Integer getPods() {
185185
return pods;
186186
}
@@ -347,10 +347,7 @@ private String toIndentedString(Object o) {
347347
// a set of required properties/fields (JSON key names)
348348
openapiRequiredFields = new HashSet<String>();
349349
openapiRequiredFields.add("environment");
350-
openapiRequiredFields.add("replicas");
351-
openapiRequiredFields.add("shards");
352350
openapiRequiredFields.add("pod_type");
353-
openapiRequiredFields.add("pods");
354351
}
355352

356353
/**

src/main/java/org/openapitools/db_control/client/model/PodSpecMetadataConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
/**
5252
* Configuration for the behavior of Pinecone&#39;s internal metadata index. By default, all metadata is indexed; when &#x60;metadata_config&#x60; is present, only specified metadata fields are indexed. These configurations are only valid for use with pod-based indexes.
5353
*/
54-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
54+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
5555
public class PodSpecMetadataConfig {
5656
public static final String SERIALIZED_NAME_INDEXED = "indexed";
5757
@SerializedName(SERIALIZED_NAME_INDEXED)

src/main/java/org/openapitools/db_control/client/model/ServerlessSpec.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
/**
5050
* Configuration needed to deploy a serverless index.
5151
*/
52-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:52.118506Z[Etc/UTC]")
52+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:10.542209Z[Etc/UTC]")
5353
public class ServerlessSpec {
5454
/**
5555
* The public cloud where you would like your index hosted.

src/main/java/org/openapitools/db_data/client/ApiException.java

+1-1
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", date = "2024-10-22T21:23:53.484175Z[Etc/UTC]")
24+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:12.659110Z[Etc/UTC]")
2525
public class ApiException extends Exception {
2626
private int code = 0;
2727
private Map<String, List<String>> responseHeaders = null;

src/main/java/org/openapitools/db_data/client/Configuration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package org.openapitools.db_data.client;
1515

16-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:53.484175Z[Etc/UTC]")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:12.659110Z[Etc/UTC]")
1717
public class Configuration {
1818
public static final String VERSION = "2024-10";
1919

src/main/java/org/openapitools/db_data/client/Pair.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package org.openapitools.db_data.client;
1515

16-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:53.484175Z[Etc/UTC]")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:12.659110Z[Etc/UTC]")
1717
public class Pair {
1818
private String name = "";
1919
private String value = "";

src/main/java/org/openapitools/db_data/client/StringUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 = "2024-10-22T21:23:53.484175Z[Etc/UTC]")
19+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:12.659110Z[Etc/UTC]")
2020
public class StringUtil {
2121
/**
2222
* Check if the given array contains the given value (with case-insensitive comparison).

src/main/java/org/openapitools/db_data/client/auth/ApiKeyAuth.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 = "2024-10-22T21:23:53.484175Z[Etc/UTC]")
23+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:12.659110Z[Etc/UTC]")
2424
public class ApiKeyAuth implements Authentication {
2525
private final String location;
2626
private final String paramName;

src/main/java/org/openapitools/db_data/client/auth/HttpBearerAuth.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 = "2024-10-22T21:23:53.484175Z[Etc/UTC]")
23+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:12.659110Z[Etc/UTC]")
2424
public class HttpBearerAuth implements Authentication {
2525
private final String scheme;
2626
private String bearerToken;

src/main/java/org/openapitools/db_data/client/model/AbstractOpenApiSchema.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
2525
*/
26-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:53.484175Z[Etc/UTC]")
26+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:12.659110Z[Etc/UTC]")
2727
public abstract class AbstractOpenApiSchema {
2828

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

src/main/java/org/openapitools/db_data/client/model/DeleteRequest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
/**
5252
* The request for the &#x60;delete&#x60; operation.
5353
*/
54-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-22T21:23:53.484175Z[Etc/UTC]")
54+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-23T20:47:12.659110Z[Etc/UTC]")
5555
public class DeleteRequest {
5656
public static final String SERIALIZED_NAME_IDS = "ids";
5757
@SerializedName(SERIALIZED_NAME_IDS)

0 commit comments

Comments
 (0)