New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

celitech-sdk

Package Overview
Dependencies
Maintainers
0
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

celitech-sdk - npm Package Compare versions

Comparing version 1.3.18 to 1.3.23

4

dist/index.d.ts

@@ -158,3 +158,4 @@ import { ZodType, z } from 'zod';

Text = "text",
MultipartFormData = "multipartFormData"
MultipartFormData = "multipartFormData",
EventStream = "eventStream"
}

@@ -191,2 +192,3 @@ interface RequestConfig {

call<T>(request: Request<T>): Promise<HttpResponse<T>>;
stream<T>(request: Request<T>): AsyncGenerator<HttpResponse<T>>;
callPaginated<FullResponse, Page>(request: Request<FullResponse, Page>): Promise<HttpResponse<Page>>;

@@ -193,0 +195,0 @@ setBaseUrl(url: string): void;

{
"name": "celitech-sdk",
"version": "1.3.18",
"version": "1.3.23",
"description": "Welcome to the CELITECH API documentation! Useful links: [Homepage](https://www.celitech.com) | [Support email](mailto:support@celitech.com) | [Blog](https://www.celitech.com/blog/) ",

@@ -5,0 +5,0 @@ "source": "./src/index.ts",

@@ -1,9 +0,11 @@

# Celitech TypeScript SDK 1.3.18
# Celitech TypeScript SDK 1.3.23
Welcome to the Celitech SDK documentation. This guide will help you get started with integrating and using the Celitech SDK in your project.
[![This SDK was generated by liblab](https://public-liblab-readme-assets.s3.us-east-1.amazonaws.com/built-by-liblab-icon.svg)](https://liblab.com/?utm_source=readme)
## Versions
- API version: `1.1.0`
- SDK version: `1.3.18`
- SDK version: `1.3.23`

@@ -10,0 +12,0 @@ ## About the API

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc