@astermind/cybernetic-chatbot-client 2.2.48 → 2.2.55

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.
@@ -1,7 +1,7 @@
1
1
  (function (global, factory) {
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react'), require('fs'), require('path')) :
3
3
  typeof define === 'function' && define.amd ? define(['exports', 'react', 'fs', 'path'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.AsterMindCybernetic = {}, global.react));
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.AsterMindCybernetic = {}, global.React));
5
5
  })(this, (function (exports, react) { 'use strict';
6
6
 
7
7
  // src/ApiClient.ts
@@ -1345,6 +1345,7 @@
1345
1345
  documentName: s.documentName,
1346
1346
  sourceType: s.sourceType || 'document',
1347
1347
  chunkId: s.chunkId,
1348
+ downloadUrl: s.downloadUrl,
1348
1349
  }));
1349
1350
  }
1350
1351
  /**
@@ -2346,7 +2347,8 @@ LJ5AZXvOhHaXdHzMuYKX5BpK4w7TqbPvJ6QPvKmLKvHh1VKcUJ6mJQgJJw==
2346
2347
  this.localRAG = new CyberneticLocalRAG();
2347
2348
  // Initialize license manager
2348
2349
  this.licenseManager = new LicenseManager({
2349
- licenseKey: config.licenseKey
2350
+ licenseKey: config.licenseKey,
2351
+ environment: config.environment,
2350
2352
  });
2351
2353
  // Verify license asynchronously (non-blocking)
2352
2354
  this.licenseManager.verify().then(() => {