From c25f2b2cbbb42b46f58a9f7bceeaa0279fb6c0be Mon Sep 17 00:00:00 2001 From: Ben Lesh Date: Wed, 24 Mar 2021 00:28:18 -0500 Subject: [PATCH] chore: update golden files --- api_guard/dist/types/ajax/index.d.ts | 1 + integration/side-effects/snapshots/esm/ajax.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/api_guard/dist/types/ajax/index.d.ts b/api_guard/dist/types/ajax/index.d.ts index 8013eb1d162..565c045a950 100644 --- a/api_guard/dist/types/ajax/index.d.ts +++ b/api_guard/dist/types/ajax/index.d.ts @@ -9,6 +9,7 @@ export interface AjaxConfig { includeDownloadProgress?: boolean; includeUploadProgress?: boolean; method?: string; + params?: string | URLSearchParams | Record | [string, string | number | boolean | string[] | number[] | boolean[]][] | undefined; password?: string; progressSubscriber?: PartialObserver; responseType?: XMLHttpRequestResponseType; diff --git a/integration/side-effects/snapshots/esm/ajax.js b/integration/side-effects/snapshots/esm/ajax.js index 8b137891791..5581c325a94 100644 --- a/integration/side-effects/snapshots/esm/ajax.js +++ b/integration/side-effects/snapshots/esm/ajax.js @@ -1 +1 @@ - +import 'tslib';