@skilder-ai/runtime 0.5.7 → 0.5.9

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.js CHANGED
@@ -113814,6 +113814,7 @@ __export(dgraph_resolvers_types_exports, {
113814
113814
  OnboardingStepStatus: () => OnboardingStepStatus,
113815
113815
  OnboardingStepType: () => OnboardingStepType,
113816
113816
  RuntimeType: () => RuntimeType,
113817
+ ScriptType: () => ScriptType,
113817
113818
  SkillMode: () => SkillMode,
113818
113819
  ToolCallStatus: () => ToolCallStatus,
113819
113820
  WorkspaceRole: () => WorkspaceRole
@@ -113888,6 +113889,13 @@ var RuntimeType = /* @__PURE__ */ ((RuntimeType2) => {
113888
113889
  RuntimeType2["Mcp"] = "MCP";
113889
113890
  return RuntimeType2;
113890
113891
  })(RuntimeType || {});
113892
+ var ScriptType = /* @__PURE__ */ ((ScriptType2) => {
113893
+ ScriptType2["Bash"] = "BASH";
113894
+ ScriptType2["Javascript"] = "JAVASCRIPT";
113895
+ ScriptType2["Python"] = "PYTHON";
113896
+ ScriptType2["Typescript"] = "TYPESCRIPT";
113897
+ return ScriptType2;
113898
+ })(ScriptType || {});
113891
113899
  var SkillMode = /* @__PURE__ */ ((SkillMode2) => {
113892
113900
  SkillMode2["List"] = "LIST";
113893
113901
  SkillMode2["Optimized"] = "OPTIMIZED";