Skip to content

Commit

Permalink
Update [vald sha: a989576d27afc9843569272a7d87d2b78e344756]
Browse files Browse the repository at this point in the history
Signed-off-by: Vdaas CI <[email protected]>
  • Loading branch information
vdaas-ci committed Dec 25, 2024
1 parent 23becbb commit 727a5d9
Show file tree
Hide file tree
Showing 32 changed files with 3,093 additions and 203 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright (C) 2019-2020 Vdaas.org Vald team ( kpango, rinx, kmrmt )
Copyright (C) 2019-2024 vdaas.org vald team <[email protected]>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may not use this file except in compliance with the License.
You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ TEST_DATASET_PATH = tests/wordvecs1000.json
PROTOS = \
v1/agent/core/agent.proto \
v1/vald/filter.proto \
v1/vald/flush.proto \
v1/vald/insert.proto \
v1/vald/object.proto \
v1/vald/index.proto \
Expand Down
2 changes: 1 addition & 1 deletion VALD_CLIENT_NODE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.15
1.7.16
2 changes: 1 addition & 1 deletion VALD_SHA
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0042cb3b6698d495a788d796eb789b693867b1a5
a989576d27afc9843569272a7d87d2b78e344756
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import v1_agent_core = require("./src/vald/v1/agent/core");
import v1_vald = require("./src/vald/v1/vald");
import v1_payload = require("./src/vald/v1/payload");
import v1_vald = require("./src/vald/v1/vald");
declare const _default: {
v1_agent_core: typeof v1_agent_core,
v1_vald: typeof v1_vald,
v1_payload: typeof v1_payload,
v1_vald: typeof v1_vald,
};
export = _default;
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports.v1_agent_core = require("./src/vald/v1/agent/core");
module.exports.v1_vald = require("./src/vald/v1/vald");
module.exports.v1_payload = require("./src/vald/v1/payload");
module.exports.v1_vald = require("./src/vald/v1/vald");
68 changes: 29 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vald-client-node",
"version": "1.7.15",
"version": "1.7.16",
"description": "A gRPC client library for Vald",
"main": "index.js",
"types": "index.d.ts",
Expand Down
12 changes: 5 additions & 7 deletions src/google/protobuf/descriptor_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1001,12 +1001,13 @@ export interface MessageOptions {
*/
export interface FieldOptions {
/**
* NOTE: ctype is deprecated. Use `features.(pb.cpp).string_type` instead.
* The ctype option instructs the C++ code generator to use a different
* representation of the field than it normally would. See the specific
* options below. This option is only implemented to support use of
* [ctype=CORD] and [ctype=STRING] (the default) on non-repeated fields of
* type "bytes" in the open source release -- sorry, we'll try to include
* other types in a future version!
* type "bytes" in the open source release.
* TODO: make ctype actually deprecated.
*
* @generated from protobuf field: optional google.protobuf.FieldOptions.CType ctype = 1;
*/
Expand Down Expand Up @@ -1226,8 +1227,6 @@ export declare enum FieldOptions_JSType {
}
/**
* If set to RETENTION_SOURCE, the option will be omitted from the binary.
* Note: as of January 2023, support for this is in progress and does not yet
* have an effect (b/264593489).
*
* @generated from protobuf enum google.protobuf.FieldOptions.OptionRetention
*/
Expand All @@ -1248,8 +1247,7 @@ export declare enum FieldOptions_OptionRetention {
/**
* This indicates the types of entities that the field may apply to when used
* as an option. If it is unset, then the field may be freely used as an
* option on any kind of entity. Note: as of January 2023, support for this is
* in progress and does not yet have an effect (b/264593489).
* option on any kind of entity.
*
* @generated from protobuf enum google.protobuf.FieldOptions.OptionTargetType
*/
Expand Down Expand Up @@ -2020,7 +2018,7 @@ export declare enum Edition {
EDITION_2024 = 1001,
/**
* Placeholder editions for testing feature resolution. These should not be
* used or relyed on outside of tests.
* used or relied on outside of tests.
*
* @generated from protobuf enum value: EDITION_1_TEST_ONLY = 1;
*/
Expand Down
7 changes: 2 additions & 5 deletions src/google/protobuf/descriptor_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,6 @@ var FieldOptions_JSType;
})(FieldOptions_JSType = exports.FieldOptions_JSType || (exports.FieldOptions_JSType = {}));
/**
* If set to RETENTION_SOURCE, the option will be omitted from the binary.
* Note: as of January 2023, support for this is in progress and does not yet
* have an effect (b/264593489).
*
* @generated from protobuf enum google.protobuf.FieldOptions.OptionRetention
*/
Expand All @@ -309,8 +307,7 @@ var FieldOptions_OptionRetention;
/**
* This indicates the types of entities that the field may apply to when used
* as an option. If it is unset, then the field may be freely used as an
* option on any kind of entity. Note: as of January 2023, support for this is
* in progress and does not yet have an effect (b/264593489).
* option on any kind of entity.
*
* @generated from protobuf enum google.protobuf.FieldOptions.OptionTargetType
*/
Expand Down Expand Up @@ -569,7 +566,7 @@ var Edition;
Edition[Edition["EDITION_2024"] = 1001] = "EDITION_2024";
/**
* Placeholder editions for testing feature resolution. These should not be
* used or relyed on outside of tests.
* used or relied on outside of tests.
*
* @generated from protobuf enum value: EDITION_1_TEST_ONLY = 1;
*/
Expand Down
Loading

0 comments on commit 727a5d9

Please sign in to comment.