You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@synsci/sdk

Package Overview
Dependencies
Maintainers
2
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@synsci/sdk - npm Package Compare versions

Comparing version
1.1.108
to
1.1.109
+2
-0
dist/v2/gen/sdk.gen.d.ts

@@ -452,2 +452,3 @@ import { type Client, type Options as Options2, type TDataShape } from "./client/index.js";

variant?: string;
tier?: "fast" | "pro" | "ultra";
parts?: Array<TextPartInput | FilePartInput | AgentPartInput | SubtaskPartInput>;

@@ -485,2 +486,3 @@ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionPromptResponses, SessionPromptErrors, ThrowOnError, "fields">;

variant?: string;
tier?: "fast" | "pro" | "ultra";
parts?: Array<TextPartInput | FilePartInput | AgentPartInput | SubtaskPartInput>;

@@ -487,0 +489,0 @@ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionPromptAsyncResponses, SessionPromptAsyncErrors, ThrowOnError, "fields">;

@@ -854,2 +854,3 @@ // This file is auto-generated by @hey-api/openapi-ts

{ in: "body", key: "variant" },
{ in: "body", key: "tier" },
{ in: "body", key: "parts" },

@@ -909,2 +910,3 @@ ],

{ in: "body", key: "variant" },
{ in: "body", key: "tier" },
{ in: "body", key: "parts" },

@@ -911,0 +913,0 @@ ],

+1
-1
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@synsci/sdk",
"version": "1.1.108",
"version": "1.1.109",
"type": "module",

@@ -6,0 +6,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display