Skip to content

Commit

Permalink
Release 0.0.1-beta24
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Sep 11, 2024
1 parent 61d6b40 commit a87dbcb
Show file tree
Hide file tree
Showing 192 changed files with 40 additions and 10,961 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gooeyai",
"version": "0.0.1-beta23",
"version": "0.0.1-beta24",
"private": false,
"repository": "https://github.com/GooeyAI/typescript-sdk",
"main": "./index.js",
Expand All @@ -17,8 +17,7 @@
"formdata-node": "^6.0.3",
"node-fetch": "2.7.0",
"qs": "6.11.2",
"js-base64": "3.7.2",
"form-data-encoder": "^4.0.2"
"js-base64": "3.7.2"
},
"devDependencies": {
"@types/url-join": "4.0.1",
Expand Down
12 changes: 2 additions & 10 deletions reference.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Reference

<details><summary><code>client.<a href="/src/Client.ts">postV3VideoBotsAsyncForm</a>({ ...params }) -> Gooey.VideoBotsPageStatusResponse</code></summary>
<details><summary><code>client.<a href="/src/Client.ts">healthStatusGet</a>() -> unknown</code></summary>
<dl>
<dd>

Expand All @@ -13,7 +13,7 @@
<dd>

```typescript
await client.postV3VideoBotsAsyncForm({});
await client.healthStatusGet();
```

</dd>
Expand All @@ -29,14 +29,6 @@ await client.postV3VideoBotsAsyncForm({});
<dl>
<dd>

**request:** `Gooey.PostV3VideoBotsAsyncFormRequest`

</dd>
</dl>

<dl>
<dd>

**requestOptions:** `GooeyClient.RequestOptions`

</dd>
Expand Down
4,642 changes: 27 additions & 4,615 deletions src/Client.ts

Large diffs are not rendered by default.

44 changes: 0 additions & 44 deletions src/api/client/requests/PostV3ArtQrCodeAsyncFormRequest.ts

This file was deleted.

32 changes: 0 additions & 32 deletions src/api/client/requests/PostV3AsrAsyncFormRequest.ts

This file was deleted.

43 changes: 0 additions & 43 deletions src/api/client/requests/PostV3BulkEvalAsyncFormRequest.ts

This file was deleted.

53 changes: 0 additions & 53 deletions src/api/client/requests/PostV3BulkRunnerAsyncFormRequest.ts

This file was deleted.

21 changes: 0 additions & 21 deletions src/api/client/requests/PostV3ChyronPlantAsyncFormRequest.ts

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions src/api/client/requests/PostV3CompareLlmAsyncFormRequest.ts

This file was deleted.

33 changes: 0 additions & 33 deletions src/api/client/requests/PostV3CompareText2ImgAsyncFormRequest.ts

This file was deleted.

33 changes: 0 additions & 33 deletions src/api/client/requests/PostV3DeforumSdAsyncFormRequest.ts

This file was deleted.

Loading

0 comments on commit a87dbcb

Please sign in to comment.