celitech-sdk 1.3.8 → 1.3.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # Celitech TypeScript SDK 1.3.8
1
+ # Celitech TypeScript SDK 1.3.18
2
2
 
3
3
  Welcome to the Celitech SDK documentation. This guide will help you get started with integrating and using the Celitech SDK in your project.
4
4
 
5
5
  ## Versions
6
6
 
7
7
  - API version: `1.1.0`
8
- - SDK version: `1.3.8`
8
+ - SDK version: `1.3.18`
9
9
 
10
10
  ## About the API
11
11
 
@@ -89,8 +89,8 @@ import { Celitech } from 'celitech-sdk';
89
89
 
90
90
  (async () => {
91
91
  const celitech = new Celitech({
92
- clientSecret: 'CLIENT_SECRET',
93
92
  clientId: 'CLIENT_ID',
93
+ clientSecret: 'CLIENT_SECRET',
94
94
  });
95
95
 
96
96
  const { data } = await celitech.destinations.listDestinations();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "celitech-sdk",
3
- "version": "1.3.8",
3
+ "version": "1.3.18",
4
4
  "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
5
  "source": "./src/index.ts",
6
6
  "main": "./dist/index.js",