@turquoisehealth/pit-viper 2.195.1-dev.0 → 2.195.1-dev.2

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.
@@ -253,6 +253,8 @@ export interface PvFilterPanelOptionsHandlerParams {
253
253
  query?: string;
254
254
  reason: PvFilterPanelOptionsHandlerReason;
255
255
  selectedValues?: (string | null)[];
256
+ /** Aborted when a newer request supersedes this one. Forward to `fetch`/axios to cancel the network call. */
257
+ signal?: AbortSignal;
256
258
  }
257
259
  export interface PvFilterPanelOptionsResponse {
258
260
  hasMore?: boolean;
@@ -253,6 +253,8 @@ export interface PvFilterPanelOptionsHandlerParams {
253
253
  query?: string;
254
254
  reason: PvFilterPanelOptionsHandlerReason;
255
255
  selectedValues?: (string | null)[];
256
+ /** Aborted when a newer request supersedes this one. Forward to `fetch`/axios to cancel the network call. */
257
+ signal?: AbortSignal;
256
258
  }
257
259
  export interface PvFilterPanelOptionsResponse {
258
260
  hasMore?: boolean;