You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: src/main/java/org/openapitools/db_control/client/model/IndexSpec.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@
51
51
/**
52
52
* 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.
53
53
*/
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]")
Copy file name to clipboardExpand all lines: src/main/java/org/openapitools/db_control/client/model/PodSpecMetadataConfig.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@
51
51
/**
52
52
* Configuration for the behavior of Pinecone's internal metadata index. By default, all metadata is indexed; when `metadata_config` is present, only specified metadata fields are indexed. These configurations are only valid for use with pod-based indexes.
53
53
*/
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]")
0 commit comments