@omnikit-ai/sdk 2.2.6 → 2.2.7

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/dist/index.mjs CHANGED
@@ -850,8 +850,8 @@ var APIClient = class {
850
850
  return this.service;
851
851
  }
852
852
  /**
853
- * Lazy getter for connectors module
854
- * Like Base44's connectors - provides access to external service tokens
853
+ * Lazy getter for connectors module.
854
+ * Provides access to external service tokens.
855
855
  *
856
856
  * SECURITY: getAccessToken requires service token authentication.
857
857
  * Only use in backend functions, not frontend code.