Skip to content

v9.1.0

Latest
Compare
Choose a tag to compare
@pluma4345 pluma4345 released this 25 Sep 09:17
93441dc

Changed

  • Removed progress property from Index type

    This property is only available when fetching indexes with the withHidden
    option set to true.

  • Added HiddenIndex type (DE-849)

    This type is used to represent an index returned by collection.indexes when
    the withHidden option is set to true and includes the progress property
    in addition to internal indexes.