celitech-sdk
Advanced tools
Comparing version 1.3.18 to 1.3.23
@@ -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
250705
6390
154
4