@pikku/addon-postbin 0.0.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 +12 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +67 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js +78 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.ts +106 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts +2 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.js +10 -0
- package/dist/.pikku/addon/pikku-package.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.ts +11 -0
- package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +4 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +47 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js +18 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.ts +82 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +112 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts.map +1 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.js +60 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.js.map +1 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.ts +177 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +7 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.js +2 -0
- package/dist/.pikku/console/pikku-node-types.gen.js.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.ts +8 -0
- package/dist/.pikku/credentials/pikku-credentials-meta.gen.json +10 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.d.ts +15 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.d.ts.map +1 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.js +13 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.js.map +1 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.ts +23 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +490 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.js +334 -0
- package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.ts +754 -0
- package/dist/.pikku/function/pikku-functions-meta-verbose.gen.json +174 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.d.ts +2 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.js +7 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.json +114 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.ts +7 -0
- package/dist/.pikku/function/pikku-functions.gen.d.ts +2 -0
- package/dist/.pikku/function/pikku-functions.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.js +18 -0
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.ts +18 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +120 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts.map +1 -0
- package/dist/.pikku/http/pikku-http-types.gen.js +72 -0
- package/dist/.pikku/http/pikku-http-types.gen.js.map +1 -0
- package/dist/.pikku/http/pikku-http-types.gen.ts +147 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +131 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts.map +1 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js +38 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js.map +1 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.ts +183 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +9 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.js +9 -0
- package/dist/.pikku/pikku-bootstrap.gen.js.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.ts +8 -0
- package/dist/.pikku/pikku-meta-service.gen.d.ts +8 -0
- package/dist/.pikku/pikku-meta-service.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-meta-service.gen.js +10 -0
- package/dist/.pikku/pikku-meta-service.gen.js.map +1 -0
- package/dist/.pikku/pikku-meta-service.gen.ts +10 -0
- package/dist/.pikku/pikku-services.gen.d.ts +35 -0
- package/dist/.pikku/pikku-services.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-services.gen.js +30 -0
- package/dist/.pikku/pikku-services.gen.js.map +1 -0
- package/dist/.pikku/pikku-services.gen.ts +42 -0
- package/dist/.pikku/pikku-types.gen.d.ts +12 -0
- package/dist/.pikku/pikku-types.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-types.gen.js +17 -0
- package/dist/.pikku/pikku-types.gen.js.map +1 -0
- package/dist/.pikku/pikku-types.gen.ts +21 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +24 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts.map +1 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.js +17 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.js.map +1 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.ts +27 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +142 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +148 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts +2 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts.map +1 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +7 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js.map +1 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +8 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts +6 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +22 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts.map +1 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +17 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js.map +1 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.ts +25 -0
- package/dist/.pikku/schemas/register.gen.d.ts +2 -0
- package/dist/.pikku/schemas/register.gen.d.ts.map +1 -0
- package/dist/.pikku/schemas/register.gen.js +31 -0
- package/dist/.pikku/schemas/register.gen.js.map +1 -0
- package/dist/.pikku/schemas/register.gen.ts +55 -0
- package/dist/.pikku/schemas/schemas/BinCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BinDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BinDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BinGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BinGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CredentialSchema_postbin.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RequestGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RequestGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RequestSendInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RequestSendOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RequestShiftInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RequestShiftOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/VariableSchema_POSTBIN_BASE_URL.schema.json +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +6 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +5 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.ts +5 -0
- package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +12 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js +11 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.ts +21 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +114 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +34 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +160 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +6 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js +5 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.ts +5 -0
- package/dist/.pikku/variables/pikku-variables-meta.gen.json +10 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +15 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.js +13 -0
- package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.ts +23 -0
- package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +38 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +90 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +18 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +167 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts +2 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +7 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +9 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +3 -0
- package/dist/src/functions/binCreate.function.d.ts +20 -0
- package/dist/src/functions/binCreate.function.d.ts.map +1 -0
- package/dist/src/functions/binCreate.function.js +15 -0
- package/dist/src/functions/binCreate.function.js.map +1 -0
- package/dist/src/functions/binDelete.function.d.ts +21 -0
- package/dist/src/functions/binDelete.function.d.ts.map +1 -0
- package/dist/src/functions/binDelete.function.js +17 -0
- package/dist/src/functions/binDelete.function.js.map +1 -0
- package/dist/src/functions/binGet.function.d.ts +29 -0
- package/dist/src/functions/binGet.function.d.ts.map +1 -0
- package/dist/src/functions/binGet.function.js +19 -0
- package/dist/src/functions/binGet.function.js.map +1 -0
- package/dist/src/functions/requestGet.function.d.ts +33 -0
- package/dist/src/functions/requestGet.function.d.ts.map +1 -0
- package/dist/src/functions/requestGet.function.js +20 -0
- package/dist/src/functions/requestGet.function.js.map +1 -0
- package/dist/src/functions/requestSend.function.d.ts +25 -0
- package/dist/src/functions/requestSend.function.d.ts.map +1 -0
- package/dist/src/functions/requestSend.function.js +18 -0
- package/dist/src/functions/requestSend.function.js.map +1 -0
- package/dist/src/functions/requestShift.function.d.ts +29 -0
- package/dist/src/functions/requestShift.function.d.ts.map +1 -0
- package/dist/src/functions/requestShift.function.js +19 -0
- package/dist/src/functions/requestShift.function.js.map +1 -0
- package/dist/src/index.d.ts +7 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +7 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/postbin-api.service.d.ts +10 -0
- package/dist/src/postbin-api.service.d.ts.map +1 -0
- package/dist/src/postbin-api.service.js +116 -0
- package/dist/src/postbin-api.service.js.map +1 -0
- package/dist/src/postbin.credential.d.ts +5 -0
- package/dist/src/postbin.credential.d.ts.map +1 -0
- package/dist/src/postbin.credential.js +13 -0
- package/dist/src/postbin.credential.js.map +1 -0
- package/dist/src/postbin.types.d.ts +7 -0
- package/dist/src/postbin.types.d.ts.map +1 -0
- package/dist/src/postbin.types.js +8 -0
- package/dist/src/postbin.types.js.map +1 -0
- package/dist/src/postbin.variable.d.ts +5 -0
- package/dist/src/postbin.variable.d.ts.map +1 -0
- package/dist/src/postbin.variable.js +11 -0
- package/dist/src/postbin.variable.js.map +1 -0
- package/dist/src/services.d.ts +2 -0
- package/dist/src/services.d.ts.map +1 -0
- package/dist/src/services.js +14 -0
- package/dist/src/services.js.map +1 -0
- package/package.json +39 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-services.gen.js","sourceRoot":"","sources":["../../.pikku/pikku-services.gen.ts"],"names":[],"mappings":"AAMA,0EAA0E;AAC1E,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACvC,iBAAiB,EAAE,KAAK;IACxB,eAAe,EAAE,KAAK;IACtB,YAAY,EAAE,KAAK;IACnB,WAAW,EAAE,KAAK;IAClB,OAAO,EAAE,KAAK;IACd,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,IAAI;IACd,SAAS,EAAE,KAAK;IAChB,mBAAmB,EAAE,KAAK;IAC1B,mBAAmB,EAAE,KAAK;IAC1B,cAAc,EAAE,KAAK;IACrB,UAAU,EAAE,KAAK;IACjB,KAAK,EAAE,KAAK;IACZ,QAAQ,EAAE,IAAI;IACd,aAAa,EAAE,KAAK;IACpB,SAAS,EAAE,KAAK;IAChB,cAAc,EAAE,KAAK;IACrB,kBAAkB,EAAE,KAAK;IACzB,QAAQ,EAAE,IAAI;IACd,SAAS,EAAE,IAAI;IACf,cAAc,EAAE,KAAK;IACrB,WAAW,EAAE,IAAI;IACjB,oBAAoB,EAAE,KAAK;IAC3B,iBAAiB,EAAE,KAAK;CAChB,CAAA;AAEV,qEAAqE;AACrE,MAAM,CAAC,MAAM,oBAAoB,GAAG,EAC1B,CAAA"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import type { SingletonServices } from '../types/application-types.d.js'
|
|
5
|
+
import type { Services } from '../types/application-types.d.js'
|
|
6
|
+
|
|
7
|
+
// Singleton services map: true if required, false if available but unused
|
|
8
|
+
export const requiredSingletonServices = {
|
|
9
|
+
'agentRunService': false,
|
|
10
|
+
'aiAgentRunner': false,
|
|
11
|
+
'aiRunState': false,
|
|
12
|
+
'aiStorage': false,
|
|
13
|
+
'audit': false,
|
|
14
|
+
'auditLog': false,
|
|
15
|
+
'config': true,
|
|
16
|
+
'content': false,
|
|
17
|
+
'credentialService': false,
|
|
18
|
+
'deploymentService': false,
|
|
19
|
+
'emailService': false,
|
|
20
|
+
'eventHub': false,
|
|
21
|
+
'jwt': false,
|
|
22
|
+
'logger': true,
|
|
23
|
+
'metaService': false,
|
|
24
|
+
'postbin': false,
|
|
25
|
+
'queueService': false,
|
|
26
|
+
'schedulerService': false,
|
|
27
|
+
'schema': true,
|
|
28
|
+
'secrets': true,
|
|
29
|
+
'sessionStore': false,
|
|
30
|
+
'variables': true,
|
|
31
|
+
'workflowRunService': false,
|
|
32
|
+
'workflowService': false,
|
|
33
|
+
} as const
|
|
34
|
+
|
|
35
|
+
// Wire services map: true if required, false if available but unused
|
|
36
|
+
export const requiredWireServices = {
|
|
37
|
+
} as const
|
|
38
|
+
|
|
39
|
+
// Type exports
|
|
40
|
+
export type RequiredSingletonServices = Required<Pick<SingletonServices, 'config' | 'logger' | 'schema' | 'secrets' | 'variables'>> & Partial<Omit<SingletonServices, 'config' | 'logger' | 'schema' | 'secrets' | 'variables'>>
|
|
41
|
+
|
|
42
|
+
export type RequiredWireServices = Partial<Services>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Main type export hub - re-exports all wiring-specific types
|
|
6
|
+
*/
|
|
7
|
+
export * from './function/pikku-function-types.gen.js';
|
|
8
|
+
export * from './trigger/pikku-trigger-types.gen.js';
|
|
9
|
+
export * from './console/pikku-node-types.gen.js';
|
|
10
|
+
export * from './secrets/pikku-secret-types.gen.js';
|
|
11
|
+
export * from './addon/pikku-addon-types.gen.js';
|
|
12
|
+
//# sourceMappingURL=pikku-types.gen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-types.gen.d.ts","sourceRoot":"","sources":["../../.pikku/pikku-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAGH,cAAc,wCAAwC,CAAA;AAGtD,cAAc,sCAAsC,CAAA;AAGpD,cAAc,mCAAmC,CAAA;AAGjD,cAAc,qCAAqC,CAAA;AAGnD,cAAc,kCAAkC,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Main type export hub - re-exports all wiring-specific types
|
|
6
|
+
*/
|
|
7
|
+
// Core function, middleware, and permission types
|
|
8
|
+
export * from './function/pikku-function-types.gen.js';
|
|
9
|
+
// Trigger wiring types
|
|
10
|
+
export * from './trigger/pikku-trigger-types.gen.js';
|
|
11
|
+
// Node wiring types
|
|
12
|
+
export * from './console/pikku-node-types.gen.js';
|
|
13
|
+
// Secret definition types
|
|
14
|
+
export * from './secrets/pikku-secret-types.gen.js';
|
|
15
|
+
// Addon types
|
|
16
|
+
export * from './addon/pikku-addon-types.gen.js';
|
|
17
|
+
//# sourceMappingURL=pikku-types.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-types.gen.js","sourceRoot":"","sources":["../../.pikku/pikku-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,kDAAkD;AAClD,cAAc,wCAAwC,CAAA;AAEtD,uBAAuB;AACvB,cAAc,sCAAsC,CAAA;AAEpD,oBAAoB;AACpB,cAAc,mCAAmC,CAAA;AAEjD,0BAA0B;AAC1B,cAAc,qCAAqC,CAAA;AAEnD,cAAc;AACd,cAAc,kCAAkC,CAAA"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Main type export hub - re-exports all wiring-specific types
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
// Core function, middleware, and permission types
|
|
9
|
+
export * from './function/pikku-function-types.gen.js'
|
|
10
|
+
|
|
11
|
+
// Trigger wiring types
|
|
12
|
+
export * from './trigger/pikku-trigger-types.gen.js'
|
|
13
|
+
|
|
14
|
+
// Node wiring types
|
|
15
|
+
export * from './console/pikku-node-types.gen.js'
|
|
16
|
+
|
|
17
|
+
// Secret definition types
|
|
18
|
+
export * from './secrets/pikku-secret-types.gen.js'
|
|
19
|
+
|
|
20
|
+
// Addon types
|
|
21
|
+
export * from './addon/pikku-addon-types.gen.js'
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Queue-specific type definitions for tree-shaking optimization
|
|
6
|
+
*/
|
|
7
|
+
import { CoreQueueWorker } from '@pikku/core/queue';
|
|
8
|
+
import type { PikkuFunctionConfig } from '../function/pikku-function-types.gen.js';
|
|
9
|
+
/**
|
|
10
|
+
* Type definition for queue workers that process background jobs.
|
|
11
|
+
*
|
|
12
|
+
* @template In - Input type for the queue job
|
|
13
|
+
* @template Out - Output type for the queue job
|
|
14
|
+
*/
|
|
15
|
+
type QueueWiring<In, Out> = CoreQueueWorker<PikkuFunctionConfig<In, Out, 'session' | 'rpc'>>;
|
|
16
|
+
/**
|
|
17
|
+
* Registers a queue worker with the Pikku framework.
|
|
18
|
+
* Workers process background jobs from queues.
|
|
19
|
+
*
|
|
20
|
+
* @param queueWorker - Queue worker definition with job handler
|
|
21
|
+
*/
|
|
22
|
+
export declare const wireQueueWorker: (queueWorker: QueueWiring<any, any>) => void;
|
|
23
|
+
export {};
|
|
24
|
+
//# sourceMappingURL=pikku-queue-types.gen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-queue-types.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/queue/pikku-queue-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,OAAO,EAAE,eAAe,EAA0C,MAAM,mBAAmB,CAAA;AAC3F,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yCAAyC,CAAA;AAElF;;;;;GAKG;AACH,KAAK,WAAW,CAAC,EAAE,EAAE,GAAG,IAAI,eAAe,CAAC,mBAAmB,CAAC,EAAE,EAAE,GAAG,EAAE,SAAS,GAAG,KAAK,CAAC,CAAC,CAAA;AAE5F;;;;;GAKG;AACH,eAAO,MAAM,eAAe,GAAI,aAAa,WAAW,CAAC,GAAG,EAAE,GAAG,CAAC,SAEjE,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Queue-specific type definitions for tree-shaking optimization
|
|
6
|
+
*/
|
|
7
|
+
import { wireQueueWorker as wireQueueWorkerCore } from '@pikku/core/queue';
|
|
8
|
+
/**
|
|
9
|
+
* Registers a queue worker with the Pikku framework.
|
|
10
|
+
* Workers process background jobs from queues.
|
|
11
|
+
*
|
|
12
|
+
* @param queueWorker - Queue worker definition with job handler
|
|
13
|
+
*/
|
|
14
|
+
export const wireQueueWorker = (queueWorker) => {
|
|
15
|
+
wireQueueWorkerCore(queueWorker);
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=pikku-queue-types.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-queue-types.gen.js","sourceRoot":"","sources":["../../../.pikku/queue/pikku-queue-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,OAAO,EAAmB,eAAe,IAAI,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAW3F;;;;;GAKG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,WAAkC,EAAE,EAAE;IACpE,mBAAmB,CAAC,WAAkB,CAAC,CAAA;AACzC,CAAC,CAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Queue-specific type definitions for tree-shaking optimization
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import { CoreQueueWorker, wireQueueWorker as wireQueueWorkerCore } from '@pikku/core/queue'
|
|
9
|
+
import type { PikkuFunctionConfig } from '../function/pikku-function-types.gen.js'
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Type definition for queue workers that process background jobs.
|
|
13
|
+
*
|
|
14
|
+
* @template In - Input type for the queue job
|
|
15
|
+
* @template Out - Output type for the queue job
|
|
16
|
+
*/
|
|
17
|
+
type QueueWiring<In, Out> = CoreQueueWorker<PikkuFunctionConfig<In, Out, 'session' | 'rpc'>>
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Registers a queue worker with the Pikku framework.
|
|
21
|
+
* Workers process background jobs from queues.
|
|
22
|
+
*
|
|
23
|
+
* @param queueWorker - Queue worker definition with job handler
|
|
24
|
+
*/
|
|
25
|
+
export const wireQueueWorker = (queueWorker: QueueWiring<any, any>) => {
|
|
26
|
+
wireQueueWorkerCore(queueWorker as any)
|
|
27
|
+
}
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* This provides the structure needed for typescript to be aware of RPCs and their return types
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
export type BinCreateOutput = {
|
|
13
|
+
binId?: string | undefined;
|
|
14
|
+
now?: number | undefined;
|
|
15
|
+
expires?: number | undefined;
|
|
16
|
+
}
|
|
17
|
+
export type BinDeleteInput = {
|
|
18
|
+
binId: string;
|
|
19
|
+
}
|
|
20
|
+
export type BinDeleteOutput = {
|
|
21
|
+
binId?: string | undefined;
|
|
22
|
+
}
|
|
23
|
+
export type BinGetInput = {
|
|
24
|
+
binId: string;
|
|
25
|
+
}
|
|
26
|
+
export type BinGetOutput = {
|
|
27
|
+
binId?: string | undefined;
|
|
28
|
+
now?: number | undefined;
|
|
29
|
+
expires?: number | undefined;
|
|
30
|
+
}
|
|
31
|
+
export type CredentialSchema_postbin = {
|
|
32
|
+
/** PostBin API key */
|
|
33
|
+
apiKey: string;
|
|
34
|
+
}
|
|
35
|
+
export type RequestGetInput = {
|
|
36
|
+
binId: string;
|
|
37
|
+
requestId: string;
|
|
38
|
+
}
|
|
39
|
+
export type RequestGetOutput = {
|
|
40
|
+
reqId?: string | undefined;
|
|
41
|
+
binId?: string | undefined;
|
|
42
|
+
method?: string | undefined;
|
|
43
|
+
}
|
|
44
|
+
export type RequestSendInput = {
|
|
45
|
+
binId: string;
|
|
46
|
+
content?: string | undefined;
|
|
47
|
+
}
|
|
48
|
+
export type RequestSendOutput = {
|
|
49
|
+
requestId?: string | undefined;
|
|
50
|
+
}
|
|
51
|
+
export type RequestShiftInput = {
|
|
52
|
+
binId: string;
|
|
53
|
+
}
|
|
54
|
+
export type RequestShiftOutput = {
|
|
55
|
+
reqId?: string | undefined;
|
|
56
|
+
binId?: string | undefined;
|
|
57
|
+
method?: string | undefined;
|
|
58
|
+
}
|
|
59
|
+
export type VariableSchema_POSTBIN_BASE_URL = "https://www.postb.in/api"
|
|
60
|
+
|
|
61
|
+
interface RPCHandler<I, O> {
|
|
62
|
+
input: I;
|
|
63
|
+
output: O;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export type RPCMap = {
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
// No addon packages, use RPCMap directly
|
|
72
|
+
export type FlattenedRPCMap = RPCMap
|
|
73
|
+
|
|
74
|
+
type IsAny<T> = 0 extends (1 & T) ? true : false
|
|
75
|
+
type IsVoidishInput<T> = IsAny<T> extends true
|
|
76
|
+
? false
|
|
77
|
+
: [T] extends [void | null | undefined]
|
|
78
|
+
? true
|
|
79
|
+
: false
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
export type RPCInvoke = <Name extends keyof FlattenedRPCMap>(
|
|
83
|
+
...args: IsVoidishInput<FlattenedRPCMap[Name]['input']> extends true
|
|
84
|
+
? [name: Name]
|
|
85
|
+
: [name: Name, data: FlattenedRPCMap[Name]['input']]
|
|
86
|
+
) => Promise<FlattenedRPCMap[Name]['output']>
|
|
87
|
+
|
|
88
|
+
export type RPCRemote = <Name extends keyof FlattenedRPCMap>(
|
|
89
|
+
...args: IsVoidishInput<FlattenedRPCMap[Name]['input']> extends true
|
|
90
|
+
? [name: Name]
|
|
91
|
+
: [name: Name, data: FlattenedRPCMap[Name]['input']]
|
|
92
|
+
) => Promise<FlattenedRPCMap[Name]['output']>
|
|
93
|
+
|
|
94
|
+
import type { FlattenedWorkflowMap } from '../workflow/pikku-workflow-map.gen.d.js'
|
|
95
|
+
|
|
96
|
+
import type { AgentMap } from '../agent/pikku-agent-map.gen.d.js'
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
type FlattenedAgentMap = AgentMap
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
import type { PikkuRPC } from '@pikku/core/rpc'
|
|
103
|
+
|
|
104
|
+
interface AIAgentInput {
|
|
105
|
+
message: string
|
|
106
|
+
threadId: string
|
|
107
|
+
resourceId: string
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
export type TypedStartWorkflow = <Name extends keyof FlattenedWorkflowMap>(
|
|
111
|
+
name: Name,
|
|
112
|
+
input: FlattenedWorkflowMap[Name]['input'],
|
|
113
|
+
options?: { startNode?: string }
|
|
114
|
+
) => Promise<{ runId: string }>
|
|
115
|
+
|
|
116
|
+
export type TypedRunWorkflow = <Name extends keyof FlattenedWorkflowMap>(
|
|
117
|
+
name: Name,
|
|
118
|
+
input: FlattenedWorkflowMap[Name]['input']
|
|
119
|
+
) => Promise<FlattenedWorkflowMap[Name]['output']>
|
|
120
|
+
|
|
121
|
+
export type TypedWorkflowStatus = (
|
|
122
|
+
workflowName: string,
|
|
123
|
+
runId: string
|
|
124
|
+
) => Promise<{ id: string; status: 'running' | 'suspended' | 'completed' | 'failed' | 'cancelled'; output?: unknown; error?: { message?: string } }>
|
|
125
|
+
|
|
126
|
+
type TypedAgentRun = [keyof FlattenedAgentMap] extends [never]
|
|
127
|
+
? (name: string, input: AIAgentInput) => Promise<any>
|
|
128
|
+
: <Name extends keyof FlattenedAgentMap>(
|
|
129
|
+
name: Name,
|
|
130
|
+
input: AIAgentInput
|
|
131
|
+
) => Promise<{ runId: string; result: FlattenedAgentMap[Name]['output']; usage: { inputTokens: number; outputTokens: number } }>
|
|
132
|
+
|
|
133
|
+
type TypedAgentStream = [keyof FlattenedAgentMap] extends [never]
|
|
134
|
+
? (name: string, input: AIAgentInput, options?: { requiresToolApproval?: 'all' | 'explicit' | false }) => Promise<void>
|
|
135
|
+
: <Name extends keyof FlattenedAgentMap>(
|
|
136
|
+
name: Name,
|
|
137
|
+
input: AIAgentInput,
|
|
138
|
+
options?: { requiresToolApproval?: 'all' | 'explicit' | false }
|
|
139
|
+
) => Promise<void>
|
|
140
|
+
|
|
141
|
+
export type TypedPikkuRPC = PikkuRPC<RPCInvoke, RPCRemote, TypedStartWorkflow, TypedAgentRun, TypedAgentStream>
|
|
142
|
+
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* This provides the structure needed for typescript to be aware of RPCs and their return types
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
export type BinCreateOutput = {
|
|
13
|
+
binId?: string | undefined;
|
|
14
|
+
now?: number | undefined;
|
|
15
|
+
expires?: number | undefined;
|
|
16
|
+
}
|
|
17
|
+
export type BinDeleteInput = {
|
|
18
|
+
binId: string;
|
|
19
|
+
}
|
|
20
|
+
export type BinDeleteOutput = {
|
|
21
|
+
binId?: string | undefined;
|
|
22
|
+
}
|
|
23
|
+
export type BinGetInput = {
|
|
24
|
+
binId: string;
|
|
25
|
+
}
|
|
26
|
+
export type BinGetOutput = {
|
|
27
|
+
binId?: string | undefined;
|
|
28
|
+
now?: number | undefined;
|
|
29
|
+
expires?: number | undefined;
|
|
30
|
+
}
|
|
31
|
+
export type CredentialSchema_postbin = {
|
|
32
|
+
/** PostBin API key */
|
|
33
|
+
apiKey: string;
|
|
34
|
+
}
|
|
35
|
+
export type RequestGetInput = {
|
|
36
|
+
binId: string;
|
|
37
|
+
requestId: string;
|
|
38
|
+
}
|
|
39
|
+
export type RequestGetOutput = {
|
|
40
|
+
reqId?: string | undefined;
|
|
41
|
+
binId?: string | undefined;
|
|
42
|
+
method?: string | undefined;
|
|
43
|
+
}
|
|
44
|
+
export type RequestSendInput = {
|
|
45
|
+
binId: string;
|
|
46
|
+
content?: string | undefined;
|
|
47
|
+
}
|
|
48
|
+
export type RequestSendOutput = {
|
|
49
|
+
requestId?: string | undefined;
|
|
50
|
+
}
|
|
51
|
+
export type RequestShiftInput = {
|
|
52
|
+
binId: string;
|
|
53
|
+
}
|
|
54
|
+
export type RequestShiftOutput = {
|
|
55
|
+
reqId?: string | undefined;
|
|
56
|
+
binId?: string | undefined;
|
|
57
|
+
method?: string | undefined;
|
|
58
|
+
}
|
|
59
|
+
export type VariableSchema_POSTBIN_BASE_URL = "https://www.postb.in/api"
|
|
60
|
+
|
|
61
|
+
interface RPCHandler<I, O> {
|
|
62
|
+
input: I;
|
|
63
|
+
output: O;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export type RPCMap = {
|
|
67
|
+
readonly 'binCreate': RPCHandler<null, BinCreateOutput>,
|
|
68
|
+
readonly 'binGet': RPCHandler<BinGetInput, BinGetOutput>,
|
|
69
|
+
readonly 'binDelete': RPCHandler<BinDeleteInput, BinDeleteOutput>,
|
|
70
|
+
readonly 'requestGet': RPCHandler<RequestGetInput, RequestGetOutput>,
|
|
71
|
+
readonly 'requestShift': RPCHandler<RequestShiftInput, RequestShiftOutput>,
|
|
72
|
+
readonly 'requestSend': RPCHandler<RequestSendInput, RequestSendOutput>,
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
// No addon packages, use RPCMap directly
|
|
78
|
+
export type FlattenedRPCMap = RPCMap
|
|
79
|
+
|
|
80
|
+
type IsAny<T> = 0 extends (1 & T) ? true : false
|
|
81
|
+
type IsVoidishInput<T> = IsAny<T> extends true
|
|
82
|
+
? false
|
|
83
|
+
: [T] extends [void | null | undefined]
|
|
84
|
+
? true
|
|
85
|
+
: false
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
export type RPCInvoke = <Name extends keyof FlattenedRPCMap>(
|
|
89
|
+
...args: IsVoidishInput<FlattenedRPCMap[Name]['input']> extends true
|
|
90
|
+
? [name: Name]
|
|
91
|
+
: [name: Name, data: FlattenedRPCMap[Name]['input']]
|
|
92
|
+
) => Promise<FlattenedRPCMap[Name]['output']>
|
|
93
|
+
|
|
94
|
+
export type RPCRemote = <Name extends keyof FlattenedRPCMap>(
|
|
95
|
+
...args: IsVoidishInput<FlattenedRPCMap[Name]['input']> extends true
|
|
96
|
+
? [name: Name]
|
|
97
|
+
: [name: Name, data: FlattenedRPCMap[Name]['input']]
|
|
98
|
+
) => Promise<FlattenedRPCMap[Name]['output']>
|
|
99
|
+
|
|
100
|
+
import type { FlattenedWorkflowMap } from '../workflow/pikku-workflow-map.gen.d.js'
|
|
101
|
+
|
|
102
|
+
import type { AgentMap } from '../agent/pikku-agent-map.gen.d.js'
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
type FlattenedAgentMap = AgentMap
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
import type { PikkuRPC } from '@pikku/core/rpc'
|
|
109
|
+
|
|
110
|
+
interface AIAgentInput {
|
|
111
|
+
message: string
|
|
112
|
+
threadId: string
|
|
113
|
+
resourceId: string
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export type TypedStartWorkflow = <Name extends keyof FlattenedWorkflowMap>(
|
|
117
|
+
name: Name,
|
|
118
|
+
input: FlattenedWorkflowMap[Name]['input'],
|
|
119
|
+
options?: { startNode?: string }
|
|
120
|
+
) => Promise<{ runId: string }>
|
|
121
|
+
|
|
122
|
+
export type TypedRunWorkflow = <Name extends keyof FlattenedWorkflowMap>(
|
|
123
|
+
name: Name,
|
|
124
|
+
input: FlattenedWorkflowMap[Name]['input']
|
|
125
|
+
) => Promise<FlattenedWorkflowMap[Name]['output']>
|
|
126
|
+
|
|
127
|
+
export type TypedWorkflowStatus = (
|
|
128
|
+
workflowName: string,
|
|
129
|
+
runId: string
|
|
130
|
+
) => Promise<{ id: string; status: 'running' | 'suspended' | 'completed' | 'failed' | 'cancelled'; output?: unknown; error?: { message?: string } }>
|
|
131
|
+
|
|
132
|
+
type TypedAgentRun = [keyof FlattenedAgentMap] extends [never]
|
|
133
|
+
? (name: string, input: AIAgentInput) => Promise<any>
|
|
134
|
+
: <Name extends keyof FlattenedAgentMap>(
|
|
135
|
+
name: Name,
|
|
136
|
+
input: AIAgentInput
|
|
137
|
+
) => Promise<{ runId: string; result: FlattenedAgentMap[Name]['output']; usage: { inputTokens: number; outputTokens: number } }>
|
|
138
|
+
|
|
139
|
+
type TypedAgentStream = [keyof FlattenedAgentMap] extends [never]
|
|
140
|
+
? (name: string, input: AIAgentInput, options?: { requiresToolApproval?: 'all' | 'explicit' | false }) => Promise<void>
|
|
141
|
+
: <Name extends keyof FlattenedAgentMap>(
|
|
142
|
+
name: Name,
|
|
143
|
+
input: AIAgentInput,
|
|
144
|
+
options?: { requiresToolApproval?: 'all' | 'explicit' | false }
|
|
145
|
+
) => Promise<void>
|
|
146
|
+
|
|
147
|
+
export type TypedPikkuRPC = PikkuRPC<RPCInvoke, RPCRemote, TypedStartWorkflow, TypedAgentRun, TypedAgentStream>
|
|
148
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-rpc-wirings-meta.internal.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { pikkuState } from '@pikku/core/internal';
|
|
5
|
+
import metaData from './pikku-rpc-wirings-meta.internal.gen.json' with { type: 'json' };
|
|
6
|
+
pikkuState('@pikku/addon-postbin', 'rpc', 'meta', metaData);
|
|
7
|
+
//# sourceMappingURL=pikku-rpc-wirings-meta.internal.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-rpc-wirings-meta.internal.gen.js","sourceRoot":"","sources":["../../../.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AACjD,OAAO,QAAQ,MAAM,4CAA4C,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AACvF,UAAU,CAAC,sBAAsB,EAAE,KAAK,EAAE,MAAM,EAAE,QAAkC,CAAC,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { pikkuState } from '@pikku/core/internal'
|
|
5
|
+
import metaData from './pikku-rpc-wirings-meta.internal.gen.json' with { type: 'json' }
|
|
6
|
+
pikkuState('@pikku/addon-postbin', 'rpc', 'meta', metaData as Record<string, string>)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Scheduler-specific type definitions for tree-shaking optimization
|
|
6
|
+
*/
|
|
7
|
+
import { CoreScheduledTask } from '@pikku/core/scheduler';
|
|
8
|
+
import type { PikkuFunctionConfig, PikkuMiddleware } from '../function/pikku-function-types.gen.js';
|
|
9
|
+
/**
|
|
10
|
+
* Type definition for scheduled tasks that run at specified intervals.
|
|
11
|
+
* These are sessionless functions that execute based on cron expressions.
|
|
12
|
+
*/
|
|
13
|
+
type SchedulerWiring = CoreScheduledTask<PikkuFunctionConfig<void, void, 'session' | 'rpc'>, PikkuMiddleware>;
|
|
14
|
+
/**
|
|
15
|
+
* Registers a scheduled task with the Pikku framework.
|
|
16
|
+
* Tasks run based on cron expressions and are sessionless.
|
|
17
|
+
*
|
|
18
|
+
* @param task - Scheduled task definition with cron expression and handler
|
|
19
|
+
*/
|
|
20
|
+
export declare const wireScheduler: (task: SchedulerWiring) => void;
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=pikku-scheduler-types.gen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-scheduler-types.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/scheduler/pikku-scheduler-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,OAAO,EAAE,iBAAiB,EAAsC,MAAM,uBAAuB,CAAA;AAC7F,OAAO,KAAK,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAA;AAEnG;;;GAGG;AACH,KAAK,eAAe,GAAG,iBAAiB,CAAC,mBAAmB,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,GAAG,KAAK,CAAC,EAAE,eAAe,CAAC,CAAA;AAE7G;;;;;GAKG;AACH,eAAO,MAAM,aAAa,GAAI,MAAM,eAAe,SAElD,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Scheduler-specific type definitions for tree-shaking optimization
|
|
6
|
+
*/
|
|
7
|
+
import { wireScheduler as wireSchedulerCore } from '@pikku/core/scheduler';
|
|
8
|
+
/**
|
|
9
|
+
* Registers a scheduled task with the Pikku framework.
|
|
10
|
+
* Tasks run based on cron expressions and are sessionless.
|
|
11
|
+
*
|
|
12
|
+
* @param task - Scheduled task definition with cron expression and handler
|
|
13
|
+
*/
|
|
14
|
+
export const wireScheduler = (task) => {
|
|
15
|
+
wireSchedulerCore(task);
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=pikku-scheduler-types.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-scheduler-types.gen.js","sourceRoot":"","sources":["../../../.pikku/scheduler/pikku-scheduler-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,OAAO,EAAqB,aAAa,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAA;AAS7F;;;;;GAKG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,IAAqB,EAAE,EAAE;IACrD,iBAAiB,CAAC,IAAW,CAAC,CAAA;AAChC,CAAC,CAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Scheduler-specific type definitions for tree-shaking optimization
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import { CoreScheduledTask, wireScheduler as wireSchedulerCore } from '@pikku/core/scheduler'
|
|
9
|
+
import type { PikkuFunctionConfig, PikkuMiddleware } from '../function/pikku-function-types.gen.js'
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Type definition for scheduled tasks that run at specified intervals.
|
|
13
|
+
* These are sessionless functions that execute based on cron expressions.
|
|
14
|
+
*/
|
|
15
|
+
type SchedulerWiring = CoreScheduledTask<PikkuFunctionConfig<void, void, 'session' | 'rpc'>, PikkuMiddleware>
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Registers a scheduled task with the Pikku framework.
|
|
19
|
+
* Tasks run based on cron expressions and are sessionless.
|
|
20
|
+
*
|
|
21
|
+
* @param task - Scheduled task definition with cron expression and handler
|
|
22
|
+
*/
|
|
23
|
+
export const wireScheduler = (task: SchedulerWiring) => {
|
|
24
|
+
wireSchedulerCore(task as any)
|
|
25
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"register.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/schemas/register.gen.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { addSchema } from '@pikku/core/schema';
|
|
5
|
+
import * as BinCreateOutput from './schemas/BinCreateOutput.schema.json' with { type: 'json' };
|
|
6
|
+
addSchema('BinCreateOutput', BinCreateOutput, '@pikku/addon-postbin');
|
|
7
|
+
import * as BinGetInput from './schemas/BinGetInput.schema.json' with { type: 'json' };
|
|
8
|
+
addSchema('BinGetInput', BinGetInput, '@pikku/addon-postbin');
|
|
9
|
+
import * as BinGetOutput from './schemas/BinGetOutput.schema.json' with { type: 'json' };
|
|
10
|
+
addSchema('BinGetOutput', BinGetOutput, '@pikku/addon-postbin');
|
|
11
|
+
import * as BinDeleteInput from './schemas/BinDeleteInput.schema.json' with { type: 'json' };
|
|
12
|
+
addSchema('BinDeleteInput', BinDeleteInput, '@pikku/addon-postbin');
|
|
13
|
+
import * as BinDeleteOutput from './schemas/BinDeleteOutput.schema.json' with { type: 'json' };
|
|
14
|
+
addSchema('BinDeleteOutput', BinDeleteOutput, '@pikku/addon-postbin');
|
|
15
|
+
import * as RequestGetInput from './schemas/RequestGetInput.schema.json' with { type: 'json' };
|
|
16
|
+
addSchema('RequestGetInput', RequestGetInput, '@pikku/addon-postbin');
|
|
17
|
+
import * as RequestGetOutput from './schemas/RequestGetOutput.schema.json' with { type: 'json' };
|
|
18
|
+
addSchema('RequestGetOutput', RequestGetOutput, '@pikku/addon-postbin');
|
|
19
|
+
import * as RequestShiftInput from './schemas/RequestShiftInput.schema.json' with { type: 'json' };
|
|
20
|
+
addSchema('RequestShiftInput', RequestShiftInput, '@pikku/addon-postbin');
|
|
21
|
+
import * as RequestShiftOutput from './schemas/RequestShiftOutput.schema.json' with { type: 'json' };
|
|
22
|
+
addSchema('RequestShiftOutput', RequestShiftOutput, '@pikku/addon-postbin');
|
|
23
|
+
import * as RequestSendInput from './schemas/RequestSendInput.schema.json' with { type: 'json' };
|
|
24
|
+
addSchema('RequestSendInput', RequestSendInput, '@pikku/addon-postbin');
|
|
25
|
+
import * as RequestSendOutput from './schemas/RequestSendOutput.schema.json' with { type: 'json' };
|
|
26
|
+
addSchema('RequestSendOutput', RequestSendOutput, '@pikku/addon-postbin');
|
|
27
|
+
import * as CredentialSchema_postbin from './schemas/CredentialSchema_postbin.schema.json' with { type: 'json' };
|
|
28
|
+
addSchema('CredentialSchema_postbin', CredentialSchema_postbin, '@pikku/addon-postbin');
|
|
29
|
+
import * as VariableSchema_POSTBIN_BASE_URL from './schemas/VariableSchema_POSTBIN_BASE_URL.schema.json' with { type: 'json' };
|
|
30
|
+
addSchema('VariableSchema_POSTBIN_BASE_URL', VariableSchema_POSTBIN_BASE_URL, '@pikku/addon-postbin');
|
|
31
|
+
//# sourceMappingURL=register.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"register.gen.js","sourceRoot":"","sources":["../../../.pikku/schemas/register.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAA;AAE9C,OAAO,KAAK,eAAe,MAAM,uCAAuC,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AAC9F,SAAS,CAAC,iBAAiB,EAAE,eAAe,EAAE,sBAAsB,CAAC,CAAA;AAGrE,OAAO,KAAK,WAAW,MAAM,mCAAmC,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AACtF,SAAS,CAAC,aAAa,EAAE,WAAW,EAAE,sBAAsB,CAAC,CAAA;AAG7D,OAAO,KAAK,YAAY,MAAM,oCAAoC,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AACxF,SAAS,CAAC,cAAc,EAAE,YAAY,EAAE,sBAAsB,CAAC,CAAA;AAG/D,OAAO,KAAK,cAAc,MAAM,sCAAsC,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AAC5F,SAAS,CAAC,gBAAgB,EAAE,cAAc,EAAE,sBAAsB,CAAC,CAAA;AAGnE,OAAO,KAAK,eAAe,MAAM,uCAAuC,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AAC9F,SAAS,CAAC,iBAAiB,EAAE,eAAe,EAAE,sBAAsB,CAAC,CAAA;AAGrE,OAAO,KAAK,eAAe,MAAM,uCAAuC,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AAC9F,SAAS,CAAC,iBAAiB,EAAE,eAAe,EAAE,sBAAsB,CAAC,CAAA;AAGrE,OAAO,KAAK,gBAAgB,MAAM,wCAAwC,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AAChG,SAAS,CAAC,kBAAkB,EAAE,gBAAgB,EAAE,sBAAsB,CAAC,CAAA;AAGvE,OAAO,KAAK,iBAAiB,MAAM,yCAAyC,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AAClG,SAAS,CAAC,mBAAmB,EAAE,iBAAiB,EAAE,sBAAsB,CAAC,CAAA;AAGzE,OAAO,KAAK,kBAAkB,MAAM,0CAA0C,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AACpG,SAAS,CAAC,oBAAoB,EAAE,kBAAkB,EAAE,sBAAsB,CAAC,CAAA;AAG3E,OAAO,KAAK,gBAAgB,MAAM,wCAAwC,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AAChG,SAAS,CAAC,kBAAkB,EAAE,gBAAgB,EAAE,sBAAsB,CAAC,CAAA;AAGvE,OAAO,KAAK,iBAAiB,MAAM,yCAAyC,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AAClG,SAAS,CAAC,mBAAmB,EAAE,iBAAiB,EAAE,sBAAsB,CAAC,CAAA;AAGzE,OAAO,KAAK,wBAAwB,MAAM,gDAAgD,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AAChH,SAAS,CAAC,0BAA0B,EAAE,wBAAwB,EAAE,sBAAsB,CAAC,CAAA;AAGvF,OAAO,KAAK,+BAA+B,MAAM,uDAAuD,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AAC9H,SAAS,CAAC,iCAAiC,EAAE,+BAA+B,EAAE,sBAAsB,CAAC,CAAA"}
|