Generate Fern TypeSscript SDK (#3785)
This commit is contained in:
committed by
GitHub
parent
d55b9637c4
commit
2062adac66
1
fern/.gitignore
vendored
Normal file
1
fern/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.preview
|
||||
@@ -4,7 +4,7 @@ subtitle: Never send your credentials to LLMs.
|
||||
slug: credentials/introduction
|
||||
---
|
||||
|
||||
Need to give Skyvern access to your credentials? Usernames and passwords, 2FA, credit cards for payments, etc. Skyvern's credential management provides a secure way to manage and use credentials. Agents can then without exposing those credentials to LLMs.
|
||||
Need to give Skyvern access to your credentials? Usernames and passwords, 2FA, credit cards for payments, etc. Skyvern's credential management provides a secure way to manage and use credentials. Agents can then use them without exposing those credentials to LLMs.
|
||||
|
||||
### 2FA Support (TOTP)
|
||||
|
||||
|
||||
@@ -158,6 +158,7 @@ navigation:
|
||||
- api: API Reference
|
||||
snippets:
|
||||
python: skyvern
|
||||
typescript: "@skyvern/client"
|
||||
layout:
|
||||
- section: Agent
|
||||
contents:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"organization": "skyvern",
|
||||
"version": "0.63.26"
|
||||
"version": "0.94.3"
|
||||
}
|
||||
@@ -17,7 +17,7 @@ groups:
|
||||
generators:
|
||||
- name: fernapi/fern-python-sdk
|
||||
smart-casing: true
|
||||
version: 4.3.17
|
||||
version: 4.31.1
|
||||
output:
|
||||
location: pypi
|
||||
package-name: skyvern
|
||||
@@ -25,3 +25,14 @@ groups:
|
||||
repository: Skyvern-AI/skyvern-python
|
||||
config:
|
||||
client_class_name: Skyvern
|
||||
ts-sdk:
|
||||
generators:
|
||||
- name: fernapi/fern-typescript-sdk
|
||||
version: 3.11.1
|
||||
output:
|
||||
location: npm
|
||||
package-name: "@skyvern/client"
|
||||
github:
|
||||
repository: Skyvern-AI/skyvern-typescript
|
||||
config:
|
||||
namespaceExport: Skyvern
|
||||
|
||||
Reference in New Issue
Block a user