@pikku/addon-twist 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 +11 -0
- package/dist/.pikku/addon/pikku-package.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.ts +13 -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-addon-meta.gen.json +14 -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 +20 -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 +640 -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 +420 -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 +50 -0
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.ts +50 -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 +36 -0
- package/dist/.pikku/pikku-services.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-services.gen.js +32 -0
- package/dist/.pikku/pikku-services.gen.js.map +1 -0
- package/dist/.pikku/pikku-services.gen.ts +45 -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 +248 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +270 -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 +24 -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 +99 -0
- package/dist/.pikku/schemas/register.gen.js.map +1 -0
- package/dist/.pikku/schemas/register.gen.ts +191 -0
- package/dist/.pikku/schemas/schemas/ChannelArchiveInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChannelArchiveOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChannelCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChannelCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChannelDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChannelDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChannelGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChannelGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChannelGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChannelGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChannelUnarchiveInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChannelUnarchiveOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChannelUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChannelUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CommentCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CommentCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CommentDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CommentDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CommentGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CommentGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CommentGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CommentGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CommentUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CommentUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CredentialSchema_twist.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MessageCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MessageCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MessageDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MessageDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MessageGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MessageGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MessageGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MessageGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MessageUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MessageUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SecretSchema_twistOAuthApp.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ThreadCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ThreadCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ThreadDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ThreadDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ThreadGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ThreadGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ThreadGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ThreadGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ThreadUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ThreadUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/VariableSchema_TWIST_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 +10 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +15 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js +13 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.ts +23 -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/channelArchive.function.d.ts +13 -0
- package/dist/src/functions/channelArchive.function.d.ts.map +1 -0
- package/dist/src/functions/channelArchive.function.js +15 -0
- package/dist/src/functions/channelArchive.function.js.map +1 -0
- package/dist/src/functions/channelCreate.function.d.ts +17 -0
- package/dist/src/functions/channelCreate.function.d.ts.map +1 -0
- package/dist/src/functions/channelCreate.function.js +16 -0
- package/dist/src/functions/channelCreate.function.js.map +1 -0
- package/dist/src/functions/channelDelete.function.d.ts +13 -0
- package/dist/src/functions/channelDelete.function.d.ts.map +1 -0
- package/dist/src/functions/channelDelete.function.js +15 -0
- package/dist/src/functions/channelDelete.function.js.map +1 -0
- package/dist/src/functions/channelGet.function.d.ts +13 -0
- package/dist/src/functions/channelGet.function.d.ts.map +1 -0
- package/dist/src/functions/channelGet.function.js +15 -0
- package/dist/src/functions/channelGet.function.js.map +1 -0
- package/dist/src/functions/channelGetAll.function.d.ts +13 -0
- package/dist/src/functions/channelGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/channelGetAll.function.js +15 -0
- package/dist/src/functions/channelGetAll.function.js.map +1 -0
- package/dist/src/functions/channelUnarchive.function.d.ts +13 -0
- package/dist/src/functions/channelUnarchive.function.d.ts.map +1 -0
- package/dist/src/functions/channelUnarchive.function.js +15 -0
- package/dist/src/functions/channelUnarchive.function.js.map +1 -0
- package/dist/src/functions/channelUpdate.function.d.ts +17 -0
- package/dist/src/functions/channelUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/channelUpdate.function.js +16 -0
- package/dist/src/functions/channelUpdate.function.js.map +1 -0
- package/dist/src/functions/commentCreate.function.d.ts +17 -0
- package/dist/src/functions/commentCreate.function.d.ts.map +1 -0
- package/dist/src/functions/commentCreate.function.js +16 -0
- package/dist/src/functions/commentCreate.function.js.map +1 -0
- package/dist/src/functions/commentDelete.function.d.ts +13 -0
- package/dist/src/functions/commentDelete.function.d.ts.map +1 -0
- package/dist/src/functions/commentDelete.function.js +15 -0
- package/dist/src/functions/commentDelete.function.js.map +1 -0
- package/dist/src/functions/commentGet.function.d.ts +13 -0
- package/dist/src/functions/commentGet.function.d.ts.map +1 -0
- package/dist/src/functions/commentGet.function.js +15 -0
- package/dist/src/functions/commentGet.function.js.map +1 -0
- package/dist/src/functions/commentGetAll.function.d.ts +13 -0
- package/dist/src/functions/commentGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/commentGetAll.function.js +15 -0
- package/dist/src/functions/commentGetAll.function.js.map +1 -0
- package/dist/src/functions/commentUpdate.function.d.ts +17 -0
- package/dist/src/functions/commentUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/commentUpdate.function.js +16 -0
- package/dist/src/functions/commentUpdate.function.js.map +1 -0
- package/dist/src/functions/messageCreate.function.d.ts +21 -0
- package/dist/src/functions/messageCreate.function.d.ts.map +1 -0
- package/dist/src/functions/messageCreate.function.js +17 -0
- package/dist/src/functions/messageCreate.function.js.map +1 -0
- package/dist/src/functions/messageDelete.function.d.ts +13 -0
- package/dist/src/functions/messageDelete.function.d.ts.map +1 -0
- package/dist/src/functions/messageDelete.function.js +15 -0
- package/dist/src/functions/messageDelete.function.js.map +1 -0
- package/dist/src/functions/messageGet.function.d.ts +13 -0
- package/dist/src/functions/messageGet.function.d.ts.map +1 -0
- package/dist/src/functions/messageGet.function.js +15 -0
- package/dist/src/functions/messageGet.function.js.map +1 -0
- package/dist/src/functions/messageGetAll.function.d.ts +13 -0
- package/dist/src/functions/messageGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/messageGetAll.function.js +15 -0
- package/dist/src/functions/messageGetAll.function.js.map +1 -0
- package/dist/src/functions/messageUpdate.function.d.ts +17 -0
- package/dist/src/functions/messageUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/messageUpdate.function.js +16 -0
- package/dist/src/functions/messageUpdate.function.js.map +1 -0
- package/dist/src/functions/threadCreate.function.d.ts +21 -0
- package/dist/src/functions/threadCreate.function.d.ts.map +1 -0
- package/dist/src/functions/threadCreate.function.js +17 -0
- package/dist/src/functions/threadCreate.function.js.map +1 -0
- package/dist/src/functions/threadDelete.function.d.ts +13 -0
- package/dist/src/functions/threadDelete.function.d.ts.map +1 -0
- package/dist/src/functions/threadDelete.function.js +15 -0
- package/dist/src/functions/threadDelete.function.js.map +1 -0
- package/dist/src/functions/threadGet.function.d.ts +13 -0
- package/dist/src/functions/threadGet.function.d.ts.map +1 -0
- package/dist/src/functions/threadGet.function.js +15 -0
- package/dist/src/functions/threadGet.function.js.map +1 -0
- package/dist/src/functions/threadGetAll.function.d.ts +13 -0
- package/dist/src/functions/threadGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/threadGetAll.function.js +15 -0
- package/dist/src/functions/threadGetAll.function.js.map +1 -0
- package/dist/src/functions/threadUpdate.function.d.ts +21 -0
- package/dist/src/functions/threadUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/threadUpdate.function.js +17 -0
- package/dist/src/functions/threadUpdate.function.js.map +1 -0
- package/dist/src/index.d.ts +23 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +23 -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 +7 -0
- package/dist/src/services.js.map +1 -0
- package/dist/src/twist-api.service.d.ts +15 -0
- package/dist/src/twist-api.service.d.ts.map +1 -0
- package/dist/src/twist-api.service.js +219 -0
- package/dist/src/twist-api.service.js.map +1 -0
- package/dist/src/twist.credential.d.ts +10 -0
- package/dist/src/twist.credential.d.ts.map +1 -0
- package/dist/src/twist.credential.js +33 -0
- package/dist/src/twist.credential.js.map +1 -0
- package/dist/src/twist.types.d.ts +7 -0
- package/dist/src/twist.types.d.ts.map +1 -0
- package/dist/src/twist.types.js +8 -0
- package/dist/src/twist.types.js.map +1 -0
- package/dist/src/twist.variable.d.ts +5 -0
- package/dist/src/twist.variable.d.ts.map +1 -0
- package/dist/src/twist.variable.js +11 -0
- package/dist/src/twist.variable.js.map +1 -0
- package/package.json +39 -0
|
@@ -0,0 +1,640 @@
|
|
|
1
|
+
{
|
|
2
|
+
"channelCreate": {
|
|
3
|
+
"pikkuFuncId": "channelCreate",
|
|
4
|
+
"functionType": "user",
|
|
5
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
6
|
+
"sessionless": true,
|
|
7
|
+
"name": "channelCreate",
|
|
8
|
+
"services": {
|
|
9
|
+
"optimized": true,
|
|
10
|
+
"services": [
|
|
11
|
+
"twist"
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
"inputSchemaName": "ChannelCreateInput",
|
|
15
|
+
"outputSchemaName": "ChannelCreateOutput",
|
|
16
|
+
"inputs": [
|
|
17
|
+
"ChannelCreateInput"
|
|
18
|
+
],
|
|
19
|
+
"outputs": [
|
|
20
|
+
"ChannelCreateOutput"
|
|
21
|
+
],
|
|
22
|
+
"implementationHash": "0354e0e3ee10b1ca",
|
|
23
|
+
"description": "Add a channel",
|
|
24
|
+
"isDirectFunction": false,
|
|
25
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/twist/src/functions/channelCreate.function.ts",
|
|
26
|
+
"exportedName": "channelCreate",
|
|
27
|
+
"contractHash": "93e731658b9d89fb",
|
|
28
|
+
"inputHash": "cbd1b753",
|
|
29
|
+
"outputHash": "453f2041"
|
|
30
|
+
},
|
|
31
|
+
"channelDelete": {
|
|
32
|
+
"pikkuFuncId": "channelDelete",
|
|
33
|
+
"functionType": "user",
|
|
34
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
35
|
+
"sessionless": true,
|
|
36
|
+
"name": "channelDelete",
|
|
37
|
+
"services": {
|
|
38
|
+
"optimized": true,
|
|
39
|
+
"services": [
|
|
40
|
+
"twist"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"inputSchemaName": "ChannelDeleteInput",
|
|
44
|
+
"outputSchemaName": "ChannelDeleteOutput",
|
|
45
|
+
"inputs": [
|
|
46
|
+
"ChannelDeleteInput"
|
|
47
|
+
],
|
|
48
|
+
"outputs": [
|
|
49
|
+
"ChannelDeleteOutput"
|
|
50
|
+
],
|
|
51
|
+
"implementationHash": "dccb28d51da242f9",
|
|
52
|
+
"description": "Remove a channel",
|
|
53
|
+
"isDirectFunction": false,
|
|
54
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/twist/src/functions/channelDelete.function.ts",
|
|
55
|
+
"exportedName": "channelDelete",
|
|
56
|
+
"contractHash": "7c844d4c0c19d525",
|
|
57
|
+
"inputHash": "ecd9d4a7",
|
|
58
|
+
"outputHash": "cee27f5e"
|
|
59
|
+
},
|
|
60
|
+
"channelGet": {
|
|
61
|
+
"pikkuFuncId": "channelGet",
|
|
62
|
+
"functionType": "user",
|
|
63
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
64
|
+
"sessionless": true,
|
|
65
|
+
"name": "channelGet",
|
|
66
|
+
"services": {
|
|
67
|
+
"optimized": true,
|
|
68
|
+
"services": [
|
|
69
|
+
"twist"
|
|
70
|
+
]
|
|
71
|
+
},
|
|
72
|
+
"inputSchemaName": "ChannelGetInput",
|
|
73
|
+
"outputSchemaName": "ChannelGetOutput",
|
|
74
|
+
"inputs": [
|
|
75
|
+
"ChannelGetInput"
|
|
76
|
+
],
|
|
77
|
+
"outputs": [
|
|
78
|
+
"ChannelGetOutput"
|
|
79
|
+
],
|
|
80
|
+
"implementationHash": "713a839f950fe8a4",
|
|
81
|
+
"description": "Get a channel",
|
|
82
|
+
"isDirectFunction": false,
|
|
83
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/twist/src/functions/channelGet.function.ts",
|
|
84
|
+
"exportedName": "channelGet",
|
|
85
|
+
"contractHash": "0d2ca14f49b77934",
|
|
86
|
+
"inputHash": "c2323da7",
|
|
87
|
+
"outputHash": "609c2ca6"
|
|
88
|
+
},
|
|
89
|
+
"channelGetAll": {
|
|
90
|
+
"pikkuFuncId": "channelGetAll",
|
|
91
|
+
"functionType": "user",
|
|
92
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
93
|
+
"sessionless": true,
|
|
94
|
+
"name": "channelGetAll",
|
|
95
|
+
"services": {
|
|
96
|
+
"optimized": true,
|
|
97
|
+
"services": [
|
|
98
|
+
"twist"
|
|
99
|
+
]
|
|
100
|
+
},
|
|
101
|
+
"inputSchemaName": "ChannelGetAllInput",
|
|
102
|
+
"outputSchemaName": "ChannelGetAllOutput",
|
|
103
|
+
"inputs": [
|
|
104
|
+
"ChannelGetAllInput"
|
|
105
|
+
],
|
|
106
|
+
"outputs": [
|
|
107
|
+
"ChannelGetAllOutput"
|
|
108
|
+
],
|
|
109
|
+
"implementationHash": "b77edb46c930d34e",
|
|
110
|
+
"description": "Get all channels",
|
|
111
|
+
"isDirectFunction": false,
|
|
112
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/twist/src/functions/channelGetAll.function.ts",
|
|
113
|
+
"exportedName": "channelGetAll",
|
|
114
|
+
"contractHash": "1637cc202cab57cb",
|
|
115
|
+
"inputHash": "b910c2a4",
|
|
116
|
+
"outputHash": "15ce3acc"
|
|
117
|
+
},
|
|
118
|
+
"channelUpdate": {
|
|
119
|
+
"pikkuFuncId": "channelUpdate",
|
|
120
|
+
"functionType": "user",
|
|
121
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
122
|
+
"sessionless": true,
|
|
123
|
+
"name": "channelUpdate",
|
|
124
|
+
"services": {
|
|
125
|
+
"optimized": true,
|
|
126
|
+
"services": [
|
|
127
|
+
"twist"
|
|
128
|
+
]
|
|
129
|
+
},
|
|
130
|
+
"inputSchemaName": "ChannelUpdateInput",
|
|
131
|
+
"outputSchemaName": "ChannelUpdateOutput",
|
|
132
|
+
"inputs": [
|
|
133
|
+
"ChannelUpdateInput"
|
|
134
|
+
],
|
|
135
|
+
"outputs": [
|
|
136
|
+
"ChannelUpdateOutput"
|
|
137
|
+
],
|
|
138
|
+
"implementationHash": "a32025639a649adc",
|
|
139
|
+
"description": "Update a channel",
|
|
140
|
+
"isDirectFunction": false,
|
|
141
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/twist/src/functions/channelUpdate.function.ts",
|
|
142
|
+
"exportedName": "channelUpdate",
|
|
143
|
+
"contractHash": "0aeeb7310468ba50",
|
|
144
|
+
"inputHash": "a65ef6ac",
|
|
145
|
+
"outputHash": "cfc496d4"
|
|
146
|
+
},
|
|
147
|
+
"channelArchive": {
|
|
148
|
+
"pikkuFuncId": "channelArchive",
|
|
149
|
+
"functionType": "user",
|
|
150
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
151
|
+
"sessionless": true,
|
|
152
|
+
"name": "channelArchive",
|
|
153
|
+
"services": {
|
|
154
|
+
"optimized": true,
|
|
155
|
+
"services": [
|
|
156
|
+
"twist"
|
|
157
|
+
]
|
|
158
|
+
},
|
|
159
|
+
"inputSchemaName": "ChannelArchiveInput",
|
|
160
|
+
"outputSchemaName": "ChannelArchiveOutput",
|
|
161
|
+
"inputs": [
|
|
162
|
+
"ChannelArchiveInput"
|
|
163
|
+
],
|
|
164
|
+
"outputs": [
|
|
165
|
+
"ChannelArchiveOutput"
|
|
166
|
+
],
|
|
167
|
+
"implementationHash": "dbf5f762b43456f8",
|
|
168
|
+
"description": "Archive a channel",
|
|
169
|
+
"isDirectFunction": false,
|
|
170
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/twist/src/functions/channelArchive.function.ts",
|
|
171
|
+
"exportedName": "channelArchive",
|
|
172
|
+
"contractHash": "cad1d43ce1e86763",
|
|
173
|
+
"inputHash": "37986cfa",
|
|
174
|
+
"outputHash": "aca6189a"
|
|
175
|
+
},
|
|
176
|
+
"channelUnarchive": {
|
|
177
|
+
"pikkuFuncId": "channelUnarchive",
|
|
178
|
+
"functionType": "user",
|
|
179
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
180
|
+
"sessionless": true,
|
|
181
|
+
"name": "channelUnarchive",
|
|
182
|
+
"services": {
|
|
183
|
+
"optimized": true,
|
|
184
|
+
"services": [
|
|
185
|
+
"twist"
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
"inputSchemaName": "ChannelUnarchiveInput",
|
|
189
|
+
"outputSchemaName": "ChannelUnarchiveOutput",
|
|
190
|
+
"inputs": [
|
|
191
|
+
"ChannelUnarchiveInput"
|
|
192
|
+
],
|
|
193
|
+
"outputs": [
|
|
194
|
+
"ChannelUnarchiveOutput"
|
|
195
|
+
],
|
|
196
|
+
"implementationHash": "4e11518c3c9c5a64",
|
|
197
|
+
"description": "Unarchive a channel",
|
|
198
|
+
"isDirectFunction": false,
|
|
199
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/twist/src/functions/channelUnarchive.function.ts",
|
|
200
|
+
"exportedName": "channelUnarchive",
|
|
201
|
+
"contractHash": "ec5c852bdc870277",
|
|
202
|
+
"inputHash": "1177505d",
|
|
203
|
+
"outputHash": "8a0fed44"
|
|
204
|
+
},
|
|
205
|
+
"commentCreate": {
|
|
206
|
+
"pikkuFuncId": "commentCreate",
|
|
207
|
+
"functionType": "user",
|
|
208
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
209
|
+
"sessionless": true,
|
|
210
|
+
"name": "commentCreate",
|
|
211
|
+
"services": {
|
|
212
|
+
"optimized": true,
|
|
213
|
+
"services": [
|
|
214
|
+
"twist"
|
|
215
|
+
]
|
|
216
|
+
},
|
|
217
|
+
"inputSchemaName": "CommentCreateInput",
|
|
218
|
+
"outputSchemaName": "CommentCreateOutput",
|
|
219
|
+
"inputs": [
|
|
220
|
+
"CommentCreateInput"
|
|
221
|
+
],
|
|
222
|
+
"outputs": [
|
|
223
|
+
"CommentCreateOutput"
|
|
224
|
+
],
|
|
225
|
+
"implementationHash": "09aef9d43bb99c9c",
|
|
226
|
+
"description": "Add a comment",
|
|
227
|
+
"isDirectFunction": false,
|
|
228
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/twist/src/functions/commentCreate.function.ts",
|
|
229
|
+
"exportedName": "commentCreate",
|
|
230
|
+
"contractHash": "3f31655839dff734",
|
|
231
|
+
"inputHash": "bdb0cff9",
|
|
232
|
+
"outputHash": "a7e58622"
|
|
233
|
+
},
|
|
234
|
+
"commentDelete": {
|
|
235
|
+
"pikkuFuncId": "commentDelete",
|
|
236
|
+
"functionType": "user",
|
|
237
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
238
|
+
"sessionless": true,
|
|
239
|
+
"name": "commentDelete",
|
|
240
|
+
"services": {
|
|
241
|
+
"optimized": true,
|
|
242
|
+
"services": [
|
|
243
|
+
"twist"
|
|
244
|
+
]
|
|
245
|
+
},
|
|
246
|
+
"inputSchemaName": "CommentDeleteInput",
|
|
247
|
+
"outputSchemaName": "CommentDeleteOutput",
|
|
248
|
+
"inputs": [
|
|
249
|
+
"CommentDeleteInput"
|
|
250
|
+
],
|
|
251
|
+
"outputs": [
|
|
252
|
+
"CommentDeleteOutput"
|
|
253
|
+
],
|
|
254
|
+
"implementationHash": "623a7b5ee533314d",
|
|
255
|
+
"description": "Remove a comment",
|
|
256
|
+
"isDirectFunction": false,
|
|
257
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/twist/src/functions/commentDelete.function.ts",
|
|
258
|
+
"exportedName": "commentDelete",
|
|
259
|
+
"contractHash": "c846d66bc790441a",
|
|
260
|
+
"inputHash": "39290ba3",
|
|
261
|
+
"outputHash": "d9640ff8"
|
|
262
|
+
},
|
|
263
|
+
"commentGet": {
|
|
264
|
+
"pikkuFuncId": "commentGet",
|
|
265
|
+
"functionType": "user",
|
|
266
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
267
|
+
"sessionless": true,
|
|
268
|
+
"name": "commentGet",
|
|
269
|
+
"services": {
|
|
270
|
+
"optimized": true,
|
|
271
|
+
"services": [
|
|
272
|
+
"twist"
|
|
273
|
+
]
|
|
274
|
+
},
|
|
275
|
+
"inputSchemaName": "CommentGetInput",
|
|
276
|
+
"outputSchemaName": "CommentGetOutput",
|
|
277
|
+
"inputs": [
|
|
278
|
+
"CommentGetInput"
|
|
279
|
+
],
|
|
280
|
+
"outputs": [
|
|
281
|
+
"CommentGetOutput"
|
|
282
|
+
],
|
|
283
|
+
"implementationHash": "b01c8a75d042c55e",
|
|
284
|
+
"description": "Get a comment",
|
|
285
|
+
"isDirectFunction": false,
|
|
286
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/twist/src/functions/commentGet.function.ts",
|
|
287
|
+
"exportedName": "commentGet",
|
|
288
|
+
"contractHash": "9a797127424f8c7a",
|
|
289
|
+
"inputHash": "34d81b3c",
|
|
290
|
+
"outputHash": "98086722"
|
|
291
|
+
},
|
|
292
|
+
"commentGetAll": {
|
|
293
|
+
"pikkuFuncId": "commentGetAll",
|
|
294
|
+
"functionType": "user",
|
|
295
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
296
|
+
"sessionless": true,
|
|
297
|
+
"name": "commentGetAll",
|
|
298
|
+
"services": {
|
|
299
|
+
"optimized": true,
|
|
300
|
+
"services": [
|
|
301
|
+
"twist"
|
|
302
|
+
]
|
|
303
|
+
},
|
|
304
|
+
"inputSchemaName": "CommentGetAllInput",
|
|
305
|
+
"outputSchemaName": "CommentGetAllOutput",
|
|
306
|
+
"inputs": [
|
|
307
|
+
"CommentGetAllInput"
|
|
308
|
+
],
|
|
309
|
+
"outputs": [
|
|
310
|
+
"CommentGetAllOutput"
|
|
311
|
+
],
|
|
312
|
+
"implementationHash": "3058f6f965f93b28",
|
|
313
|
+
"description": "Get all comments",
|
|
314
|
+
"isDirectFunction": false,
|
|
315
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/twist/src/functions/commentGetAll.function.ts",
|
|
316
|
+
"exportedName": "commentGetAll",
|
|
317
|
+
"contractHash": "2a5eb8d6c462b1e2",
|
|
318
|
+
"inputHash": "7e9cdd6f",
|
|
319
|
+
"outputHash": "e0b56e50"
|
|
320
|
+
},
|
|
321
|
+
"commentUpdate": {
|
|
322
|
+
"pikkuFuncId": "commentUpdate",
|
|
323
|
+
"functionType": "user",
|
|
324
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
325
|
+
"sessionless": true,
|
|
326
|
+
"name": "commentUpdate",
|
|
327
|
+
"services": {
|
|
328
|
+
"optimized": true,
|
|
329
|
+
"services": [
|
|
330
|
+
"twist"
|
|
331
|
+
]
|
|
332
|
+
},
|
|
333
|
+
"inputSchemaName": "CommentUpdateInput",
|
|
334
|
+
"outputSchemaName": "CommentUpdateOutput",
|
|
335
|
+
"inputs": [
|
|
336
|
+
"CommentUpdateInput"
|
|
337
|
+
],
|
|
338
|
+
"outputs": [
|
|
339
|
+
"CommentUpdateOutput"
|
|
340
|
+
],
|
|
341
|
+
"implementationHash": "fc9c1e55beeaaa26",
|
|
342
|
+
"description": "Update a comment",
|
|
343
|
+
"isDirectFunction": false,
|
|
344
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/twist/src/functions/commentUpdate.function.ts",
|
|
345
|
+
"exportedName": "commentUpdate",
|
|
346
|
+
"contractHash": "ec48640b57e22693",
|
|
347
|
+
"inputHash": "5cef0542",
|
|
348
|
+
"outputHash": "01471b7c"
|
|
349
|
+
},
|
|
350
|
+
"messageCreate": {
|
|
351
|
+
"pikkuFuncId": "messageCreate",
|
|
352
|
+
"functionType": "user",
|
|
353
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
354
|
+
"sessionless": true,
|
|
355
|
+
"name": "messageCreate",
|
|
356
|
+
"services": {
|
|
357
|
+
"optimized": true,
|
|
358
|
+
"services": [
|
|
359
|
+
"twist"
|
|
360
|
+
]
|
|
361
|
+
},
|
|
362
|
+
"inputSchemaName": "MessageCreateInput",
|
|
363
|
+
"outputSchemaName": "MessageCreateOutput",
|
|
364
|
+
"inputs": [
|
|
365
|
+
"MessageCreateInput"
|
|
366
|
+
],
|
|
367
|
+
"outputs": [
|
|
368
|
+
"MessageCreateOutput"
|
|
369
|
+
],
|
|
370
|
+
"implementationHash": "aaf43acc3dd52692",
|
|
371
|
+
"description": "Add a message to a conversation",
|
|
372
|
+
"isDirectFunction": false,
|
|
373
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/twist/src/functions/messageCreate.function.ts",
|
|
374
|
+
"exportedName": "messageCreate",
|
|
375
|
+
"contractHash": "d6a2e50bba332e7f",
|
|
376
|
+
"inputHash": "951d451e",
|
|
377
|
+
"outputHash": "caeedffb"
|
|
378
|
+
},
|
|
379
|
+
"messageGet": {
|
|
380
|
+
"pikkuFuncId": "messageGet",
|
|
381
|
+
"functionType": "user",
|
|
382
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
383
|
+
"sessionless": true,
|
|
384
|
+
"name": "messageGet",
|
|
385
|
+
"services": {
|
|
386
|
+
"optimized": true,
|
|
387
|
+
"services": [
|
|
388
|
+
"twist"
|
|
389
|
+
]
|
|
390
|
+
},
|
|
391
|
+
"inputSchemaName": "MessageGetInput",
|
|
392
|
+
"outputSchemaName": "MessageGetOutput",
|
|
393
|
+
"inputs": [
|
|
394
|
+
"MessageGetInput"
|
|
395
|
+
],
|
|
396
|
+
"outputs": [
|
|
397
|
+
"MessageGetOutput"
|
|
398
|
+
],
|
|
399
|
+
"implementationHash": "e05702dfab265027",
|
|
400
|
+
"description": "Get a conversation message",
|
|
401
|
+
"isDirectFunction": false,
|
|
402
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/twist/src/functions/messageGet.function.ts",
|
|
403
|
+
"exportedName": "messageGet",
|
|
404
|
+
"contractHash": "cd02bceb3a93a7fb",
|
|
405
|
+
"inputHash": "6447d86b",
|
|
406
|
+
"outputHash": "17980d7a"
|
|
407
|
+
},
|
|
408
|
+
"messageGetAll": {
|
|
409
|
+
"pikkuFuncId": "messageGetAll",
|
|
410
|
+
"functionType": "user",
|
|
411
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
412
|
+
"sessionless": true,
|
|
413
|
+
"name": "messageGetAll",
|
|
414
|
+
"services": {
|
|
415
|
+
"optimized": true,
|
|
416
|
+
"services": [
|
|
417
|
+
"twist"
|
|
418
|
+
]
|
|
419
|
+
},
|
|
420
|
+
"inputSchemaName": "MessageGetAllInput",
|
|
421
|
+
"outputSchemaName": "MessageGetAllOutput",
|
|
422
|
+
"inputs": [
|
|
423
|
+
"MessageGetAllInput"
|
|
424
|
+
],
|
|
425
|
+
"outputs": [
|
|
426
|
+
"MessageGetAllOutput"
|
|
427
|
+
],
|
|
428
|
+
"implementationHash": "400e59be9b3905fe",
|
|
429
|
+
"description": "Get all conversation messages",
|
|
430
|
+
"isDirectFunction": false,
|
|
431
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/twist/src/functions/messageGetAll.function.ts",
|
|
432
|
+
"exportedName": "messageGetAll",
|
|
433
|
+
"contractHash": "f78cac0004269e7c",
|
|
434
|
+
"inputHash": "c192a8d3",
|
|
435
|
+
"outputHash": "a6bf0427"
|
|
436
|
+
},
|
|
437
|
+
"messageDelete": {
|
|
438
|
+
"pikkuFuncId": "messageDelete",
|
|
439
|
+
"functionType": "user",
|
|
440
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
441
|
+
"sessionless": true,
|
|
442
|
+
"name": "messageDelete",
|
|
443
|
+
"services": {
|
|
444
|
+
"optimized": true,
|
|
445
|
+
"services": [
|
|
446
|
+
"twist"
|
|
447
|
+
]
|
|
448
|
+
},
|
|
449
|
+
"inputSchemaName": "MessageDeleteInput",
|
|
450
|
+
"outputSchemaName": "MessageDeleteOutput",
|
|
451
|
+
"inputs": [
|
|
452
|
+
"MessageDeleteInput"
|
|
453
|
+
],
|
|
454
|
+
"outputs": [
|
|
455
|
+
"MessageDeleteOutput"
|
|
456
|
+
],
|
|
457
|
+
"implementationHash": "77ab836a4e5b16b0",
|
|
458
|
+
"description": "Remove a message from a conversation",
|
|
459
|
+
"isDirectFunction": false,
|
|
460
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/twist/src/functions/messageDelete.function.ts",
|
|
461
|
+
"exportedName": "messageDelete",
|
|
462
|
+
"contractHash": "ab1250bef470d4f8",
|
|
463
|
+
"inputHash": "7ab38ad7",
|
|
464
|
+
"outputHash": "634b8027"
|
|
465
|
+
},
|
|
466
|
+
"messageUpdate": {
|
|
467
|
+
"pikkuFuncId": "messageUpdate",
|
|
468
|
+
"functionType": "user",
|
|
469
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
470
|
+
"sessionless": true,
|
|
471
|
+
"name": "messageUpdate",
|
|
472
|
+
"services": {
|
|
473
|
+
"optimized": true,
|
|
474
|
+
"services": [
|
|
475
|
+
"twist"
|
|
476
|
+
]
|
|
477
|
+
},
|
|
478
|
+
"inputSchemaName": "MessageUpdateInput",
|
|
479
|
+
"outputSchemaName": "MessageUpdateOutput",
|
|
480
|
+
"inputs": [
|
|
481
|
+
"MessageUpdateInput"
|
|
482
|
+
],
|
|
483
|
+
"outputs": [
|
|
484
|
+
"MessageUpdateOutput"
|
|
485
|
+
],
|
|
486
|
+
"implementationHash": "b3913e4a2205bb67",
|
|
487
|
+
"description": "Update a message in a conversation",
|
|
488
|
+
"isDirectFunction": false,
|
|
489
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/twist/src/functions/messageUpdate.function.ts",
|
|
490
|
+
"exportedName": "messageUpdate",
|
|
491
|
+
"contractHash": "0ad12aae418170d8",
|
|
492
|
+
"inputHash": "f55f0194",
|
|
493
|
+
"outputHash": "7bd79985"
|
|
494
|
+
},
|
|
495
|
+
"threadCreate": {
|
|
496
|
+
"pikkuFuncId": "threadCreate",
|
|
497
|
+
"functionType": "user",
|
|
498
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
499
|
+
"sessionless": true,
|
|
500
|
+
"name": "threadCreate",
|
|
501
|
+
"services": {
|
|
502
|
+
"optimized": true,
|
|
503
|
+
"services": [
|
|
504
|
+
"twist"
|
|
505
|
+
]
|
|
506
|
+
},
|
|
507
|
+
"inputSchemaName": "ThreadCreateInput",
|
|
508
|
+
"outputSchemaName": "ThreadCreateOutput",
|
|
509
|
+
"inputs": [
|
|
510
|
+
"ThreadCreateInput"
|
|
511
|
+
],
|
|
512
|
+
"outputs": [
|
|
513
|
+
"ThreadCreateOutput"
|
|
514
|
+
],
|
|
515
|
+
"implementationHash": "bf1212c106506bca",
|
|
516
|
+
"description": "Add a thread",
|
|
517
|
+
"isDirectFunction": false,
|
|
518
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/twist/src/functions/threadCreate.function.ts",
|
|
519
|
+
"exportedName": "threadCreate",
|
|
520
|
+
"contractHash": "feacf2eeffe248a0",
|
|
521
|
+
"inputHash": "33017626",
|
|
522
|
+
"outputHash": "39362d84"
|
|
523
|
+
},
|
|
524
|
+
"threadDelete": {
|
|
525
|
+
"pikkuFuncId": "threadDelete",
|
|
526
|
+
"functionType": "user",
|
|
527
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
528
|
+
"sessionless": true,
|
|
529
|
+
"name": "threadDelete",
|
|
530
|
+
"services": {
|
|
531
|
+
"optimized": true,
|
|
532
|
+
"services": [
|
|
533
|
+
"twist"
|
|
534
|
+
]
|
|
535
|
+
},
|
|
536
|
+
"inputSchemaName": "ThreadDeleteInput",
|
|
537
|
+
"outputSchemaName": "ThreadDeleteOutput",
|
|
538
|
+
"inputs": [
|
|
539
|
+
"ThreadDeleteInput"
|
|
540
|
+
],
|
|
541
|
+
"outputs": [
|
|
542
|
+
"ThreadDeleteOutput"
|
|
543
|
+
],
|
|
544
|
+
"implementationHash": "442cd25cfd1f7ee7",
|
|
545
|
+
"description": "Remove a thread",
|
|
546
|
+
"isDirectFunction": false,
|
|
547
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/twist/src/functions/threadDelete.function.ts",
|
|
548
|
+
"exportedName": "threadDelete",
|
|
549
|
+
"contractHash": "7d8560403fd1c377",
|
|
550
|
+
"inputHash": "5cb0158d",
|
|
551
|
+
"outputHash": "d27478a4"
|
|
552
|
+
},
|
|
553
|
+
"threadGet": {
|
|
554
|
+
"pikkuFuncId": "threadGet",
|
|
555
|
+
"functionType": "user",
|
|
556
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
557
|
+
"sessionless": true,
|
|
558
|
+
"name": "threadGet",
|
|
559
|
+
"services": {
|
|
560
|
+
"optimized": true,
|
|
561
|
+
"services": [
|
|
562
|
+
"twist"
|
|
563
|
+
]
|
|
564
|
+
},
|
|
565
|
+
"inputSchemaName": "ThreadGetInput",
|
|
566
|
+
"outputSchemaName": "ThreadGetOutput",
|
|
567
|
+
"inputs": [
|
|
568
|
+
"ThreadGetInput"
|
|
569
|
+
],
|
|
570
|
+
"outputs": [
|
|
571
|
+
"ThreadGetOutput"
|
|
572
|
+
],
|
|
573
|
+
"implementationHash": "48aba550c0591227",
|
|
574
|
+
"description": "Get a thread",
|
|
575
|
+
"isDirectFunction": false,
|
|
576
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/twist/src/functions/threadGet.function.ts",
|
|
577
|
+
"exportedName": "threadGet",
|
|
578
|
+
"contractHash": "cd3ec396ef228a49",
|
|
579
|
+
"inputHash": "8dfd252d",
|
|
580
|
+
"outputHash": "c9017c7d"
|
|
581
|
+
},
|
|
582
|
+
"threadGetAll": {
|
|
583
|
+
"pikkuFuncId": "threadGetAll",
|
|
584
|
+
"functionType": "user",
|
|
585
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
586
|
+
"sessionless": true,
|
|
587
|
+
"name": "threadGetAll",
|
|
588
|
+
"services": {
|
|
589
|
+
"optimized": true,
|
|
590
|
+
"services": [
|
|
591
|
+
"twist"
|
|
592
|
+
]
|
|
593
|
+
},
|
|
594
|
+
"inputSchemaName": "ThreadGetAllInput",
|
|
595
|
+
"outputSchemaName": "ThreadGetAllOutput",
|
|
596
|
+
"inputs": [
|
|
597
|
+
"ThreadGetAllInput"
|
|
598
|
+
],
|
|
599
|
+
"outputs": [
|
|
600
|
+
"ThreadGetAllOutput"
|
|
601
|
+
],
|
|
602
|
+
"implementationHash": "87f1dc7e4afb5a8a",
|
|
603
|
+
"description": "Get all threads",
|
|
604
|
+
"isDirectFunction": false,
|
|
605
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/twist/src/functions/threadGetAll.function.ts",
|
|
606
|
+
"exportedName": "threadGetAll",
|
|
607
|
+
"contractHash": "07b297280236983e",
|
|
608
|
+
"inputHash": "46968d11",
|
|
609
|
+
"outputHash": "cb1b5bb0"
|
|
610
|
+
},
|
|
611
|
+
"threadUpdate": {
|
|
612
|
+
"pikkuFuncId": "threadUpdate",
|
|
613
|
+
"functionType": "user",
|
|
614
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
615
|
+
"sessionless": true,
|
|
616
|
+
"name": "threadUpdate",
|
|
617
|
+
"services": {
|
|
618
|
+
"optimized": true,
|
|
619
|
+
"services": [
|
|
620
|
+
"twist"
|
|
621
|
+
]
|
|
622
|
+
},
|
|
623
|
+
"inputSchemaName": "ThreadUpdateInput",
|
|
624
|
+
"outputSchemaName": "ThreadUpdateOutput",
|
|
625
|
+
"inputs": [
|
|
626
|
+
"ThreadUpdateInput"
|
|
627
|
+
],
|
|
628
|
+
"outputs": [
|
|
629
|
+
"ThreadUpdateOutput"
|
|
630
|
+
],
|
|
631
|
+
"implementationHash": "a440c0123f0e998b",
|
|
632
|
+
"description": "Update a thread",
|
|
633
|
+
"isDirectFunction": false,
|
|
634
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/twist/src/functions/threadUpdate.function.ts",
|
|
635
|
+
"exportedName": "threadUpdate",
|
|
636
|
+
"contractHash": "cdbc74a9313d5d95",
|
|
637
|
+
"inputHash": "d2184e1e",
|
|
638
|
+
"outputHash": "0ab038d4"
|
|
639
|
+
}
|
|
640
|
+
}
|
|
@@ -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-twist', '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"}
|