Skip to content

Commit 463f70a

Browse files
chore: regenerate DSL references (#63)
Co-authored-by: pactflow-ci-bot[bot] <246183032+pactflow-ci-bot[bot]@users.noreply.github.com>
1 parent 89cc20f commit 463f70a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/swagger-contract-testing/skills/pactflow/references/dsl.python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class Verifier:
154154
def add_custom_headers(headers: dict[str, str] | Iterable[tuple[str, str]]) -> Self
155155
def follow_redirects(follow: bool) -> Self
156156
def add_source(source: str | Path | URL, *, username: str | None = None, password: str | None = None, token: str | None = None) -> Self
157-
def broker_source(url: str | URL | None | Unset = UNSET, *, username: str | None | Unset = UNSET, password: str | None | Unset = UNSET, token: str | None | Unset = UNSET, selector: bool = False, use_env: bool = True) -> BrokerSelectorBuilder | Self
157+
def broker_source(url: str | URL | Unset | None = UNSET, *, username: str | Unset | None = UNSET, password: str | Unset | None = UNSET, token: str | Unset | None = UNSET, selector: bool = False, use_env: bool = True) -> BrokerSelectorBuilder | Self
158158
def verify() -> Self
159159
@property
160160
def logs() -> str

plugins/swagger-contract-testing/skills/pactflow/references/dsl.typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ interface ProviderState {
352352
state: string;
353353
}
354354
type StateAction = 'setup' | 'teardown';
355-
type StateFunc = (parameters?: AnyJson) => Promise<JsonMap | undefined>;
355+
type StateFunc = (parameters?: AnyJson) => Promise<JsonMap | void>;
356356
type StateFuncWithSetup = {
357357
setup?: StateFunc;
358358
teardown?: StateFunc;

0 commit comments

Comments
 (0)