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.
Files changed (106) hide show
  1. package/README.md +6 -0
  2. package/bin/mcp-server.js +1353 -629
  3. package/bin/mcp-server.js.map +23 -8
  4. package/funcs/insightsWorkflowsExecutionsSummary.d.ts +21 -0
  5. package/funcs/insightsWorkflowsExecutionsSummary.d.ts.map +1 -0
  6. package/funcs/insightsWorkflowsExecutionsSummary.js +132 -0
  7. package/funcs/insightsWorkflowsExecutionsSummary.js.map +1 -0
  8. package/funcs/insightsWorkflowsListExecutions.d.ts +19 -0
  9. package/funcs/insightsWorkflowsListExecutions.d.ts.map +1 -0
  10. package/funcs/insightsWorkflowsListExecutions.js +137 -0
  11. package/funcs/insightsWorkflowsListExecutions.js.map +1 -0
  12. package/funcs/insightsWorkflowsListSessions.d.ts +25 -0
  13. package/funcs/insightsWorkflowsListSessions.d.ts.map +1 -0
  14. package/funcs/insightsWorkflowsListSessions.js +142 -0
  15. package/funcs/insightsWorkflowsListSessions.js.map +1 -0
  16. package/jsr.json +1 -1
  17. package/lib/config.d.ts +3 -3
  18. package/lib/config.js +3 -3
  19. package/lib/config.js.map +1 -1
  20. package/mcp-server/mcp-server.js +1 -1
  21. package/mcp-server/mcp-server.js.map +1 -1
  22. package/mcp-server/server.d.ts.map +1 -1
  23. package/mcp-server/server.js +7 -1
  24. package/mcp-server/server.js.map +1 -1
  25. package/mcp-server/tools/insightsWorkflowsExecutionsSummary.d.ts +8 -0
  26. package/mcp-server/tools/insightsWorkflowsExecutionsSummary.d.ts.map +1 -0
  27. package/mcp-server/tools/insightsWorkflowsExecutionsSummary.js +66 -0
  28. package/mcp-server/tools/insightsWorkflowsExecutionsSummary.js.map +1 -0
  29. package/mcp-server/tools/insightsWorkflowsListExecutions.d.ts +8 -0
  30. package/mcp-server/tools/insightsWorkflowsListExecutions.d.ts.map +1 -0
  31. package/mcp-server/tools/insightsWorkflowsListExecutions.js +64 -0
  32. package/mcp-server/tools/insightsWorkflowsListExecutions.js.map +1 -0
  33. package/mcp-server/tools/insightsWorkflowsListSessions.d.ts +8 -0
  34. package/mcp-server/tools/insightsWorkflowsListSessions.d.ts.map +1 -0
  35. package/mcp-server/tools/insightsWorkflowsListSessions.js +70 -0
  36. package/mcp-server/tools/insightsWorkflowsListSessions.js.map +1 -0
  37. package/models/components/index.d.ts +6 -0
  38. package/models/components/index.d.ts.map +1 -1
  39. package/models/components/index.js +6 -0
  40. package/models/components/index.js.map +1 -1
  41. package/models/components/insightworkflowexecutionoutput.d.ts +73 -0
  42. package/models/components/insightworkflowexecutionoutput.d.ts.map +1 -0
  43. package/models/components/insightworkflowexecutionoutput.js +101 -0
  44. package/models/components/insightworkflowexecutionoutput.js.map +1 -0
  45. package/models/components/insightworkflowexecutionproperties.d.ts +18 -0
  46. package/models/components/insightworkflowexecutionproperties.d.ts.map +1 -0
  47. package/models/components/insightworkflowexecutionproperties.js +55 -0
  48. package/models/components/insightworkflowexecutionproperties.js.map +1 -0
  49. package/models/components/insightworkflowexecutionsummary.d.ts +46 -0
  50. package/models/components/insightworkflowexecutionsummary.d.ts.map +1 -0
  51. package/models/components/insightworkflowexecutionsummary.js +66 -0
  52. package/models/components/insightworkflowexecutionsummary.js.map +1 -0
  53. package/models/components/listresponseinsightworkflowexecutionoutput.d.ts +41 -0
  54. package/models/components/listresponseinsightworkflowexecutionoutput.d.ts.map +1 -0
  55. package/models/components/listresponseinsightworkflowexecutionoutput.js +80 -0
  56. package/models/components/listresponseinsightworkflowexecutionoutput.js.map +1 -0
  57. package/models/components/listresponseworkflowsessionrow.d.ts +41 -0
  58. package/models/components/listresponseworkflowsessionrow.d.ts.map +1 -0
  59. package/models/components/listresponseworkflowsessionrow.js +80 -0
  60. package/models/components/listresponseworkflowsessionrow.js.map +1 -0
  61. package/models/components/workflowsessionrow.d.ts +62 -0
  62. package/models/components/workflowsessionrow.d.ts.map +1 -0
  63. package/models/components/workflowsessionrow.js +83 -0
  64. package/models/components/workflowsessionrow.js.map +1 -0
  65. package/models/operations/index.d.ts +3 -0
  66. package/models/operations/index.d.ts.map +1 -1
  67. package/models/operations/index.js +3 -0
  68. package/models/operations/index.js.map +1 -1
  69. package/models/operations/insightsworkflowexecutions.d.ts +63 -0
  70. package/models/operations/insightsworkflowexecutions.d.ts.map +1 -0
  71. package/models/operations/insightsworkflowexecutions.js +100 -0
  72. package/models/operations/insightsworkflowexecutions.js.map +1 -0
  73. package/models/operations/insightsworkflowexecutionssummary.d.ts +27 -0
  74. package/models/operations/insightsworkflowexecutionssummary.d.ts.map +1 -0
  75. package/models/operations/insightsworkflowexecutionssummary.js +75 -0
  76. package/models/operations/insightsworkflowexecutionssummary.js.map +1 -0
  77. package/models/operations/insightsworkflowsessions.d.ts +85 -0
  78. package/models/operations/insightsworkflowsessions.d.ts.map +1 -0
  79. package/models/operations/insightsworkflowsessions.js +120 -0
  80. package/models/operations/insightsworkflowsessions.js.map +1 -0
  81. package/package.json +1 -1
  82. package/sdk/workflows.d.ts +29 -0
  83. package/sdk/workflows.d.ts.map +1 -1
  84. package/sdk/workflows.js +38 -0
  85. package/sdk/workflows.js.map +1 -1
  86. package/src/funcs/insightsWorkflowsExecutionsSummary.ts +190 -0
  87. package/src/funcs/insightsWorkflowsListExecutions.ts +196 -0
  88. package/src/funcs/insightsWorkflowsListSessions.ts +198 -0
  89. package/src/lib/config.ts +3 -3
  90. package/src/mcp-server/mcp-server.ts +1 -1
  91. package/src/mcp-server/server.ts +7 -1
  92. package/src/mcp-server/tools/insightsWorkflowsExecutionsSummary.ts +41 -0
  93. package/src/mcp-server/tools/insightsWorkflowsListExecutions.ts +38 -0
  94. package/src/mcp-server/tools/insightsWorkflowsListSessions.ts +43 -0
  95. package/src/models/components/index.ts +6 -0
  96. package/src/models/components/insightworkflowexecutionoutput.ts +154 -0
  97. package/src/models/components/insightworkflowexecutionproperties.ts +29 -0
  98. package/src/models/components/insightworkflowexecutionsummary.ts +90 -0
  99. package/src/models/components/listresponseinsightworkflowexecutionoutput.ts +109 -0
  100. package/src/models/components/listresponseworkflowsessionrow.ts +103 -0
  101. package/src/models/components/workflowsessionrow.ts +115 -0
  102. package/src/models/operations/index.ts +3 -0
  103. package/src/models/operations/insightsworkflowexecutions.ts +151 -0
  104. package/src/models/operations/insightsworkflowexecutionssummary.ts +87 -0
  105. package/src/models/operations/insightsworkflowsessions.ts +168 -0
  106. 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