celitech-sdk 2.0.2 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # Celitech TypeScript SDK 2.0.2
1
+ # Celitech TypeScript SDK 2.0.4
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
- - API version: `2.0.2`
8
- - SDK version: `2.0.2`
7
+ - API version: `2.0.4`
8
+ - SDK version: `2.0.4`
9
9
 
10
10
  ## About the API
11
11
 
package/dist/index.js CHANGED
@@ -1938,7 +1938,7 @@ var RequestBuilder = class {
1938
1938
  };
1939
1939
  this.addHeaderParam({
1940
1940
  key: "User-Agent",
1941
- value: "postman-codegen/1.4.0 celitech-sdk/2.0.2 (typescript)"
1941
+ value: "postman-codegen/1.5.0 celitech-sdk/2.0.4 (typescript)"
1942
1942
  });
1943
1943
  }
1944
1944
  setConfig(config) {
package/dist/index.mjs CHANGED
@@ -1892,7 +1892,7 @@ var RequestBuilder = class {
1892
1892
  };
1893
1893
  this.addHeaderParam({
1894
1894
  key: "User-Agent",
1895
- value: "postman-codegen/1.4.0 celitech-sdk/2.0.2 (typescript)"
1895
+ value: "postman-codegen/1.5.0 celitech-sdk/2.0.4 (typescript)"
1896
1896
  });
1897
1897
  }
1898
1898
  setConfig(config) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "celitech-sdk",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
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",