chatbot-nc 2.2.60 → 2.2.61

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.
@@ -146,6 +146,6 @@ export type ClientCredentials = {
146
146
  client_secret?: string;
147
147
  client_id_issued_at?: number;
148
148
  client_secret_expires_at?: number;
149
- isEncryted?: boolean;
149
+ isEncrypted?: boolean;
150
150
  encryptedValue?: string;
151
151
  };
@@ -146,6 +146,6 @@ export type ClientCredentials = {
146
146
  client_secret?: string;
147
147
  client_id_issued_at?: number;
148
148
  client_secret_expires_at?: number;
149
- isEncryted?: boolean;
149
+ isEncrypted?: boolean;
150
150
  encryptedValue?: string;
151
151
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chatbot-nc",
3
- "version": "2.2.60",
3
+ "version": "2.2.61",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",