@athenaintel/react 0.10.22 → 0.10.24
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.cjs +2047 -1106
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2047 -1106
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -1144,7 +1144,7 @@ export declare const Toolkits: {
|
|
|
1144
1144
|
readonly PRESENTATION: "presentation_toolkit";
|
|
1145
1145
|
/** PowerPoint presentation creation from templates. */
|
|
1146
1146
|
readonly POWERPOINT: "powerpoint_deck_toolkit";
|
|
1147
|
-
/** Workspace file management (
|
|
1147
|
+
/** Workspace file management (Olympus Drive). */
|
|
1148
1148
|
readonly DRIVE: "olympus_drive_toolkit";
|
|
1149
1149
|
/** Python code execution. */
|
|
1150
1150
|
readonly PYTHON: "python_toolkit";
|