@pikku/addon-console 0.12.21 → 0.12.22

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 (63) hide show
  1. package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +1 -1
  2. package/dist/.pikku/addon/pikku-addon-types.gen.js +1 -1
  3. package/dist/.pikku/addon/pikku-package.gen.js +1 -1
  4. package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +1 -1
  5. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
  6. package/dist/.pikku/auth/auth.types.d.ts +1 -1
  7. package/dist/.pikku/auth/auth.types.js +1 -1
  8. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
  9. package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
  10. package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
  11. package/dist/.pikku/function/pikku-function-types.gen.d.ts +1 -1
  12. package/dist/.pikku/function/pikku-function-types.gen.js +1 -1
  13. package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
  14. package/dist/.pikku/function/pikku-functions-meta.gen.json +4 -4
  15. package/dist/.pikku/function/pikku-functions.gen.js +1 -1
  16. package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
  17. package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
  18. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
  19. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
  20. package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
  21. package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
  22. package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
  23. package/dist/.pikku/pikku-meta-service.gen.js +1 -1
  24. package/dist/.pikku/pikku-services.gen.d.ts +1 -1
  25. package/dist/.pikku/pikku-types.gen.d.ts +1 -1
  26. package/dist/.pikku/pikku-types.gen.js +1 -1
  27. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  28. package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
  29. package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +2 -2
  30. package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +2 -2
  31. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
  32. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  33. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
  34. package/dist/.pikku/schemas/register.gen.js +1 -1
  35. package/dist/.pikku/schemas/schemas/AllMeta.schema.json +1 -1
  36. package/dist/.pikku/schemas/schemas/GetWorkflowMetaByIdOutput.schema.json +1 -1
  37. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
  38. package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
  39. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
  40. package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
  41. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
  42. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
  43. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
  44. package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
  45. package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
  46. package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
  47. package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +1 -1
  48. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +9 -1
  49. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -1
  50. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +4 -1
  51. package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -1
  52. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
  53. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +1 -1
  54. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
  55. package/dist/src/functions/get-workflow-meta-by-id.function.d.ts +6 -0
  56. package/dist/src/functions/get-workflow-meta-by-id.function.d.ts.map +1 -1
  57. package/dist/src/services/wiring.service.d.ts +6 -0
  58. package/dist/src/services/wiring.service.d.ts.map +1 -1
  59. package/dist/src/services/wiring.service.js +3 -1
  60. package/dist/src/services/wiring.service.js.map +1 -1
  61. package/dist/src/services/wiring.service.test.js +1 -0
  62. package/dist/src/services/wiring.service.test.js.map +1 -1
  63. package/package.json +4 -4
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  /**
5
5
  * Addon package types for pikkuAddonConfig and pikkuAddonServices
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  /**
5
5
  * Addon package types for pikkuAddonConfig and pikkuAddonServices
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import { createSingletonServices as createSingletonServices } from '../../src/services.js';
@@ -1,4 +1,4 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  export type AgentMap = {}
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  import { CoreAIAgent, PikkuAIMiddlewareHooks } from '@pikku/core/ai-agent';
5
5
  import type { PikkuPermission, PikkuMiddleware, Services, PikkuFunctionConfig } from '../function/pikku-function-types.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  export { pikkuBetterAuth } from '@pikku/better-auth';
5
5
  //# sourceMappingURL=auth.types.d.ts.map
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  // AUTO-GENERATED by pikku CLI (bootstrap stub) — replaced by the typed wrapper after inspection
5
5
  export { pikkuBetterAuth } from '@pikku/better-auth';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  /**
5
5
  * Channel-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  /**
5
5
  * Channel-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  import type { FlattenedRPCMap } from '../rpc/pikku-rpc-wirings-map.internal.gen.js';
5
5
  export type NodeCategory = 'General';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  /**
5
5
  * Core function, middleware, and permission types for all wirings
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  /**
5
5
  * Core function, middleware, and permission types for all wirings
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-functions-meta.gen.json' with { type: 'json' };
@@ -329,9 +329,9 @@
329
329
  ],
330
330
  "expose": true,
331
331
  "implementationHash": "ae7c5ee2861ed3f4",
332
- "contractHash": "107030f6e1052f71",
332
+ "contractHash": "d9df86c9fe8dc52f",
333
333
  "inputHash": "bf06e182",
334
- "outputHash": "0bee9f44"
334
+ "outputHash": "9f322fa2"
335
335
  },
336
336
  "getAuthProviders": {
337
337
  "pikkuFuncId": "getAuthProviders",
@@ -559,9 +559,9 @@
559
559
  ],
560
560
  "expose": true,
561
561
  "implementationHash": "a925420228737161",
562
- "contractHash": "ec39b82fd9d91ee0",
562
+ "contractHash": "254b9ccd7f01d27b",
563
563
  "inputHash": "f967caf6",
564
- "outputHash": "2c0204f4"
564
+ "outputHash": "b0e9de5b"
565
565
  },
566
566
  "getWorkflowRunHistory": {
567
567
  "pikkuFuncId": "getWorkflowRunHistory",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  /* Import and register functions used by RPCs */
