From b1df33d0e83ac2f3ada329621655d1bdcd809a84 Mon Sep 17 00:00:00 2001 From: Andrew Carbonetto Date: Tue, 26 Nov 2024 17:53:21 -0800 Subject: [PATCH] Node: fix imports (#2767) Node: push package imports for npm/glide Signed-off-by: Andrew Carbonetto --- node/npm/glide/index.ts | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/node/npm/glide/index.ts b/node/npm/glide/index.ts index 43b80b463d..da719c51c7 100644 --- a/node/npm/glide/index.ts +++ b/node/npm/glide/index.ts @@ -84,6 +84,7 @@ function initialize() { const { AggregationType, BaseScanOptions, + ScanOptions, ZScanOptions, HScanOptions, BitEncoding, @@ -119,6 +120,7 @@ function initialize() { GlideClientConfiguration, GlideJson, GlideFt, + Field, TextField, TagField, NumericField, @@ -138,7 +140,6 @@ function initialize() { FtAggregateApply, FtAggregateReturnType, FtSearchReturnType, - FtProfileOtions, GlideRecord, GlideString, JsonGetOptions, @@ -175,16 +176,13 @@ function initialize() { InfBoundary, KeyWeight, Boundary, - UpdateOptions, ProtocolVersion, RangeByIndex, RangeByScore, RangeByLex, ReadFrom, ServerCredentials, - SortClusterOptions, SortOptions, - SortedSetRange, StreamGroupOptions, StreamTrimOptions, StreamAddOptions, @@ -215,7 +213,6 @@ function initialize() { createLeakedDouble, createLeakedMap, createLeakedString, - parseInfoResponse, Script, ObjectType, ClusterScanCursor, @@ -233,6 +230,7 @@ function initialize() { module.exports = { AggregationType, BaseScanOptions, + ScanOptions, HScanOptions, ZScanOptions, BitEncoding, @@ -253,6 +251,7 @@ function initialize() { DecoderOption, GeoAddOptions, GlideFt, + Field, TextField, TagField, NumericField, @@ -272,7 +271,6 @@ function initialize() { FtAggregateApply, FtAggregateReturnType, FtSearchReturnType, - FtProfileOtions, GlideRecord, GlideJson, GlideString, @@ -326,16 +324,13 @@ function initialize() { InfBoundary, KeyWeight, Boundary, - UpdateOptions, ProtocolVersion, RangeByIndex, RangeByScore, RangeByLex, ReadFrom, ServerCredentials, - SortClusterOptions, SortOptions, - SortedSetRange, StreamGroupOptions, StreamTrimOptions, StreamAddOptions, @@ -364,7 +359,6 @@ function initialize() { createLeakedDouble, createLeakedMap, createLeakedString, - parseInfoResponse, Script, ObjectType, ClusterScanCursor,