42 lines
1.3 KiB
YAML
42 lines
1.3 KiB
YAML
# yaml-language-server: $schema=https://schema.buildwithfern.dev/generators-yml.json
|
|
api:
|
|
specs:
|
|
- openapi: openapi/skyvern_openapi.json
|
|
origin: https://api.skyvern.com/openapi.json
|
|
overrides: openapi/overrides.yml
|
|
settings:
|
|
title-as-schema-name: false
|
|
groups:
|
|
python-sdk:
|
|
generators:
|
|
- name: fernapi/fern-python-sdk
|
|
smart-casing: true
|
|
version: 4.31.1
|
|
output:
|
|
location: pypi
|
|
package-name: skyvern
|
|
github:
|
|
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
|
|
packageJson:
|
|
description: "The Skyvern TypeScript library provides convenient access to the Skyvern APIs from TypeScript."
|
|
publishConfig:
|
|
access: "public"
|
|
provenance: true
|
|
repository:
|
|
type: git
|
|
url: https://github.com/Skyvern-AI/skyvern.git
|
|
directory: skyvern-ts/client
|