mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 03:30:10 +00:00
Some checks failed
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
Auto Create GitHub Release on Version Change / create-release (push) Has been cancelled
Build Skyvern SDK and publish to PyPI / run-ci (push) Has been cancelled
Build Skyvern SDK and publish to PyPI / build-sdk (push) Has been cancelled
Build Skyvern TS SDK and publish to npm / build-and-publish-sdk (push) Has been cancelled
Auto Create GitHub Release on Version Change / check-version-change (push) Has been cancelled
Build Skyvern SDK and publish to PyPI / check-version-change (push) Has been cancelled
Build Skyvern TS SDK and publish to npm / check-version-change (push) Has been cancelled
1.4 KiB
1.4 KiB
Reference
client.changeTierApiV1BillingChangeTierPost({ ...params }) -> Skyvern.ChangeTierResponse
-
📝 Description
-
-
Redirect to Stripe Portal for tier changes. Portal handles proration based on configured settings:
- Upgrades: Immediate proration charge
- Downgrades: Apply at end of billing period
-
🔌 Usage
-
-
await client.changeTierApiV1BillingChangeTierPost({ tier: "free" });
-
⚙️ Parameters
-
-
request:
Skyvern.ChangeTierRequest
-
requestOptions:
SkyvernClient.RequestOptions
-
-
Scripts
client.scripts.runScript(scriptId) -> unknown
-
📝 Description
-
-
Run a script
-
🔌 Usage
-
-
await client.scripts.runScript("s_abc123");
-
⚙️ Parameters
-
-
scriptId:
string— The unique identifier of the script
-
requestOptions:
Scripts.RequestOptions
-
-