Skip to content

Commit

Permalink
Update [vald sha: e0f8af7]
Browse files Browse the repository at this point in the history
  • Loading branch information
vdaas-ci committed Jan 24, 2023
1 parent e0f8af7 commit b6189b6
Show file tree
Hide file tree
Showing 14 changed files with 477 additions and 336 deletions.
2 changes: 1 addition & 1 deletion VALD_CLIENT_NODE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.3
1.7.0
2 changes: 1 addition & 1 deletion VALD_SHA
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4d79f332edc75f80f7f8e4320acf9ef1e45c9411
e0f8af7a87e858db137c2065bf06d3a0c3668263
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_payload = require("./src/vald/v1/payload");
import v1_agent_core = require("./src/vald/v1/agent/core");
import v1_vald = require("./src/vald/v1/vald");
declare const _default: {
v1_agent_core: typeof v1_agent_core,
v1_payload: typeof v1_payload,
v1_agent_core: typeof v1_agent_core,
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_payload = require("./src/vald/v1/payload");
module.exports.v1_agent_core = require("./src/vald/v1/agent/core");
module.exports.v1_vald = require("./src/vald/v1/vald");
779 changes: 460 additions & 319 deletions package-lock.json

Large diffs are not rendered by default.

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.6.3",
"version": "1.7.0",
"description": "A gRPC client library for Vald",
"main": "index.js",
"types": "index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions src/vald/v1/agent/core/agent_grpc_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Original file comments:
//
// Copyright (C) 2019-2022 vdaas.org vald team <[email protected]>
// Copyright (C) 2019-2023 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.
Expand Down Expand Up @@ -58,7 +58,7 @@ function deserialize_payload_v1_Info_Index_Count(buffer_arg) {

// Represent the agent service.
var AgentService = exports.AgentService = {
// Represent the create index RPC.
// Represent the creating index RPC.
createIndex: {
path: '/core.v1.Agent/CreateIndex',
requestStream: false,
Expand All @@ -70,7 +70,7 @@ createIndex: {
responseSerialize: serialize_payload_v1_Empty,
responseDeserialize: deserialize_payload_v1_Empty,
},
// Represent the save index RPC.
// Represent the saving index RPC.
saveIndex: {
path: '/core.v1.Agent/SaveIndex',
requestStream: false,
Expand All @@ -82,7 +82,7 @@ saveIndex: {
responseSerialize: serialize_payload_v1_Empty,
responseDeserialize: deserialize_payload_v1_Empty,
},
// Represent the create and save index RPC.
// Represent the creating and saving index RPC.
createAndSaveIndex: {
path: '/core.v1.Agent/CreateAndSaveIndex',
requestStream: false,
Expand Down
2 changes: 1 addition & 1 deletion src/vald/v1/vald/filter_grpc_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Original file comments:
//
// Copyright (C) 2019-2022 vdaas.org vald team <[email protected]>
// Copyright (C) 2019-2023 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.
Expand Down
2 changes: 1 addition & 1 deletion src/vald/v1/vald/insert_grpc_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Original file comments:
//
// Copyright (C) 2019-2022 vdaas.org vald team <[email protected]>
// Copyright (C) 2019-2023 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.
Expand Down
2 changes: 1 addition & 1 deletion src/vald/v1/vald/object_grpc_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Original file comments:
//
// Copyright (C) 2019-2022 vdaas.org vald team <[email protected]>
// Copyright (C) 2019-2023 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.
Expand Down
2 changes: 1 addition & 1 deletion src/vald/v1/vald/remove_grpc_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Original file comments:
//
// Copyright (C) 2019-2022 vdaas.org vald team <[email protected]>
// Copyright (C) 2019-2023 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.
Expand Down
2 changes: 1 addition & 1 deletion src/vald/v1/vald/search_grpc_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Original file comments:
//
// Copyright (C) 2019-2022 vdaas.org vald team <[email protected]>
// Copyright (C) 2019-2023 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.
Expand Down
2 changes: 1 addition & 1 deletion src/vald/v1/vald/update_grpc_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Original file comments:
//
// Copyright (C) 2019-2022 vdaas.org vald team <[email protected]>
// Copyright (C) 2019-2023 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.
Expand Down
2 changes: 1 addition & 1 deletion src/vald/v1/vald/upsert_grpc_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Original file comments:
//
// Copyright (C) 2019-2022 vdaas.org vald team <[email protected]>
// Copyright (C) 2019-2023 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.
Expand Down

0 comments on commit b6189b6

Please sign in to comment.