@athenaintel/react 0.10.30 → 0.10.32

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.d.ts CHANGED
@@ -1188,8 +1188,12 @@ export declare const Toolkits: {
1188
1188
  readonly NOTEBOOK: "notebook_toolkit";
1189
1189
  /** Presentation slide editing. */
1190
1190
  readonly PRESENTATION: "presentation_toolkit";
1191
+ /** Presentation slide editing (OnlyOffice, deprecated). */
1192
+ readonly PRESENTATION_ONLYOFFICE: "presentation_onlyoffice_toolkit";
1191
1193
  /** PowerPoint presentation creation from templates. */
1192
1194
  readonly POWERPOINT: "powerpoint_deck_toolkit";
1195
+ /** PowerPoint presentation creation from templates (pptx-studio). */
1196
+ readonly PRESENTATION_PPTX_STUDIO: "presentation_pptx_studio_toolkit";
1193
1197
  /** Workspace file management (Olympus Drive). */
1194
1198
  readonly DRIVE: "olympus_drive_toolkit";
1195
1199
  /** Python code execution. */