@pikku/addon-matrix 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 +319 -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 +209 -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 +28 -0
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.ts +28 -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 +185 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +196 -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 +13 -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 +51 -0
- package/dist/.pikku/schemas/register.gen.js.map +1 -0
- package/dist/.pikku/schemas/register.gen.ts +95 -0
- package/dist/.pikku/schemas/schemas/AccountWhoamiOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CredentialSchema_matrix.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EventGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EventGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MediaUploadInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MediaUploadOutput.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/MessageSendInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MessageSendOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RoomCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RoomCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RoomInviteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RoomInviteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RoomJoinInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RoomJoinOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RoomKickInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RoomKickOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RoomLeaveInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RoomLeaveOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RoomMemberGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RoomMemberGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/VariableSchema_MATRIX_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/accountWhoami.function.d.ts +12 -0
- package/dist/src/functions/accountWhoami.function.d.ts.map +1 -0
- package/dist/src/functions/accountWhoami.function.js +13 -0
- package/dist/src/functions/accountWhoami.function.js.map +1 -0
- package/dist/src/functions/eventGet.function.d.ts +25 -0
- package/dist/src/functions/eventGet.function.d.ts.map +1 -0
- package/dist/src/functions/eventGet.function.js +18 -0
- package/dist/src/functions/eventGet.function.js.map +1 -0
- package/dist/src/functions/mediaUpload.function.d.ts +29 -0
- package/dist/src/functions/mediaUpload.function.d.ts.map +1 -0
- package/dist/src/functions/mediaUpload.function.js +19 -0
- package/dist/src/functions/mediaUpload.function.js.map +1 -0
- package/dist/src/functions/messageGetAll.function.d.ts +37 -0
- package/dist/src/functions/messageGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/messageGetAll.function.js +21 -0
- package/dist/src/functions/messageGetAll.function.js.map +1 -0
- package/dist/src/functions/messageSend.function.d.ts +41 -0
- package/dist/src/functions/messageSend.function.d.ts.map +1 -0
- package/dist/src/functions/messageSend.function.js +22 -0
- package/dist/src/functions/messageSend.function.js.map +1 -0
- package/dist/src/functions/roomCreate.function.d.ts +29 -0
- package/dist/src/functions/roomCreate.function.d.ts.map +1 -0
- package/dist/src/functions/roomCreate.function.js +19 -0
- package/dist/src/functions/roomCreate.function.js.map +1 -0
- package/dist/src/functions/roomInvite.function.d.ts +17 -0
- package/dist/src/functions/roomInvite.function.d.ts.map +1 -0
- package/dist/src/functions/roomInvite.function.js +16 -0
- package/dist/src/functions/roomInvite.function.js.map +1 -0
- package/dist/src/functions/roomJoin.function.d.ts +21 -0
- package/dist/src/functions/roomJoin.function.d.ts.map +1 -0
- package/dist/src/functions/roomJoin.function.js +17 -0
- package/dist/src/functions/roomJoin.function.js.map +1 -0
- package/dist/src/functions/roomKick.function.d.ts +21 -0
- package/dist/src/functions/roomKick.function.d.ts.map +1 -0
- package/dist/src/functions/roomKick.function.js +17 -0
- package/dist/src/functions/roomKick.function.js.map +1 -0
- package/dist/src/functions/roomLeave.function.d.ts +13 -0
- package/dist/src/functions/roomLeave.function.d.ts.map +1 -0
- package/dist/src/functions/roomLeave.function.js +15 -0
- package/dist/src/functions/roomLeave.function.js.map +1 -0
- package/dist/src/functions/roomMemberGetAll.function.d.ts +29 -0
- package/dist/src/functions/roomMemberGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/roomMemberGetAll.function.js +19 -0
- package/dist/src/functions/roomMemberGetAll.function.js.map +1 -0
- package/dist/src/index.d.ts +12 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +12 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/matrix-api.service.d.ts +10 -0
- package/dist/src/matrix-api.service.d.ts.map +1 -0
- package/dist/src/matrix-api.service.js +158 -0
- package/dist/src/matrix-api.service.js.map +1 -0
- package/dist/src/matrix.credential.d.ts +5 -0
- package/dist/src/matrix.credential.d.ts.map +1 -0
- package/dist/src/matrix.credential.js +13 -0
- package/dist/src/matrix.credential.js.map +1 -0
- package/dist/src/matrix.types.d.ts +7 -0
- package/dist/src/matrix.types.d.ts.map +1 -0
- package/dist/src/matrix.types.js +8 -0
- package/dist/src/matrix.types.js.map +1 -0
- package/dist/src/matrix.variable.d.ts +5 -0
- package/dist/src/matrix.variable.d.ts.map +1 -0
- package/dist/src/matrix.variable.js +11 -0
- package/dist/src/matrix.variable.js.map +1 -0
- package/dist/src/services.d.ts +2 -0
- package/dist/src/services.d.ts.map +1 -0
- package/dist/src/services.js +14 -0
- package/dist/src/services.js.map +1 -0
- package/package.json +39 -0
|
@@ -0,0 +1,319 @@
|
|
|
1
|
+
{
|
|
2
|
+
"accountWhoami": {
|
|
3
|
+
"pikkuFuncId": "accountWhoami",
|
|
4
|
+
"functionType": "user",
|
|
5
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
6
|
+
"sessionless": true,
|
|
7
|
+
"name": "accountWhoami",
|
|
8
|
+
"services": {
|
|
9
|
+
"optimized": true,
|
|
10
|
+
"services": [
|
|
11
|
+
"matrix"
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
"inputSchemaName": null,
|
|
15
|
+
"outputSchemaName": "AccountWhoamiOutput",
|
|
16
|
+
"inputs": [],
|
|
17
|
+
"outputs": [
|
|
18
|
+
"AccountWhoamiOutput"
|
|
19
|
+
],
|
|
20
|
+
"implementationHash": "a43a0e1ef28de904",
|
|
21
|
+
"description": "Get the current user account",
|
|
22
|
+
"isDirectFunction": false,
|
|
23
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/matrix/src/functions/accountWhoami.function.ts",
|
|
24
|
+
"exportedName": "accountWhoami",
|
|
25
|
+
"contractHash": "35a12d2a78c47639",
|
|
26
|
+
"inputHash": "a79ff9d7",
|
|
27
|
+
"outputHash": "0f28e6ff"
|
|
28
|
+
},
|
|
29
|
+
"eventGet": {
|
|
30
|
+
"pikkuFuncId": "eventGet",
|
|
31
|
+
"functionType": "user",
|
|
32
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
33
|
+
"sessionless": true,
|
|
34
|
+
"name": "eventGet",
|
|
35
|
+
"services": {
|
|
36
|
+
"optimized": true,
|
|
37
|
+
"services": [
|
|
38
|
+
"matrix"
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
"inputSchemaName": "EventGetInput",
|
|
42
|
+
"outputSchemaName": "EventGetOutput",
|
|
43
|
+
"inputs": [
|
|
44
|
+
"EventGetInput"
|
|
45
|
+
],
|
|
46
|
+
"outputs": [
|
|
47
|
+
"EventGetOutput"
|
|
48
|
+
],
|
|
49
|
+
"implementationHash": "1f14fbfdcacade3b",
|
|
50
|
+
"description": "Get a single event",
|
|
51
|
+
"isDirectFunction": false,
|
|
52
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/matrix/src/functions/eventGet.function.ts",
|
|
53
|
+
"exportedName": "eventGet",
|
|
54
|
+
"contractHash": "fc95a329eb550ca4",
|
|
55
|
+
"inputHash": "70b82fcc",
|
|
56
|
+
"outputHash": "7170c5c7"
|
|
57
|
+
},
|
|
58
|
+
"mediaUpload": {
|
|
59
|
+
"pikkuFuncId": "mediaUpload",
|
|
60
|
+
"functionType": "user",
|
|
61
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
62
|
+
"sessionless": true,
|
|
63
|
+
"name": "mediaUpload",
|
|
64
|
+
"services": {
|
|
65
|
+
"optimized": true,
|
|
66
|
+
"services": [
|
|
67
|
+
"matrix"
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
"inputSchemaName": "MediaUploadInput",
|
|
71
|
+
"outputSchemaName": "MediaUploadOutput",
|
|
72
|
+
"inputs": [
|
|
73
|
+
"MediaUploadInput"
|
|
74
|
+
],
|
|
75
|
+
"outputs": [
|
|
76
|
+
"MediaUploadOutput"
|
|
77
|
+
],
|
|
78
|
+
"implementationHash": "9f51f1ab353d67e4",
|
|
79
|
+
"description": "Upload media",
|
|
80
|
+
"isDirectFunction": false,
|
|
81
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/matrix/src/functions/mediaUpload.function.ts",
|
|
82
|
+
"exportedName": "mediaUpload",
|
|
83
|
+
"contractHash": "2d96277b801ab015",
|
|
84
|
+
"inputHash": "e153d34e",
|
|
85
|
+
"outputHash": "e5cf7f1b"
|
|
86
|
+
},
|
|
87
|
+
"messageSend": {
|
|
88
|
+
"pikkuFuncId": "messageSend",
|
|
89
|
+
"functionType": "user",
|
|
90
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
91
|
+
"sessionless": true,
|
|
92
|
+
"name": "messageSend",
|
|
93
|
+
"services": {
|
|
94
|
+
"optimized": true,
|
|
95
|
+
"services": [
|
|
96
|
+
"matrix"
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
"inputSchemaName": "MessageSendInput",
|
|
100
|
+
"outputSchemaName": "MessageSendOutput",
|
|
101
|
+
"inputs": [
|
|
102
|
+
"MessageSendInput"
|
|
103
|
+
],
|
|
104
|
+
"outputs": [
|
|
105
|
+
"MessageSendOutput"
|
|
106
|
+
],
|
|
107
|
+
"implementationHash": "0c4bfdc962d4bf79",
|
|
108
|
+
"description": "Send a message to a room",
|
|
109
|
+
"isDirectFunction": false,
|
|
110
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/matrix/src/functions/messageSend.function.ts",
|
|
111
|
+
"exportedName": "messageSend",
|
|
112
|
+
"contractHash": "71eb023c5efb512c",
|
|
113
|
+
"inputHash": "fd0010a0",
|
|
114
|
+
"outputHash": "b4ab0863"
|
|
115
|
+
},
|
|
116
|
+
"messageGetAll": {
|
|
117
|
+
"pikkuFuncId": "messageGetAll",
|
|
118
|
+
"functionType": "user",
|
|
119
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
120
|
+
"sessionless": true,
|
|
121
|
+
"name": "messageGetAll",
|
|
122
|
+
"services": {
|
|
123
|
+
"optimized": true,
|
|
124
|
+
"services": [
|
|
125
|
+
"matrix"
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
"inputSchemaName": "MessageGetAllInput",
|
|
129
|
+
"outputSchemaName": "MessageGetAllOutput",
|
|
130
|
+
"inputs": [
|
|
131
|
+
"MessageGetAllInput"
|
|
132
|
+
],
|
|
133
|
+
"outputs": [
|
|
134
|
+
"MessageGetAllOutput"
|
|
135
|
+
],
|
|
136
|
+
"implementationHash": "ae36c0eddf92f035",
|
|
137
|
+
"description": "Get messages from a room",
|
|
138
|
+
"isDirectFunction": false,
|
|
139
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/matrix/src/functions/messageGetAll.function.ts",
|
|
140
|
+
"exportedName": "messageGetAll",
|
|
141
|
+
"contractHash": "316bf2685d717cc7",
|
|
142
|
+
"inputHash": "4a4ab2c0",
|
|
143
|
+
"outputHash": "1b7dea93"
|
|
144
|
+
},
|
|
145
|
+
"roomCreate": {
|
|
146
|
+
"pikkuFuncId": "roomCreate",
|
|
147
|
+
"functionType": "user",
|
|
148
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
149
|
+
"sessionless": true,
|
|
150
|
+
"name": "roomCreate",
|
|
151
|
+
"services": {
|
|
152
|
+
"optimized": true,
|
|
153
|
+
"services": [
|
|
154
|
+
"matrix"
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
|
+
"inputSchemaName": "RoomCreateInput",
|
|
158
|
+
"outputSchemaName": "RoomCreateOutput",
|
|
159
|
+
"inputs": [
|
|
160
|
+
"RoomCreateInput"
|
|
161
|
+
],
|
|
162
|
+
"outputs": [
|
|
163
|
+
"RoomCreateOutput"
|
|
164
|
+
],
|
|
165
|
+
"implementationHash": "230df8d368b1142d",
|
|
166
|
+
"description": "Create a room",
|
|
167
|
+
"isDirectFunction": false,
|
|
168
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/matrix/src/functions/roomCreate.function.ts",
|
|
169
|
+
"exportedName": "roomCreate",
|
|
170
|
+
"contractHash": "269cee06e07c0407",
|
|
171
|
+
"inputHash": "317779c2",
|
|
172
|
+
"outputHash": "c02b824e"
|
|
173
|
+
},
|
|
174
|
+
"roomJoin": {
|
|
175
|
+
"pikkuFuncId": "roomJoin",
|
|
176
|
+
"functionType": "user",
|
|
177
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
178
|
+
"sessionless": true,
|
|
179
|
+
"name": "roomJoin",
|
|
180
|
+
"services": {
|
|
181
|
+
"optimized": true,
|
|
182
|
+
"services": [
|
|
183
|
+
"matrix"
|
|
184
|
+
]
|
|
185
|
+
},
|
|
186
|
+
"inputSchemaName": "RoomJoinInput",
|
|
187
|
+
"outputSchemaName": "RoomJoinOutput",
|
|
188
|
+
"inputs": [
|
|
189
|
+
"RoomJoinInput"
|
|
190
|
+
],
|
|
191
|
+
"outputs": [
|
|
192
|
+
"RoomJoinOutput"
|
|
193
|
+
],
|
|
194
|
+
"implementationHash": "b0a892a7d5a6c30e",
|
|
195
|
+
"description": "Join a room",
|
|
196
|
+
"isDirectFunction": false,
|
|
197
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/matrix/src/functions/roomJoin.function.ts",
|
|
198
|
+
"exportedName": "roomJoin",
|
|
199
|
+
"contractHash": "50a452d4b65f8f6b",
|
|
200
|
+
"inputHash": "ca77693e",
|
|
201
|
+
"outputHash": "5cc474e6"
|
|
202
|
+
},
|
|
203
|
+
"roomLeave": {
|
|
204
|
+
"pikkuFuncId": "roomLeave",
|
|
205
|
+
"functionType": "user",
|
|
206
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
207
|
+
"sessionless": true,
|
|
208
|
+
"name": "roomLeave",
|
|
209
|
+
"services": {
|
|
210
|
+
"optimized": true,
|
|
211
|
+
"services": [
|
|
212
|
+
"matrix"
|
|
213
|
+
]
|
|
214
|
+
},
|
|
215
|
+
"inputSchemaName": "RoomLeaveInput",
|
|
216
|
+
"outputSchemaName": "RoomLeaveOutput",
|
|
217
|
+
"inputs": [
|
|
218
|
+
"RoomLeaveInput"
|
|
219
|
+
],
|
|
220
|
+
"outputs": [
|
|
221
|
+
"RoomLeaveOutput"
|
|
222
|
+
],
|
|
223
|
+
"implementationHash": "7faab193e5b42693",
|
|
224
|
+
"description": "Leave a room",
|
|
225
|
+
"isDirectFunction": false,
|
|
226
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/matrix/src/functions/roomLeave.function.ts",
|
|
227
|
+
"exportedName": "roomLeave",
|
|
228
|
+
"contractHash": "2102082532d585d6",
|
|
229
|
+
"inputHash": "76ea98a3",
|
|
230
|
+
"outputHash": "e3c5e8d2"
|
|
231
|
+
},
|
|
232
|
+
"roomInvite": {
|
|
233
|
+
"pikkuFuncId": "roomInvite",
|
|
234
|
+
"functionType": "user",
|
|
235
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
236
|
+
"sessionless": true,
|
|
237
|
+
"name": "roomInvite",
|
|
238
|
+
"services": {
|
|
239
|
+
"optimized": true,
|
|
240
|
+
"services": [
|
|
241
|
+
"matrix"
|
|
242
|
+
]
|
|
243
|
+
},
|
|
244
|
+
"inputSchemaName": "RoomInviteInput",
|
|
245
|
+
"outputSchemaName": "RoomInviteOutput",
|
|
246
|
+
"inputs": [
|
|
247
|
+
"RoomInviteInput"
|
|
248
|
+
],
|
|
249
|
+
"outputs": [
|
|
250
|
+
"RoomInviteOutput"
|
|
251
|
+
],
|
|
252
|
+
"implementationHash": "09ca3687322e8a13",
|
|
253
|
+
"description": "Invite a user to a room",
|
|
254
|
+
"isDirectFunction": false,
|
|
255
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/matrix/src/functions/roomInvite.function.ts",
|
|
256
|
+
"exportedName": "roomInvite",
|
|
257
|
+
"contractHash": "f86e145b7355b9f8",
|
|
258
|
+
"inputHash": "b4db7d79",
|
|
259
|
+
"outputHash": "70351913"
|
|
260
|
+
},
|
|
261
|
+
"roomKick": {
|
|
262
|
+
"pikkuFuncId": "roomKick",
|
|
263
|
+
"functionType": "user",
|
|
264
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
265
|
+
"sessionless": true,
|
|
266
|
+
"name": "roomKick",
|
|
267
|
+
"services": {
|
|
268
|
+
"optimized": true,
|
|
269
|
+
"services": [
|
|
270
|
+
"matrix"
|
|
271
|
+
]
|
|
272
|
+
},
|
|
273
|
+
"inputSchemaName": "RoomKickInput",
|
|
274
|
+
"outputSchemaName": "RoomKickOutput",
|
|
275
|
+
"inputs": [
|
|
276
|
+
"RoomKickInput"
|
|
277
|
+
],
|
|
278
|
+
"outputs": [
|
|
279
|
+
"RoomKickOutput"
|
|
280
|
+
],
|
|
281
|
+
"implementationHash": "1766376bb2df8ae0",
|
|
282
|
+
"description": "Kick a user from a room",
|
|
283
|
+
"isDirectFunction": false,
|
|
284
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/matrix/src/functions/roomKick.function.ts",
|
|
285
|
+
"exportedName": "roomKick",
|
|
286
|
+
"contractHash": "7c9faae46dc0e2cd",
|
|
287
|
+
"inputHash": "13ebf5b0",
|
|
288
|
+
"outputHash": "a714d490"
|
|
289
|
+
},
|
|
290
|
+
"roomMemberGetAll": {
|
|
291
|
+
"pikkuFuncId": "roomMemberGetAll",
|
|
292
|
+
"functionType": "user",
|
|
293
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
294
|
+
"sessionless": true,
|
|
295
|
+
"name": "roomMemberGetAll",
|
|
296
|
+
"services": {
|
|
297
|
+
"optimized": true,
|
|
298
|
+
"services": [
|
|
299
|
+
"matrix"
|
|
300
|
+
]
|
|
301
|
+
},
|
|
302
|
+
"inputSchemaName": "RoomMemberGetAllInput",
|
|
303
|
+
"outputSchemaName": "RoomMemberGetAllOutput",
|
|
304
|
+
"inputs": [
|
|
305
|
+
"RoomMemberGetAllInput"
|
|
306
|
+
],
|
|
307
|
+
"outputs": [
|
|
308
|
+
"RoomMemberGetAllOutput"
|
|
309
|
+
],
|
|
310
|
+
"implementationHash": "dc2ded98484cc8f5",
|
|
311
|
+
"description": "Get members of a room",
|
|
312
|
+
"isDirectFunction": false,
|
|
313
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/communication/matrix/src/functions/roomMemberGetAll.function.ts",
|
|
314
|
+
"exportedName": "roomMemberGetAll",
|
|
315
|
+
"contractHash": "d6f294445331a9b5",
|
|
316
|
+
"inputHash": "a8c421d0",
|
|
317
|
+
"outputHash": "d9e1b2ec"
|
|
318
|
+
}
|
|
319
|
+
}
|
|
@@ -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-matrix', '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,qBAAqB,EAAE,UAAU,EAAE,MAAM,EAAE,QAAyB,CAAC,CAAA"}
|
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
{
|
|
2
|
+
"accountWhoami": {
|
|
3
|
+
"pikkuFuncId": "accountWhoami",
|
|
4
|
+
"functionType": "user",
|
|
5
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
6
|
+
"sessionless": true,
|
|
7
|
+
"name": "accountWhoami",
|
|
8
|
+
"inputSchemaName": null,
|
|
9
|
+
"outputSchemaName": "AccountWhoamiOutput",
|
|
10
|
+
"inputs": [],
|
|
11
|
+
"outputs": [
|
|
12
|
+
"AccountWhoamiOutput"
|
|
13
|
+
],
|
|
14
|
+
"implementationHash": "a43a0e1ef28de904",
|
|
15
|
+
"contractHash": "35a12d2a78c47639",
|
|
16
|
+
"inputHash": "a79ff9d7",
|
|
17
|
+
"outputHash": "0f28e6ff"
|
|
18
|
+
},
|
|
19
|
+
"eventGet": {
|
|
20
|
+
"pikkuFuncId": "eventGet",
|
|
21
|
+
"functionType": "user",
|
|
22
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
23
|
+
"sessionless": true,
|
|
24
|
+
"name": "eventGet",
|
|
25
|
+
"inputSchemaName": "EventGetInput",
|
|
26
|
+
"outputSchemaName": "EventGetOutput",
|
|
27
|
+
"inputs": [
|
|
28
|
+
"EventGetInput"
|
|
29
|
+
],
|
|
30
|
+
"outputs": [
|
|
31
|
+
"EventGetOutput"
|
|
32
|
+
],
|
|
33
|
+
"implementationHash": "1f14fbfdcacade3b",
|
|
34
|
+
"contractHash": "fc95a329eb550ca4",
|
|
35
|
+
"inputHash": "70b82fcc",
|
|
36
|
+
"outputHash": "7170c5c7"
|
|
37
|
+
},
|
|
38
|
+
"mediaUpload": {
|
|
39
|
+
"pikkuFuncId": "mediaUpload",
|
|
40
|
+
"functionType": "user",
|
|
41
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
42
|
+
"sessionless": true,
|
|
43
|
+
"name": "mediaUpload",
|
|
44
|
+
"inputSchemaName": "MediaUploadInput",
|
|
45
|
+
"outputSchemaName": "MediaUploadOutput",
|
|
46
|
+
"inputs": [
|
|
47
|
+
"MediaUploadInput"
|
|
48
|
+
],
|
|
49
|
+
"outputs": [
|
|
50
|
+
"MediaUploadOutput"
|
|
51
|
+
],
|
|
52
|
+
"implementationHash": "9f51f1ab353d67e4",
|
|
53
|
+
"contractHash": "2d96277b801ab015",
|
|
54
|
+
"inputHash": "e153d34e",
|
|
55
|
+
"outputHash": "e5cf7f1b"
|
|
56
|
+
},
|
|
57
|
+
"messageSend": {
|
|
58
|
+
"pikkuFuncId": "messageSend",
|
|
59
|
+
"functionType": "user",
|
|
60
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
61
|
+
"sessionless": true,
|
|
62
|
+
"name": "messageSend",
|
|
63
|
+
"inputSchemaName": "MessageSendInput",
|
|
64
|
+
"outputSchemaName": "MessageSendOutput",
|
|
65
|
+
"inputs": [
|
|
66
|
+
"MessageSendInput"
|
|
67
|
+
],
|
|
68
|
+
"outputs": [
|
|
69
|
+
"MessageSendOutput"
|
|
70
|
+
],
|
|
71
|
+
"implementationHash": "0c4bfdc962d4bf79",
|
|
72
|
+
"contractHash": "71eb023c5efb512c",
|
|
73
|
+
"inputHash": "fd0010a0",
|
|
74
|
+
"outputHash": "b4ab0863"
|
|
75
|
+
},
|
|
76
|
+
"messageGetAll": {
|
|
77
|
+
"pikkuFuncId": "messageGetAll",
|
|
78
|
+
"functionType": "user",
|
|
79
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
80
|
+
"sessionless": true,
|
|
81
|
+
"name": "messageGetAll",
|
|
82
|
+
"inputSchemaName": "MessageGetAllInput",
|
|
83
|
+
"outputSchemaName": "MessageGetAllOutput",
|
|
84
|
+
"inputs": [
|
|
85
|
+
"MessageGetAllInput"
|
|
86
|
+
],
|
|
87
|
+
"outputs": [
|
|
88
|
+
"MessageGetAllOutput"
|
|
89
|
+
],
|
|
90
|
+
"implementationHash": "ae36c0eddf92f035",
|
|
91
|
+
"contractHash": "316bf2685d717cc7",
|
|
92
|
+
"inputHash": "4a4ab2c0",
|
|
93
|
+
"outputHash": "1b7dea93"
|
|
94
|
+
},
|
|
95
|
+
"roomCreate": {
|
|
96
|
+
"pikkuFuncId": "roomCreate",
|
|
97
|
+
"functionType": "user",
|
|
98
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
99
|
+
"sessionless": true,
|
|
100
|
+
"name": "roomCreate",
|
|
101
|
+
"inputSchemaName": "RoomCreateInput",
|
|
102
|
+
"outputSchemaName": "RoomCreateOutput",
|
|
103
|
+
"inputs": [
|
|
104
|
+
"RoomCreateInput"
|
|
105
|
+
],
|
|
106
|
+
"outputs": [
|
|
107
|
+
"RoomCreateOutput"
|
|
108
|
+
],
|
|
109
|
+
"implementationHash": "230df8d368b1142d",
|
|
110
|
+
"contractHash": "269cee06e07c0407",
|
|
111
|
+
"inputHash": "317779c2",
|
|
112
|
+
"outputHash": "c02b824e"
|
|
113
|
+
},
|
|
114
|
+
"roomJoin": {
|
|
115
|
+
"pikkuFuncId": "roomJoin",
|
|
116
|
+
"functionType": "user",
|
|
117
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
118
|
+
"sessionless": true,
|
|
119
|
+
"name": "roomJoin",
|
|
120
|
+
"inputSchemaName": "RoomJoinInput",
|
|
121
|
+
"outputSchemaName": "RoomJoinOutput",
|
|
122
|
+
"inputs": [
|
|
123
|
+
"RoomJoinInput"
|
|
124
|
+
],
|
|
125
|
+
"outputs": [
|
|
126
|
+
"RoomJoinOutput"
|
|
127
|
+
],
|
|
128
|
+
"implementationHash": "b0a892a7d5a6c30e",
|
|
129
|
+
"contractHash": "50a452d4b65f8f6b",
|
|
130
|
+
"inputHash": "ca77693e",
|
|
131
|
+
"outputHash": "5cc474e6"
|
|
132
|
+
},
|
|
133
|
+
"roomLeave": {
|
|
134
|
+
"pikkuFuncId": "roomLeave",
|
|
135
|
+
"functionType": "user",
|
|
136
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
137
|
+
"sessionless": true,
|
|
138
|
+
"name": "roomLeave",
|
|
139
|
+
"inputSchemaName": "RoomLeaveInput",
|
|
140
|
+
"outputSchemaName": "RoomLeaveOutput",
|
|
141
|
+
"inputs": [
|
|
142
|
+
"RoomLeaveInput"
|
|
143
|
+
],
|
|
144
|
+
"outputs": [
|
|
145
|
+
"RoomLeaveOutput"
|
|
146
|
+
],
|
|
147
|
+
"implementationHash": "7faab193e5b42693",
|
|
148
|
+
"contractHash": "2102082532d585d6",
|
|
149
|
+
"inputHash": "76ea98a3",
|
|
150
|
+
"outputHash": "e3c5e8d2"
|
|
151
|
+
},
|
|
152
|
+
"roomInvite": {
|
|
153
|
+
"pikkuFuncId": "roomInvite",
|
|
154
|
+
"functionType": "user",
|
|
155
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
156
|
+
"sessionless": true,
|
|
157
|
+
"name": "roomInvite",
|
|
158
|
+
"inputSchemaName": "RoomInviteInput",
|
|
159
|
+
"outputSchemaName": "RoomInviteOutput",
|
|
160
|
+
"inputs": [
|
|
161
|
+
"RoomInviteInput"
|
|
162
|
+
],
|
|
163
|
+
"outputs": [
|
|
164
|
+
"RoomInviteOutput"
|
|
165
|
+
],
|
|
166
|
+
"implementationHash": "09ca3687322e8a13",
|
|
167
|
+
"contractHash": "f86e145b7355b9f8",
|
|
168
|
+
"inputHash": "b4db7d79",
|
|
169
|
+
"outputHash": "70351913"
|
|
170
|
+
},
|
|
171
|
+
"roomKick": {
|
|
172
|
+
"pikkuFuncId": "roomKick",
|
|
173
|
+
"functionType": "user",
|
|
174
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
175
|
+
"sessionless": true,
|
|
176
|
+
"name": "roomKick",
|
|
177
|
+
"inputSchemaName": "RoomKickInput",
|
|
178
|
+
"outputSchemaName": "RoomKickOutput",
|
|
179
|
+
"inputs": [
|
|
180
|
+
"RoomKickInput"
|
|
181
|
+
],
|
|
182
|
+
"outputs": [
|
|
183
|
+
"RoomKickOutput"
|
|
184
|
+
],
|
|
185
|
+
"implementationHash": "1766376bb2df8ae0",
|
|
186
|
+
"contractHash": "7c9faae46dc0e2cd",
|
|
187
|
+
"inputHash": "13ebf5b0",
|
|
188
|
+
"outputHash": "a714d490"
|
|
189
|
+
},
|
|
190
|
+
"roomMemberGetAll": {
|
|
191
|
+
"pikkuFuncId": "roomMemberGetAll",
|
|
192
|
+
"functionType": "user",
|
|
193
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
194
|
+
"sessionless": true,
|
|
195
|
+
"name": "roomMemberGetAll",
|
|
196
|
+
"inputSchemaName": "RoomMemberGetAllInput",
|
|
197
|
+
"outputSchemaName": "RoomMemberGetAllOutput",
|
|
198
|
+
"inputs": [
|
|
199
|
+
"RoomMemberGetAllInput"
|
|
200
|
+
],
|
|
201
|
+
"outputs": [
|
|
202
|
+
"RoomMemberGetAllOutput"
|
|
203
|
+
],
|
|
204
|
+
"implementationHash": "dc2ded98484cc8f5",
|
|
205
|
+
"contractHash": "d6f294445331a9b5",
|
|
206
|
+
"inputHash": "a8c421d0",
|
|
207
|
+
"outputHash": "d9e1b2ec"
|
|
208
|
+
}
|
|
209
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { pikkuState } from '@pikku/core/internal'
|
|
5
|
+
import type { FunctionsMeta } from '@pikku/core'
|
|
6
|
+
import metaData from './pikku-functions-meta.gen.json' with { type: 'json' }
|
|
7
|
+
pikkuState('@pikku/addon-matrix', 'function', 'meta', metaData as FunctionsMeta)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-functions.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/function/pikku-functions.gen.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/* Import and register functions used by RPCs */
|
|
5
|
+
import { addFunction } from '@pikku/core/function';
|
|
6
|
+
import { accountWhoami } from '../../src/functions/accountWhoami.function.js';
|
|
7
|
+
import { eventGet } from '../../src/functions/eventGet.function.js';
|
|
8
|
+
import { mediaUpload } from '../../src/functions/mediaUpload.function.js';
|
|
9
|
+
import { messageGetAll } from '../../src/functions/messageGetAll.function.js';
|
|
10
|
+
import { messageSend } from '../../src/functions/messageSend.function.js';
|
|
11
|
+
import { roomCreate } from '../../src/functions/roomCreate.function.js';
|
|
12
|
+
import { roomInvite } from '../../src/functions/roomInvite.function.js';
|
|
13
|
+
import { roomJoin } from '../../src/functions/roomJoin.function.js';
|
|
14
|
+
import { roomKick } from '../../src/functions/roomKick.function.js';
|
|
15
|
+
import { roomLeave } from '../../src/functions/roomLeave.function.js';
|
|
16
|
+
import { roomMemberGetAll } from '../../src/functions/roomMemberGetAll.function.js';
|
|
17
|
+
addFunction('accountWhoami', accountWhoami, '@pikku/addon-matrix');
|
|
18
|
+
addFunction('eventGet', eventGet, '@pikku/addon-matrix');
|
|
19
|
+
addFunction('mediaUpload', mediaUpload, '@pikku/addon-matrix');
|
|
20
|
+
addFunction('messageGetAll', messageGetAll, '@pikku/addon-matrix');
|
|
21
|
+
addFunction('messageSend', messageSend, '@pikku/addon-matrix');
|
|
22
|
+
addFunction('roomCreate', roomCreate, '@pikku/addon-matrix');
|
|
23
|
+
addFunction('roomInvite', roomInvite, '@pikku/addon-matrix');
|
|
24
|
+
addFunction('roomJoin', roomJoin, '@pikku/addon-matrix');
|
|
25
|
+
addFunction('roomKick', roomKick, '@pikku/addon-matrix');
|
|
26
|
+
addFunction('roomLeave', roomLeave, '@pikku/addon-matrix');
|
|
27
|
+
addFunction('roomMemberGetAll', roomMemberGetAll, '@pikku/addon-matrix');
|
|
28
|
+
//# sourceMappingURL=pikku-functions.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-functions.gen.js","sourceRoot":"","sources":["../../../.pikku/function/pikku-functions.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,gDAAgD;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAA;AAC7E,OAAO,EAAE,QAAQ,EAAE,MAAM,0CAA0C,CAAA;AACnE,OAAO,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAA;AACzE,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAA;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAA;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAA;AACvE,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAA;AACvE,OAAO,EAAE,QAAQ,EAAE,MAAM,0CAA0C,CAAA;AACnE,OAAO,EAAE,QAAQ,EAAE,MAAM,0CAA0C,CAAA;AACnE,OAAO,EAAE,SAAS,EAAE,MAAM,2CAA2C,CAAA;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kDAAkD,CAAA;AAEnF,WAAW,CAAC,eAAe,EAAE,aAAa,EAAE,qBAAqB,CAAC,CAAA;AAClE,WAAW,CAAC,UAAU,EAAE,QAAQ,EAAE,qBAAqB,CAAC,CAAA;AACxD,WAAW,CAAC,aAAa,EAAE,WAAW,EAAE,qBAAqB,CAAC,CAAA;AAC9D,WAAW,CAAC,eAAe,EAAE,aAAa,EAAE,qBAAqB,CAAC,CAAA;AAClE,WAAW,CAAC,aAAa,EAAE,WAAW,EAAE,qBAAqB,CAAC,CAAA;AAC9D,WAAW,CAAC,YAAY,EAAE,UAAU,EAAE,qBAAqB,CAAC,CAAA;AAC5D,WAAW,CAAC,YAAY,EAAE,UAAU,EAAE,qBAAqB,CAAC,CAAA;AAC5D,WAAW,CAAC,UAAU,EAAE,QAAQ,EAAE,qBAAqB,CAAC,CAAA;AACxD,WAAW,CAAC,UAAU,EAAE,QAAQ,EAAE,qBAAqB,CAAC,CAAA;AACxD,WAAW,CAAC,WAAW,EAAE,SAAS,EAAE,qBAAqB,CAAC,CAAA;AAC1D,WAAW,CAAC,kBAAkB,EAAE,gBAAgB,EAAE,qBAAqB,CAAC,CAAA"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/* Import and register functions used by RPCs */
|
|
5
|
+
import { addFunction } from '@pikku/core/function'
|
|
6
|
+
import { accountWhoami } from '../../src/functions/accountWhoami.function.js'
|
|
7
|
+
import { eventGet } from '../../src/functions/eventGet.function.js'
|
|
8
|
+
import { mediaUpload } from '../../src/functions/mediaUpload.function.js'
|
|
9
|
+
import { messageGetAll } from '../../src/functions/messageGetAll.function.js'
|
|
10
|
+
import { messageSend } from '../../src/functions/messageSend.function.js'
|
|
11
|
+
import { roomCreate } from '../../src/functions/roomCreate.function.js'
|
|
12
|
+
import { roomInvite } from '../../src/functions/roomInvite.function.js'
|
|
13
|
+
import { roomJoin } from '../../src/functions/roomJoin.function.js'
|
|
14
|
+
import { roomKick } from '../../src/functions/roomKick.function.js'
|
|
15
|
+
import { roomLeave } from '../../src/functions/roomLeave.function.js'
|
|
16
|
+
import { roomMemberGetAll } from '../../src/functions/roomMemberGetAll.function.js'
|
|
17
|
+
|
|
18
|
+
addFunction('accountWhoami', accountWhoami, '@pikku/addon-matrix')
|
|
19
|
+
addFunction('eventGet', eventGet, '@pikku/addon-matrix')
|
|
20
|
+
addFunction('mediaUpload', mediaUpload, '@pikku/addon-matrix')
|
|
21
|
+
addFunction('messageGetAll', messageGetAll, '@pikku/addon-matrix')
|
|
22
|
+
addFunction('messageSend', messageSend, '@pikku/addon-matrix')
|
|
23
|
+
addFunction('roomCreate', roomCreate, '@pikku/addon-matrix')
|
|
24
|
+
addFunction('roomInvite', roomInvite, '@pikku/addon-matrix')
|
|
25
|
+
addFunction('roomJoin', roomJoin, '@pikku/addon-matrix')
|
|
26
|
+
addFunction('roomKick', roomKick, '@pikku/addon-matrix')
|
|
27
|
+
addFunction('roomLeave', roomLeave, '@pikku/addon-matrix')
|
|
28
|
+
addFunction('roomMemberGetAll', roomMemberGetAll, '@pikku/addon-matrix')
|