syllable-sdk 1.0.60 → 1.0.61-rc.2
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/README.md +6 -0
- package/bin/mcp-server.js +1353 -629
- package/bin/mcp-server.js.map +23 -8
- package/funcs/insightsWorkflowsExecutionsSummary.d.ts +21 -0
- package/funcs/insightsWorkflowsExecutionsSummary.d.ts.map +1 -0
- package/funcs/insightsWorkflowsExecutionsSummary.js +132 -0
- package/funcs/insightsWorkflowsExecutionsSummary.js.map +1 -0
- package/funcs/insightsWorkflowsListExecutions.d.ts +19 -0
- package/funcs/insightsWorkflowsListExecutions.d.ts.map +1 -0
- package/funcs/insightsWorkflowsListExecutions.js +137 -0
- package/funcs/insightsWorkflowsListExecutions.js.map +1 -0
- package/funcs/insightsWorkflowsListSessions.d.ts +25 -0
- package/funcs/insightsWorkflowsListSessions.d.ts.map +1 -0
- package/funcs/insightsWorkflowsListSessions.js +142 -0
- package/funcs/insightsWorkflowsListSessions.js.map +1 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/config.js.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/mcp-server.js.map +1 -1
- package/mcp-server/server.d.ts.map +1 -1
- package/mcp-server/server.js +7 -1
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/insightsWorkflowsExecutionsSummary.d.ts +8 -0
- package/mcp-server/tools/insightsWorkflowsExecutionsSummary.d.ts.map +1 -0
- package/mcp-server/tools/insightsWorkflowsExecutionsSummary.js +66 -0
- package/mcp-server/tools/insightsWorkflowsExecutionsSummary.js.map +1 -0
- package/mcp-server/tools/insightsWorkflowsListExecutions.d.ts +8 -0
- package/mcp-server/tools/insightsWorkflowsListExecutions.d.ts.map +1 -0
- package/mcp-server/tools/insightsWorkflowsListExecutions.js +64 -0
- package/mcp-server/tools/insightsWorkflowsListExecutions.js.map +1 -0
- package/mcp-server/tools/insightsWorkflowsListSessions.d.ts +8 -0
- package/mcp-server/tools/insightsWorkflowsListSessions.d.ts.map +1 -0
- package/mcp-server/tools/insightsWorkflowsListSessions.js +70 -0
- package/mcp-server/tools/insightsWorkflowsListSessions.js.map +1 -0
- package/models/components/index.d.ts +6 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +6 -0
- package/models/components/index.js.map +1 -1
- package/models/components/insightworkflowexecutionoutput.d.ts +73 -0
- package/models/components/insightworkflowexecutionoutput.d.ts.map +1 -0
- package/models/components/insightworkflowexecutionoutput.js +101 -0
- package/models/components/insightworkflowexecutionoutput.js.map +1 -0
- package/models/components/insightworkflowexecutionproperties.d.ts +18 -0
- package/models/components/insightworkflowexecutionproperties.d.ts.map +1 -0
- package/models/components/insightworkflowexecutionproperties.js +55 -0
- package/models/components/insightworkflowexecutionproperties.js.map +1 -0
- package/models/components/insightworkflowexecutionsummary.d.ts +46 -0
- package/models/components/insightworkflowexecutionsummary.d.ts.map +1 -0
- package/models/components/insightworkflowexecutionsummary.js +66 -0
- package/models/components/insightworkflowexecutionsummary.js.map +1 -0
- package/models/components/listresponseinsightworkflowexecutionoutput.d.ts +41 -0
- package/models/components/listresponseinsightworkflowexecutionoutput.d.ts.map +1 -0
- package/models/components/listresponseinsightworkflowexecutionoutput.js +80 -0
- package/models/components/listresponseinsightworkflowexecutionoutput.js.map +1 -0
- package/models/components/listresponseworkflowsessionrow.d.ts +41 -0
- package/models/components/listresponseworkflowsessionrow.d.ts.map +1 -0
- package/models/components/listresponseworkflowsessionrow.js +80 -0
- package/models/components/listresponseworkflowsessionrow.js.map +1 -0
- package/models/components/workflowsessionrow.d.ts +62 -0
- package/models/components/workflowsessionrow.d.ts.map +1 -0
- package/models/components/workflowsessionrow.js +83 -0
- package/models/components/workflowsessionrow.js.map +1 -0
- package/models/operations/index.d.ts +3 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +3 -0
- package/models/operations/index.js.map +1 -1
- package/models/operations/insightsworkflowexecutions.d.ts +63 -0
- package/models/operations/insightsworkflowexecutions.d.ts.map +1 -0
- package/models/operations/insightsworkflowexecutions.js +100 -0
- package/models/operations/insightsworkflowexecutions.js.map +1 -0
- package/models/operations/insightsworkflowexecutionssummary.d.ts +27 -0
- package/models/operations/insightsworkflowexecutionssummary.d.ts.map +1 -0
- package/models/operations/insightsworkflowexecutionssummary.js +75 -0
- package/models/operations/insightsworkflowexecutionssummary.js.map +1 -0
- package/models/operations/insightsworkflowsessions.d.ts +85 -0
- package/models/operations/insightsworkflowsessions.d.ts.map +1 -0
- package/models/operations/insightsworkflowsessions.js +120 -0
- package/models/operations/insightsworkflowsessions.js.map +1 -0
- package/package.json +1 -1
- package/sdk/workflows.d.ts +29 -0
- package/sdk/workflows.d.ts.map +1 -1
- package/sdk/workflows.js +38 -0
- package/sdk/workflows.js.map +1 -1
- package/src/funcs/insightsWorkflowsExecutionsSummary.ts +190 -0
- package/src/funcs/insightsWorkflowsListExecutions.ts +196 -0
- package/src/funcs/insightsWorkflowsListSessions.ts +198 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +7 -1
- package/src/mcp-server/tools/insightsWorkflowsExecutionsSummary.ts +41 -0
- package/src/mcp-server/tools/insightsWorkflowsListExecutions.ts +38 -0
- package/src/mcp-server/tools/insightsWorkflowsListSessions.ts +43 -0
- package/src/models/components/index.ts +6 -0
- package/src/models/components/insightworkflowexecutionoutput.ts +154 -0
- package/src/models/components/insightworkflowexecutionproperties.ts +29 -0
- package/src/models/components/insightworkflowexecutionsummary.ts +90 -0
- package/src/models/components/listresponseinsightworkflowexecutionoutput.ts +109 -0
- package/src/models/components/listresponseworkflowsessionrow.ts +103 -0
- package/src/models/components/workflowsessionrow.ts +115 -0
- package/src/models/operations/index.ts +3 -0
- package/src/models/operations/insightsworkflowexecutions.ts +151 -0
- package/src/models/operations/insightsworkflowexecutionssummary.ts +87 -0
- package/src/models/operations/insightsworkflowsessions.ts +168 -0
- package/src/sdk/workflows.ts +62 -0
package/README.md
CHANGED
|
@@ -377,6 +377,9 @@ run();
|
|
|
377
377
|
* [getById](docs/sdks/workflows/README.md#getbyid) - Get Insight Workflow By Id
|
|
378
378
|
* [update](docs/sdks/workflows/README.md#update) - Update Insights Workflow
|
|
379
379
|
* [delete](docs/sdks/workflows/README.md#delete) - Delete Insights Workflow
|
|
380
|
+
* [listExecutions](docs/sdks/workflows/README.md#listexecutions) - List Insight Workflow Executions
|
|
381
|
+
* [listSessions](docs/sdks/workflows/README.md#listsessions) - List Insight Workflow Sessions
|
|
382
|
+
* [executionsSummary](docs/sdks/workflows/README.md#executionssummary) - Insight Workflow Executions Summary
|
|
380
383
|
* [inactivate](docs/sdks/workflows/README.md#inactivate) - Inactivate Insights Workflow
|
|
381
384
|
* [activate](docs/sdks/workflows/README.md#activate) - Activate Insights Workflow
|
|
382
385
|
* [queueWork](docs/sdks/workflows/README.md#queuework) - Queue Insights Workflow For Sessions/Files
|
|
@@ -639,9 +642,12 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
|
|
|
639
642
|
- [`insightsWorkflowsActivate`](docs/sdks/workflows/README.md#activate) - Activate Insights Workflow
|
|
640
643
|
- [`insightsWorkflowsCreate`](docs/sdks/workflows/README.md#create) - Create Insight Workflow
|
|
641
644
|
- [`insightsWorkflowsDelete`](docs/sdks/workflows/README.md#delete) - Delete Insights Workflow
|
|
645
|
+
- [`insightsWorkflowsExecutionsSummary`](docs/sdks/workflows/README.md#executionssummary) - Insight Workflow Executions Summary
|
|
642
646
|
- [`insightsWorkflowsGetById`](docs/sdks/workflows/README.md#getbyid) - Get Insight Workflow By Id
|
|
643
647
|
- [`insightsWorkflowsInactivate`](docs/sdks/workflows/README.md#inactivate) - Inactivate Insights Workflow
|
|
644
648
|
- [`insightsWorkflowsList`](docs/sdks/workflows/README.md#list) - Insight Workflow List
|
|
649
|
+
- [`insightsWorkflowsListExecutions`](docs/sdks/workflows/README.md#listexecutions) - List Insight Workflow Executions
|
|
650
|
+
- [`insightsWorkflowsListSessions`](docs/sdks/workflows/README.md#listsessions) - List Insight Workflow Sessions
|
|
645
651
|
- [`insightsWorkflowsQueueWork`](docs/sdks/workflows/README.md#queuework) - Queue Insights Workflow For Sessions/Files
|
|
646
652
|
- [`insightsWorkflowsUpdate`](docs/sdks/workflows/README.md#update) - Update Insights Workflow
|
|
647
653
|
- [`organizationsCreate`](docs/sdks/organizations/README.md#create) - Create Organization
|