celitech-sdk
Advanced tools
Comparing version 1.1.76 to 1.1.77
{ | ||
"liblabVersion": "2.1.23", | ||
"date": "2024-07-24T20:35:09.860Z", | ||
"date": "2024-07-24T20:52:09.933Z", | ||
"config": { | ||
"apiId": 958, | ||
"apiId": 959, | ||
"sdkName": "Celitech", | ||
"sdkVersion": "1.1.76", | ||
"sdkVersion": "1.1.77", | ||
"liblabVersion": "2", | ||
"deliveryMethods": ["zip"], | ||
"languages": ["typescript"], | ||
"apiVersion": "1.1.76", | ||
"apiVersion": "1.1.77", | ||
"specFilePath": "swagger.yaml", | ||
@@ -29,3 +29,3 @@ "languageOptions": { | ||
"liblabVersion": "2", | ||
"sdkVersion": "1.1.76" | ||
"sdkVersion": "1.1.77" | ||
}, | ||
@@ -46,3 +46,3 @@ "php": { | ||
"liblabVersion": "2", | ||
"sdkVersion": "1.1.76" | ||
"sdkVersion": "1.1.77" | ||
}, | ||
@@ -66,3 +66,3 @@ "typescript": { | ||
"liblabVersion": "2", | ||
"sdkVersion": "1.1.76" | ||
"sdkVersion": "1.1.77" | ||
} | ||
@@ -107,6 +107,6 @@ }, | ||
"hooksLocation": { | ||
"bucketKey": "6380/hooks.zip", | ||
"bucketKey": "6381/hooks.zip", | ||
"bucketName": "prod-liblab-api-stack-hooks" | ||
}, | ||
"specUrl": "https://prod-liblab-api-stack-specs.s3.us-east-1.amazonaws.com/958/open-api-spec.yaml?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA5P3QKKDKGVNIJ2H7%2F20240724%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240724T203504Z&X-Amz-Expires=43200&X-Amz-Signature=4497e4e2eee7384abccec4c2d4e2fcb3ebaa7802938725acea013e971d94b37c&X-Amz-SignedHeaders=host&x-id=GetObject", | ||
"specUrl": "https://prod-liblab-api-stack-specs.s3.us-east-1.amazonaws.com/959/open-api-spec.yaml?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA5P3QKKDKGVNIJ2H7%2F20240724%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240724T205204Z&X-Amz-Expires=43200&X-Amz-Signature=2bdc7ce3bfbe5647f812ba579aef59e9454d9d658ff136bbbb8d8915f7af07b5&X-Amz-SignedHeaders=host&x-id=GetObject", | ||
"includeWatermark": false, | ||
@@ -113,0 +113,0 @@ "language": "typescript", |
@@ -51,3 +51,3 @@ "use strict"; | ||
console.log('tokenResponse', tokenResponse); | ||
if (!tokenResponse.error) { | ||
if (tokenResponse.error) { | ||
throw new Error(tokenResponse.error); | ||
@@ -54,0 +54,0 @@ } |
{ | ||
"name": "Celitech", | ||
"version": "1.1.76", | ||
"version": "1.1.77", | ||
"private": true, | ||
@@ -5,0 +5,0 @@ "dependencies": { |
{ | ||
"name": "celitech-sdk", | ||
"version": "1.1.76", | ||
"version": "1.1.77", | ||
"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 @@ "main": "dist/index.js", |
@@ -1,2 +0,2 @@ | ||
# Celitech TypeScript SDK 1.1.76 | ||
# Celitech TypeScript SDK 1.1.77 | ||
@@ -8,3 +8,3 @@ Welcome to the Celitech SDK documentation. This guide will help you get started with integrating and using the Celitech SDK in your project. | ||
- API version: `1.1.0` | ||
- SDK version: `1.1.76` | ||
- SDK version: `1.1.77` | ||
@@ -11,0 +11,0 @@ ## About the API |
@@ -52,3 +52,3 @@ import { HttpMetadata } from '../types'; | ||
if (!tokenResponse.error) { | ||
if (tokenResponse.error) { | ||
throw new Error(tokenResponse.error); | ||
@@ -55,0 +55,0 @@ } |
Sorry, the diff of this file is not supported yet
605821