diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d5c675..32bf8fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: --set manager.index.enabled=false \ --generate-name vald/vald sleep 3 - kubectl wait --for=condition=ready pod -l app=vald-agent-ngt --timeout=3m + kubectl wait --for=condition=ready pod -l app=vald-agent --timeout=3m kubectl get pods env: VALUES: https://raw.githubusercontent.com/vdaas/vald/main/.github/helm/values/values-lb.yaml @@ -51,7 +51,7 @@ jobs: curl -L https://raw.githubusercontent.com/rinx/word2vecjson/master/data/wordvecs1000.json -o tests/wordvecs1000.json - name: run tests run: | - kubectl port-forward statefulset/vald-agent-ngt 8081:8081 & + kubectl port-forward statefulset/vald-agent 8081:8081 & pid=$! npm run test @@ -63,7 +63,7 @@ jobs: npm pack - name: verify example codes (ts) run: | - kubectl port-forward statefulset/vald-agent-ngt 8081:8081 & + kubectl port-forward statefulset/vald-agent 8081:8081 & pid=$! version=`make vald/client/node/version/print` @@ -79,7 +79,7 @@ jobs: version=`make vald/client/node/version/print` cd example && npm install ../vald-client-node-${version}.tgz -s -f - kubectl port-forward statefulset/vald-agent-ngt 8081:8081 & + kubectl port-forward statefulset/vald-agent 8081:8081 & pid=$! DIM=300 node example.js diff --git a/VALD_SHA b/VALD_SHA index 65ec677..73df076 100644 --- a/VALD_SHA +++ b/VALD_SHA @@ -1 +1 @@ -a276499c227d74da1d233742825a7b1e59222ced +1e1cd862427cb5cab4e7b627e55cc34f7f1741b7 diff --git a/example-ts/package-lock.json b/example-ts/package-lock.json index aface5f..8e34ebf 100644 --- a/example-ts/package-lock.json +++ b/example-ts/package-lock.json @@ -9,14 +9,14 @@ "version": "1.0.0", "license": "Apache-2.0", "dependencies": { - "@grpc/grpc-js": "^1.9.13", - "vald-client-node": "^1.7.9" + "@grpc/grpc-js": "^1.10.0", + "vald-client-node": "^1.7.10" } }, "node_modules/@grpc/grpc-js": { - "version": "1.9.13", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.9.13.tgz", - "integrity": "sha512-OEZZu9v9AA+7/tghMDE8o5DAMD5THVnwSqDWuh7PPYO5287rTyqy0xEHT6/e4pbqSrhyLPdQFsam4TwFQVVIIw==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.10.0.tgz", + "integrity": "sha512-tx+eoEsqkMkLCHR4OOplwNIaJ7SVZWzeVKzEMBz8VR+TbssgBYOP4a0P+KQiQ6LaTG4SGaIEu7YTS8xOmkOWLA==", "dependencies": { "@grpc/proto-loader": "^0.7.8", "@types/node": ">=12.12.47" @@ -42,6 +42,19 @@ "node": ">=6" } }, + "node_modules/@protobuf-ts/runtime": { + "version": "2.9.3", + "resolved": "https://registry.npmjs.org/@protobuf-ts/runtime/-/runtime-2.9.3.tgz", + "integrity": "sha512-nivzCpg/qYD0RX2OmHOahJALb8ndjGmUhNBcTJ0BbXoqKwCSM6vYA+vegzS3rhuaPgbyC7Ec8idlnizzUfIRuw==" + }, + "node_modules/@protobuf-ts/runtime-rpc": { + "version": "2.9.3", + "resolved": "https://registry.npmjs.org/@protobuf-ts/runtime-rpc/-/runtime-rpc-2.9.3.tgz", + "integrity": "sha512-WelHpctvZeG8yhbb7tnsrLzotq9xjMCXuGuhJ8qMyEdNoBBEodbXseofAYFTebo2/PN2LzyEq3X6vwr5f8jqTA==", + "dependencies": { + "@protobuf-ts/runtime": "^2.9.3" + } + }, "node_modules/@protobufjs/aspromise": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", @@ -97,9 +110,9 @@ "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" }, "node_modules/@types/node": { - "version": "20.10.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.5.tgz", - "integrity": "sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==", + "version": "20.11.17", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.17.tgz", + "integrity": "sha512-QmgQZGWu1Yw9TDyAP9ZzpFJKynYNeOvwMJmaxABfieQoVoiVOS6MN1WSpqpRcbeA5+RW82kraAVxCCJg+780Qw==", "dependencies": { "undici-types": "~5.26.4" } @@ -161,9 +174,9 @@ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" }, "node_modules/escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", "engines": { "node": ">=6" } @@ -176,11 +189,6 @@ "node": "6.* || 8.* || >= 10.*" } }, - "node_modules/google-protobuf": { - "version": "3.21.2", - "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.21.2.tgz", - "integrity": "sha512-3MSOYFO5U9mPGikIYCzK0SaThypfGgS6bHqrUGXG3DPHCrb+txNqeEcns1W0lkGfk0rCyNXm7xB9rMxnCiZOoA==" - }, "node_modules/is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", @@ -200,9 +208,9 @@ "integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==" }, "node_modules/protobufjs": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.5.tgz", - "integrity": "sha512-gGXRSXvxQ7UiPgfw8gevrfRWcTlSbOFg+p/N+JVJEK5VhueL2miT6qTymqAmjr1Q5WbOCyJbyrk6JfWKwlFn6A==", + "version": "7.2.6", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.6.tgz", + "integrity": "sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw==", "hasInstallScript": true, "dependencies": { "@protobufjs/aspromise": "^1.1.2", @@ -260,12 +268,13 @@ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" }, "node_modules/vald-client-node": { - "version": "1.7.9", - "resolved": "https://registry.npmjs.org/vald-client-node/-/vald-client-node-1.7.9.tgz", - "integrity": "sha512-a4bXvtmtFw6lZMNT2O4gzBsMp+nGVVu/c5juNOys20XeJ0u5Fpqxz0O3w49ov3l1bZ/wUPdEwV/q0XQEFVKLUg==", + "version": "1.7.10", + "resolved": "https://registry.npmjs.org/vald-client-node/-/vald-client-node-1.7.10.tgz", + "integrity": "sha512-UWe1zS4KWJPzBV5C3QbXHs4uOtujblapt1U0r4sGntYzj0R/5vtlqtsHYPyYIi0+esnrrTo6OYOCVyb5bZzbBA==", "dependencies": { - "@grpc/grpc-js": "^1.9.3", - "google-protobuf": "^3.21.2" + "@grpc/grpc-js": "^1.9.13", + "@protobuf-ts/runtime": "^2.9.3", + "@protobuf-ts/runtime-rpc": "^2.9.3" }, "engines": { "node": ">=18.16.0" diff --git a/example-ts/package.json b/example-ts/package.json index 20940f6..3875416 100644 --- a/example-ts/package.json +++ b/example-ts/package.json @@ -9,7 +9,7 @@ "author": "Vald authors (https://vald.vdaas.org)", "license": "Apache-2.0", "dependencies": { - "@grpc/grpc-js": "^1.9.13", - "vald-client-node": "^1.7.9" + "@grpc/grpc-js": "^1.10.0", + "vald-client-node": "^1.7.10" } } diff --git a/example/package-lock.json b/example/package-lock.json index 1f1f3c4..1473351 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -9,14 +9,14 @@ "version": "1.0.0", "license": "Apache-2.0", "dependencies": { - "@grpc/grpc-js": "^1.9.13", - "vald-client-node": "^1.7.9" + "@grpc/grpc-js": "^1.10.0", + "vald-client-node": "^1.7.10" } }, "node_modules/@grpc/grpc-js": { - "version": "1.9.13", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.9.13.tgz", - "integrity": "sha512-OEZZu9v9AA+7/tghMDE8o5DAMD5THVnwSqDWuh7PPYO5287rTyqy0xEHT6/e4pbqSrhyLPdQFsam4TwFQVVIIw==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.10.0.tgz", + "integrity": "sha512-tx+eoEsqkMkLCHR4OOplwNIaJ7SVZWzeVKzEMBz8VR+TbssgBYOP4a0P+KQiQ6LaTG4SGaIEu7YTS8xOmkOWLA==", "dependencies": { "@grpc/proto-loader": "^0.7.8", "@types/node": ">=12.12.47" @@ -42,6 +42,19 @@ "node": ">=6" } }, + "node_modules/@protobuf-ts/runtime": { + "version": "2.9.3", + "resolved": "https://registry.npmjs.org/@protobuf-ts/runtime/-/runtime-2.9.3.tgz", + "integrity": "sha512-nivzCpg/qYD0RX2OmHOahJALb8ndjGmUhNBcTJ0BbXoqKwCSM6vYA+vegzS3rhuaPgbyC7Ec8idlnizzUfIRuw==" + }, + "node_modules/@protobuf-ts/runtime-rpc": { + "version": "2.9.3", + "resolved": "https://registry.npmjs.org/@protobuf-ts/runtime-rpc/-/runtime-rpc-2.9.3.tgz", + "integrity": "sha512-WelHpctvZeG8yhbb7tnsrLzotq9xjMCXuGuhJ8qMyEdNoBBEodbXseofAYFTebo2/PN2LzyEq3X6vwr5f8jqTA==", + "dependencies": { + "@protobuf-ts/runtime": "^2.9.3" + } + }, "node_modules/@protobufjs/aspromise": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", @@ -97,9 +110,9 @@ "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" }, "node_modules/@types/node": { - "version": "20.10.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.5.tgz", - "integrity": "sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==", + "version": "20.11.17", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.17.tgz", + "integrity": "sha512-QmgQZGWu1Yw9TDyAP9ZzpFJKynYNeOvwMJmaxABfieQoVoiVOS6MN1WSpqpRcbeA5+RW82kraAVxCCJg+780Qw==", "dependencies": { "undici-types": "~5.26.4" } @@ -161,9 +174,9 @@ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" }, "node_modules/escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", "engines": { "node": ">=6" } @@ -176,11 +189,6 @@ "node": "6.* || 8.* || >= 10.*" } }, - "node_modules/google-protobuf": { - "version": "3.21.2", - "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.21.2.tgz", - "integrity": "sha512-3MSOYFO5U9mPGikIYCzK0SaThypfGgS6bHqrUGXG3DPHCrb+txNqeEcns1W0lkGfk0rCyNXm7xB9rMxnCiZOoA==" - }, "node_modules/is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", @@ -200,9 +208,9 @@ "integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==" }, "node_modules/protobufjs": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.5.tgz", - "integrity": "sha512-gGXRSXvxQ7UiPgfw8gevrfRWcTlSbOFg+p/N+JVJEK5VhueL2miT6qTymqAmjr1Q5WbOCyJbyrk6JfWKwlFn6A==", + "version": "7.2.6", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.6.tgz", + "integrity": "sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw==", "hasInstallScript": true, "dependencies": { "@protobufjs/aspromise": "^1.1.2", @@ -260,12 +268,13 @@ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" }, "node_modules/vald-client-node": { - "version": "1.7.9", - "resolved": "https://registry.npmjs.org/vald-client-node/-/vald-client-node-1.7.9.tgz", - "integrity": "sha512-a4bXvtmtFw6lZMNT2O4gzBsMp+nGVVu/c5juNOys20XeJ0u5Fpqxz0O3w49ov3l1bZ/wUPdEwV/q0XQEFVKLUg==", + "version": "1.7.10", + "resolved": "https://registry.npmjs.org/vald-client-node/-/vald-client-node-1.7.10.tgz", + "integrity": "sha512-UWe1zS4KWJPzBV5C3QbXHs4uOtujblapt1U0r4sGntYzj0R/5vtlqtsHYPyYIi0+esnrrTo6OYOCVyb5bZzbBA==", "dependencies": { - "@grpc/grpc-js": "^1.9.3", - "google-protobuf": "^3.21.2" + "@grpc/grpc-js": "^1.9.13", + "@protobuf-ts/runtime": "^2.9.3", + "@protobuf-ts/runtime-rpc": "^2.9.3" }, "engines": { "node": ">=18.16.0" diff --git a/example/package.json b/example/package.json index 93d55d1..2cce4c3 100644 --- a/example/package.json +++ b/example/package.json @@ -9,7 +9,7 @@ "author": "Vald authors (https://vald.vdaas.org)", "license": "Apache-2.0", "dependencies": { - "@grpc/grpc-js": "^1.9.13", - "vald-client-node": "^1.7.9" + "@grpc/grpc-js": "^1.10.0", + "vald-client-node": "^1.7.10" } } diff --git a/package-lock.json b/package-lock.json index 7a1416e..bfb1dec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.7.11", "license": "Apache-2.0", "dependencies": { - "@grpc/grpc-js": "^1.9.13", + "@grpc/grpc-js": "^1.10.0", "@protobuf-ts/runtime": "^2.9.3", "@protobuf-ts/runtime-rpc": "^2.9.3" }, diff --git a/package.json b/package.json index 7d14a58..0fa978e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "homepage": "https://github.com/vdaas/vald-client-node", "dependencies": { - "@grpc/grpc-js": "^1.9.13", + "@grpc/grpc-js": "^1.10.0", "@protobuf-ts/runtime": "^2.9.3", "@protobuf-ts/runtime-rpc": "^2.9.3" }, diff --git a/src/vald/v1/agent/core/agent_pb.d.ts b/src/vald/v1/agent/core/agent_pb.d.ts index 1ed77d6..74b9bf6 100644 --- a/src/vald/v1/agent/core/agent_pb.d.ts +++ b/src/vald/v1/agent/core/agent_pb.d.ts @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/agent/core/agent_pb.grpc-client.d.ts b/src/vald/v1/agent/core/agent_pb.grpc-client.d.ts index c626084..d5f463d 100644 --- a/src/vald/v1/agent/core/agent_pb.grpc-client.d.ts +++ b/src/vald/v1/agent/core/agent_pb.grpc-client.d.ts @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/agent/core/agent_pb.grpc-client.js b/src/vald/v1/agent/core/agent_pb.grpc-client.js index 153528e..5e0d865 100644 --- a/src/vald/v1/agent/core/agent_pb.grpc-client.js +++ b/src/vald/v1/agent/core/agent_pb.grpc-client.js @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ exports.AgentClient = void 0; // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/agent/core/agent_pb.js b/src/vald/v1/agent/core/agent_pb.js index c930091..1200370 100644 --- a/src/vald/v1/agent/core/agent_pb.js +++ b/src/vald/v1/agent/core/agent_pb.js @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ exports.Agent = void 0; // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/payload/payload_pb.d.ts b/src/vald/v1/payload/payload_pb.d.ts index 4e23e4a..107b6ba 100644 --- a/src/vald/v1/payload/payload_pb.d.ts +++ b/src/vald/v1/payload/payload_pb.d.ts @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. @@ -1547,45 +1547,6 @@ export interface Info_IPs { */ ip: string[]; } -/** - * Mirror related messages. - * - * @generated from protobuf message payload.v1.Mirror - */ -export interface Mirror { -} -/** - * Represent server information. - * - * @generated from protobuf message payload.v1.Mirror.Target - */ -export interface Mirror_Target { - /** - * The target hostname. - * - * @generated from protobuf field: string host = 1; - */ - host: string; - /** - * The target port. - * - * @generated from protobuf field: uint32 port = 2; - */ - port: number; -} -/** - * Represent the multiple Target message. - * - * @generated from protobuf message payload.v1.Mirror.Targets - */ -export interface Mirror_Targets { - /** - * The multiple target information. - * - * @generated from protobuf field: repeated payload.v1.Mirror.Target targets = 1; - */ - targets: Mirror_Target[]; -} /** * Represent an empty message. * @@ -2395,36 +2356,6 @@ declare class Info_IPs$Type extends MessageType { * @generated MessageType for protobuf message payload.v1.Info.IPs */ export declare const Info_IPs: Info_IPs$Type; -declare class Mirror$Type extends MessageType { - constructor(); - create(value?: PartialMessage): Mirror; - internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Mirror): Mirror; - internalBinaryWrite(message: Mirror, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter; -} -/** - * @generated MessageType for protobuf message payload.v1.Mirror - */ -export declare const Mirror: Mirror$Type; -declare class Mirror_Target$Type extends MessageType { - constructor(); - create(value?: PartialMessage): Mirror_Target; - internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Mirror_Target): Mirror_Target; - internalBinaryWrite(message: Mirror_Target, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter; -} -/** - * @generated MessageType for protobuf message payload.v1.Mirror.Target - */ -export declare const Mirror_Target: Mirror_Target$Type; -declare class Mirror_Targets$Type extends MessageType { - constructor(); - create(value?: PartialMessage): Mirror_Targets; - internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Mirror_Targets): Mirror_Targets; - internalBinaryWrite(message: Mirror_Targets, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter; -} -/** - * @generated MessageType for protobuf message payload.v1.Mirror.Targets - */ -export declare const Mirror_Targets: Mirror_Targets$Type; declare class Empty$Type extends MessageType { constructor(); create(value?: PartialMessage): Empty; diff --git a/src/vald/v1/payload/payload_pb.js b/src/vald/v1/payload/payload_pb.js index ed736ac..cd86a45 100644 --- a/src/vald/v1/payload/payload_pb.js +++ b/src/vald/v1/payload/payload_pb.js @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ // "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); -exports.Empty = exports.Mirror_Targets = exports.Mirror_Target = exports.Mirror = exports.Info_IPs = exports.Info_Services = exports.Info_Nodes = exports.Info_Pods = exports.Info_Memory = exports.Info_CPU = exports.Info_Annotations = exports.Info_Labels = exports.Info_ServicePort = exports.Info_Service = exports.Info_Node = exports.Info_Pod = exports.Info_Index_UUID_Uncommitted = exports.Info_Index_UUID_Committed = exports.Info_Index_UUID = exports.Info_Index_Count = exports.Info_Index = exports.Info = exports.Discoverer_Request = exports.Discoverer = exports.Control_CreateIndexRequest = exports.Control = exports.Object_List_Response = exports.Object_List_Request = exports.Object_List = exports.Object_Locations = exports.Object_StreamLocation = exports.Object_Location = exports.Object_StreamBlob = exports.Object_Blob = exports.Object_ReshapeVector = exports.Object_StreamVector = exports.Object_Vectors = exports.Object_Timestamp = exports.Object_GetTimestampRequest = exports.Object_Vector = exports.Object_IDs = exports.Object_ID = exports.Object_StreamDistance = exports.Object_Distance = exports.Object_VectorRequest = exports.Object = exports.Remove_Config = exports.Remove_Timestamp = exports.Remove_TimestampRequest = exports.Remove_MultiRequest = exports.Remove_Request = exports.Remove = exports.Upsert_Config = exports.Upsert_MultiObjectRequest = exports.Upsert_ObjectRequest = exports.Upsert_MultiRequest = exports.Upsert_Request = exports.Upsert = exports.Update_Config = exports.Update_MultiObjectRequest = exports.Update_ObjectRequest = exports.Update_MultiRequest = exports.Update_Request = exports.Update = exports.Insert_Config = exports.Insert_MultiObjectRequest = exports.Insert_ObjectRequest = exports.Insert_MultiRequest = exports.Insert_Request = exports.Insert = exports.Filter_Config = exports.Filter_Target = exports.Filter = exports.Search_StreamResponse = exports.Search_Responses = exports.Search_Response = exports.Search_Config = exports.Search_MultiObjectRequest = exports.Search_ObjectRequest = exports.Search_MultiIDRequest = exports.Search_IDRequest = exports.Search_MultiRequest = exports.Search_Request = exports.Search = exports.Remove_Timestamp_Operator = exports.Search_AggregationAlgorithm = void 0; +exports.Empty = exports.Info_IPs = exports.Info_Services = exports.Info_Nodes = exports.Info_Pods = exports.Info_Memory = exports.Info_CPU = exports.Info_Annotations = exports.Info_Labels = exports.Info_ServicePort = exports.Info_Service = exports.Info_Node = exports.Info_Pod = exports.Info_Index_UUID_Uncommitted = exports.Info_Index_UUID_Committed = exports.Info_Index_UUID = exports.Info_Index_Count = exports.Info_Index = exports.Info = exports.Discoverer_Request = exports.Discoverer = exports.Control_CreateIndexRequest = exports.Control = exports.Object_List_Response = exports.Object_List_Request = exports.Object_List = exports.Object_Locations = exports.Object_StreamLocation = exports.Object_Location = exports.Object_StreamBlob = exports.Object_Blob = exports.Object_ReshapeVector = exports.Object_StreamVector = exports.Object_Vectors = exports.Object_Timestamp = exports.Object_GetTimestampRequest = exports.Object_Vector = exports.Object_IDs = exports.Object_ID = exports.Object_StreamDistance = exports.Object_Distance = exports.Object_VectorRequest = exports.Object = exports.Remove_Config = exports.Remove_Timestamp = exports.Remove_TimestampRequest = exports.Remove_MultiRequest = exports.Remove_Request = exports.Remove = exports.Upsert_Config = exports.Upsert_MultiObjectRequest = exports.Upsert_ObjectRequest = exports.Upsert_MultiRequest = exports.Upsert_Request = exports.Upsert = exports.Update_Config = exports.Update_MultiObjectRequest = exports.Update_ObjectRequest = exports.Update_MultiRequest = exports.Update_Request = exports.Update = exports.Insert_Config = exports.Insert_MultiObjectRequest = exports.Insert_ObjectRequest = exports.Insert_MultiRequest = exports.Insert_Request = exports.Insert = exports.Filter_Config = exports.Filter_Target = exports.Filter = exports.Search_StreamResponse = exports.Search_Responses = exports.Search_Response = exports.Search_Config = exports.Search_MultiObjectRequest = exports.Search_ObjectRequest = exports.Search_MultiIDRequest = exports.Search_IDRequest = exports.Search_MultiRequest = exports.Search_Request = exports.Search = exports.Remove_Timestamp_Operator = exports.Search_AggregationAlgorithm = void 0; /* eslint-disable */ // @generated by protobuf-ts 2.9.3 with parameter add_pb_suffix,client_grpc1,generate_dependencies,keep_enum_prefix,ts_nocheck,use_proto_field_name,output_javascript,output_legacy_commonjs,eslint_disable // @generated from protobuf file "vald/v1/payload/payload.proto" (package "payload.v1", syntax proto3) @@ -30,7 +30,7 @@ exports.Empty = exports.Mirror_Targets = exports.Mirror_Target = exports.Mirror // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. @@ -4224,133 +4224,6 @@ class Info_IPs$Type extends runtime_4.MessageType { */ exports.Info_IPs = new Info_IPs$Type(); // @generated message type with reflection information, may provide speed optimized methods -class Mirror$Type extends runtime_4.MessageType { - constructor() { - super("payload.v1.Mirror", []); - } - create(value) { - const message = globalThis.Object.create((this.messagePrototype)); - if (value !== undefined) - runtime_3.reflectionMergePartial(this, message, value); - return message; - } - internalBinaryRead(reader, length, options, target) { - return target ?? this.create(); - } - internalBinaryWrite(message, writer, options) { - let u = options.writeUnknownFields; - if (u !== false) - (u == true ? runtime_2.UnknownFieldHandler.onWrite : u)(this.typeName, message, writer); - return writer; - } -} -/** - * @generated MessageType for protobuf message payload.v1.Mirror - */ -exports.Mirror = new Mirror$Type(); -// @generated message type with reflection information, may provide speed optimized methods -class Mirror_Target$Type extends runtime_4.MessageType { - constructor() { - super("payload.v1.Mirror.Target", [ - { no: 1, name: "host", kind: "scalar", T: 9 /*ScalarType.STRING*/ }, - { no: 2, name: "port", kind: "scalar", T: 13 /*ScalarType.UINT32*/ } - ]); - } - create(value) { - const message = globalThis.Object.create((this.messagePrototype)); - message.host = ""; - message.port = 0; - if (value !== undefined) - runtime_3.reflectionMergePartial(this, message, value); - return message; - } - internalBinaryRead(reader, length, options, target) { - let message = target ?? this.create(), end = reader.pos + length; - while (reader.pos < end) { - let [fieldNo, wireType] = reader.tag(); - switch (fieldNo) { - case /* string host */ 1: - message.host = reader.string(); - break; - case /* uint32 port */ 2: - message.port = reader.uint32(); - break; - default: - let u = options.readUnknownField; - if (u === "throw") - throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`); - let d = reader.skip(wireType); - if (u !== false) - (u === true ? runtime_2.UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d); - } - } - return message; - } - internalBinaryWrite(message, writer, options) { - /* string host = 1; */ - if (message.host !== "") - writer.tag(1, runtime_1.WireType.LengthDelimited).string(message.host); - /* uint32 port = 2; */ - if (message.port !== 0) - writer.tag(2, runtime_1.WireType.Varint).uint32(message.port); - let u = options.writeUnknownFields; - if (u !== false) - (u == true ? runtime_2.UnknownFieldHandler.onWrite : u)(this.typeName, message, writer); - return writer; - } -} -/** - * @generated MessageType for protobuf message payload.v1.Mirror.Target - */ -exports.Mirror_Target = new Mirror_Target$Type(); -// @generated message type with reflection information, may provide speed optimized methods -class Mirror_Targets$Type extends runtime_4.MessageType { - constructor() { - super("payload.v1.Mirror.Targets", [ - { no: 1, name: "targets", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => exports.Mirror_Target } - ]); - } - create(value) { - const message = globalThis.Object.create((this.messagePrototype)); - message.targets = []; - if (value !== undefined) - runtime_3.reflectionMergePartial(this, message, value); - return message; - } - internalBinaryRead(reader, length, options, target) { - let message = target ?? this.create(), end = reader.pos + length; - while (reader.pos < end) { - let [fieldNo, wireType] = reader.tag(); - switch (fieldNo) { - case /* repeated payload.v1.Mirror.Target targets */ 1: - message.targets.push(exports.Mirror_Target.internalBinaryRead(reader, reader.uint32(), options)); - break; - default: - let u = options.readUnknownField; - if (u === "throw") - throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`); - let d = reader.skip(wireType); - if (u !== false) - (u === true ? runtime_2.UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d); - } - } - return message; - } - internalBinaryWrite(message, writer, options) { - /* repeated payload.v1.Mirror.Target targets = 1; */ - for (let i = 0; i < message.targets.length; i++) - exports.Mirror_Target.internalBinaryWrite(message.targets[i], writer.tag(1, runtime_1.WireType.LengthDelimited).fork(), options).join(); - let u = options.writeUnknownFields; - if (u !== false) - (u == true ? runtime_2.UnknownFieldHandler.onWrite : u)(this.typeName, message, writer); - return writer; - } -} -/** - * @generated MessageType for protobuf message payload.v1.Mirror.Targets - */ -exports.Mirror_Targets = new Mirror_Targets$Type(); -// @generated message type with reflection information, may provide speed optimized methods class Empty$Type extends runtime_4.MessageType { constructor() { super("payload.v1.Empty", []); diff --git a/src/vald/v1/vald/filter_pb.d.ts b/src/vald/v1/vald/filter_pb.d.ts index 1639bc8..73931a1 100644 --- a/src/vald/v1/vald/filter_pb.d.ts +++ b/src/vald/v1/vald/filter_pb.d.ts @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/filter_pb.grpc-client.d.ts b/src/vald/v1/vald/filter_pb.grpc-client.d.ts index 5695b15..3f19b26 100644 --- a/src/vald/v1/vald/filter_pb.grpc-client.d.ts +++ b/src/vald/v1/vald/filter_pb.grpc-client.d.ts @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/filter_pb.grpc-client.js b/src/vald/v1/vald/filter_pb.grpc-client.js index 36ed27b..b3c4ef4 100644 --- a/src/vald/v1/vald/filter_pb.grpc-client.js +++ b/src/vald/v1/vald/filter_pb.grpc-client.js @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ exports.FilterClient = void 0; // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/filter_pb.js b/src/vald/v1/vald/filter_pb.js index 6ecf676..42f90ab 100644 --- a/src/vald/v1/vald/filter_pb.js +++ b/src/vald/v1/vald/filter_pb.js @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ exports.Filter = void 0; // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/insert_pb.d.ts b/src/vald/v1/vald/insert_pb.d.ts index 3c43955..4ee9843 100644 --- a/src/vald/v1/vald/insert_pb.d.ts +++ b/src/vald/v1/vald/insert_pb.d.ts @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/insert_pb.grpc-client.d.ts b/src/vald/v1/vald/insert_pb.grpc-client.d.ts index 108d793..26bbcb6 100644 --- a/src/vald/v1/vald/insert_pb.grpc-client.d.ts +++ b/src/vald/v1/vald/insert_pb.grpc-client.d.ts @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/insert_pb.grpc-client.js b/src/vald/v1/vald/insert_pb.grpc-client.js index 2dbaad6..90ea75d 100644 --- a/src/vald/v1/vald/insert_pb.grpc-client.js +++ b/src/vald/v1/vald/insert_pb.grpc-client.js @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ exports.InsertClient = void 0; // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/insert_pb.js b/src/vald/v1/vald/insert_pb.js index 6d7bb55..3e670c7 100644 --- a/src/vald/v1/vald/insert_pb.js +++ b/src/vald/v1/vald/insert_pb.js @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ exports.Insert = void 0; // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/object_pb.d.ts b/src/vald/v1/vald/object_pb.d.ts index d2ea700..7f1da8c 100644 --- a/src/vald/v1/vald/object_pb.d.ts +++ b/src/vald/v1/vald/object_pb.d.ts @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/object_pb.grpc-client.d.ts b/src/vald/v1/vald/object_pb.grpc-client.d.ts index bd5d791..32b7f3f 100644 --- a/src/vald/v1/vald/object_pb.grpc-client.d.ts +++ b/src/vald/v1/vald/object_pb.grpc-client.d.ts @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/object_pb.grpc-client.js b/src/vald/v1/vald/object_pb.grpc-client.js index 1f80ef5..2755ece 100644 --- a/src/vald/v1/vald/object_pb.grpc-client.js +++ b/src/vald/v1/vald/object_pb.grpc-client.js @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ exports.ObjectClient = void 0; // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/object_pb.js b/src/vald/v1/vald/object_pb.js index dfc2d47..d5ce523 100644 --- a/src/vald/v1/vald/object_pb.js +++ b/src/vald/v1/vald/object_pb.js @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ exports.Object = void 0; // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/remove_pb.d.ts b/src/vald/v1/vald/remove_pb.d.ts index 9fe4191..a43ef02 100644 --- a/src/vald/v1/vald/remove_pb.d.ts +++ b/src/vald/v1/vald/remove_pb.d.ts @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/remove_pb.grpc-client.d.ts b/src/vald/v1/vald/remove_pb.grpc-client.d.ts index 2c72d46..be4911c 100644 --- a/src/vald/v1/vald/remove_pb.grpc-client.d.ts +++ b/src/vald/v1/vald/remove_pb.grpc-client.d.ts @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/remove_pb.grpc-client.js b/src/vald/v1/vald/remove_pb.grpc-client.js index 0a061d8..ca67b2c 100644 --- a/src/vald/v1/vald/remove_pb.grpc-client.js +++ b/src/vald/v1/vald/remove_pb.grpc-client.js @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ exports.RemoveClient = void 0; // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/remove_pb.js b/src/vald/v1/vald/remove_pb.js index f2968f8..b7df0cb 100644 --- a/src/vald/v1/vald/remove_pb.js +++ b/src/vald/v1/vald/remove_pb.js @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ exports.Remove = void 0; // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/search_pb.d.ts b/src/vald/v1/vald/search_pb.d.ts index d9b99dd..54deea5 100644 --- a/src/vald/v1/vald/search_pb.d.ts +++ b/src/vald/v1/vald/search_pb.d.ts @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/search_pb.grpc-client.d.ts b/src/vald/v1/vald/search_pb.grpc-client.d.ts index 6e80b78..bbf16d9 100644 --- a/src/vald/v1/vald/search_pb.grpc-client.d.ts +++ b/src/vald/v1/vald/search_pb.grpc-client.d.ts @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/search_pb.grpc-client.js b/src/vald/v1/vald/search_pb.grpc-client.js index 29b2530..144851e 100644 --- a/src/vald/v1/vald/search_pb.grpc-client.js +++ b/src/vald/v1/vald/search_pb.grpc-client.js @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ exports.SearchClient = void 0; // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/search_pb.js b/src/vald/v1/vald/search_pb.js index 0537505..8764fa7 100644 --- a/src/vald/v1/vald/search_pb.js +++ b/src/vald/v1/vald/search_pb.js @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ exports.Search = void 0; // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/update_pb.d.ts b/src/vald/v1/vald/update_pb.d.ts index f88fc9a..593e5ea 100644 --- a/src/vald/v1/vald/update_pb.d.ts +++ b/src/vald/v1/vald/update_pb.d.ts @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/update_pb.grpc-client.d.ts b/src/vald/v1/vald/update_pb.grpc-client.d.ts index dc20ab0..a7b9fca 100644 --- a/src/vald/v1/vald/update_pb.grpc-client.d.ts +++ b/src/vald/v1/vald/update_pb.grpc-client.d.ts @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/update_pb.grpc-client.js b/src/vald/v1/vald/update_pb.grpc-client.js index f4c4c02..142cdc9 100644 --- a/src/vald/v1/vald/update_pb.grpc-client.js +++ b/src/vald/v1/vald/update_pb.grpc-client.js @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ exports.UpdateClient = void 0; // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/update_pb.js b/src/vald/v1/vald/update_pb.js index 5f0edb1..d3e9210 100644 --- a/src/vald/v1/vald/update_pb.js +++ b/src/vald/v1/vald/update_pb.js @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ exports.Update = void 0; // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/upsert_pb.d.ts b/src/vald/v1/vald/upsert_pb.d.ts index a8e8dd7..41d1b3c 100644 --- a/src/vald/v1/vald/upsert_pb.d.ts +++ b/src/vald/v1/vald/upsert_pb.d.ts @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/upsert_pb.grpc-client.d.ts b/src/vald/v1/vald/upsert_pb.grpc-client.d.ts index 24ee9c7..3c71522 100644 --- a/src/vald/v1/vald/upsert_pb.grpc-client.d.ts +++ b/src/vald/v1/vald/upsert_pb.grpc-client.d.ts @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/upsert_pb.grpc-client.js b/src/vald/v1/vald/upsert_pb.grpc-client.js index ef3cbcf..1c2765e 100644 --- a/src/vald/v1/vald/upsert_pb.grpc-client.js +++ b/src/vald/v1/vald/upsert_pb.grpc-client.js @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ exports.UpsertClient = void 0; // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. diff --git a/src/vald/v1/vald/upsert_pb.js b/src/vald/v1/vald/upsert_pb.js index c323929..a7d72bc 100644 --- a/src/vald/v1/vald/upsert_pb.js +++ b/src/vald/v1/vald/upsert_pb.js @@ -5,7 +5,7 @@ // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ exports.Upsert = void 0; // @ts-nocheck // // -// Copyright (C) 2019-2024 vdaas.org vald team +// Copyright (C) 2019-2023 vdaas.org vald team // // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License.