@rockcarver/frodo-lib
Version:
A library to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.
18 lines • 485 B
TypeScript
export declare function setDefaultState(deployment?: string): void;
export declare function autoSetupPolly(matchRequestsBy?: {
method: boolean;
headers: boolean;
body: boolean;
order: boolean;
url: {
protocol: boolean;
username: boolean;
password: boolean;
hostname: boolean;
port: boolean;
pathname: boolean;
query: boolean;
hash: boolean;
};
}): any;
//# sourceMappingURL=AutoSetupPolly.d.ts.map