mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-07 20:37:48 +00:00
ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.180.1
This commit is contained in:
@@ -18,7 +18,7 @@ import { SearchRequest } from "@lukehagar/discoursejs/dist/sdk/models/operations
|
||||
async function run() {
|
||||
const sdk = new SDK();
|
||||
const page: number = 307631;
|
||||
const q: string = "string";
|
||||
const q: string = "<value>";
|
||||
|
||||
const res = await sdk.search.search(page, q);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user