@pikku/cli 0.12.19 → 0.12.21

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 (105) hide show
  1. package/console-app/assets/{index-DAQHIRK3.js → index-DXLy-_D4.js} +181 -181
  2. package/console-app/index.html +1 -1
  3. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
  4. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
  5. package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
  6. package/dist/.pikku/cli/pikku-cli-channel.js +6 -1
  7. package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +1 -1
  8. package/dist/.pikku/cli/pikku-cli-types.gen.js +1 -1
  9. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
  10. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.json +32 -2
  11. package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +1 -1
  12. package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
  13. package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -1
  14. package/dist/.pikku/cli/pikku-cli.gen.js +1 -1
  15. package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
  16. package/dist/.pikku/function/pikku-function-types.gen.d.ts +8 -2
  17. package/dist/.pikku/function/pikku-function-types.gen.js +4 -1
  18. package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
  19. package/dist/.pikku/function/pikku-functions-meta.gen.json +223 -121
  20. package/dist/.pikku/function/pikku-functions.gen.js +13 -9
  21. package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
  22. package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
  23. package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
  24. package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -1
  25. package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -1
  26. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
  27. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
  28. package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
  29. package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
  30. package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
  31. package/dist/.pikku/pikku-meta-service.gen.js +1 -1
  32. package/dist/.pikku/pikku-services.gen.d.ts +2 -1
  33. package/dist/.pikku/pikku-services.gen.js +1 -0
  34. package/dist/.pikku/pikku-types.gen.d.ts +1 -1
  35. package/dist/.pikku/pikku-types.gen.js +1 -1
  36. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  37. package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
  38. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
  39. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +15 -9
  40. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  41. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
  42. package/dist/.pikku/schemas/register.gen.js +13 -7
  43. package/dist/.pikku/schemas/schemas/DevInput.schema.json +1 -0
  44. package/dist/.pikku/schemas/schemas/PikkuCommandHTTPOutput.schema.json +1 -0
  45. package/dist/.pikku/schemas/schemas/PikkuCommandQueueOutput.schema.json +1 -0
  46. package/dist/.pikku/schemas/schemas/WorkflowRunStatus.schema.json +1 -1
  47. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
  48. package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
  49. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
  50. package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
  51. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
  52. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
  53. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
  54. package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
  55. package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
  56. package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
  57. package/dist/.pikku/workflow/meta/allWorkflow.gen.json +623 -154
  58. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +1 -1
  59. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
  60. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
  61. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
  62. package/dist/src/cli.wiring.js +32 -2
  63. package/dist/src/deploy/analyzer/manifest.d.ts +10 -0
  64. package/dist/src/deploy/build-pipeline.d.ts +2 -0
  65. package/dist/src/deploy/build-pipeline.js +44 -6
  66. package/dist/src/deploy/bundler/bundler.d.ts +2 -1
  67. package/dist/src/deploy/bundler/bundler.js +28 -5
  68. package/dist/src/deploy/bundler/dep-extractor.d.ts +5 -2
  69. package/dist/src/deploy/bundler/dep-extractor.js +103 -23
  70. package/dist/src/deploy/bundler/types.d.ts +5 -1
  71. package/dist/src/deploy/codegen/per-unit-codegen.d.ts +3 -1
  72. package/dist/src/deploy/codegen/per-unit-codegen.js +3 -1
  73. package/dist/src/deploy/plan/planner.js +25 -3
  74. package/dist/src/deploy/plan/provider.d.ts +2 -0
  75. package/dist/src/functions/commands/deploy-apply.js +6 -4
  76. package/dist/src/functions/commands/deploy-plan.js +7 -1
  77. package/dist/src/functions/commands/dev.d.ts +13 -0
  78. package/dist/src/functions/commands/dev.js +187 -0
  79. package/dist/src/functions/commands/pikku-command-summary.js +4 -1
  80. package/dist/src/functions/commands/versions-update.js +9 -3
  81. package/dist/src/functions/wirings/channels/pikku-command-channels.d.ts +1 -1
  82. package/dist/src/functions/wirings/channels/pikku-command-channels.js +1 -1
  83. package/dist/src/functions/wirings/console/pikku-command-console-functions.js +5 -1
  84. package/dist/src/functions/wirings/functions/serialize-function-types.js +31 -1
  85. package/dist/src/functions/wirings/http/pikku-command-http-routes.d.ts +1 -1
  86. package/dist/src/functions/wirings/http/pikku-command-http-routes.js +1 -1
  87. package/dist/src/functions/wirings/queue/pikku-command-queue-map.d.ts +1 -1
  88. package/dist/src/functions/wirings/queue/pikku-command-queue-map.js +1 -1
  89. package/dist/src/functions/wirings/queue/pikku-command-queue.d.ts +1 -1
  90. package/dist/src/functions/wirings/queue/pikku-command-queue.js +1 -1
  91. package/dist/src/functions/wirings/rpc/pikku-command-public-rpc.js +5 -1
  92. package/dist/src/functions/wirings/rpc/pikku-command-remote-rpc.js +5 -1
  93. package/dist/src/functions/wirings/rpc/serialize-typed-rpc-map.js +16 -2
  94. package/dist/src/functions/wirings/workflow/serialize-workflow-routes.js +44 -2
  95. package/dist/src/functions/workflows/all.workflow.js +5 -10
  96. package/dist/src/scaffold/rpc-remote.gen.js +1 -1
  97. package/dist/src/scaffold/workflow-routes.gen.js +36 -4
  98. package/dist/src/services/cli-logger.service.d.ts +22 -2
  99. package/dist/src/services/cli-logger.service.js +97 -21
  100. package/dist/src/services.js +8 -1
  101. package/dist/tsconfig.tsbuildinfo +1 -1
  102. package/package.json +8 -4
  103. package/dist/.pikku/cli/pikku-cli-client.gen.d.ts +0 -10
  104. package/dist/.pikku/cli/pikku-cli-client.gen.js +0 -44
  105. /package/dist/.pikku/schemas/schemas/{PikkuChannelsOutput.schema.json → PikkuCommandChannelsOutput.schema.json} +0 -0
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.21
3
3
  */
