celitech-sdk 1.1.64 → 1.1.66

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,9 +1,9 @@
1
- # Celitech Typescript SDK 1.1.64
1
+ # Celitech Typescript SDK 1.1.66
2
2
 
3
3
  The Typescript SDK for Celitech.
4
4
 
5
- - API version: 1.1.64
6
- - SDK version: 1.1.64
5
+ - API version: 1.1.66
6
+ - SDK version: 1.1.66
7
7
 
8
8
  ## Table of Contents
9
9
 
@@ -94,7 +94,7 @@ class HTTPLibrary {
94
94
  return response;
95
95
  }
96
96
  getUserAgentHeader() {
97
- const userAgentBase = 'Celitech/1.1.64';
97
+ const userAgentBase = 'Celitech/1.1.66';
98
98
  let userAgent = '';
99
99
  if (typeof window !== 'undefined') {
100
100
  return {};
@@ -89,7 +89,7 @@ export default class HTTPLibrary {
89
89
  return response;
90
90
  }
91
91
  getUserAgentHeader() {
92
- const userAgentBase = 'Celitech/1.1.64';
92
+ const userAgentBase = 'Celitech/1.1.66';
93
93
  let userAgent = '';
94
94
  if (typeof window !== 'undefined') {
95
95
  return {};
@@ -103,7 +103,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
103
103
  return response;
104
104
  }
105
105
  getUserAgentHeader() {
106
- const userAgentBase = 'Celitech/1.1.64';
106
+ const userAgentBase = 'Celitech/1.1.66';
107
107
  let userAgent = '';
108
108
  if (typeof window !== 'undefined') {
109
109
  return {};
package/package.json CHANGED
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "name": "celitech-sdk",
50
50
  "description": "Celitech - 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/) ",
51
- "version": "1.1.64",
51
+ "version": "1.1.66",
52
52
  "author": "Celitech",
53
53
  "dependencies": {
54
54
  "axios": "^1.0.0"