@pikku/addon-taiga 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 +582 -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 +382 -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 +46 -0
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.ts +46 -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 +227 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +247 -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 +22 -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 +89 -0
- package/dist/.pikku/schemas/register.gen.js.map +1 -0
- package/dist/.pikku/schemas/register.gen.ts +171 -0
- package/dist/.pikku/schemas/schemas/CredentialSchema_taiga.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EpicCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EpicCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EpicDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EpicDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EpicGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EpicGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EpicGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EpicGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EpicUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EpicUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/IssueCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/IssueCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/IssueDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/IssueDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/IssueGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/IssueGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/IssueGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/IssueGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/IssueUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/IssueUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserStoryCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserStoryCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserStoryDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserStoryDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserStoryGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserStoryGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserStoryGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserStoryGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserStoryUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserStoryUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/VariableSchema_TAIGA_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/epicCreate.function.d.ts +17 -0
- package/dist/src/functions/epicCreate.function.d.ts.map +1 -0
- package/dist/src/functions/epicCreate.function.js +16 -0
- package/dist/src/functions/epicCreate.function.js.map +1 -0
- package/dist/src/functions/epicDelete.function.d.ts +13 -0
- package/dist/src/functions/epicDelete.function.d.ts.map +1 -0
- package/dist/src/functions/epicDelete.function.js +15 -0
- package/dist/src/functions/epicDelete.function.js.map +1 -0
- package/dist/src/functions/epicGet.function.d.ts +13 -0
- package/dist/src/functions/epicGet.function.d.ts.map +1 -0
- package/dist/src/functions/epicGet.function.js +15 -0
- package/dist/src/functions/epicGet.function.js.map +1 -0
- package/dist/src/functions/epicGetAll.function.d.ts +13 -0
- package/dist/src/functions/epicGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/epicGetAll.function.js +15 -0
- package/dist/src/functions/epicGetAll.function.js.map +1 -0
- package/dist/src/functions/epicUpdate.function.d.ts +17 -0
- package/dist/src/functions/epicUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/epicUpdate.function.js +16 -0
- package/dist/src/functions/epicUpdate.function.js.map +1 -0
- package/dist/src/functions/issueCreate.function.d.ts +17 -0
- package/dist/src/functions/issueCreate.function.d.ts.map +1 -0
- package/dist/src/functions/issueCreate.function.js +16 -0
- package/dist/src/functions/issueCreate.function.js.map +1 -0
- package/dist/src/functions/issueDelete.function.d.ts +13 -0
- package/dist/src/functions/issueDelete.function.d.ts.map +1 -0
- package/dist/src/functions/issueDelete.function.js +15 -0
- package/dist/src/functions/issueDelete.function.js.map +1 -0
- package/dist/src/functions/issueGet.function.d.ts +13 -0
- package/dist/src/functions/issueGet.function.d.ts.map +1 -0
- package/dist/src/functions/issueGet.function.js +15 -0
- package/dist/src/functions/issueGet.function.js.map +1 -0
- package/dist/src/functions/issueGetAll.function.d.ts +13 -0
- package/dist/src/functions/issueGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/issueGetAll.function.js +15 -0
- package/dist/src/functions/issueGetAll.function.js.map +1 -0
- package/dist/src/functions/issueUpdate.function.d.ts +17 -0
- package/dist/src/functions/issueUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/issueUpdate.function.js +16 -0
- package/dist/src/functions/issueUpdate.function.js.map +1 -0
- package/dist/src/functions/taskCreate.function.d.ts +17 -0
- package/dist/src/functions/taskCreate.function.d.ts.map +1 -0
- package/dist/src/functions/taskCreate.function.js +16 -0
- package/dist/src/functions/taskCreate.function.js.map +1 -0
- package/dist/src/functions/taskDelete.function.d.ts +13 -0
- package/dist/src/functions/taskDelete.function.d.ts.map +1 -0
- package/dist/src/functions/taskDelete.function.js +15 -0
- package/dist/src/functions/taskDelete.function.js.map +1 -0
- package/dist/src/functions/taskGet.function.d.ts +13 -0
- package/dist/src/functions/taskGet.function.d.ts.map +1 -0
- package/dist/src/functions/taskGet.function.js +15 -0
- package/dist/src/functions/taskGet.function.js.map +1 -0
- package/dist/src/functions/taskGetAll.function.d.ts +13 -0
- package/dist/src/functions/taskGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/taskGetAll.function.js +15 -0
- package/dist/src/functions/taskGetAll.function.js.map +1 -0
- package/dist/src/functions/taskUpdate.function.d.ts +17 -0
- package/dist/src/functions/taskUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/taskUpdate.function.js +16 -0
- package/dist/src/functions/taskUpdate.function.js.map +1 -0
- package/dist/src/functions/userStoryCreate.function.d.ts +17 -0
- package/dist/src/functions/userStoryCreate.function.d.ts.map +1 -0
- package/dist/src/functions/userStoryCreate.function.js +16 -0
- package/dist/src/functions/userStoryCreate.function.js.map +1 -0
- package/dist/src/functions/userStoryDelete.function.d.ts +13 -0
- package/dist/src/functions/userStoryDelete.function.d.ts.map +1 -0
- package/dist/src/functions/userStoryDelete.function.js +15 -0
- package/dist/src/functions/userStoryDelete.function.js.map +1 -0
- package/dist/src/functions/userStoryGet.function.d.ts +13 -0
- package/dist/src/functions/userStoryGet.function.d.ts.map +1 -0
- package/dist/src/functions/userStoryGet.function.js +15 -0
- package/dist/src/functions/userStoryGet.function.js.map +1 -0
- package/dist/src/functions/userStoryGetAll.function.d.ts +13 -0
- package/dist/src/functions/userStoryGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/userStoryGetAll.function.js +15 -0
- package/dist/src/functions/userStoryGetAll.function.js.map +1 -0
- package/dist/src/functions/userStoryUpdate.function.d.ts +17 -0
- package/dist/src/functions/userStoryUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/userStoryUpdate.function.js +16 -0
- package/dist/src/functions/userStoryUpdate.function.js.map +1 -0
- package/dist/src/index.d.ts +21 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +21 -0
- package/dist/src/index.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/dist/src/taiga-api.service.d.ts +10 -0
- package/dist/src/taiga-api.service.d.ts.map +1 -0
- package/dist/src/taiga-api.service.js +207 -0
- package/dist/src/taiga-api.service.js.map +1 -0
- package/dist/src/taiga.credential.d.ts +5 -0
- package/dist/src/taiga.credential.d.ts.map +1 -0
- package/dist/src/taiga.credential.js +13 -0
- package/dist/src/taiga.credential.js.map +1 -0
- package/dist/src/taiga.types.d.ts +7 -0
- package/dist/src/taiga.types.d.ts.map +1 -0
- package/dist/src/taiga.types.js +8 -0
- package/dist/src/taiga.types.js.map +1 -0
- package/dist/src/taiga.variable.d.ts +5 -0
- package/dist/src/taiga.variable.d.ts.map +1 -0
- package/dist/src/taiga.variable.js +11 -0
- package/dist/src/taiga.variable.js.map +1 -0
- package/package.json +39 -0
|
@@ -0,0 +1,382 @@
|
|
|
1
|
+
{
|
|
2
|
+
"epicGetAll": {
|
|
3
|
+
"pikkuFuncId": "epicGetAll",
|
|
4
|
+
"functionType": "user",
|
|
5
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
6
|
+
"sessionless": true,
|
|
7
|
+
"name": "epicGetAll",
|
|
8
|
+
"inputSchemaName": "EpicGetAllInput",
|
|
9
|
+
"outputSchemaName": "EpicGetAllOutput",
|
|
10
|
+
"inputs": [
|
|
11
|
+
"EpicGetAllInput"
|
|
12
|
+
],
|
|
13
|
+
"outputs": [
|
|
14
|
+
"EpicGetAllOutput"
|
|
15
|
+
],
|
|
16
|
+
"implementationHash": "1af3de4a126af514",
|
|
17
|
+
"contractHash": "47d7d7bcddb54773",
|
|
18
|
+
"inputHash": "f29d2fb1",
|
|
19
|
+
"outputHash": "b2106a30"
|
|
20
|
+
},
|
|
21
|
+
"epicCreate": {
|
|
22
|
+
"pikkuFuncId": "epicCreate",
|
|
23
|
+
"functionType": "user",
|
|
24
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
25
|
+
"sessionless": true,
|
|
26
|
+
"name": "epicCreate",
|
|
27
|
+
"inputSchemaName": "EpicCreateInput",
|
|
28
|
+
"outputSchemaName": "EpicCreateOutput",
|
|
29
|
+
"inputs": [
|
|
30
|
+
"EpicCreateInput"
|
|
31
|
+
],
|
|
32
|
+
"outputs": [
|
|
33
|
+
"EpicCreateOutput"
|
|
34
|
+
],
|
|
35
|
+
"implementationHash": "1bf001dd522ea2b7",
|
|
36
|
+
"contractHash": "7f750b1970c3a9b9",
|
|
37
|
+
"inputHash": "07e124a4",
|
|
38
|
+
"outputHash": "9c54fd87"
|
|
39
|
+
},
|
|
40
|
+
"epicGet": {
|
|
41
|
+
"pikkuFuncId": "epicGet",
|
|
42
|
+
"functionType": "user",
|
|
43
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
44
|
+
"sessionless": true,
|
|
45
|
+
"name": "epicGet",
|
|
46
|
+
"inputSchemaName": "EpicGetInput",
|
|
47
|
+
"outputSchemaName": "EpicGetOutput",
|
|
48
|
+
"inputs": [
|
|
49
|
+
"EpicGetInput"
|
|
50
|
+
],
|
|
51
|
+
"outputs": [
|
|
52
|
+
"EpicGetOutput"
|
|
53
|
+
],
|
|
54
|
+
"implementationHash": "5926e34f4dc32fdf",
|
|
55
|
+
"contractHash": "40baf01b57b8b63a",
|
|
56
|
+
"inputHash": "5d64a462",
|
|
57
|
+
"outputHash": "2f8ce236"
|
|
58
|
+
},
|
|
59
|
+
"epicUpdate": {
|
|
60
|
+
"pikkuFuncId": "epicUpdate",
|
|
61
|
+
"functionType": "user",
|
|
62
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
63
|
+
"sessionless": true,
|
|
64
|
+
"name": "epicUpdate",
|
|
65
|
+
"inputSchemaName": "EpicUpdateInput",
|
|
66
|
+
"outputSchemaName": "EpicUpdateOutput",
|
|
67
|
+
"inputs": [
|
|
68
|
+
"EpicUpdateInput"
|
|
69
|
+
],
|
|
70
|
+
"outputs": [
|
|
71
|
+
"EpicUpdateOutput"
|
|
72
|
+
],
|
|
73
|
+
"implementationHash": "1e224bf54a191775",
|
|
74
|
+
"contractHash": "9c8c41bfc6ae931c",
|
|
75
|
+
"inputHash": "1379f4d8",
|
|
76
|
+
"outputHash": "d53234cc"
|
|
77
|
+
},
|
|
78
|
+
"epicDelete": {
|
|
79
|
+
"pikkuFuncId": "epicDelete",
|
|
80
|
+
"functionType": "user",
|
|
81
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
82
|
+
"sessionless": true,
|
|
83
|
+
"name": "epicDelete",
|
|
84
|
+
"inputSchemaName": "EpicDeleteInput",
|
|
85
|
+
"outputSchemaName": "EpicDeleteOutput",
|
|
86
|
+
"inputs": [
|
|
87
|
+
"EpicDeleteInput"
|
|
88
|
+
],
|
|
89
|
+
"outputs": [
|
|
90
|
+
"EpicDeleteOutput"
|
|
91
|
+
],
|
|
92
|
+
"implementationHash": "11d7b230227796df",
|
|
93
|
+
"contractHash": "d40de9e4aa84f228",
|
|
94
|
+
"inputHash": "d4fa6281",
|
|
95
|
+
"outputHash": "974ebb7a"
|
|
96
|
+
},
|
|
97
|
+
"issueGetAll": {
|
|
98
|
+
"pikkuFuncId": "issueGetAll",
|
|
99
|
+
"functionType": "user",
|
|
100
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
101
|
+
"sessionless": true,
|
|
102
|
+
"name": "issueGetAll",
|
|
103
|
+
"inputSchemaName": "IssueGetAllInput",
|
|
104
|
+
"outputSchemaName": "IssueGetAllOutput",
|
|
105
|
+
"inputs": [
|
|
106
|
+
"IssueGetAllInput"
|
|
107
|
+
],
|
|
108
|
+
"outputs": [
|
|
109
|
+
"IssueGetAllOutput"
|
|
110
|
+
],
|
|
111
|
+
"implementationHash": "c4f16693f9d645ef",
|
|
112
|
+
"contractHash": "212cf1f9b1248f7a",
|
|
113
|
+
"inputHash": "a43a0465",
|
|
114
|
+
"outputHash": "68ec726f"
|
|
115
|
+
},
|
|
116
|
+
"issueCreate": {
|
|
117
|
+
"pikkuFuncId": "issueCreate",
|
|
118
|
+
"functionType": "user",
|
|
119
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
120
|
+
"sessionless": true,
|
|
121
|
+
"name": "issueCreate",
|
|
122
|
+
"inputSchemaName": "IssueCreateInput",
|
|
123
|
+
"outputSchemaName": "IssueCreateOutput",
|
|
124
|
+
"inputs": [
|
|
125
|
+
"IssueCreateInput"
|
|
126
|
+
],
|
|
127
|
+
"outputs": [
|
|
128
|
+
"IssueCreateOutput"
|
|
129
|
+
],
|
|
130
|
+
"implementationHash": "cef833611b26b3d1",
|
|
131
|
+
"contractHash": "0548066d2e4241cb",
|
|
132
|
+
"inputHash": "4e4ff6aa",
|
|
133
|
+
"outputHash": "4b4b7f40"
|
|
134
|
+
},
|
|
135
|
+
"issueGet": {
|
|
136
|
+
"pikkuFuncId": "issueGet",
|
|
137
|
+
"functionType": "user",
|
|
138
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
139
|
+
"sessionless": true,
|
|
140
|
+
"name": "issueGet",
|
|
141
|
+
"inputSchemaName": "IssueGetInput",
|
|
142
|
+
"outputSchemaName": "IssueGetOutput",
|
|
143
|
+
"inputs": [
|
|
144
|
+
"IssueGetInput"
|
|
145
|
+
],
|
|
146
|
+
"outputs": [
|
|
147
|
+
"IssueGetOutput"
|
|
148
|
+
],
|
|
149
|
+
"implementationHash": "3b3d0f5a01d50b85",
|
|
150
|
+
"contractHash": "c28ec97c1c4a5051",
|
|
151
|
+
"inputHash": "bef56526",
|
|
152
|
+
"outputHash": "2ede1991"
|
|
153
|
+
},
|
|
154
|
+
"issueUpdate": {
|
|
155
|
+
"pikkuFuncId": "issueUpdate",
|
|
156
|
+
"functionType": "user",
|
|
157
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
158
|
+
"sessionless": true,
|
|
159
|
+
"name": "issueUpdate",
|
|
160
|
+
"inputSchemaName": "IssueUpdateInput",
|
|
161
|
+
"outputSchemaName": "IssueUpdateOutput",
|
|
162
|
+
"inputs": [
|
|
163
|
+
"IssueUpdateInput"
|
|
164
|
+
],
|
|
165
|
+
"outputs": [
|
|
166
|
+
"IssueUpdateOutput"
|
|
167
|
+
],
|
|
168
|
+
"implementationHash": "323d767da6d1d085",
|
|
169
|
+
"contractHash": "58034cc56cf8dcee",
|
|
170
|
+
"inputHash": "f2509202",
|
|
171
|
+
"outputHash": "4a53c6b0"
|
|
172
|
+
},
|
|
173
|
+
"issueDelete": {
|
|
174
|
+
"pikkuFuncId": "issueDelete",
|
|
175
|
+
"functionType": "user",
|
|
176
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
177
|
+
"sessionless": true,
|
|
178
|
+
"name": "issueDelete",
|
|
179
|
+
"inputSchemaName": "IssueDeleteInput",
|
|
180
|
+
"outputSchemaName": "IssueDeleteOutput",
|
|
181
|
+
"inputs": [
|
|
182
|
+
"IssueDeleteInput"
|
|
183
|
+
],
|
|
184
|
+
"outputs": [
|
|
185
|
+
"IssueDeleteOutput"
|
|
186
|
+
],
|
|
187
|
+
"implementationHash": "8676695112574eb3",
|
|
188
|
+
"contractHash": "fb6ea34220dd83e6",
|
|
189
|
+
"inputHash": "5d89f491",
|
|
190
|
+
"outputHash": "d165ee8c"
|
|
191
|
+
},
|
|
192
|
+
"taskGetAll": {
|
|
193
|
+
"pikkuFuncId": "taskGetAll",
|
|
194
|
+
"functionType": "user",
|
|
195
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
196
|
+
"sessionless": true,
|
|
197
|
+
"name": "taskGetAll",
|
|
198
|
+
"inputSchemaName": "TaskGetAllInput",
|
|
199
|
+
"outputSchemaName": "TaskGetAllOutput",
|
|
200
|
+
"inputs": [
|
|
201
|
+
"TaskGetAllInput"
|
|
202
|
+
],
|
|
203
|
+
"outputs": [
|
|
204
|
+
"TaskGetAllOutput"
|
|
205
|
+
],
|
|
206
|
+
"implementationHash": "f4c6ededa2244143",
|
|
207
|
+
"contractHash": "2b395e420399c245",
|
|
208
|
+
"inputHash": "2e39e426",
|
|
209
|
+
"outputHash": "13568b34"
|
|
210
|
+
},
|
|
211
|
+
"taskCreate": {
|
|
212
|
+
"pikkuFuncId": "taskCreate",
|
|
213
|
+
"functionType": "user",
|
|
214
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
215
|
+
"sessionless": true,
|
|
216
|
+
"name": "taskCreate",
|
|
217
|
+
"inputSchemaName": "TaskCreateInput",
|
|
218
|
+
"outputSchemaName": "TaskCreateOutput",
|
|
219
|
+
"inputs": [
|
|
220
|
+
"TaskCreateInput"
|
|
221
|
+
],
|
|
222
|
+
"outputs": [
|
|
223
|
+
"TaskCreateOutput"
|
|
224
|
+
],
|
|
225
|
+
"implementationHash": "b99031d1f0a6175b",
|
|
226
|
+
"contractHash": "1172d5d95e8fb0c3",
|
|
227
|
+
"inputHash": "50289588",
|
|
228
|
+
"outputHash": "651aed32"
|
|
229
|
+
},
|
|
230
|
+
"taskGet": {
|
|
231
|
+
"pikkuFuncId": "taskGet",
|
|
232
|
+
"functionType": "user",
|
|
233
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
234
|
+
"sessionless": true,
|
|
235
|
+
"name": "taskGet",
|
|
236
|
+
"inputSchemaName": "TaskGetInput",
|
|
237
|
+
"outputSchemaName": "TaskGetOutput",
|
|
238
|
+
"inputs": [
|
|
239
|
+
"TaskGetInput"
|
|
240
|
+
],
|
|
241
|
+
"outputs": [
|
|
242
|
+
"TaskGetOutput"
|
|
243
|
+
],
|
|
244
|
+
"implementationHash": "4f9d3b5a14672639",
|
|
245
|
+
"contractHash": "2b1feeccde5b90d1",
|
|
246
|
+
"inputHash": "6678300d",
|
|
247
|
+
"outputHash": "022e1188"
|
|
248
|
+
},
|
|
249
|
+
"taskUpdate": {
|
|
250
|
+
"pikkuFuncId": "taskUpdate",
|
|
251
|
+
"functionType": "user",
|
|
252
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
253
|
+
"sessionless": true,
|
|
254
|
+
"name": "taskUpdate",
|
|
255
|
+
"inputSchemaName": "TaskUpdateInput",
|
|
256
|
+
"outputSchemaName": "TaskUpdateOutput",
|
|
257
|
+
"inputs": [
|
|
258
|
+
"TaskUpdateInput"
|
|
259
|
+
],
|
|
260
|
+
"outputs": [
|
|
261
|
+
"TaskUpdateOutput"
|
|
262
|
+
],
|
|
263
|
+
"implementationHash": "64c5b1fae4a11a17",
|
|
264
|
+
"contractHash": "fd5b567f72fd72c6",
|
|
265
|
+
"inputHash": "00e3b055",
|
|
266
|
+
"outputHash": "dc1d8332"
|
|
267
|
+
},
|
|
268
|
+
"taskDelete": {
|
|
269
|
+
"pikkuFuncId": "taskDelete",
|
|
270
|
+
"functionType": "user",
|
|
271
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
272
|
+
"sessionless": true,
|
|
273
|
+
"name": "taskDelete",
|
|
274
|
+
"inputSchemaName": "TaskDeleteInput",
|
|
275
|
+
"outputSchemaName": "TaskDeleteOutput",
|
|
276
|
+
"inputs": [
|
|
277
|
+
"TaskDeleteInput"
|
|
278
|
+
],
|
|
279
|
+
"outputs": [
|
|
280
|
+
"TaskDeleteOutput"
|
|
281
|
+
],
|
|
282
|
+
"implementationHash": "6cf8ecf9f34d2d48",
|
|
283
|
+
"contractHash": "61f4e57fc20c7855",
|
|
284
|
+
"inputHash": "12ad3142",
|
|
285
|
+
"outputHash": "17d7a597"
|
|
286
|
+
},
|
|
287
|
+
"userStoryGetAll": {
|
|
288
|
+
"pikkuFuncId": "userStoryGetAll",
|
|
289
|
+
"functionType": "user",
|
|
290
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
291
|
+
"sessionless": true,
|
|
292
|
+
"name": "userStoryGetAll",
|
|
293
|
+
"inputSchemaName": "UserStoryGetAllInput",
|
|
294
|
+
"outputSchemaName": "UserStoryGetAllOutput",
|
|
295
|
+
"inputs": [
|
|
296
|
+
"UserStoryGetAllInput"
|
|
297
|
+
],
|
|
298
|
+
"outputs": [
|
|
299
|
+
"UserStoryGetAllOutput"
|
|
300
|
+
],
|
|
301
|
+
"implementationHash": "a87da2b3d28aea61",
|
|
302
|
+
"contractHash": "2aa14f86b009ee54",
|
|
303
|
+
"inputHash": "2782868a",
|
|
304
|
+
"outputHash": "60644ae3"
|
|
305
|
+
},
|
|
306
|
+
"userStoryCreate": {
|
|
307
|
+
"pikkuFuncId": "userStoryCreate",
|
|
308
|
+
"functionType": "user",
|
|
309
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
310
|
+
"sessionless": true,
|
|
311
|
+
"name": "userStoryCreate",
|
|
312
|
+
"inputSchemaName": "UserStoryCreateInput",
|
|
313
|
+
"outputSchemaName": "UserStoryCreateOutput",
|
|
314
|
+
"inputs": [
|
|
315
|
+
"UserStoryCreateInput"
|
|
316
|
+
],
|
|
317
|
+
"outputs": [
|
|
318
|
+
"UserStoryCreateOutput"
|
|
319
|
+
],
|
|
320
|
+
"implementationHash": "aea0d3ec1e76b4f0",
|
|
321
|
+
"contractHash": "eca05419223161c7",
|
|
322
|
+
"inputHash": "43fe4045",
|
|
323
|
+
"outputHash": "88d7bcc8"
|
|
324
|
+
},
|
|
325
|
+
"userStoryGet": {
|
|
326
|
+
"pikkuFuncId": "userStoryGet",
|
|
327
|
+
"functionType": "user",
|
|
328
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
329
|
+
"sessionless": true,
|
|
330
|
+
"name": "userStoryGet",
|
|
331
|
+
"inputSchemaName": "UserStoryGetInput",
|
|
332
|
+
"outputSchemaName": "UserStoryGetOutput",
|
|
333
|
+
"inputs": [
|
|
334
|
+
"UserStoryGetInput"
|
|
335
|
+
],
|
|
336
|
+
"outputs": [
|
|
337
|
+
"UserStoryGetOutput"
|
|
338
|
+
],
|
|
339
|
+
"implementationHash": "8ce717a4cae185c2",
|
|
340
|
+
"contractHash": "3b749052d9c9e3a0",
|
|
341
|
+
"inputHash": "5a9e009f",
|
|
342
|
+
"outputHash": "87068d03"
|
|
343
|
+
},
|
|
344
|
+
"userStoryUpdate": {
|
|
345
|
+
"pikkuFuncId": "userStoryUpdate",
|
|
346
|
+
"functionType": "user",
|
|
347
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
348
|
+
"sessionless": true,
|
|
349
|
+
"name": "userStoryUpdate",
|
|
350
|
+
"inputSchemaName": "UserStoryUpdateInput",
|
|
351
|
+
"outputSchemaName": "UserStoryUpdateOutput",
|
|
352
|
+
"inputs": [
|
|
353
|
+
"UserStoryUpdateInput"
|
|
354
|
+
],
|
|
355
|
+
"outputs": [
|
|
356
|
+
"UserStoryUpdateOutput"
|
|
357
|
+
],
|
|
358
|
+
"implementationHash": "366858c7e2cbf4cc",
|
|
359
|
+
"contractHash": "8a5adab0a237c97e",
|
|
360
|
+
"inputHash": "f4703ab6",
|
|
361
|
+
"outputHash": "249cedba"
|
|
362
|
+
},
|
|
363
|
+
"userStoryDelete": {
|
|
364
|
+
"pikkuFuncId": "userStoryDelete",
|
|
365
|
+
"functionType": "user",
|
|
366
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
367
|
+
"sessionless": true,
|
|
368
|
+
"name": "userStoryDelete",
|
|
369
|
+
"inputSchemaName": "UserStoryDeleteInput",
|
|
370
|
+
"outputSchemaName": "UserStoryDeleteOutput",
|
|
371
|
+
"inputs": [
|
|
372
|
+
"UserStoryDeleteInput"
|
|
373
|
+
],
|
|
374
|
+
"outputs": [
|
|
375
|
+
"UserStoryDeleteOutput"
|
|
376
|
+
],
|
|
377
|
+
"implementationHash": "8ef45a2cec595170",
|
|
378
|
+
"contractHash": "35b51ad315466314",
|
|
379
|
+
"inputHash": "69b1f5d1",
|
|
380
|
+
"outputHash": "bee5b650"
|
|
381
|
+
}
|
|
382
|
+
}
|
|
@@ -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 type { FunctionsMeta } from '@pikku/core'
|
|
6
|
+
import metaData from './pikku-functions-meta.gen.json' with { type: 'json' }
|
|
7
|
+
pikkuState('@pikku/addon-taiga', 'function', 'meta', metaData as FunctionsMeta)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-functions.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/function/pikku-functions.gen.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/* Import and register functions used by RPCs */
|
|
5
|
+
import { addFunction } from '@pikku/core/function';
|
|
6
|
+
import { epicCreate } from '../../src/functions/epicCreate.function.js';
|
|
7
|
+
import { epicDelete } from '../../src/functions/epicDelete.function.js';
|
|
8
|
+
import { epicGet } from '../../src/functions/epicGet.function.js';
|
|
9
|
+
import { epicGetAll } from '../../src/functions/epicGetAll.function.js';
|
|
10
|
+
import { epicUpdate } from '../../src/functions/epicUpdate.function.js';
|
|
11
|
+
import { issueCreate } from '../../src/functions/issueCreate.function.js';
|
|
12
|
+
import { issueDelete } from '../../src/functions/issueDelete.function.js';
|
|
13
|
+
import { issueGet } from '../../src/functions/issueGet.function.js';
|
|
14
|
+
import { issueGetAll } from '../../src/functions/issueGetAll.function.js';
|
|
15
|
+
import { issueUpdate } from '../../src/functions/issueUpdate.function.js';
|
|
16
|
+
import { taskCreate } from '../../src/functions/taskCreate.function.js';
|
|
17
|
+
import { taskDelete } from '../../src/functions/taskDelete.function.js';
|
|
18
|
+
import { taskGet } from '../../src/functions/taskGet.function.js';
|
|
19
|
+
import { taskGetAll } from '../../src/functions/taskGetAll.function.js';
|
|
20
|
+
import { taskUpdate } from '../../src/functions/taskUpdate.function.js';
|
|
21
|
+
import { userStoryCreate } from '../../src/functions/userStoryCreate.function.js';
|
|
22
|
+
import { userStoryDelete } from '../../src/functions/userStoryDelete.function.js';
|
|
23
|
+
import { userStoryGet } from '../../src/functions/userStoryGet.function.js';
|
|
24
|
+
import { userStoryGetAll } from '../../src/functions/userStoryGetAll.function.js';
|
|
25
|
+
import { userStoryUpdate } from '../../src/functions/userStoryUpdate.function.js';
|
|
26
|
+
addFunction('epicCreate', epicCreate, '@pikku/addon-taiga');
|
|
27
|
+
addFunction('epicDelete', epicDelete, '@pikku/addon-taiga');
|
|
28
|
+
addFunction('epicGet', epicGet, '@pikku/addon-taiga');
|
|
29
|
+
addFunction('epicGetAll', epicGetAll, '@pikku/addon-taiga');
|
|
30
|
+
addFunction('epicUpdate', epicUpdate, '@pikku/addon-taiga');
|
|
31
|
+
addFunction('issueCreate', issueCreate, '@pikku/addon-taiga');
|
|
32
|
+
addFunction('issueDelete', issueDelete, '@pikku/addon-taiga');
|
|
33
|
+
addFunction('issueGet', issueGet, '@pikku/addon-taiga');
|
|
34
|
+
addFunction('issueGetAll', issueGetAll, '@pikku/addon-taiga');
|
|
35
|
+
addFunction('issueUpdate', issueUpdate, '@pikku/addon-taiga');
|
|
36
|
+
addFunction('taskCreate', taskCreate, '@pikku/addon-taiga');
|
|
37
|
+
addFunction('taskDelete', taskDelete, '@pikku/addon-taiga');
|
|
38
|
+
addFunction('taskGet', taskGet, '@pikku/addon-taiga');
|
|
39
|
+
addFunction('taskGetAll', taskGetAll, '@pikku/addon-taiga');
|
|
40
|
+
addFunction('taskUpdate', taskUpdate, '@pikku/addon-taiga');
|
|
41
|
+
addFunction('userStoryCreate', userStoryCreate, '@pikku/addon-taiga');
|
|
42
|
+
addFunction('userStoryDelete', userStoryDelete, '@pikku/addon-taiga');
|
|
43
|
+
addFunction('userStoryGet', userStoryGet, '@pikku/addon-taiga');
|
|
44
|
+
addFunction('userStoryGetAll', userStoryGetAll, '@pikku/addon-taiga');
|
|
45
|
+
addFunction('userStoryUpdate', userStoryUpdate, '@pikku/addon-taiga');
|
|
46
|
+
//# sourceMappingURL=pikku-functions.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-functions.gen.js","sourceRoot":"","sources":["../../../.pikku/function/pikku-functions.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,gDAAgD;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAA;AACvE,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAA;AACvE,OAAO,EAAE,OAAO,EAAE,MAAM,yCAAyC,CAAA;AACjE,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAA;AACvE,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAA;AACvE,OAAO,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAA;AACzE,OAAO,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAA;AACzE,OAAO,EAAE,QAAQ,EAAE,MAAM,0CAA0C,CAAA;AACnE,OAAO,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAA;AACzE,OAAO,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAA;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAA;AACvE,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAA;AACvE,OAAO,EAAE,OAAO,EAAE,MAAM,yCAAyC,CAAA;AACjE,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAA;AACvE,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAA;AACvE,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAA;AACjF,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAA;AACjF,OAAO,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAA;AAC3E,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAA;AACjF,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAA;AAEjF,WAAW,CAAC,YAAY,EAAE,UAAU,EAAE,oBAAoB,CAAC,CAAA;AAC3D,WAAW,CAAC,YAAY,EAAE,UAAU,EAAE,oBAAoB,CAAC,CAAA;AAC3D,WAAW,CAAC,SAAS,EAAE,OAAO,EAAE,oBAAoB,CAAC,CAAA;AACrD,WAAW,CAAC,YAAY,EAAE,UAAU,EAAE,oBAAoB,CAAC,CAAA;AAC3D,WAAW,CAAC,YAAY,EAAE,UAAU,EAAE,oBAAoB,CAAC,CAAA;AAC3D,WAAW,CAAC,aAAa,EAAE,WAAW,EAAE,oBAAoB,CAAC,CAAA;AAC7D,WAAW,CAAC,aAAa,EAAE,WAAW,EAAE,oBAAoB,CAAC,CAAA;AAC7D,WAAW,CAAC,UAAU,EAAE,QAAQ,EAAE,oBAAoB,CAAC,CAAA;AACvD,WAAW,CAAC,aAAa,EAAE,WAAW,EAAE,oBAAoB,CAAC,CAAA;AAC7D,WAAW,CAAC,aAAa,EAAE,WAAW,EAAE,oBAAoB,CAAC,CAAA;AAC7D,WAAW,CAAC,YAAY,EAAE,UAAU,EAAE,oBAAoB,CAAC,CAAA;AAC3D,WAAW,CAAC,YAAY,EAAE,UAAU,EAAE,oBAAoB,CAAC,CAAA;AAC3D,WAAW,CAAC,SAAS,EAAE,OAAO,EAAE,oBAAoB,CAAC,CAAA;AACrD,WAAW,CAAC,YAAY,EAAE,UAAU,EAAE,oBAAoB,CAAC,CAAA;AAC3D,WAAW,CAAC,YAAY,EAAE,UAAU,EAAE,oBAAoB,CAAC,CAAA;AAC3D,WAAW,CAAC,iBAAiB,EAAE,eAAe,EAAE,oBAAoB,CAAC,CAAA;AACrE,WAAW,CAAC,iBAAiB,EAAE,eAAe,EAAE,oBAAoB,CAAC,CAAA;AACrE,WAAW,CAAC,cAAc,EAAE,YAAY,EAAE,oBAAoB,CAAC,CAAA;AAC/D,WAAW,CAAC,iBAAiB,EAAE,eAAe,EAAE,oBAAoB,CAAC,CAAA;AACrE,WAAW,CAAC,iBAAiB,EAAE,eAAe,EAAE,oBAAoB,CAAC,CAAA"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/* Import and register functions used by RPCs */
|
|
5
|
+
import { addFunction } from '@pikku/core/function'
|
|
6
|
+
import { epicCreate } from '../../src/functions/epicCreate.function.js'
|
|
7
|
+
import { epicDelete } from '../../src/functions/epicDelete.function.js'
|
|
8
|
+
import { epicGet } from '../../src/functions/epicGet.function.js'
|
|
9
|
+
import { epicGetAll } from '../../src/functions/epicGetAll.function.js'
|
|
10
|
+
import { epicUpdate } from '../../src/functions/epicUpdate.function.js'
|
|
11
|
+
import { issueCreate } from '../../src/functions/issueCreate.function.js'
|
|
12
|
+
import { issueDelete } from '../../src/functions/issueDelete.function.js'
|
|
13
|
+
import { issueGet } from '../../src/functions/issueGet.function.js'
|
|
14
|
+
import { issueGetAll } from '../../src/functions/issueGetAll.function.js'
|
|
15
|
+
import { issueUpdate } from '../../src/functions/issueUpdate.function.js'
|
|
16
|
+
import { taskCreate } from '../../src/functions/taskCreate.function.js'
|
|
17
|
+
import { taskDelete } from '../../src/functions/taskDelete.function.js'
|
|
18
|
+
import { taskGet } from '../../src/functions/taskGet.function.js'
|
|
19
|
+
import { taskGetAll } from '../../src/functions/taskGetAll.function.js'
|
|
20
|
+
import { taskUpdate } from '../../src/functions/taskUpdate.function.js'
|
|
21
|
+
import { userStoryCreate } from '../../src/functions/userStoryCreate.function.js'
|
|
22
|
+
import { userStoryDelete } from '../../src/functions/userStoryDelete.function.js'
|
|
23
|
+
import { userStoryGet } from '../../src/functions/userStoryGet.function.js'
|
|
24
|
+
import { userStoryGetAll } from '../../src/functions/userStoryGetAll.function.js'
|
|
25
|
+
import { userStoryUpdate } from '../../src/functions/userStoryUpdate.function.js'
|
|
26
|
+
|
|
27
|
+
addFunction('epicCreate', epicCreate, '@pikku/addon-taiga')
|
|
28
|
+
addFunction('epicDelete', epicDelete, '@pikku/addon-taiga')
|
|
29
|
+
addFunction('epicGet', epicGet, '@pikku/addon-taiga')
|
|
30
|
+
addFunction('epicGetAll', epicGetAll, '@pikku/addon-taiga')
|
|
31
|
+
addFunction('epicUpdate', epicUpdate, '@pikku/addon-taiga')
|
|
32
|
+
addFunction('issueCreate', issueCreate, '@pikku/addon-taiga')
|
|
33
|
+
addFunction('issueDelete', issueDelete, '@pikku/addon-taiga')
|
|
34
|
+
addFunction('issueGet', issueGet, '@pikku/addon-taiga')
|
|
35
|
+
addFunction('issueGetAll', issueGetAll, '@pikku/addon-taiga')
|
|
36
|
+
addFunction('issueUpdate', issueUpdate, '@pikku/addon-taiga')
|
|
37
|
+
addFunction('taskCreate', taskCreate, '@pikku/addon-taiga')
|
|
38
|
+
addFunction('taskDelete', taskDelete, '@pikku/addon-taiga')
|
|
39
|
+
addFunction('taskGet', taskGet, '@pikku/addon-taiga')
|
|
40
|
+
addFunction('taskGetAll', taskGetAll, '@pikku/addon-taiga')
|
|
41
|
+
addFunction('taskUpdate', taskUpdate, '@pikku/addon-taiga')
|
|
42
|
+
addFunction('userStoryCreate', userStoryCreate, '@pikku/addon-taiga')
|
|
43
|
+
addFunction('userStoryDelete', userStoryDelete, '@pikku/addon-taiga')
|
|
44
|
+
addFunction('userStoryGet', userStoryGet, '@pikku/addon-taiga')
|
|
45
|
+
addFunction('userStoryGetAll', userStoryGetAll, '@pikku/addon-taiga')
|
|
46
|
+
addFunction('userStoryUpdate', userStoryUpdate, '@pikku/addon-taiga')
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* HTTP-specific type definitions for tree-shaking optimization
|
|
6
|
+
*/
|
|
7
|
+
import { AssertHTTPWiringParams } from '@pikku/core/http';
|
|
8
|
+
import type { PikkuFunction, PikkuFunctionSessionless, PikkuPermission, PikkuMiddleware, PikkuFunctionConfig } from '../function/pikku-function-types.gen.js';
|
|
9
|
+
import type { CoreHTTPFunctionWiring, HTTPMethod, HTTPRouteBaseConfig } from '@pikku/core/http';
|
|
10
|
+
/**
|
|
11
|
+
* Type definition for HTTP API wirings with type-safe path parameters.
|
|
12
|
+
* Supports both authenticated and unauthenticated functions.
|
|
13
|
+
*
|
|
14
|
+
* @template In - Input type for the HTTP wiring
|
|
15
|
+
* @template Out - Output type for the HTTP wiring
|
|
16
|
+
* @template Route - String literal type for the HTTP path (e.g., "/users/:id")
|
|
17
|
+
*/
|
|
18
|
+
type HTTPWiring<In, Out, Route extends string> = CoreHTTPFunctionWiring<In, Out, Route, PikkuFunction<In, Out, 'rpc' | 'session'>, PikkuFunctionSessionless<In, Out, 'rpc' | 'session'>, PikkuPermission<In>, PikkuMiddleware>;
|
|
19
|
+
/**
|
|
20
|
+
* Registers an HTTP wiring with the Pikku framework.
|
|
21
|
+
*
|
|
22
|
+
* @template In - Input type for the HTTP wiring
|
|
23
|
+
* @template Out - Output type for the HTTP wiring
|
|
24
|
+
* @template Route - String literal type for the HTTP path (e.g., "/users/:id")
|
|
25
|
+
* @param httpWiring - HTTP wiring definition with handler, method, and optional middleware
|
|
26
|
+
*/
|
|
27
|
+
export declare const wireHTTP: <In, Out, Route extends string>(httpWiring: HTTPWiring<In, Out, Route> & AssertHTTPWiringParams<In, Route>) => void;
|
|
28
|
+
/**
|
|
29
|
+
* Registers HTTP middleware either globally or for a specific route pattern.
|
|
30
|
+
*
|
|
31
|
+
* When a string route pattern is provided along with middleware, the middleware
|
|
32
|
+
* is applied only to that route. Otherwise, if an array is provided, it is treated
|
|
33
|
+
* as global middleware (applied to all routes).
|
|
34
|
+
*
|
|
35
|
+
* @param routeOrMiddleware - Either a global middleware array or a route pattern string
|
|
36
|
+
* @param middleware - The middleware array to apply when a route pattern is specified
|
|
37
|
+
*
|
|
38
|
+
* @example
|
|
39
|
+
* ```typescript
|
|
40
|
+
* // Add global HTTP middleware
|
|
41
|
+
* addHTTPMiddleware([authMiddleware, loggingMiddleware])
|
|
42
|
+
*
|
|
43
|
+
* // Add route-specific middleware
|
|
44
|
+
* addHTTPMiddleware('/api/admin/*', [adminAuthMiddleware])
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
export declare const addHTTPMiddleware: (routeOrMiddleware: PikkuMiddleware[] | string, middleware?: PikkuMiddleware[]) => void;
|
|
48
|
+
/**
|
|
49
|
+
* Registers HTTP permissions either globally or for a specific route pattern.
|
|
50
|
+
*
|
|
51
|
+
* When a string route pattern is provided along with permissions, the permissions
|
|
52
|
+
* are applied only to that route. Permissions can be passed as an array or as a
|
|
53
|
+
* permission group object.
|
|
54
|
+
*
|
|
55
|
+
* @param pattern - Route pattern string (e.g., '*' for all routes, '/api/*' for specific routes)
|
|
56
|
+
* @param permissions - The permissions to apply for the specified route pattern
|
|
57
|
+
*
|
|
58
|
+
* @example
|
|
59
|
+
* ```typescript
|
|
60
|
+
* // Add global HTTP permissions
|
|
61
|
+
* addHTTPPermission('*', { global: globalPermission })
|
|
62
|
+
*
|
|
63
|
+
* // Add route-specific permissions
|
|
64
|
+
* addHTTPPermission('/api/admin/*', { admin: adminPermission })
|
|
65
|
+
* ```
|
|
66
|
+
*/
|
|
67
|
+
export declare const addHTTPPermission: <In = unknown>(pattern: string, permissions: Record<string, PikkuPermission<In>> | PikkuPermission<In>[]) => void;
|
|
68
|
+
/**
|
|
69
|
+
* Route configuration for wireHTTPRoutes with proper typing
|
|
70
|
+
*/
|
|
71
|
+
type HTTPRouteConfig = HTTPRouteBaseConfig & {
|
|
72
|
+
method: HTTPMethod;
|
|
73
|
+
route: string;
|
|
74
|
+
func: PikkuFunctionConfig<any, any, any, any, any, any>;
|
|
75
|
+
auth?: boolean;
|
|
76
|
+
permissions?: Record<string, PikkuPermission | PikkuPermission[]>;
|
|
77
|
+
middleware?: PikkuMiddleware[];
|
|
78
|
+
sse?: boolean;
|
|
79
|
+
};
|
|
80
|
+
/**
|
|
81
|
+
* Typed route map for wireHTTPRoutes
|
|
82
|
+
*/
|
|
83
|
+
type TypedHTTPRouteMap = {
|
|
84
|
+
[key: string]: HTTPRouteConfig | TypedHTTPRouteMap | TypedHTTPRouteContract;
|
|
85
|
+
};
|
|
86
|
+
/**
|
|
87
|
+
* Typed route contract for defineHTTPRoutes
|
|
88
|
+
*/
|
|
89
|
+
type TypedHTTPRouteContract<T extends TypedHTTPRouteMap = TypedHTTPRouteMap> = TypedHTTPRoutesGroupConfig & {
|
|
90
|
+
routes: T;
|
|
91
|
+
};
|
|
92
|
+
/**
|
|
93
|
+
* Group config with typed middleware/permissions
|
|
94
|
+
*/
|
|
95
|
+
type TypedHTTPRoutesGroupConfig = {
|
|
96
|
+
basePath?: string;
|
|
97
|
+
tags?: string[];
|
|
98
|
+
auth?: boolean;
|
|
99
|
+
middleware?: PikkuMiddleware[];
|
|
100
|
+
permissions?: Record<string, PikkuPermission | PikkuPermission[]>;
|
|
101
|
+
};
|
|
102
|
+
/**
|
|
103
|
+
* Full config for wireHTTPRoutes
|
|
104
|
+
*/
|
|
105
|
+
type TypedWireHTTPRoutesConfig = TypedHTTPRoutesGroupConfig & {
|
|
106
|
+
routes: TypedHTTPRouteMap | HTTPRouteConfig[];
|
|
107
|
+
};
|
|
108
|
+
/**
|
|
109
|
+
* Type-safe helper for defining route contracts that can be composed.
|
|
110
|
+
*/
|
|
111
|
+
export declare function defineHTTPRoutes<T extends TypedHTTPRouteMap>(routes: T): TypedHTTPRouteContract<T>;
|
|
112
|
+
export declare function defineHTTPRoutes<T extends TypedHTTPRouteMap>(config: TypedHTTPRoutesGroupConfig & {
|
|
113
|
+
routes: T;
|
|
114
|
+
}): TypedHTTPRouteContract<T>;
|
|
115
|
+
/**
|
|
116
|
+
* Wires multiple HTTP routes from a nested map or array configuration.
|
|
117
|
+
*/
|
|
118
|
+
export declare const wireHTTPRoutes: (config: TypedWireHTTPRoutesConfig) => void;
|
|
119
|
+
export {};
|
|
120
|
+
//# sourceMappingURL=pikku-http-types.gen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-http-types.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/http/pikku-http-types.gen.ts"],"names":[],"mappings":"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"}
|