@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,582 @@
|
|
|
1
|
+
{
|
|
2
|
+
"epicGetAll": {
|
|
3
|
+
"pikkuFuncId": "epicGetAll",
|
|
4
|
+
"functionType": "user",
|
|
5
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
6
|
+
"sessionless": true,
|
|
7
|
+
"name": "epicGetAll",
|
|
8
|
+
"services": {
|
|
9
|
+
"optimized": true,
|
|
10
|
+
"services": [
|
|
11
|
+
"taiga"
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
"inputSchemaName": "EpicGetAllInput",
|
|
15
|
+
"outputSchemaName": "EpicGetAllOutput",
|
|
16
|
+
"inputs": [
|
|
17
|
+
"EpicGetAllInput"
|
|
18
|
+
],
|
|
19
|
+
"outputs": [
|
|
20
|
+
"EpicGetAllOutput"
|
|
21
|
+
],
|
|
22
|
+
"implementationHash": "1af3de4a126af514",
|
|
23
|
+
"description": "EpicGetAll",
|
|
24
|
+
"isDirectFunction": false,
|
|
25
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/automation/taiga/src/functions/epicGetAll.function.ts",
|
|
26
|
+
"exportedName": "epicGetAll",
|
|
27
|
+
"contractHash": "47d7d7bcddb54773",
|
|
28
|
+
"inputHash": "f29d2fb1",
|
|
29
|
+
"outputHash": "b2106a30"
|
|
30
|
+
},
|
|
31
|
+
"epicCreate": {
|
|
32
|
+
"pikkuFuncId": "epicCreate",
|
|
33
|
+
"functionType": "user",
|
|
34
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
35
|
+
"sessionless": true,
|
|
36
|
+
"name": "epicCreate",
|
|
37
|
+
"services": {
|
|
38
|
+
"optimized": true,
|
|
39
|
+
"services": [
|
|
40
|
+
"taiga"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"inputSchemaName": "EpicCreateInput",
|
|
44
|
+
"outputSchemaName": "EpicCreateOutput",
|
|
45
|
+
"inputs": [
|
|
46
|
+
"EpicCreateInput"
|
|
47
|
+
],
|
|
48
|
+
"outputs": [
|
|
49
|
+
"EpicCreateOutput"
|
|
50
|
+
],
|
|
51
|
+
"implementationHash": "1bf001dd522ea2b7",
|
|
52
|
+
"description": "EpicCreate",
|
|
53
|
+
"isDirectFunction": false,
|
|
54
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/automation/taiga/src/functions/epicCreate.function.ts",
|
|
55
|
+
"exportedName": "epicCreate",
|
|
56
|
+
"contractHash": "7f750b1970c3a9b9",
|
|
57
|
+
"inputHash": "07e124a4",
|
|
58
|
+
"outputHash": "9c54fd87"
|
|
59
|
+
},
|
|
60
|
+
"epicGet": {
|
|
61
|
+
"pikkuFuncId": "epicGet",
|
|
62
|
+
"functionType": "user",
|
|
63
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
64
|
+
"sessionless": true,
|
|
65
|
+
"name": "epicGet",
|
|
66
|
+
"services": {
|
|
67
|
+
"optimized": true,
|
|
68
|
+
"services": [
|
|
69
|
+
"taiga"
|
|
70
|
+
]
|
|
71
|
+
},
|
|
72
|
+
"inputSchemaName": "EpicGetInput",
|
|
73
|
+
"outputSchemaName": "EpicGetOutput",
|
|
74
|
+
"inputs": [
|
|
75
|
+
"EpicGetInput"
|
|
76
|
+
],
|
|
77
|
+
"outputs": [
|
|
78
|
+
"EpicGetOutput"
|
|
79
|
+
],
|
|
80
|
+
"implementationHash": "5926e34f4dc32fdf",
|
|
81
|
+
"description": "EpicGet",
|
|
82
|
+
"isDirectFunction": false,
|
|
83
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/automation/taiga/src/functions/epicGet.function.ts",
|
|
84
|
+
"exportedName": "epicGet",
|
|
85
|
+
"contractHash": "40baf01b57b8b63a",
|
|
86
|
+
"inputHash": "5d64a462",
|
|
87
|
+
"outputHash": "2f8ce236"
|
|
88
|
+
},
|
|
89
|
+
"epicUpdate": {
|
|
90
|
+
"pikkuFuncId": "epicUpdate",
|
|
91
|
+
"functionType": "user",
|
|
92
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
93
|
+
"sessionless": true,
|
|
94
|
+
"name": "epicUpdate",
|
|
95
|
+
"services": {
|
|
96
|
+
"optimized": true,
|
|
97
|
+
"services": [
|
|
98
|
+
"taiga"
|
|
99
|
+
]
|
|
100
|
+
},
|
|
101
|
+
"inputSchemaName": "EpicUpdateInput",
|
|
102
|
+
"outputSchemaName": "EpicUpdateOutput",
|
|
103
|
+
"inputs": [
|
|
104
|
+
"EpicUpdateInput"
|
|
105
|
+
],
|
|
106
|
+
"outputs": [
|
|
107
|
+
"EpicUpdateOutput"
|
|
108
|
+
],
|
|
109
|
+
"implementationHash": "1e224bf54a191775",
|
|
110
|
+
"description": "EpicUpdate",
|
|
111
|
+
"isDirectFunction": false,
|
|
112
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/automation/taiga/src/functions/epicUpdate.function.ts",
|
|
113
|
+
"exportedName": "epicUpdate",
|
|
114
|
+
"contractHash": "9c8c41bfc6ae931c",
|
|
115
|
+
"inputHash": "1379f4d8",
|
|
116
|
+
"outputHash": "d53234cc"
|
|
117
|
+
},
|
|
118
|
+
"epicDelete": {
|
|
119
|
+
"pikkuFuncId": "epicDelete",
|
|
120
|
+
"functionType": "user",
|
|
121
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
122
|
+
"sessionless": true,
|
|
123
|
+
"name": "epicDelete",
|
|
124
|
+
"services": {
|
|
125
|
+
"optimized": true,
|
|
126
|
+
"services": [
|
|
127
|
+
"taiga"
|
|
128
|
+
]
|
|
129
|
+
},
|
|
130
|
+
"inputSchemaName": "EpicDeleteInput",
|
|
131
|
+
"outputSchemaName": "EpicDeleteOutput",
|
|
132
|
+
"inputs": [
|
|
133
|
+
"EpicDeleteInput"
|
|
134
|
+
],
|
|
135
|
+
"outputs": [
|
|
136
|
+
"EpicDeleteOutput"
|
|
137
|
+
],
|
|
138
|
+
"implementationHash": "11d7b230227796df",
|
|
139
|
+
"description": "EpicDelete",
|
|
140
|
+
"isDirectFunction": false,
|
|
141
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/automation/taiga/src/functions/epicDelete.function.ts",
|
|
142
|
+
"exportedName": "epicDelete",
|
|
143
|
+
"contractHash": "d40de9e4aa84f228",
|
|
144
|
+
"inputHash": "d4fa6281",
|
|
145
|
+
"outputHash": "974ebb7a"
|
|
146
|
+
},
|
|
147
|
+
"issueGetAll": {
|
|
148
|
+
"pikkuFuncId": "issueGetAll",
|
|
149
|
+
"functionType": "user",
|
|
150
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
151
|
+
"sessionless": true,
|
|
152
|
+
"name": "issueGetAll",
|
|
153
|
+
"services": {
|
|
154
|
+
"optimized": true,
|
|
155
|
+
"services": [
|
|
156
|
+
"taiga"
|
|
157
|
+
]
|
|
158
|
+
},
|
|
159
|
+
"inputSchemaName": "IssueGetAllInput",
|
|
160
|
+
"outputSchemaName": "IssueGetAllOutput",
|
|
161
|
+
"inputs": [
|
|
162
|
+
"IssueGetAllInput"
|
|
163
|
+
],
|
|
164
|
+
"outputs": [
|
|
165
|
+
"IssueGetAllOutput"
|
|
166
|
+
],
|
|
167
|
+
"implementationHash": "c4f16693f9d645ef",
|
|
168
|
+
"description": "IssueGetAll",
|
|
169
|
+
"isDirectFunction": false,
|
|
170
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/automation/taiga/src/functions/issueGetAll.function.ts",
|
|
171
|
+
"exportedName": "issueGetAll",
|
|
172
|
+
"contractHash": "212cf1f9b1248f7a",
|
|
173
|
+
"inputHash": "a43a0465",
|
|
174
|
+
"outputHash": "68ec726f"
|
|
175
|
+
},
|
|
176
|
+
"issueCreate": {
|
|
177
|
+
"pikkuFuncId": "issueCreate",
|
|
178
|
+
"functionType": "user",
|
|
179
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
180
|
+
"sessionless": true,
|
|
181
|
+
"name": "issueCreate",
|
|
182
|
+
"services": {
|
|
183
|
+
"optimized": true,
|
|
184
|
+
"services": [
|
|
185
|
+
"taiga"
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
"inputSchemaName": "IssueCreateInput",
|
|
189
|
+
"outputSchemaName": "IssueCreateOutput",
|
|
190
|
+
"inputs": [
|
|
191
|
+
"IssueCreateInput"
|
|
192
|
+
],
|
|
193
|
+
"outputs": [
|
|
194
|
+
"IssueCreateOutput"
|
|
195
|
+
],
|
|
196
|
+
"implementationHash": "cef833611b26b3d1",
|
|
197
|
+
"description": "IssueCreate",
|
|
198
|
+
"isDirectFunction": false,
|
|
199
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/automation/taiga/src/functions/issueCreate.function.ts",
|
|
200
|
+
"exportedName": "issueCreate",
|
|
201
|
+
"contractHash": "0548066d2e4241cb",
|
|
202
|
+
"inputHash": "4e4ff6aa",
|
|
203
|
+
"outputHash": "4b4b7f40"
|
|
204
|
+
},
|
|
205
|
+
"issueGet": {
|
|
206
|
+
"pikkuFuncId": "issueGet",
|
|
207
|
+
"functionType": "user",
|
|
208
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
209
|
+
"sessionless": true,
|
|
210
|
+
"name": "issueGet",
|
|
211
|
+
"services": {
|
|
212
|
+
"optimized": true,
|
|
213
|
+
"services": [
|
|
214
|
+
"taiga"
|
|
215
|
+
]
|
|
216
|
+
},
|
|
217
|
+
"inputSchemaName": "IssueGetInput",
|
|
218
|
+
"outputSchemaName": "IssueGetOutput",
|
|
219
|
+
"inputs": [
|
|
220
|
+
"IssueGetInput"
|
|
221
|
+
],
|
|
222
|
+
"outputs": [
|
|
223
|
+
"IssueGetOutput"
|
|
224
|
+
],
|
|
225
|
+
"implementationHash": "3b3d0f5a01d50b85",
|
|
226
|
+
"description": "IssueGet",
|
|
227
|
+
"isDirectFunction": false,
|
|
228
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/automation/taiga/src/functions/issueGet.function.ts",
|
|
229
|
+
"exportedName": "issueGet",
|
|
230
|
+
"contractHash": "c28ec97c1c4a5051",
|
|
231
|
+
"inputHash": "bef56526",
|
|
232
|
+
"outputHash": "2ede1991"
|
|
233
|
+
},
|
|
234
|
+
"issueUpdate": {
|
|
235
|
+
"pikkuFuncId": "issueUpdate",
|
|
236
|
+
"functionType": "user",
|
|
237
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
238
|
+
"sessionless": true,
|
|
239
|
+
"name": "issueUpdate",
|
|
240
|
+
"services": {
|
|
241
|
+
"optimized": true,
|
|
242
|
+
"services": [
|
|
243
|
+
"taiga"
|
|
244
|
+
]
|
|
245
|
+
},
|
|
246
|
+
"inputSchemaName": "IssueUpdateInput",
|
|
247
|
+
"outputSchemaName": "IssueUpdateOutput",
|
|
248
|
+
"inputs": [
|
|
249
|
+
"IssueUpdateInput"
|
|
250
|
+
],
|
|
251
|
+
"outputs": [
|
|
252
|
+
"IssueUpdateOutput"
|
|
253
|
+
],
|
|
254
|
+
"implementationHash": "323d767da6d1d085",
|
|
255
|
+
"description": "IssueUpdate",
|
|
256
|
+
"isDirectFunction": false,
|
|
257
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/automation/taiga/src/functions/issueUpdate.function.ts",
|
|
258
|
+
"exportedName": "issueUpdate",
|
|
259
|
+
"contractHash": "58034cc56cf8dcee",
|
|
260
|
+
"inputHash": "f2509202",
|
|
261
|
+
"outputHash": "4a53c6b0"
|
|
262
|
+
},
|
|
263
|
+
"issueDelete": {
|
|
264
|
+
"pikkuFuncId": "issueDelete",
|
|
265
|
+
"functionType": "user",
|
|
266
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
267
|
+
"sessionless": true,
|
|
268
|
+
"name": "issueDelete",
|
|
269
|
+
"services": {
|
|
270
|
+
"optimized": true,
|
|
271
|
+
"services": [
|
|
272
|
+
"taiga"
|
|
273
|
+
]
|
|
274
|
+
},
|
|
275
|
+
"inputSchemaName": "IssueDeleteInput",
|
|
276
|
+
"outputSchemaName": "IssueDeleteOutput",
|
|
277
|
+
"inputs": [
|
|
278
|
+
"IssueDeleteInput"
|
|
279
|
+
],
|
|
280
|
+
"outputs": [
|
|
281
|
+
"IssueDeleteOutput"
|
|
282
|
+
],
|
|
283
|
+
"implementationHash": "8676695112574eb3",
|
|
284
|
+
"description": "IssueDelete",
|
|
285
|
+
"isDirectFunction": false,
|
|
286
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/automation/taiga/src/functions/issueDelete.function.ts",
|
|
287
|
+
"exportedName": "issueDelete",
|
|
288
|
+
"contractHash": "fb6ea34220dd83e6",
|
|
289
|
+
"inputHash": "5d89f491",
|
|
290
|
+
"outputHash": "d165ee8c"
|
|
291
|
+
},
|
|
292
|
+
"taskGetAll": {
|
|
293
|
+
"pikkuFuncId": "taskGetAll",
|
|
294
|
+
"functionType": "user",
|
|
295
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
296
|
+
"sessionless": true,
|
|
297
|
+
"name": "taskGetAll",
|
|
298
|
+
"services": {
|
|
299
|
+
"optimized": true,
|
|
300
|
+
"services": [
|
|
301
|
+
"taiga"
|
|
302
|
+
]
|
|
303
|
+
},
|
|
304
|
+
"inputSchemaName": "TaskGetAllInput",
|
|
305
|
+
"outputSchemaName": "TaskGetAllOutput",
|
|
306
|
+
"inputs": [
|
|
307
|
+
"TaskGetAllInput"
|
|
308
|
+
],
|
|
309
|
+
"outputs": [
|
|
310
|
+
"TaskGetAllOutput"
|
|
311
|
+
],
|
|
312
|
+
"implementationHash": "f4c6ededa2244143",
|
|
313
|
+
"description": "TaskGetAll",
|
|
314
|
+
"isDirectFunction": false,
|
|
315
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/automation/taiga/src/functions/taskGetAll.function.ts",
|
|
316
|
+
"exportedName": "taskGetAll",
|
|
317
|
+
"contractHash": "2b395e420399c245",
|
|
318
|
+
"inputHash": "2e39e426",
|
|
319
|
+
"outputHash": "13568b34"
|
|
320
|
+
},
|
|
321
|
+
"taskCreate": {
|
|
322
|
+
"pikkuFuncId": "taskCreate",
|
|
323
|
+
"functionType": "user",
|
|
324
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
325
|
+
"sessionless": true,
|
|
326
|
+
"name": "taskCreate",
|
|
327
|
+
"services": {
|
|
328
|
+
"optimized": true,
|
|
329
|
+
"services": [
|
|
330
|
+
"taiga"
|
|
331
|
+
]
|
|
332
|
+
},
|
|
333
|
+
"inputSchemaName": "TaskCreateInput",
|
|
334
|
+
"outputSchemaName": "TaskCreateOutput",
|
|
335
|
+
"inputs": [
|
|
336
|
+
"TaskCreateInput"
|
|
337
|
+
],
|
|
338
|
+
"outputs": [
|
|
339
|
+
"TaskCreateOutput"
|
|
340
|
+
],
|
|
341
|
+
"implementationHash": "b99031d1f0a6175b",
|
|
342
|
+
"description": "TaskCreate",
|
|
343
|
+
"isDirectFunction": false,
|
|
344
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/automation/taiga/src/functions/taskCreate.function.ts",
|
|
345
|
+
"exportedName": "taskCreate",
|
|
346
|
+
"contractHash": "1172d5d95e8fb0c3",
|
|
347
|
+
"inputHash": "50289588",
|
|
348
|
+
"outputHash": "651aed32"
|
|
349
|
+
},
|
|
350
|
+
"taskGet": {
|
|
351
|
+
"pikkuFuncId": "taskGet",
|
|
352
|
+
"functionType": "user",
|
|
353
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
354
|
+
"sessionless": true,
|
|
355
|
+
"name": "taskGet",
|
|
356
|
+
"services": {
|
|
357
|
+
"optimized": true,
|
|
358
|
+
"services": [
|
|
359
|
+
"taiga"
|
|
360
|
+
]
|
|
361
|
+
},
|
|
362
|
+
"inputSchemaName": "TaskGetInput",
|
|
363
|
+
"outputSchemaName": "TaskGetOutput",
|
|
364
|
+
"inputs": [
|
|
365
|
+
"TaskGetInput"
|
|
366
|
+
],
|
|
367
|
+
"outputs": [
|
|
368
|
+
"TaskGetOutput"
|
|
369
|
+
],
|
|
370
|
+
"implementationHash": "4f9d3b5a14672639",
|
|
371
|
+
"description": "TaskGet",
|
|
372
|
+
"isDirectFunction": false,
|
|
373
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/automation/taiga/src/functions/taskGet.function.ts",
|
|
374
|
+
"exportedName": "taskGet",
|
|
375
|
+
"contractHash": "2b1feeccde5b90d1",
|
|
376
|
+
"inputHash": "6678300d",
|
|
377
|
+
"outputHash": "022e1188"
|
|
378
|
+
},
|
|
379
|
+
"taskUpdate": {
|
|
380
|
+
"pikkuFuncId": "taskUpdate",
|
|
381
|
+
"functionType": "user",
|
|
382
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
383
|
+
"sessionless": true,
|
|
384
|
+
"name": "taskUpdate",
|
|
385
|
+
"services": {
|
|
386
|
+
"optimized": true,
|
|
387
|
+
"services": [
|
|
388
|
+
"taiga"
|
|
389
|
+
]
|
|
390
|
+
},
|
|
391
|
+
"inputSchemaName": "TaskUpdateInput",
|
|
392
|
+
"outputSchemaName": "TaskUpdateOutput",
|
|
393
|
+
"inputs": [
|
|
394
|
+
"TaskUpdateInput"
|
|
395
|
+
],
|
|
396
|
+
"outputs": [
|
|
397
|
+
"TaskUpdateOutput"
|
|
398
|
+
],
|
|
399
|
+
"implementationHash": "64c5b1fae4a11a17",
|
|
400
|
+
"description": "TaskUpdate",
|
|
401
|
+
"isDirectFunction": false,
|
|
402
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/automation/taiga/src/functions/taskUpdate.function.ts",
|
|
403
|
+
"exportedName": "taskUpdate",
|
|
404
|
+
"contractHash": "fd5b567f72fd72c6",
|
|
405
|
+
"inputHash": "00e3b055",
|
|
406
|
+
"outputHash": "dc1d8332"
|
|
407
|
+
},
|
|
408
|
+
"taskDelete": {
|
|
409
|
+
"pikkuFuncId": "taskDelete",
|
|
410
|
+
"functionType": "user",
|
|
411
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
412
|
+
"sessionless": true,
|
|
413
|
+
"name": "taskDelete",
|
|
414
|
+
"services": {
|
|
415
|
+
"optimized": true,
|
|
416
|
+
"services": [
|
|
417
|
+
"taiga"
|
|
418
|
+
]
|
|
419
|
+
},
|
|
420
|
+
"inputSchemaName": "TaskDeleteInput",
|
|
421
|
+
"outputSchemaName": "TaskDeleteOutput",
|
|
422
|
+
"inputs": [
|
|
423
|
+
"TaskDeleteInput"
|
|
424
|
+
],
|
|
425
|
+
"outputs": [
|
|
426
|
+
"TaskDeleteOutput"
|
|
427
|
+
],
|
|
428
|
+
"implementationHash": "6cf8ecf9f34d2d48",
|
|
429
|
+
"description": "TaskDelete",
|
|
430
|
+
"isDirectFunction": false,
|
|
431
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/automation/taiga/src/functions/taskDelete.function.ts",
|
|
432
|
+
"exportedName": "taskDelete",
|
|
433
|
+
"contractHash": "61f4e57fc20c7855",
|
|
434
|
+
"inputHash": "12ad3142",
|
|
435
|
+
"outputHash": "17d7a597"
|
|
436
|
+
},
|
|
437
|
+
"userStoryGetAll": {
|
|
438
|
+
"pikkuFuncId": "userStoryGetAll",
|
|
439
|
+
"functionType": "user",
|
|
440
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
441
|
+
"sessionless": true,
|
|
442
|
+
"name": "userStoryGetAll",
|
|
443
|
+
"services": {
|
|
444
|
+
"optimized": true,
|
|
445
|
+
"services": [
|
|
446
|
+
"taiga"
|
|
447
|
+
]
|
|
448
|
+
},
|
|
449
|
+
"inputSchemaName": "UserStoryGetAllInput",
|
|
450
|
+
"outputSchemaName": "UserStoryGetAllOutput",
|
|
451
|
+
"inputs": [
|
|
452
|
+
"UserStoryGetAllInput"
|
|
453
|
+
],
|
|
454
|
+
"outputs": [
|
|
455
|
+
"UserStoryGetAllOutput"
|
|
456
|
+
],
|
|
457
|
+
"implementationHash": "a87da2b3d28aea61",
|
|
458
|
+
"description": "UserStoryGetAll",
|
|
459
|
+
"isDirectFunction": false,
|
|
460
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/automation/taiga/src/functions/userStoryGetAll.function.ts",
|
|
461
|
+
"exportedName": "userStoryGetAll",
|
|
462
|
+
"contractHash": "2aa14f86b009ee54",
|
|
463
|
+
"inputHash": "2782868a",
|
|
464
|
+
"outputHash": "60644ae3"
|
|
465
|
+
},
|
|
466
|
+
"userStoryCreate": {
|
|
467
|
+
"pikkuFuncId": "userStoryCreate",
|
|
468
|
+
"functionType": "user",
|
|
469
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
470
|
+
"sessionless": true,
|
|
471
|
+
"name": "userStoryCreate",
|
|
472
|
+
"services": {
|
|
473
|
+
"optimized": true,
|
|
474
|
+
"services": [
|
|
475
|
+
"taiga"
|
|
476
|
+
]
|
|
477
|
+
},
|
|
478
|
+
"inputSchemaName": "UserStoryCreateInput",
|
|
479
|
+
"outputSchemaName": "UserStoryCreateOutput",
|
|
480
|
+
"inputs": [
|
|
481
|
+
"UserStoryCreateInput"
|
|
482
|
+
],
|
|
483
|
+
"outputs": [
|
|
484
|
+
"UserStoryCreateOutput"
|
|
485
|
+
],
|
|
486
|
+
"implementationHash": "aea0d3ec1e76b4f0",
|
|
487
|
+
"description": "UserStoryCreate",
|
|
488
|
+
"isDirectFunction": false,
|
|
489
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/automation/taiga/src/functions/userStoryCreate.function.ts",
|
|
490
|
+
"exportedName": "userStoryCreate",
|
|
491
|
+
"contractHash": "eca05419223161c7",
|
|
492
|
+
"inputHash": "43fe4045",
|
|
493
|
+
"outputHash": "88d7bcc8"
|
|
494
|
+
},
|
|
495
|
+
"userStoryGet": {
|
|
496
|
+
"pikkuFuncId": "userStoryGet",
|
|
497
|
+
"functionType": "user",
|
|
498
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
499
|
+
"sessionless": true,
|
|
500
|
+
"name": "userStoryGet",
|
|
501
|
+
"services": {
|
|
502
|
+
"optimized": true,
|
|
503
|
+
"services": [
|
|
504
|
+
"taiga"
|
|
505
|
+
]
|
|
506
|
+
},
|
|
507
|
+
"inputSchemaName": "UserStoryGetInput",
|
|
508
|
+
"outputSchemaName": "UserStoryGetOutput",
|
|
509
|
+
"inputs": [
|
|
510
|
+
"UserStoryGetInput"
|
|
511
|
+
],
|
|
512
|
+
"outputs": [
|
|
513
|
+
"UserStoryGetOutput"
|
|
514
|
+
],
|
|
515
|
+
"implementationHash": "8ce717a4cae185c2",
|
|
516
|
+
"description": "UserStoryGet",
|
|
517
|
+
"isDirectFunction": false,
|
|
518
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/automation/taiga/src/functions/userStoryGet.function.ts",
|
|
519
|
+
"exportedName": "userStoryGet",
|
|
520
|
+
"contractHash": "3b749052d9c9e3a0",
|
|
521
|
+
"inputHash": "5a9e009f",
|
|
522
|
+
"outputHash": "87068d03"
|
|
523
|
+
},
|
|
524
|
+
"userStoryUpdate": {
|
|
525
|
+
"pikkuFuncId": "userStoryUpdate",
|
|
526
|
+
"functionType": "user",
|
|
527
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
528
|
+
"sessionless": true,
|
|
529
|
+
"name": "userStoryUpdate",
|
|
530
|
+
"services": {
|
|
531
|
+
"optimized": true,
|
|
532
|
+
"services": [
|
|
533
|
+
"taiga"
|
|
534
|
+
]
|
|
535
|
+
},
|
|
536
|
+
"inputSchemaName": "UserStoryUpdateInput",
|
|
537
|
+
"outputSchemaName": "UserStoryUpdateOutput",
|
|
538
|
+
"inputs": [
|
|
539
|
+
"UserStoryUpdateInput"
|
|
540
|
+
],
|
|
541
|
+
"outputs": [
|
|
542
|
+
"UserStoryUpdateOutput"
|
|
543
|
+
],
|
|
544
|
+
"implementationHash": "366858c7e2cbf4cc",
|
|
545
|
+
"description": "UserStoryUpdate",
|
|
546
|
+
"isDirectFunction": false,
|
|
547
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/automation/taiga/src/functions/userStoryUpdate.function.ts",
|
|
548
|
+
"exportedName": "userStoryUpdate",
|
|
549
|
+
"contractHash": "8a5adab0a237c97e",
|
|
550
|
+
"inputHash": "f4703ab6",
|
|
551
|
+
"outputHash": "249cedba"
|
|
552
|
+
},
|
|
553
|
+
"userStoryDelete": {
|
|
554
|
+
"pikkuFuncId": "userStoryDelete",
|
|
555
|
+
"functionType": "user",
|
|
556
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
557
|
+
"sessionless": true,
|
|
558
|
+
"name": "userStoryDelete",
|
|
559
|
+
"services": {
|
|
560
|
+
"optimized": true,
|
|
561
|
+
"services": [
|
|
562
|
+
"taiga"
|
|
563
|
+
]
|
|
564
|
+
},
|
|
565
|
+
"inputSchemaName": "UserStoryDeleteInput",
|
|
566
|
+
"outputSchemaName": "UserStoryDeleteOutput",
|
|
567
|
+
"inputs": [
|
|
568
|
+
"UserStoryDeleteInput"
|
|
569
|
+
],
|
|
570
|
+
"outputs": [
|
|
571
|
+
"UserStoryDeleteOutput"
|
|
572
|
+
],
|
|
573
|
+
"implementationHash": "8ef45a2cec595170",
|
|
574
|
+
"description": "UserStoryDelete",
|
|
575
|
+
"isDirectFunction": false,
|
|
576
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/automation/taiga/src/functions/userStoryDelete.function.ts",
|
|
577
|
+
"exportedName": "userStoryDelete",
|
|
578
|
+
"contractHash": "35b51ad315466314",
|
|
579
|
+
"inputHash": "69b1f5d1",
|
|
580
|
+
"outputHash": "bee5b650"
|
|
581
|
+
}
|
|
582
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-functions-meta.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/function/pikku-functions-meta.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-functions-meta.gen.json' with { type: 'json' };
|
|
6
|
+
pikkuState('@pikku/addon-taiga', 'function', 'meta', metaData);
|
|
7
|
+
//# sourceMappingURL=pikku-functions-meta.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-functions-meta.gen.js","sourceRoot":"","sources":["../../../.pikku/function/pikku-functions-meta.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEjD,OAAO,QAAQ,MAAM,iCAAiC,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AAC5E,UAAU,CAAC,oBAAoB,EAAE,UAAU,EAAE,MAAM,EAAE,QAAyB,CAAC,CAAA"}
|