chatbot-nc 2.2.55 → 2.2.60

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