Skip to content

Commit e56a2ec

Browse files
committed
Release 0.0.1-beta22
1 parent 220f366 commit e56a2ec

File tree

334 files changed

+5038
-4524
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

334 files changed

+5038
-4524
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gooeyai",
3-
"version": "0.0.1-beta21",
3+
"version": "0.0.1-beta22",
44
"private": false,
55
"repository": "https://github.com/GooeyAI/typescript-sdk",
66
"main": "./index.js",
@@ -17,7 +17,8 @@
1717
"formdata-node": "^6.0.3",
1818
"node-fetch": "2.7.0",
1919
"qs": "6.11.2",
20-
"js-base64": "3.7.2"
20+
"js-base64": "3.7.2",
21+
"form-data-encoder": "^4.0.2"
2122
},
2223
"devDependencies": {
2324
"@types/url-join": "4.0.1",

reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ await client.copilotIntegrations.videoBotsStream("request_id");
157157
<dd>
158158

159159
```typescript
160-
await client.copilotForYourEnterprise.asyncFormVideoBots();
160+
await client.copilotForYourEnterprise.asyncFormVideoBots({});
161161
```
162162

163163
</dd>
@@ -1033,7 +1033,7 @@ await client.summarizeYourDocsWithGpt.statusDocSummary({
10331033
<dd>
10341034

10351035
```typescript
1036-
await client.functions.asyncFormFunctions();
1036+
await client.functions.asyncFormFunctions({});
10371037
```
10381038

10391039
</dd>
@@ -1133,7 +1133,7 @@ await client.functions.statusFunctions({
11331133
<dd>
11341134

11351135
```typescript
1136-
await client.lipSyncing.asyncFormLipsync();
1136+
await client.lipSyncing.asyncFormLipsync({});
11371137
```
11381138

11391139
</dd>

0 commit comments

Comments
 (0)