@pikku/addon-wekan 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 +698 -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 +458 -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 +54 -0
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.ts +54 -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 +287 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +311 -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 +26 -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 +105 -0
- package/dist/.pikku/schemas/register.gen.js.map +1 -0
- package/dist/.pikku/schemas/register.gen.ts +203 -0
- package/dist/.pikku/schemas/schemas/BoardCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BoardCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BoardDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BoardDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BoardGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BoardGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BoardGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BoardGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CardCommentCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CardCommentCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CardCommentDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CardCommentDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CardCommentGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CardCommentGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CardCommentGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CardCommentGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CardCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CardCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CardDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CardDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CardGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CardGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CardGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CardGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CardUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CardUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChecklistCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChecklistCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChecklistDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChecklistDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChecklistGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChecklistGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChecklistGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChecklistGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChecklistItemDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChecklistItemDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChecklistItemGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChecklistItemGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChecklistItemUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChecklistItemUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CredentialSchema_wekan.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ListCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ListCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ListDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ListDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ListGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ListGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ListGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ListGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/VariableSchema_WEKAN_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/boardCreate.function.d.ts +17 -0
- package/dist/src/functions/boardCreate.function.d.ts.map +1 -0
- package/dist/src/functions/boardCreate.function.js +16 -0
- package/dist/src/functions/boardCreate.function.js.map +1 -0
- package/dist/src/functions/boardDelete.function.d.ts +13 -0
- package/dist/src/functions/boardDelete.function.d.ts.map +1 -0
- package/dist/src/functions/boardDelete.function.js +15 -0
- package/dist/src/functions/boardDelete.function.js.map +1 -0
- package/dist/src/functions/boardGet.function.d.ts +13 -0
- package/dist/src/functions/boardGet.function.d.ts.map +1 -0
- package/dist/src/functions/boardGet.function.js +15 -0
- package/dist/src/functions/boardGet.function.js.map +1 -0
- package/dist/src/functions/boardGetAll.function.d.ts +13 -0
- package/dist/src/functions/boardGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/boardGetAll.function.js +15 -0
- package/dist/src/functions/boardGetAll.function.js.map +1 -0
- package/dist/src/functions/cardCommentCreate.function.d.ts +25 -0
- package/dist/src/functions/cardCommentCreate.function.d.ts.map +1 -0
- package/dist/src/functions/cardCommentCreate.function.js +18 -0
- package/dist/src/functions/cardCommentCreate.function.js.map +1 -0
- package/dist/src/functions/cardCommentDelete.function.d.ts +21 -0
- package/dist/src/functions/cardCommentDelete.function.d.ts.map +1 -0
- package/dist/src/functions/cardCommentDelete.function.js +17 -0
- package/dist/src/functions/cardCommentDelete.function.js.map +1 -0
- package/dist/src/functions/cardCommentGet.function.d.ts +21 -0
- package/dist/src/functions/cardCommentGet.function.d.ts.map +1 -0
- package/dist/src/functions/cardCommentGet.function.js +17 -0
- package/dist/src/functions/cardCommentGet.function.js.map +1 -0
- package/dist/src/functions/cardCommentGetAll.function.d.ts +17 -0
- package/dist/src/functions/cardCommentGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/cardCommentGetAll.function.js +16 -0
- package/dist/src/functions/cardCommentGetAll.function.js.map +1 -0
- package/dist/src/functions/cardCreate.function.d.ts +29 -0
- package/dist/src/functions/cardCreate.function.d.ts.map +1 -0
- package/dist/src/functions/cardCreate.function.js +19 -0
- package/dist/src/functions/cardCreate.function.js.map +1 -0
- package/dist/src/functions/cardDelete.function.d.ts +21 -0
- package/dist/src/functions/cardDelete.function.d.ts.map +1 -0
- package/dist/src/functions/cardDelete.function.js +17 -0
- package/dist/src/functions/cardDelete.function.js.map +1 -0
- package/dist/src/functions/cardGet.function.d.ts +21 -0
- package/dist/src/functions/cardGet.function.d.ts.map +1 -0
- package/dist/src/functions/cardGet.function.js +17 -0
- package/dist/src/functions/cardGet.function.js.map +1 -0
- package/dist/src/functions/cardGetAll.function.d.ts +17 -0
- package/dist/src/functions/cardGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/cardGetAll.function.js +16 -0
- package/dist/src/functions/cardGetAll.function.js.map +1 -0
- package/dist/src/functions/cardUpdate.function.d.ts +29 -0
- package/dist/src/functions/cardUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/cardUpdate.function.js +19 -0
- package/dist/src/functions/cardUpdate.function.js.map +1 -0
- package/dist/src/functions/checklistCreate.function.d.ts +25 -0
- package/dist/src/functions/checklistCreate.function.d.ts.map +1 -0
- package/dist/src/functions/checklistCreate.function.js +18 -0
- package/dist/src/functions/checklistCreate.function.js.map +1 -0
- package/dist/src/functions/checklistDelete.function.d.ts +21 -0
- package/dist/src/functions/checklistDelete.function.d.ts.map +1 -0
- package/dist/src/functions/checklistDelete.function.js +17 -0
- package/dist/src/functions/checklistDelete.function.js.map +1 -0
- package/dist/src/functions/checklistGet.function.d.ts +21 -0
- package/dist/src/functions/checklistGet.function.d.ts.map +1 -0
- package/dist/src/functions/checklistGet.function.js +17 -0
- package/dist/src/functions/checklistGet.function.js.map +1 -0
- package/dist/src/functions/checklistGetAll.function.d.ts +17 -0
- package/dist/src/functions/checklistGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/checklistGetAll.function.js +16 -0
- package/dist/src/functions/checklistGetAll.function.js.map +1 -0
- package/dist/src/functions/checklistItemDelete.function.d.ts +25 -0
- package/dist/src/functions/checklistItemDelete.function.d.ts.map +1 -0
- package/dist/src/functions/checklistItemDelete.function.js +18 -0
- package/dist/src/functions/checklistItemDelete.function.js.map +1 -0
- package/dist/src/functions/checklistItemGet.function.d.ts +25 -0
- package/dist/src/functions/checklistItemGet.function.d.ts.map +1 -0
- package/dist/src/functions/checklistItemGet.function.js +18 -0
- package/dist/src/functions/checklistItemGet.function.js.map +1 -0
- package/dist/src/functions/checklistItemUpdate.function.d.ts +33 -0
- package/dist/src/functions/checklistItemUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/checklistItemUpdate.function.js +20 -0
- package/dist/src/functions/checklistItemUpdate.function.js.map +1 -0
- package/dist/src/functions/listCreate.function.d.ts +17 -0
- package/dist/src/functions/listCreate.function.d.ts.map +1 -0
- package/dist/src/functions/listCreate.function.js +16 -0
- package/dist/src/functions/listCreate.function.js.map +1 -0
- package/dist/src/functions/listDelete.function.d.ts +17 -0
- package/dist/src/functions/listDelete.function.d.ts.map +1 -0
- package/dist/src/functions/listDelete.function.js +16 -0
- package/dist/src/functions/listDelete.function.js.map +1 -0
- package/dist/src/functions/listGet.function.d.ts +17 -0
- package/dist/src/functions/listGet.function.d.ts.map +1 -0
- package/dist/src/functions/listGet.function.js +16 -0
- package/dist/src/functions/listGet.function.js.map +1 -0
- package/dist/src/functions/listGetAll.function.d.ts +13 -0
- package/dist/src/functions/listGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/listGetAll.function.js +15 -0
- package/dist/src/functions/listGetAll.function.js.map +1 -0
- package/dist/src/index.d.ts +25 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +25 -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/wekan-api.service.d.ts +10 -0
- package/dist/src/wekan-api.service.d.ts.map +1 -0
- package/dist/src/wekan-api.service.js +272 -0
- package/dist/src/wekan-api.service.js.map +1 -0
- package/dist/src/wekan.credential.d.ts +5 -0
- package/dist/src/wekan.credential.d.ts.map +1 -0
- package/dist/src/wekan.credential.js +13 -0
- package/dist/src/wekan.credential.js.map +1 -0
- package/dist/src/wekan.types.d.ts +7 -0
- package/dist/src/wekan.types.d.ts.map +1 -0
- package/dist/src/wekan.types.js +8 -0
- package/dist/src/wekan.types.js.map +1 -0
- package/dist/src/wekan.variable.d.ts +5 -0
- package/dist/src/wekan.variable.d.ts.map +1 -0
- package/dist/src/wekan.variable.js +11 -0
- package/dist/src/wekan.variable.js.map +1 -0
- package/package.json +39 -0
|
@@ -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,105 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { addSchema } from '@pikku/core/schema';
|
|
5
|
+
import * as BoardCreateInput from './schemas/BoardCreateInput.schema.json' with { type: 'json' };
|
|
6
|
+
addSchema('BoardCreateInput', BoardCreateInput, '@pikku/addon-wekan');
|
|
7
|
+
import * as BoardCreateOutput from './schemas/BoardCreateOutput.schema.json' with { type: 'json' };
|
|
8
|
+
addSchema('BoardCreateOutput', BoardCreateOutput, '@pikku/addon-wekan');
|
|
9
|
+
import * as BoardGetInput from './schemas/BoardGetInput.schema.json' with { type: 'json' };
|
|
10
|
+
addSchema('BoardGetInput', BoardGetInput, '@pikku/addon-wekan');
|
|
11
|
+
import * as BoardGetOutput from './schemas/BoardGetOutput.schema.json' with { type: 'json' };
|
|
12
|
+
addSchema('BoardGetOutput', BoardGetOutput, '@pikku/addon-wekan');
|
|
13
|
+
import * as BoardDeleteInput from './schemas/BoardDeleteInput.schema.json' with { type: 'json' };
|
|
14
|
+
addSchema('BoardDeleteInput', BoardDeleteInput, '@pikku/addon-wekan');
|
|
15
|
+
import * as BoardDeleteOutput from './schemas/BoardDeleteOutput.schema.json' with { type: 'json' };
|
|
16
|
+
addSchema('BoardDeleteOutput', BoardDeleteOutput, '@pikku/addon-wekan');
|
|
17
|
+
import * as BoardGetAllInput from './schemas/BoardGetAllInput.schema.json' with { type: 'json' };
|
|
18
|
+
addSchema('BoardGetAllInput', BoardGetAllInput, '@pikku/addon-wekan');
|
|
19
|
+
import * as BoardGetAllOutput from './schemas/BoardGetAllOutput.schema.json' with { type: 'json' };
|
|
20
|
+
addSchema('BoardGetAllOutput', BoardGetAllOutput, '@pikku/addon-wekan');
|
|
21
|
+
import * as ListGetAllInput from './schemas/ListGetAllInput.schema.json' with { type: 'json' };
|
|
22
|
+
addSchema('ListGetAllInput', ListGetAllInput, '@pikku/addon-wekan');
|
|
23
|
+
import * as ListGetAllOutput from './schemas/ListGetAllOutput.schema.json' with { type: 'json' };
|
|
24
|
+
addSchema('ListGetAllOutput', ListGetAllOutput, '@pikku/addon-wekan');
|
|
25
|
+
import * as ListCreateInput from './schemas/ListCreateInput.schema.json' with { type: 'json' };
|
|
26
|
+
addSchema('ListCreateInput', ListCreateInput, '@pikku/addon-wekan');
|
|
27
|
+
import * as ListCreateOutput from './schemas/ListCreateOutput.schema.json' with { type: 'json' };
|
|
28
|
+
addSchema('ListCreateOutput', ListCreateOutput, '@pikku/addon-wekan');
|
|
29
|
+
import * as ListGetInput from './schemas/ListGetInput.schema.json' with { type: 'json' };
|
|
30
|
+
addSchema('ListGetInput', ListGetInput, '@pikku/addon-wekan');
|
|
31
|
+
import * as ListGetOutput from './schemas/ListGetOutput.schema.json' with { type: 'json' };
|
|
32
|
+
addSchema('ListGetOutput', ListGetOutput, '@pikku/addon-wekan');
|
|
33
|
+
import * as ListDeleteInput from './schemas/ListDeleteInput.schema.json' with { type: 'json' };
|
|
34
|
+
addSchema('ListDeleteInput', ListDeleteInput, '@pikku/addon-wekan');
|
|
35
|
+
import * as ListDeleteOutput from './schemas/ListDeleteOutput.schema.json' with { type: 'json' };
|
|
36
|
+
addSchema('ListDeleteOutput', ListDeleteOutput, '@pikku/addon-wekan');
|
|
37
|
+
import * as CardGetAllInput from './schemas/CardGetAllInput.schema.json' with { type: 'json' };
|
|
38
|
+
addSchema('CardGetAllInput', CardGetAllInput, '@pikku/addon-wekan');
|
|
39
|
+
import * as CardGetAllOutput from './schemas/CardGetAllOutput.schema.json' with { type: 'json' };
|
|
40
|
+
addSchema('CardGetAllOutput', CardGetAllOutput, '@pikku/addon-wekan');
|
|
41
|
+
import * as CardCreateInput from './schemas/CardCreateInput.schema.json' with { type: 'json' };
|
|
42
|
+
addSchema('CardCreateInput', CardCreateInput, '@pikku/addon-wekan');
|
|
43
|
+
import * as CardCreateOutput from './schemas/CardCreateOutput.schema.json' with { type: 'json' };
|
|
44
|
+
addSchema('CardCreateOutput', CardCreateOutput, '@pikku/addon-wekan');
|
|
45
|
+
import * as CardGetInput from './schemas/CardGetInput.schema.json' with { type: 'json' };
|
|
46
|
+
addSchema('CardGetInput', CardGetInput, '@pikku/addon-wekan');
|
|
47
|
+
import * as CardGetOutput from './schemas/CardGetOutput.schema.json' with { type: 'json' };
|
|
48
|
+
addSchema('CardGetOutput', CardGetOutput, '@pikku/addon-wekan');
|
|
49
|
+
import * as CardUpdateInput from './schemas/CardUpdateInput.schema.json' with { type: 'json' };
|
|
50
|
+
addSchema('CardUpdateInput', CardUpdateInput, '@pikku/addon-wekan');
|
|
51
|
+
import * as CardUpdateOutput from './schemas/CardUpdateOutput.schema.json' with { type: 'json' };
|
|
52
|
+
addSchema('CardUpdateOutput', CardUpdateOutput, '@pikku/addon-wekan');
|
|
53
|
+
import * as CardDeleteInput from './schemas/CardDeleteInput.schema.json' with { type: 'json' };
|
|
54
|
+
addSchema('CardDeleteInput', CardDeleteInput, '@pikku/addon-wekan');
|
|
55
|
+
import * as CardDeleteOutput from './schemas/CardDeleteOutput.schema.json' with { type: 'json' };
|
|
56
|
+
addSchema('CardDeleteOutput', CardDeleteOutput, '@pikku/addon-wekan');
|
|
57
|
+
import * as CardCommentGetAllInput from './schemas/CardCommentGetAllInput.schema.json' with { type: 'json' };
|
|
58
|
+
addSchema('CardCommentGetAllInput', CardCommentGetAllInput, '@pikku/addon-wekan');
|
|
59
|
+
import * as CardCommentGetAllOutput from './schemas/CardCommentGetAllOutput.schema.json' with { type: 'json' };
|
|
60
|
+
addSchema('CardCommentGetAllOutput', CardCommentGetAllOutput, '@pikku/addon-wekan');
|
|
61
|
+
import * as CardCommentCreateInput from './schemas/CardCommentCreateInput.schema.json' with { type: 'json' };
|
|
62
|
+
addSchema('CardCommentCreateInput', CardCommentCreateInput, '@pikku/addon-wekan');
|
|
63
|
+
import * as CardCommentCreateOutput from './schemas/CardCommentCreateOutput.schema.json' with { type: 'json' };
|
|
64
|
+
addSchema('CardCommentCreateOutput', CardCommentCreateOutput, '@pikku/addon-wekan');
|
|
65
|
+
import * as CardCommentGetInput from './schemas/CardCommentGetInput.schema.json' with { type: 'json' };
|
|
66
|
+
addSchema('CardCommentGetInput', CardCommentGetInput, '@pikku/addon-wekan');
|
|
67
|
+
import * as CardCommentGetOutput from './schemas/CardCommentGetOutput.schema.json' with { type: 'json' };
|
|
68
|
+
addSchema('CardCommentGetOutput', CardCommentGetOutput, '@pikku/addon-wekan');
|
|
69
|
+
import * as CardCommentDeleteInput from './schemas/CardCommentDeleteInput.schema.json' with { type: 'json' };
|
|
70
|
+
addSchema('CardCommentDeleteInput', CardCommentDeleteInput, '@pikku/addon-wekan');
|
|
71
|
+
import * as CardCommentDeleteOutput from './schemas/CardCommentDeleteOutput.schema.json' with { type: 'json' };
|
|
72
|
+
addSchema('CardCommentDeleteOutput', CardCommentDeleteOutput, '@pikku/addon-wekan');
|
|
73
|
+
import * as ChecklistGetAllInput from './schemas/ChecklistGetAllInput.schema.json' with { type: 'json' };
|
|
74
|
+
addSchema('ChecklistGetAllInput', ChecklistGetAllInput, '@pikku/addon-wekan');
|
|
75
|
+
import * as ChecklistGetAllOutput from './schemas/ChecklistGetAllOutput.schema.json' with { type: 'json' };
|
|
76
|
+
addSchema('ChecklistGetAllOutput', ChecklistGetAllOutput, '@pikku/addon-wekan');
|
|
77
|
+
import * as ChecklistCreateInput from './schemas/ChecklistCreateInput.schema.json' with { type: 'json' };
|
|
78
|
+
addSchema('ChecklistCreateInput', ChecklistCreateInput, '@pikku/addon-wekan');
|
|
79
|
+
import * as ChecklistCreateOutput from './schemas/ChecklistCreateOutput.schema.json' with { type: 'json' };
|
|
80
|
+
addSchema('ChecklistCreateOutput', ChecklistCreateOutput, '@pikku/addon-wekan');
|
|
81
|
+
import * as ChecklistGetInput from './schemas/ChecklistGetInput.schema.json' with { type: 'json' };
|
|
82
|
+
addSchema('ChecklistGetInput', ChecklistGetInput, '@pikku/addon-wekan');
|
|
83
|
+
import * as ChecklistGetOutput from './schemas/ChecklistGetOutput.schema.json' with { type: 'json' };
|
|
84
|
+
addSchema('ChecklistGetOutput', ChecklistGetOutput, '@pikku/addon-wekan');
|
|
85
|
+
import * as ChecklistDeleteInput from './schemas/ChecklistDeleteInput.schema.json' with { type: 'json' };
|
|
86
|
+
addSchema('ChecklistDeleteInput', ChecklistDeleteInput, '@pikku/addon-wekan');
|
|
87
|
+
import * as ChecklistDeleteOutput from './schemas/ChecklistDeleteOutput.schema.json' with { type: 'json' };
|
|
88
|
+
addSchema('ChecklistDeleteOutput', ChecklistDeleteOutput, '@pikku/addon-wekan');
|
|
89
|
+
import * as ChecklistItemGetInput from './schemas/ChecklistItemGetInput.schema.json' with { type: 'json' };
|
|
90
|
+
addSchema('ChecklistItemGetInput', ChecklistItemGetInput, '@pikku/addon-wekan');
|
|
91
|
+
import * as ChecklistItemGetOutput from './schemas/ChecklistItemGetOutput.schema.json' with { type: 'json' };
|
|
92
|
+
addSchema('ChecklistItemGetOutput', ChecklistItemGetOutput, '@pikku/addon-wekan');
|
|
93
|
+
import * as ChecklistItemUpdateInput from './schemas/ChecklistItemUpdateInput.schema.json' with { type: 'json' };
|
|
94
|
+
addSchema('ChecklistItemUpdateInput', ChecklistItemUpdateInput, '@pikku/addon-wekan');
|
|
95
|
+
import * as ChecklistItemUpdateOutput from './schemas/ChecklistItemUpdateOutput.schema.json' with { type: 'json' };
|
|
96
|
+
addSchema('ChecklistItemUpdateOutput', ChecklistItemUpdateOutput, '@pikku/addon-wekan');
|
|
97
|
+
import * as ChecklistItemDeleteInput from './schemas/ChecklistItemDeleteInput.schema.json' with { type: 'json' };
|
|
98
|
+
addSchema('ChecklistItemDeleteInput', ChecklistItemDeleteInput, '@pikku/addon-wekan');
|
|
99
|
+
import * as ChecklistItemDeleteOutput from './schemas/ChecklistItemDeleteOutput.schema.json' with { type: 'json' };
|
|
100
|
+
addSchema('ChecklistItemDeleteOutput', ChecklistItemDeleteOutput, '@pikku/addon-wekan');
|
|
101
|
+
import * as CredentialSchema_wekan from './schemas/CredentialSchema_wekan.schema.json' with { type: 'json' };
|
|
102
|
+
addSchema('CredentialSchema_wekan', CredentialSchema_wekan, '@pikku/addon-wekan');
|
|
103
|
+
import * as VariableSchema_WEKAN_BASE_URL from './schemas/VariableSchema_WEKAN_BASE_URL.schema.json' with { type: 'json' };
|
|
104
|
+
addSchema('VariableSchema_WEKAN_BASE_URL', VariableSchema_WEKAN_BASE_URL, '@pikku/addon-wekan');
|
|
105
|
+
//# sourceMappingURL=register.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"register.gen.js","sourceRoot":"","sources":["../../../.pikku/schemas/register.gen.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { addSchema } from '@pikku/core/schema'
|
|
5
|
+
|
|
6
|
+
import * as BoardCreateInput from './schemas/BoardCreateInput.schema.json' with { type: 'json' }
|
|
7
|
+
addSchema('BoardCreateInput', BoardCreateInput, '@pikku/addon-wekan')
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
import * as BoardCreateOutput from './schemas/BoardCreateOutput.schema.json' with { type: 'json' }
|
|
11
|
+
addSchema('BoardCreateOutput', BoardCreateOutput, '@pikku/addon-wekan')
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
import * as BoardGetInput from './schemas/BoardGetInput.schema.json' with { type: 'json' }
|
|
15
|
+
addSchema('BoardGetInput', BoardGetInput, '@pikku/addon-wekan')
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
import * as BoardGetOutput from './schemas/BoardGetOutput.schema.json' with { type: 'json' }
|
|
19
|
+
addSchema('BoardGetOutput', BoardGetOutput, '@pikku/addon-wekan')
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
import * as BoardDeleteInput from './schemas/BoardDeleteInput.schema.json' with { type: 'json' }
|
|
23
|
+
addSchema('BoardDeleteInput', BoardDeleteInput, '@pikku/addon-wekan')
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
import * as BoardDeleteOutput from './schemas/BoardDeleteOutput.schema.json' with { type: 'json' }
|
|
27
|
+
addSchema('BoardDeleteOutput', BoardDeleteOutput, '@pikku/addon-wekan')
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
import * as BoardGetAllInput from './schemas/BoardGetAllInput.schema.json' with { type: 'json' }
|
|
31
|
+
addSchema('BoardGetAllInput', BoardGetAllInput, '@pikku/addon-wekan')
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
import * as BoardGetAllOutput from './schemas/BoardGetAllOutput.schema.json' with { type: 'json' }
|
|
35
|
+
addSchema('BoardGetAllOutput', BoardGetAllOutput, '@pikku/addon-wekan')
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
import * as ListGetAllInput from './schemas/ListGetAllInput.schema.json' with { type: 'json' }
|
|
39
|
+
addSchema('ListGetAllInput', ListGetAllInput, '@pikku/addon-wekan')
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
import * as ListGetAllOutput from './schemas/ListGetAllOutput.schema.json' with { type: 'json' }
|
|
43
|
+
addSchema('ListGetAllOutput', ListGetAllOutput, '@pikku/addon-wekan')
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
import * as ListCreateInput from './schemas/ListCreateInput.schema.json' with { type: 'json' }
|
|
47
|
+
addSchema('ListCreateInput', ListCreateInput, '@pikku/addon-wekan')
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
import * as ListCreateOutput from './schemas/ListCreateOutput.schema.json' with { type: 'json' }
|
|
51
|
+
addSchema('ListCreateOutput', ListCreateOutput, '@pikku/addon-wekan')
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
import * as ListGetInput from './schemas/ListGetInput.schema.json' with { type: 'json' }
|
|
55
|
+
addSchema('ListGetInput', ListGetInput, '@pikku/addon-wekan')
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
import * as ListGetOutput from './schemas/ListGetOutput.schema.json' with { type: 'json' }
|
|
59
|
+
addSchema('ListGetOutput', ListGetOutput, '@pikku/addon-wekan')
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
import * as ListDeleteInput from './schemas/ListDeleteInput.schema.json' with { type: 'json' }
|
|
63
|
+
addSchema('ListDeleteInput', ListDeleteInput, '@pikku/addon-wekan')
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
import * as ListDeleteOutput from './schemas/ListDeleteOutput.schema.json' with { type: 'json' }
|
|
67
|
+
addSchema('ListDeleteOutput', ListDeleteOutput, '@pikku/addon-wekan')
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
import * as CardGetAllInput from './schemas/CardGetAllInput.schema.json' with { type: 'json' }
|
|
71
|
+
addSchema('CardGetAllInput', CardGetAllInput, '@pikku/addon-wekan')
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
import * as CardGetAllOutput from './schemas/CardGetAllOutput.schema.json' with { type: 'json' }
|
|
75
|
+
addSchema('CardGetAllOutput', CardGetAllOutput, '@pikku/addon-wekan')
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
import * as CardCreateInput from './schemas/CardCreateInput.schema.json' with { type: 'json' }
|
|
79
|
+
addSchema('CardCreateInput', CardCreateInput, '@pikku/addon-wekan')
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
import * as CardCreateOutput from './schemas/CardCreateOutput.schema.json' with { type: 'json' }
|
|
83
|
+
addSchema('CardCreateOutput', CardCreateOutput, '@pikku/addon-wekan')
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
import * as CardGetInput from './schemas/CardGetInput.schema.json' with { type: 'json' }
|
|
87
|
+
addSchema('CardGetInput', CardGetInput, '@pikku/addon-wekan')
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
import * as CardGetOutput from './schemas/CardGetOutput.schema.json' with { type: 'json' }
|
|
91
|
+
addSchema('CardGetOutput', CardGetOutput, '@pikku/addon-wekan')
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
import * as CardUpdateInput from './schemas/CardUpdateInput.schema.json' with { type: 'json' }
|
|
95
|
+
addSchema('CardUpdateInput', CardUpdateInput, '@pikku/addon-wekan')
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
import * as CardUpdateOutput from './schemas/CardUpdateOutput.schema.json' with { type: 'json' }
|
|
99
|
+
addSchema('CardUpdateOutput', CardUpdateOutput, '@pikku/addon-wekan')
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
import * as CardDeleteInput from './schemas/CardDeleteInput.schema.json' with { type: 'json' }
|
|
103
|
+
addSchema('CardDeleteInput', CardDeleteInput, '@pikku/addon-wekan')
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
import * as CardDeleteOutput from './schemas/CardDeleteOutput.schema.json' with { type: 'json' }
|
|
107
|
+
addSchema('CardDeleteOutput', CardDeleteOutput, '@pikku/addon-wekan')
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
import * as CardCommentGetAllInput from './schemas/CardCommentGetAllInput.schema.json' with { type: 'json' }
|
|
111
|
+
addSchema('CardCommentGetAllInput', CardCommentGetAllInput, '@pikku/addon-wekan')
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
import * as CardCommentGetAllOutput from './schemas/CardCommentGetAllOutput.schema.json' with { type: 'json' }
|
|
115
|
+
addSchema('CardCommentGetAllOutput', CardCommentGetAllOutput, '@pikku/addon-wekan')
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
import * as CardCommentCreateInput from './schemas/CardCommentCreateInput.schema.json' with { type: 'json' }
|
|
119
|
+
addSchema('CardCommentCreateInput', CardCommentCreateInput, '@pikku/addon-wekan')
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
import * as CardCommentCreateOutput from './schemas/CardCommentCreateOutput.schema.json' with { type: 'json' }
|
|
123
|
+
addSchema('CardCommentCreateOutput', CardCommentCreateOutput, '@pikku/addon-wekan')
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
import * as CardCommentGetInput from './schemas/CardCommentGetInput.schema.json' with { type: 'json' }
|
|
127
|
+
addSchema('CardCommentGetInput', CardCommentGetInput, '@pikku/addon-wekan')
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
import * as CardCommentGetOutput from './schemas/CardCommentGetOutput.schema.json' with { type: 'json' }
|
|
131
|
+
addSchema('CardCommentGetOutput', CardCommentGetOutput, '@pikku/addon-wekan')
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
import * as CardCommentDeleteInput from './schemas/CardCommentDeleteInput.schema.json' with { type: 'json' }
|
|
135
|
+
addSchema('CardCommentDeleteInput', CardCommentDeleteInput, '@pikku/addon-wekan')
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
import * as CardCommentDeleteOutput from './schemas/CardCommentDeleteOutput.schema.json' with { type: 'json' }
|
|
139
|
+
addSchema('CardCommentDeleteOutput', CardCommentDeleteOutput, '@pikku/addon-wekan')
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
import * as ChecklistGetAllInput from './schemas/ChecklistGetAllInput.schema.json' with { type: 'json' }
|
|
143
|
+
addSchema('ChecklistGetAllInput', ChecklistGetAllInput, '@pikku/addon-wekan')
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
import * as ChecklistGetAllOutput from './schemas/ChecklistGetAllOutput.schema.json' with { type: 'json' }
|
|
147
|
+
addSchema('ChecklistGetAllOutput', ChecklistGetAllOutput, '@pikku/addon-wekan')
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
import * as ChecklistCreateInput from './schemas/ChecklistCreateInput.schema.json' with { type: 'json' }
|
|
151
|
+
addSchema('ChecklistCreateInput', ChecklistCreateInput, '@pikku/addon-wekan')
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
import * as ChecklistCreateOutput from './schemas/ChecklistCreateOutput.schema.json' with { type: 'json' }
|
|
155
|
+
addSchema('ChecklistCreateOutput', ChecklistCreateOutput, '@pikku/addon-wekan')
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
import * as ChecklistGetInput from './schemas/ChecklistGetInput.schema.json' with { type: 'json' }
|
|
159
|
+
addSchema('ChecklistGetInput', ChecklistGetInput, '@pikku/addon-wekan')
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
import * as ChecklistGetOutput from './schemas/ChecklistGetOutput.schema.json' with { type: 'json' }
|
|
163
|
+
addSchema('ChecklistGetOutput', ChecklistGetOutput, '@pikku/addon-wekan')
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
import * as ChecklistDeleteInput from './schemas/ChecklistDeleteInput.schema.json' with { type: 'json' }
|
|
167
|
+
addSchema('ChecklistDeleteInput', ChecklistDeleteInput, '@pikku/addon-wekan')
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
import * as ChecklistDeleteOutput from './schemas/ChecklistDeleteOutput.schema.json' with { type: 'json' }
|
|
171
|
+
addSchema('ChecklistDeleteOutput', ChecklistDeleteOutput, '@pikku/addon-wekan')
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
import * as ChecklistItemGetInput from './schemas/ChecklistItemGetInput.schema.json' with { type: 'json' }
|
|
175
|
+
addSchema('ChecklistItemGetInput', ChecklistItemGetInput, '@pikku/addon-wekan')
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
import * as ChecklistItemGetOutput from './schemas/ChecklistItemGetOutput.schema.json' with { type: 'json' }
|
|
179
|
+
addSchema('ChecklistItemGetOutput', ChecklistItemGetOutput, '@pikku/addon-wekan')
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
import * as ChecklistItemUpdateInput from './schemas/ChecklistItemUpdateInput.schema.json' with { type: 'json' }
|
|
183
|
+
addSchema('ChecklistItemUpdateInput', ChecklistItemUpdateInput, '@pikku/addon-wekan')
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
import * as ChecklistItemUpdateOutput from './schemas/ChecklistItemUpdateOutput.schema.json' with { type: 'json' }
|
|
187
|
+
addSchema('ChecklistItemUpdateOutput', ChecklistItemUpdateOutput, '@pikku/addon-wekan')
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
import * as ChecklistItemDeleteInput from './schemas/ChecklistItemDeleteInput.schema.json' with { type: 'json' }
|
|
191
|
+
addSchema('ChecklistItemDeleteInput', ChecklistItemDeleteInput, '@pikku/addon-wekan')
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
import * as ChecklistItemDeleteOutput from './schemas/ChecklistItemDeleteOutput.schema.json' with { type: 'json' }
|
|
195
|
+
addSchema('ChecklistItemDeleteOutput', ChecklistItemDeleteOutput, '@pikku/addon-wekan')
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
import * as CredentialSchema_wekan from './schemas/CredentialSchema_wekan.schema.json' with { type: 'json' }
|
|
199
|
+
addSchema('CredentialSchema_wekan', CredentialSchema_wekan, '@pikku/addon-wekan')
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
import * as VariableSchema_WEKAN_BASE_URL from './schemas/VariableSchema_WEKAN_BASE_URL.schema.json' with { type: 'json' }
|
|
203
|
+
addSchema('VariableSchema_WEKAN_BASE_URL', VariableSchema_WEKAN_BASE_URL, '@pikku/addon-wekan')
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"title":{"type":"string"},"owner":{"type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"boardId":{"type":"string"}},"required":["boardId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"userId":{"type":"string"}},"required":["userId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"boardId":{"type":"string"}},"required":["boardId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"boardId":{"type":"string"},"cardId":{"type":"string"},"authorId":{"type":"string"},"comment":{"type":"string"}},"required":["boardId","cardId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"boardId":{"type":"string"},"cardId":{"type":"string"},"commentId":{"type":"string"}},"required":["boardId","cardId","commentId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"boardId":{"type":"string"},"cardId":{"type":"string"}},"required":["boardId","cardId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"boardId":{"type":"string"},"cardId":{"type":"string"},"commentId":{"type":"string"}},"required":["boardId","cardId","commentId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"boardId":{"type":"string"},"listId":{"type":"string"},"title":{"type":"string"},"swimlaneId":{"type":"string"},"authorId":{"type":"string"}},"required":["boardId","listId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"boardId":{"type":"string"},"listId":{"type":"string"},"cardId":{"type":"string"}},"required":["boardId","listId","cardId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"boardId":{"type":"string"},"listId":{"type":"string"}},"required":["boardId","listId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"boardId":{"type":"string"},"listId":{"type":"string"},"cardId":{"type":"string"}},"required":["boardId","listId","cardId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"boardId":{"type":"string"},"listId":{"type":"string"},"cardId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"}},"required":["boardId","listId","cardId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"boardId":{"type":"string"},"cardId":{"type":"string"},"title":{"type":"string"},"items":{"type":"array","items":{"type":"string"}}},"required":["boardId","cardId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"boardId":{"type":"string"},"cardId":{"type":"string"},"checklistId":{"type":"string"}},"required":["boardId","cardId","checklistId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"boardId":{"type":"string"},"cardId":{"type":"string"}},"required":["boardId","cardId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"boardId":{"type":"string"},"cardId":{"type":"string"},"checklistId":{"type":"string"}},"required":["boardId","cardId","checklistId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"boardId":{"type":"string"},"cardId":{"type":"string"},"checklistId":{"type":"string"},"itemId":{"type":"string"}},"required":["boardId","cardId","checklistId","itemId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"boardId":{"type":"string"},"cardId":{"type":"string"},"checklistId":{"type":"string"},"itemId":{"type":"string"}},"required":["boardId","cardId","checklistId","itemId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"boardId":{"type":"string"},"cardId":{"type":"string"},"checklistId":{"type":"string"},"itemId":{"type":"string"},"title":{"type":"string"},"isFinished":{"type":"boolean"}},"required":["boardId","cardId","checklistId","itemId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"apiKey":{"type":"string","description":"Wekan API key"}},"required":["apiKey"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"boardId":{"type":"string"},"title":{"type":"string"}},"required":["boardId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"boardId":{"type":"string"},"listId":{"type":"string"}},"required":["boardId","listId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"boardId":{"type":"string"}},"required":["boardId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"boardId":{"type":"string"},"listId":{"type":"string"}},"required":["boardId","listId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","default":"https://wekan.example.com/api","type":"string","enum":["https://wekan.example.com/api"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-secret-types.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secret-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAC/C,YAAY,EAAE,UAAU,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-secret-types.gen.js","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secret-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { TypedSecretService as CoreTypedSecretService } from '@pikku/core/services';
|
|
5
|
+
import type { SecretService } from '@pikku/core/services';
|
|
6
|
+
export interface CredentialsMap {
|
|
7
|
+
}
|
|
8
|
+
export type SecretId = keyof CredentialsMap;
|
|
9
|
+
export declare class TypedSecretService extends CoreTypedSecretService<CredentialsMap> {
|
|
10
|
+
constructor(secrets: SecretService);
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=pikku-secrets.gen.d.ts.map
|