Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Jun 19, 2024
1 parent 2705bc8 commit 726611f
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multion",
"version": "1.3.2",
"version": "1.3.3",
"private": false,
"repository": "https://github.com/MULTI-ON/multion-typescript",
"main": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The function supports multi-step command execution based on the `CONTINUE` statu

```ts
await client.browse({
cmd: "Find the top comment of the top post on Hackernews.",
cmd: "Find the top post on Hackernews.",
url: "https://news.ycombinator.com/",
});
```
Expand Down Expand Up @@ -130,7 +130,7 @@ The function can create a new session or be used as part of a session.

```ts
await client.retrieve({
cmd: "Find the top comment of the top post on Hackernews and get its title and points.",
cmd: "Find the top post on Hackernews and get its title and points.",
url: "https://news.ycombinator.com/",
fields: ["title", "points"],
});
Expand Down
8 changes: 4 additions & 4 deletions src/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class MultiOnClient {
*
* @example
* await client.browse({
* cmd: "Find the top comment of the top post on Hackernews.",
* cmd: "Find the top post on Hackernews.",
* url: "https://news.ycombinator.com/"
* })
*/
Expand All @@ -60,7 +60,7 @@ export class MultiOnClient {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "multion",
"X-Fern-SDK-Version": "1.3.2",
"X-Fern-SDK-Version": "1.3.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -168,7 +168,7 @@ export class MultiOnClient {
*
* @example
* await client.retrieve({
* cmd: "Find the top comment of the top post on Hackernews and get its title and points.",
* cmd: "Find the top post on Hackernews and get its title and points.",
* url: "https://news.ycombinator.com/",
* fields: ["title", "points"]
* })
Expand All @@ -186,7 +186,7 @@ export class MultiOnClient {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "multion",
"X-Fern-SDK-Version": "1.3.2",
"X-Fern-SDK-Version": "1.3.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down
2 changes: 1 addition & 1 deletion src/api/client/requests/BrowseInput.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as MultiOn from "../../index";
/**
* @example
* {
* cmd: "Find the top comment of the top post on Hackernews.",
* cmd: "Find the top post on Hackernews.",
* url: "https://news.ycombinator.com/"
* }
*/
Expand Down
2 changes: 1 addition & 1 deletion src/api/client/requests/RetrieveInput.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @example
* {
* cmd: "Find the top comment of the top post on Hackernews and get its title and points.",
* cmd: "Find the top post on Hackernews and get its title and points.",
* url: "https://news.ycombinator.com/",
* fields: ["title", "points"]
* }
Expand Down
12 changes: 6 additions & 6 deletions src/api/resources/sessions/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class Sessions {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "multion",
"X-Fern-SDK-Version": "1.3.2",
"X-Fern-SDK-Version": "1.3.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -126,7 +126,7 @@ export class Sessions {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "multion",
"X-Fern-SDK-Version": "1.3.2",
"X-Fern-SDK-Version": "1.3.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -227,7 +227,7 @@ export class Sessions {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "multion",
"X-Fern-SDK-Version": "1.3.2",
"X-Fern-SDK-Version": "1.3.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -310,7 +310,7 @@ export class Sessions {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "multion",
"X-Fern-SDK-Version": "1.3.2",
"X-Fern-SDK-Version": "1.3.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -389,7 +389,7 @@ export class Sessions {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "multion",
"X-Fern-SDK-Version": "1.3.2",
"X-Fern-SDK-Version": "1.3.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -462,7 +462,7 @@ export class Sessions {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "multion",
"X-Fern-SDK-Version": "1.3.2",
"X-Fern-SDK-Version": "1.3.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1110,9 +1110,9 @@ domexception@^4.0.0:
webidl-conversions "^7.0.0"

electron-to-chromium@^1.4.796:
version "1.4.805"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.805.tgz#1d526e384c20944a3c68f618f9774edc384c4733"
integrity sha512-8W4UJwX/w9T0QSzINJckTKG6CYpAUTqsaWcWIsdud3I1FYJcMgW9QqT1/4CBff/pP/TihWh13OmiyY8neto6vw==
version "1.4.806"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.806.tgz#2cb046631cbabceb26fc72be68d273fa183e36bc"
integrity sha512-nkoEX2QIB8kwCOtvtgwhXWy2IHVcOLQZu9Qo36uaGB835mdX/h8uLRlosL6QIhLVUnAiicXRW00PwaPZC74Nrg==

emittery@^0.13.1:
version "0.13.1"
Expand Down

0 comments on commit 726611f

Please sign in to comment.