4
4
  import type { SingletonServices } from '../types/application-types.d.js';
5
5
  import type { Services } from '../types/application-types.d.js';
@@ -20,6 +20,7 @@ export declare const requiredSingletonServices: {
20
20
  readonly schedulerService: true;
21
21
  readonly schema: true;
22
22
  readonly secrets: true;
23
+ readonly sessionStore: false;
23
24
  readonly variables: true;
24
25
  readonly workflowRunService: true;
25
26
  readonly workflowService: true;
@@ -16,6 +16,7 @@ export const requiredSingletonServices = {
16
16
  'schedulerService': true,
17
17
  'schema': true,
18
18
  'secrets': true,
19
+ 'sessionStore': false,
19
20
  'variables': true,
20
21
  'workflowRunService': true,
21
22
  'workflowService': true,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.21
3
3
  */
4
4
  /**
5
5
  * Main type export hub - re-exports all wiring-specific types
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.21
3
3
  */
4
4
  /**
5
5
  * Main type export hub - re-exports all wiring-specific types
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.21
3
3
  */
4
4
  /**
5
5
  * Queue-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.21
3
3
  */
4
4
  /**
5
5
  * Queue-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.21
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-rpc-wirings-meta.internal.gen.json' with { type: 'json' };
@@ -16,6 +16,7 @@
16
16
  "bootstrap": "bootstrap",
17
17
  "watch": "watch",
18
18
  "consoleCommand": "consoleCommand",
19
+ "dev": "dev",
19
20
  "pikkuVersionsInit": "pikkuVersionsInit",
20
21
  "pikkuVersionsCheck": "pikkuVersionsCheck",
21
22
  "pikkuVersionsUpdate": "pikkuVersionsUpdate",
@@ -36,6 +37,7 @@
36
37
  "workflowRunner": "workflowRunner",
37
38
  "workflowStatusChecker": "workflowStatusChecker",
38
39
  "workflowStatusStream": "workflowStatusStream",
40
+ "workflowStatusStreamFull": "workflowStatusStreamFull",
39
41
  "graphStarter": "graphStarter",
40
42
  "pikkuSummary": "pikkuSummary",
41
43
  "pikkuAIAgentTypes": "pikkuAIAgentTypes",
@@ -44,41 +46,45 @@
44
46
  "pikkuChannels": "pikkuChannels",
45
47
  "pikkuChannelTypes": "pikkuChannelTypes",
46
48
  "pikkuChannelsMap": "pikkuChannelsMap",
49
+ "pikkuCommandChannels": "pikkuCommandChannels",
47
50
  "pikkuConsoleFunctions": "pikkuConsoleFunctions",
48
51
  "pikkuNodeTypes": "pikkuNodeTypes",
49
52
  "pikkuNodesMeta": "pikkuNodesMeta",
53
+ "pikkuCLIEntry": "pikkuCLIEntry",
54
+ "pikkuCLITypes": "pikkuCLITypes",
55
+ "pikkuCLI": "pikkuCLI",
50
56
  "pikkuCredentials": "pikkuCredentials",
51
- "pikkuGateway": "pikkuGateway",
52
57
  "pikkuAddonTypes": "pikkuAddonTypes",
53
58
  "pikkuFunctionTypesSplit": "pikkuFunctionTypesSplit",
54
59
  "pikkuFunctionTypes": "pikkuFunctionTypes",
55
60
  "pikkuFunctions": "pikkuFunctions",
56
61
  "pikkuServices": "pikkuServices",
62
+ "pikkuGateway": "pikkuGateway",
57
63
  "pikkuHTTPMap": "pikkuHTTPMap",
58
- "pikkuHTTP": "pikkuHTTP",
64
+ "pikkuCommandHTTP": "pikkuCommandHTTP",
59
65
  "pikkuHTTPTypes": "pikkuHTTPTypes",
66
+ "pikkuHTTP": "pikkuHTTP",
60
67
  "pikkuMCPJSON": "pikkuMCPJSON",
61
68
  "pikkuMCPTypes": "pikkuMCPTypes",
62
69
  "pikkuMCP": "pikkuMCP",
63
70
  "pikkuMiddleware": "pikkuMiddleware",
64
- "pikkuCLIEntry": "pikkuCLIEntry",
65
- "pikkuCLITypes": "pikkuCLITypes",
66
- "pikkuCLI": "pikkuCLI",
67
71
  "pikkuSecretDefinitionTypes": "pikkuSecretDefinitionTypes",
68
72
  "pikkuVariableDefinitionTypes": "pikkuVariableDefinitionTypes",
69
73
  "pikkuPackage": "pikkuPackage",
70
74
  "pikkuPermissions": "pikkuPermissions",
71
- "pikkuQueueMap": "pikkuQueueMap",
75
+ "pikkuCommandQueueMap": "pikkuCommandQueueMap",
72
76
  "pikkuQueueTypes": "pikkuQueueTypes",
77
+ "pikkuCommandQueue": "pikkuCommandQueue",
78
+ "pikkuQueueMap": "pikkuQueueMap",
73
79
  "pikkuQueue": "pikkuQueue",
74
- "pikkuSecrets": "pikkuSecrets",
75
- "pikkuSchedulerTypes": "pikkuSchedulerTypes",
76
- "pikkuScheduler": "pikkuScheduler",
77
80
  "pikkuPublicRPC": "pikkuPublicRPC",
78
81
  "pikkuRemoteRPC": "pikkuRemoteRPC",
79
82
  "pikkuRPCInternalMap": "pikkuRPCInternalMap",
80
83
  "pikkuRPCExposedMap": "pikkuRPCExposedMap",
81
84
  "pikkuRPC": "pikkuRPC",
85
+ "pikkuSchedulerTypes": "pikkuSchedulerTypes",
86
+ "pikkuScheduler": "pikkuScheduler",
87
+ "pikkuSecrets": "pikkuSecrets",
82
88
  "pikkuTriggerTypes": "pikkuTriggerTypes",
83
89
  "pikkuTrigger": "pikkuTrigger",
84
90
  "pikkuVariables": "pikkuVariables",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.21
3
3
  */
4
4
  /**
5
5
  * Scheduler-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.21
3
3
  */
4
4
  /**
5
5
  * Scheduler-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.21
3
3
  */
4
4
  import { addSchema } from '@pikku/core/schema';
5
5
  import * as PikkuSchemasOutput from './schemas/PikkuSchemasOutput.schema.json' with { type: 'json' };
@@ -10,6 +10,8 @@ import * as WatchInput from './schemas/WatchInput.schema.json' with { type: 'jso
10
10
  addSchema('WatchInput', WatchInput);
11
11
  import * as ConsoleCommandInput from './schemas/ConsoleCommandInput.schema.json' with { type: 'json' };
12
12
  addSchema('ConsoleCommandInput', ConsoleCommandInput);
13
+ import * as DevInput from './schemas/DevInput.schema.json' with { type: 'json' };
14
+ addSchema('DevInput', DevInput);
13
15
  import * as PikkuVersionsInitInput from './schemas/PikkuVersionsInitInput.schema.json' with { type: 'json' };
14
16
  addSchema('PikkuVersionsInitInput', PikkuVersionsInitInput);
15
17
  import * as PikkuNewFunctionInput from './schemas/PikkuNewFunctionInput.schema.json' with { type: 'json' };
@@ -50,18 +52,20 @@ import * as PikkuAIAgentOutput from './schemas/PikkuAIAgentOutput.schema.json' w
50
52
  addSchema('PikkuAIAgentOutput', PikkuAIAgentOutput);
51
53
  import * as PikkuPublicAgentOutput from './schemas/PikkuPublicAgentOutput.schema.json' with { type: 'json' };
52
54
  addSchema('PikkuPublicAgentOutput', PikkuPublicAgentOutput);
53
- import * as PikkuChannelsOutput from './schemas/PikkuChannelsOutput.schema.json' with { type: 'json' };
54
- addSchema('PikkuChannelsOutput', PikkuChannelsOutput);
55
- import * as PikkuCLIOutput from './schemas/PikkuCLIOutput.schema.json' with { type: 'json' };
56
- addSchema('PikkuCLIOutput', PikkuCLIOutput);
57
55
  import * as PikkuConsoleFunctionsOutput from './schemas/PikkuConsoleFunctionsOutput.schema.json' with { type: 'json' };
58
56
  addSchema('PikkuConsoleFunctionsOutput', PikkuConsoleFunctionsOutput);
59
57
  import * as PikkuNodesMetaOutput from './schemas/PikkuNodesMetaOutput.schema.json' with { type: 'json' };
60
58
  addSchema('PikkuNodesMetaOutput', PikkuNodesMetaOutput);
59
+ import * as PikkuCLIOutput from './schemas/PikkuCLIOutput.schema.json' with { type: 'json' };
60
+ addSchema('PikkuCLIOutput', PikkuCLIOutput);
61
+ import * as PikkuCommandChannelsOutput from './schemas/PikkuCommandChannelsOutput.schema.json' with { type: 'json' };
62
+ addSchema('PikkuCommandChannelsOutput', PikkuCommandChannelsOutput);
61
63
  import * as PikkuFunctionsOutput from './schemas/PikkuFunctionsOutput.schema.json' with { type: 'json' };
62
64
  addSchema('PikkuFunctionsOutput', PikkuFunctionsOutput);
63
65
  import * as PikkuGatewayOutput from './schemas/PikkuGatewayOutput.schema.json' with { type: 'json' };
64
66
  addSchema('PikkuGatewayOutput', PikkuGatewayOutput);
67
+ import * as PikkuCommandHTTPOutput from './schemas/PikkuCommandHTTPOutput.schema.json' with { type: 'json' };
68
+ addSchema('PikkuCommandHTTPOutput', PikkuCommandHTTPOutput);
65
69
  import * as PikkuHTTPOutput from './schemas/PikkuHTTPOutput.schema.json' with { type: 'json' };
66
70
  addSchema('PikkuHTTPOutput', PikkuHTTPOutput);
67
71
  import * as PikkuMCPOutput from './schemas/PikkuMCPOutput.schema.json' with { type: 'json' };
@@ -72,8 +76,6 @@ import * as PikkuPackageOutput from './schemas/PikkuPackageOutput.schema.json' w
72
76
  addSchema('PikkuPackageOutput', PikkuPackageOutput);
73
77
  import * as PikkuPermissionsOutput from './schemas/PikkuPermissionsOutput.schema.json' with { type: 'json' };
74
78
  addSchema('PikkuPermissionsOutput', PikkuPermissionsOutput);
75
- import * as PikkuQueueOutput from './schemas/PikkuQueueOutput.schema.json' with { type: 'json' };
76
- addSchema('PikkuQueueOutput', PikkuQueueOutput);
77
79
  import * as PikkuPublicRPCOutput from './schemas/PikkuPublicRPCOutput.schema.json' with { type: 'json' };
78
80
  addSchema('PikkuPublicRPCOutput', PikkuPublicRPCOutput);
79
81
  import * as PikkuRemoteRPCOutput from './schemas/PikkuRemoteRPCOutput.schema.json' with { type: 'json' };
@@ -88,5 +90,9 @@ import * as PikkuWorkflowRoutesOutput from './schemas/PikkuWorkflowRoutesOutput.
88
90
  addSchema('PikkuWorkflowRoutesOutput', PikkuWorkflowRoutesOutput);
89
91
  import * as PikkuWorkflowOutput from './schemas/PikkuWorkflowOutput.schema.json' with { type: 'json' };
90
92
  addSchema('PikkuWorkflowOutput', PikkuWorkflowOutput);
93
+ import * as PikkuCommandQueueOutput from './schemas/PikkuCommandQueueOutput.schema.json' with { type: 'json' };
94
+ addSchema('PikkuCommandQueueOutput', PikkuCommandQueueOutput);
95
+ import * as PikkuQueueOutput from './schemas/PikkuQueueOutput.schema.json' with { type: 'json' };
96
+ addSchema('PikkuQueueOutput', PikkuQueueOutput);
91
97
  import * as PikkuCLIConfig from './schemas/PikkuCLIConfig.schema.json' with { type: 'json' };
92
98
  addSchema('PikkuCLIConfig', PikkuCLIConfig);
@@ -0,0 +1 @@
1
+ { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "port": { "type": "string" }, "watch": { "type": "boolean" }, "hmr": { "type": "boolean" } }, "additionalProperties": false, "definitions": {} }
@@ -0,0 +1 @@
1
+ { "$schema": "http://json-schema.org/draft-07/schema#", "type": "boolean", "enum": [false, true], "definitions": {} }
@@ -0,0 +1 @@
1
+ { "$schema": "http://json-schema.org/draft-07/schema#", "type": "boolean", "enum": [false, true], "definitions": {} }
@@ -1 +1 @@
1
- { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "id": { "type": "string" }, "status": { "$ref": "#/definitions/WorkflowStatus" }, "startedAt": { "type": "string", "format": "date-time" }, "completedAt": { "type": "string", "format": "date-time" }, "steps": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "status": { "$ref": "#/definitions/StepStatus" }, "duration": { "type": "number" } }, "required": ["name", "status"], "additionalProperties": false } }, "output": {}, "error": { "type": "object", "properties": { "message": { "type": "string" } }, "required": ["message"], "additionalProperties": false } }, "required": ["id", "status", "startedAt", "steps"], "additionalProperties": false, "definitions": { "WorkflowStatus": { "type": "string", "enum": ["running", "suspended", "completed", "failed", "cancelled"], "description": "Workflow run status" }, "StepStatus": { "type": "string", "enum": ["pending", "running", "scheduled", "succeeded", "failed", "suspended"], "description": "Workflow step status" } } }
1
+ { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "id": { "type": "string" }, "status": { "$ref": "#/definitions/WorkflowStatus" }, "startedAt": { "type": "string", "format": "date-time" }, "completedAt": { "type": "string", "format": "date-time" }, "deterministic": { "type": "boolean" }, "plannedSteps": { "type": "array", "items": { "$ref": "#/definitions/WorkflowPlannedStep" } }, "steps": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "status": { "$ref": "#/definitions/StepStatus" }, "duration": { "type": "number" } }, "required": ["name", "status"], "additionalProperties": false } }, "output": {}, "error": { "type": "object", "properties": { "message": { "type": "string" } }, "required": ["message"], "additionalProperties": false } }, "required": ["id", "status", "startedAt", "steps"], "additionalProperties": false, "definitions": { "WorkflowStatus": { "type": "string", "enum": ["running", "suspended", "completed", "failed", "cancelled"], "description": "Workflow run status" }, "WorkflowPlannedStep": { "type": "object", "properties": { "stepName": { "type": "string", "description": "Human-readable step label for UI timeline" } }, "required": ["stepName"], "additionalProperties": false }, "StepStatus": { "type": "string", "enum": ["pending", "running", "scheduled", "succeeded", "failed", "suspended"], "description": "Workflow step status" } } }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.21
3
3
  */
