v1.0.16 (#4813)
This commit is contained in:
@@ -26,8 +26,8 @@ export class SkyvernClient {
|
||||
"x-api-key": _options?.apiKey,
|
||||
"X-Fern-Language": "JavaScript",
|
||||
"X-Fern-SDK-Name": "@skyvern/client",
|
||||
"X-Fern-SDK-Version": "1.0.15",
|
||||
"User-Agent": "@skyvern/client/1.0.15",
|
||||
"X-Fern-SDK-Version": "1.0.16",
|
||||
"User-Agent": "@skyvern/client/1.0.16",
|
||||
"X-Fern-Runtime": core.RUNTIME.type,
|
||||
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
||||
},
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
// This file was auto-generated by Fern from our API Definition.
|
||||
|
||||
/**
|
||||
* Response model for credit card credentials, containing only the last four digits and brand.
|
||||
* Response model for credit card credentials — non-sensitive fields only.
|
||||
*
|
||||
* SECURITY: Must NEVER include full card number, CVV, expiration date, or card holder name.
|
||||
*/
|
||||
export interface CreditCardCredentialResponse {
|
||||
/** Last four digits of the credit card number */
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
import type * as Skyvern from "../index.js";
|
||||
|
||||
/**
|
||||
* Response model for password credentials, containing only the username.
|
||||
* Response model for password credentials — non-sensitive fields only.
|
||||
*
|
||||
* SECURITY: Must NEVER include password, TOTP secret, or TOTP identifier.
|
||||
*/
|
||||
export interface PasswordCredentialResponse {
|
||||
/** The username associated with the credential */
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
// This file was auto-generated by Fern from our API Definition.
|
||||
|
||||
/**
|
||||
* Response model for secret credentials.
|
||||
* Response model for secret credentials — non-sensitive fields only.
|
||||
*
|
||||
* SECURITY: Must NEVER include the secret_value.
|
||||
*/
|
||||
export interface SecretCredentialResponse {
|
||||
/** Optional label for the stored secret */
|
||||
|
||||
@@ -1 +1 @@
|
||||
export const SDK_VERSION = "1.0.15";
|
||||
export const SDK_VERSION = "1.0.16";
|
||||
|
||||
Reference in New Issue
Block a user