Skip to content

Commit

Permalink
add axiosOptions as optional to paginator
Browse files Browse the repository at this point in the history
  • Loading branch information
darrell-thobe-sp committed Sep 30, 2024
1 parent 59f02c1 commit 2ecefac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk-output/paginator.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { AxiosResponse } from "axios";
import type { AxiosResponse, RawAxiosRequestConfig } from "axios";
import {
Search,
SearchApi,
Expand Down Expand Up @@ -31,6 +31,7 @@ export interface PaginationParams {
* @memberof AccountsApiListAccounts
*/
filters?: string;
axiosOptions?: RawAxiosRequestConfig;
}

export interface ExtraParams {
Expand Down

0 comments on commit 2ecefac

Please sign in to comment.