Skip to content

Commit

Permalink
Release 0.0.1-beta22
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Sep 10, 2024
1 parent 220f366 commit e56a2ec
Show file tree
Hide file tree
Showing 334 changed files with 5,038 additions and 4,524 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gooeyai",
"version": "0.0.1-beta21",
"version": "0.0.1-beta22",
"private": false,
"repository": "https://github.com/GooeyAI/typescript-sdk",
"main": "./index.js",
Expand All @@ -17,7 +17,8 @@
"formdata-node": "^6.0.3",
"node-fetch": "2.7.0",
"qs": "6.11.2",
"js-base64": "3.7.2"
"js-base64": "3.7.2",
"form-data-encoder": "^4.0.2"
},
"devDependencies": {
"@types/url-join": "4.0.1",
Expand Down
6 changes: 3 additions & 3 deletions reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ await client.copilotIntegrations.videoBotsStream("request_id");
<dd>

```typescript
await client.copilotForYourEnterprise.asyncFormVideoBots();
await client.copilotForYourEnterprise.asyncFormVideoBots({});
```

</dd>
Expand Down Expand Up @@ -1033,7 +1033,7 @@ await client.summarizeYourDocsWithGpt.statusDocSummary({
<dd>

```typescript
await client.functions.asyncFormFunctions();
await client.functions.asyncFormFunctions({});
```

</dd>
Expand Down Expand Up @@ -1133,7 +1133,7 @@ await client.functions.statusFunctions({
<dd>

```typescript
await client.lipSyncing.asyncFormLipsync();
await client.lipSyncing.asyncFormLipsync({});
```

</dd>
Expand Down
Loading

0 comments on commit e56a2ec

Please sign in to comment.