4
4
  export { wireSecret } from '@pikku/core/secret';
5
5
  export type { CoreSecret, SecretDefinitionMeta, SecretDefinitionsMeta } from '@pikku/core/secret';
@@ -1,4 +1,4 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.21
3
3
  */
4
4
  export { wireSecret } from '@pikku/core/secret';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.21
3
3
  */
4
4
  import { TypedSecretService as CoreTypedSecretService } from '@pikku/core/services';
5
5
  import type { SecretService } from '@pikku/core/services';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.21
3
3
  */
4
4
  import { TypedSecretService as CoreTypedSecretService } from '@pikku/core/services';
5
5
  const CREDENTIALS_META = {};
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.21
3
3
  */
4
4
  /**
5
5
  * Trigger-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.21
3
3
  */
4
4
  /**
5
5
  * Trigger-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.21
3
3
  */
4
4
  export { wireVariable } from '@pikku/core/variable';
5
5
  export type { CoreVariable, VariableDefinitionMeta, VariableDefinitionsMeta } from '@pikku/core/variable';
@@ -1,4 +1,4 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.21
3
3
  */
4
4
  export { wireVariable } from '@pikku/core/variable';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.21
3
3
  */
4
4
  import { TypedVariablesService as CoreTypedVariablesService } from '@pikku/core/services';
5
5
  import type { VariablesService } from '@pikku/core/services';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.21
3
3
  */
4
4
  import { TypedVariablesService as CoreTypedVariablesService } from '@pikku/core/services';
5
5
  const VARIABLES_META = {};