Skip to content

Commit

Permalink
Updated types
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalFlow authored May 2, 2023
1 parent 5ee2379 commit a9c8901
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types/WebApiClient.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ declare module WebApiClient {
async?: boolean;
headers?: Array<Header>;
asBatch?: boolean;
apiVersion?: string;
}

interface CreateParameters extends BaseParameters {
Expand Down Expand Up @@ -181,6 +182,8 @@ declare module WebApiClient {
function SendRequest(method: string, url: string, payload: object, parameters?: BaseParameters) : Promise<any> | any | BatchRequest;

function GetApiUrl (): string;

function GetSetName (): string;

namespace Requests {
interface RequestParameters extends BaseParameters {
Expand Down

0 comments on commit a9c8901

Please sign in to comment.