Skip to content

Commit

Permalink
chore: update golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Mar 24, 2021
1 parent 12e767e commit c25f2b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions api_guard/dist/types/ajax/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export interface AjaxConfig {
includeDownloadProgress?: boolean;
includeUploadProgress?: boolean;
method?: string;
params?: string | URLSearchParams | Record<string, string | number | boolean | string[] | number[] | boolean[]> | [string, string | number | boolean | string[] | number[] | boolean[]][] | undefined;
password?: string;
progressSubscriber?: PartialObserver<ProgressEvent>;
responseType?: XMLHttpRequestResponseType;
Expand Down
2 changes: 1 addition & 1 deletion integration/side-effects/snapshots/esm/ajax.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@

import 'tslib';

0 comments on commit c25f2b2

Please sign in to comment.