diff --git a/api_guard/dist/types/ajax/index.d.ts b/api_guard/dist/types/ajax/index.d.ts index 8013eb1d16..565c045a95 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 8b13789179..5d63e0559f 100644 --- a/integration/side-effects/snapshots/esm/ajax.js +++ b/integration/side-effects/snapshots/esm/ajax.js @@ -1 +1 @@ - +import "tslib";