5
5
  import { addFunction } from '@pikku/core/function';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  /**
5
5
  * HTTP-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  /**
5
5
  * HTTP-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  /**
5
5
  * MCP-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  /**
5
5
  * MCP-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  import './rpc/pikku-rpc-wirings-meta.internal.gen.js';
5
5
  import './function/pikku-functions-meta.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  import './rpc/pikku-rpc-wirings-meta.internal.gen.js';
5
5
  import './function/pikku-functions-meta.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  import { LocalMetaService } from '@pikku/core/services/local-meta';
5
5
  export declare class PikkuMetaService extends LocalMetaService {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  import { LocalMetaService } from '@pikku/core/services/local-meta';
5
5
  export class PikkuMetaService extends LocalMetaService {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  import type { SingletonServices } from '../types/application-types.d.js';
5
5
  import type { Services } from '../types/application-types.d.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
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.62
2
+ * This file was generated by @pikku/cli@0.12.66
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.62
2
+ * This file was generated by @pikku/cli@0.12.66
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.62
2
+ * This file was generated by @pikku/cli@0.12.66
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.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  /**
5
5
  * This provides the structure needed for typescript to be aware of RPCs and their return types
@@ -63,7 +63,7 @@ export type GetOpenapisOutput = { apis: { name: string; version: string; provide
63
63
  export type GetSchemaInput = { schemaName: string; }
64
64
  export type GetStateDiffInput = { basePath: string; oursPath?: string | undefined; }
65
65
  export type GetWorkflowMetaByIdInput = { workflowId: string; }
66
- export type GetWorkflowMetaByIdOutput = CommonWireMeta & { name: string; steps: WorkflowStepMeta[]; context?: WorkflowContext | undefined; dsl?: boolean | undefined; expose?: boolean | undefined; }
66
+ export type GetWorkflowMetaByIdOutput = CommonWireMeta & { name: string; steps: WorkflowStepMeta[]; context?: WorkflowContext | undefined; dsl?: boolean | undefined; expose?: boolean | undefined; userFlow?: boolean | undefined; actors?: string[] | undefined; }
67
67
  export type GetWorkflowRunHistoryInput = { runId: string; }
68
68
  export type GetWorkflowRunHistoryOutput = any[]
69
69
  export type GetWorkflowRunInput = { runId: string; }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  /**
5
5
  * This provides the structure needed for typescript to be aware of RPCs and their return types
@@ -63,7 +63,7 @@ export type GetOpenapisOutput = { apis: { name: string; version: string; provide
63
63
  export type GetSchemaInput = { schemaName: string; }
64
64
  export type GetStateDiffInput = { basePath: string; oursPath?: string | undefined; }
65
65
  export type GetWorkflowMetaByIdInput = { workflowId: string; }
66
- export type GetWorkflowMetaByIdOutput = CommonWireMeta & { name: string; steps: WorkflowStepMeta[]; context?: WorkflowContext | undefined; dsl?: boolean | undefined; expose?: boolean | undefined; }
66
+ export type GetWorkflowMetaByIdOutput = CommonWireMeta & { name: string; steps: WorkflowStepMeta[]; context?: WorkflowContext | undefined; dsl?: boolean | undefined; expose?: boolean | undefined; userFlow?: boolean | undefined; actors?: string[] | undefined; }
67
67
  export type GetWorkflowRunHistoryInput = { runId: string; }
68
68
  export type GetWorkflowRunHistoryOutput = any[]
69
69
  export type GetWorkflowRunInput = { runId: string; }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
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' };
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.62
2
+ * This file was generated by @pikku/cli@0.12.66
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.62
2
+ * This file was generated by @pikku/cli@0.12.66
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.62
2
+ * This file was generated by @pikku/cli@0.12.66
3
3
  */
4
4
  import { addSchema } from '@pikku/core/schema';
5
5
  import * as AddonPackageInfo from './schemas/AddonPackageInfo.schema.json' with { type: 'json' };