@openparachute/vault 0.7.0-rc.7 → 0.7.0-rc.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -173,6 +173,7 @@ export interface QueryHashInputs {
173
173
  excludeTags?: string[];
174
174
  hasTags?: boolean;
175
175
  hasLinks?: boolean;
176
+ hasBrokenLinks?: boolean;
176
177
  path?: string;
177
178
  pathPrefix?: string;
178
179
  extension?: string | string[];