@pikku/addon-freshdesk 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 +288 -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 +188 -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 +26 -0
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.ts +26 -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 +160 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +170 -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 +12 -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 +45 -0
- package/dist/.pikku/schemas/register.gen.js.map +1 -0
- package/dist/.pikku/schemas/register.gen.ts +83 -0
- package/dist/.pikku/schemas/schemas/ContactCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CredentialSchema_freshdesk.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TicketCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TicketCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TicketDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TicketDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TicketGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TicketGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TicketGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TicketUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TicketUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/VariableSchema_FRESHDESK_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/freshdesk-api.service.d.ts +10 -0
- package/dist/src/freshdesk-api.service.d.ts.map +1 -0
- package/dist/src/freshdesk-api.service.js +137 -0
- package/dist/src/freshdesk-api.service.js.map +1 -0
- package/dist/src/freshdesk.credential.d.ts +5 -0
- package/dist/src/freshdesk.credential.d.ts.map +1 -0
- package/dist/src/freshdesk.credential.js +13 -0
- package/dist/src/freshdesk.credential.js.map +1 -0
- package/dist/src/freshdesk.types.d.ts +7 -0
- package/dist/src/freshdesk.types.d.ts.map +1 -0
- package/dist/src/freshdesk.types.js +8 -0
- package/dist/src/freshdesk.types.js.map +1 -0
- package/dist/src/freshdesk.variable.d.ts +5 -0
- package/dist/src/freshdesk.variable.d.ts.map +1 -0
- package/dist/src/freshdesk.variable.js +11 -0
- package/dist/src/freshdesk.variable.js.map +1 -0
- package/dist/src/functions/contactCreate.function.d.ts +17 -0
- package/dist/src/functions/contactCreate.function.d.ts.map +1 -0
- package/dist/src/functions/contactCreate.function.js +16 -0
- package/dist/src/functions/contactCreate.function.js.map +1 -0
- package/dist/src/functions/contactDelete.function.d.ts +13 -0
- package/dist/src/functions/contactDelete.function.d.ts.map +1 -0
- package/dist/src/functions/contactDelete.function.js +15 -0
- package/dist/src/functions/contactDelete.function.js.map +1 -0
- package/dist/src/functions/contactGet.function.d.ts +13 -0
- package/dist/src/functions/contactGet.function.d.ts.map +1 -0
- package/dist/src/functions/contactGet.function.js +15 -0
- package/dist/src/functions/contactGet.function.js.map +1 -0
- package/dist/src/functions/contactGetAll.function.d.ts +4 -0
- package/dist/src/functions/contactGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/contactGetAll.function.js +11 -0
- package/dist/src/functions/contactGetAll.function.js.map +1 -0
- package/dist/src/functions/contactUpdate.function.d.ts +21 -0
- package/dist/src/functions/contactUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/contactUpdate.function.js +17 -0
- package/dist/src/functions/contactUpdate.function.js.map +1 -0
- package/dist/src/functions/ticketCreate.function.d.ts +21 -0
- package/dist/src/functions/ticketCreate.function.d.ts.map +1 -0
- package/dist/src/functions/ticketCreate.function.js +17 -0
- package/dist/src/functions/ticketCreate.function.js.map +1 -0
- package/dist/src/functions/ticketDelete.function.d.ts +13 -0
- package/dist/src/functions/ticketDelete.function.d.ts.map +1 -0
- package/dist/src/functions/ticketDelete.function.js +15 -0
- package/dist/src/functions/ticketDelete.function.js.map +1 -0
- package/dist/src/functions/ticketGet.function.d.ts +13 -0
- package/dist/src/functions/ticketGet.function.d.ts.map +1 -0
- package/dist/src/functions/ticketGet.function.js +15 -0
- package/dist/src/functions/ticketGet.function.js.map +1 -0
- package/dist/src/functions/ticketGetAll.function.d.ts +4 -0
- package/dist/src/functions/ticketGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/ticketGetAll.function.js +11 -0
- package/dist/src/functions/ticketGetAll.function.js.map +1 -0
- package/dist/src/functions/ticketUpdate.function.d.ts +21 -0
- package/dist/src/functions/ticketUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/ticketUpdate.function.js +17 -0
- package/dist/src/functions/ticketUpdate.function.js.map +1 -0
- package/dist/src/index.d.ts +11 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +11 -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/package.json +39 -0
|
@@ -0,0 +1,288 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ticketGetAll": {
|
|
3
|
+
"pikkuFuncId": "ticketGetAll",
|
|
4
|
+
"functionType": "user",
|
|
5
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
6
|
+
"sessionless": true,
|
|
7
|
+
"name": "ticketGetAll",
|
|
8
|
+
"services": {
|
|
9
|
+
"optimized": true,
|
|
10
|
+
"services": [
|
|
11
|
+
"freshdesk"
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
"inputSchemaName": null,
|
|
15
|
+
"outputSchemaName": "TicketGetAllOutput",
|
|
16
|
+
"inputs": [],
|
|
17
|
+
"outputs": [
|
|
18
|
+
"TicketGetAllOutput"
|
|
19
|
+
],
|
|
20
|
+
"implementationHash": "bec92cec259356af",
|
|
21
|
+
"description": "TicketGetAll",
|
|
22
|
+
"isDirectFunction": false,
|
|
23
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/freshdesk/src/functions/ticketGetAll.function.ts",
|
|
24
|
+
"exportedName": "ticketGetAll",
|
|
25
|
+
"contractHash": "5c4d8089f794d245",
|
|
26
|
+
"inputHash": "9aeee44b",
|
|
27
|
+
"outputHash": "c81784d9"
|
|
28
|
+
},
|
|
29
|
+
"ticketCreate": {
|
|
30
|
+
"pikkuFuncId": "ticketCreate",
|
|
31
|
+
"functionType": "user",
|
|
32
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
33
|
+
"sessionless": true,
|
|
34
|
+
"name": "ticketCreate",
|
|
35
|
+
"services": {
|
|
36
|
+
"optimized": true,
|
|
37
|
+
"services": [
|
|
38
|
+
"freshdesk"
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
"inputSchemaName": "TicketCreateInput",
|
|
42
|
+
"outputSchemaName": "TicketCreateOutput",
|
|
43
|
+
"inputs": [
|
|
44
|
+
"TicketCreateInput"
|
|
45
|
+
],
|
|
46
|
+
"outputs": [
|
|
47
|
+
"TicketCreateOutput"
|
|
48
|
+
],
|
|
49
|
+
"implementationHash": "a57a574976b6dda0",
|
|
50
|
+
"description": "TicketCreate",
|
|
51
|
+
"isDirectFunction": false,
|
|
52
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/freshdesk/src/functions/ticketCreate.function.ts",
|
|
53
|
+
"exportedName": "ticketCreate",
|
|
54
|
+
"contractHash": "f8a1acaef0ae1cad",
|
|
55
|
+
"inputHash": "9ef07972",
|
|
56
|
+
"outputHash": "8e4834a1"
|
|
57
|
+
},
|
|
58
|
+
"ticketGet": {
|
|
59
|
+
"pikkuFuncId": "ticketGet",
|
|
60
|
+
"functionType": "user",
|
|
61
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
62
|
+
"sessionless": true,
|
|
63
|
+
"name": "ticketGet",
|
|
64
|
+
"services": {
|
|
65
|
+
"optimized": true,
|
|
66
|
+
"services": [
|
|
67
|
+
"freshdesk"
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
"inputSchemaName": "TicketGetInput",
|
|
71
|
+
"outputSchemaName": "TicketGetOutput",
|
|
72
|
+
"inputs": [
|
|
73
|
+
"TicketGetInput"
|
|
74
|
+
],
|
|
75
|
+
"outputs": [
|
|
76
|
+
"TicketGetOutput"
|
|
77
|
+
],
|
|
78
|
+
"implementationHash": "d64d942cf38bab05",
|
|
79
|
+
"description": "TicketGet",
|
|
80
|
+
"isDirectFunction": false,
|
|
81
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/freshdesk/src/functions/ticketGet.function.ts",
|
|
82
|
+
"exportedName": "ticketGet",
|
|
83
|
+
"contractHash": "0d342fa468649647",
|
|
84
|
+
"inputHash": "1d80076b",
|
|
85
|
+
"outputHash": "4a903161"
|
|
86
|
+
},
|
|
87
|
+
"ticketUpdate": {
|
|
88
|
+
"pikkuFuncId": "ticketUpdate",
|
|
89
|
+
"functionType": "user",
|
|
90
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
91
|
+
"sessionless": true,
|
|
92
|
+
"name": "ticketUpdate",
|
|
93
|
+
"services": {
|
|
94
|
+
"optimized": true,
|
|
95
|
+
"services": [
|
|
96
|
+
"freshdesk"
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
"inputSchemaName": "TicketUpdateInput",
|
|
100
|
+
"outputSchemaName": "TicketUpdateOutput",
|
|
101
|
+
"inputs": [
|
|
102
|
+
"TicketUpdateInput"
|
|
103
|
+
],
|
|
104
|
+
"outputs": [
|
|
105
|
+
"TicketUpdateOutput"
|
|
106
|
+
],
|
|
107
|
+
"implementationHash": "32002bcbf0dc4d05",
|
|
108
|
+
"description": "TicketUpdate",
|
|
109
|
+
"isDirectFunction": false,
|
|
110
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/freshdesk/src/functions/ticketUpdate.function.ts",
|
|
111
|
+
"exportedName": "ticketUpdate",
|
|
112
|
+
"contractHash": "ec65c71a295582a1",
|
|
113
|
+
"inputHash": "46b00b07",
|
|
114
|
+
"outputHash": "aa85f7bd"
|
|
115
|
+
},
|
|
116
|
+
"ticketDelete": {
|
|
117
|
+
"pikkuFuncId": "ticketDelete",
|
|
118
|
+
"functionType": "user",
|
|
119
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
120
|
+
"sessionless": true,
|
|
121
|
+
"name": "ticketDelete",
|
|
122
|
+
"services": {
|
|
123
|
+
"optimized": true,
|
|
124
|
+
"services": [
|
|
125
|
+
"freshdesk"
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
"inputSchemaName": "TicketDeleteInput",
|
|
129
|
+
"outputSchemaName": "TicketDeleteOutput",
|
|
130
|
+
"inputs": [
|
|
131
|
+
"TicketDeleteInput"
|
|
132
|
+
],
|
|
133
|
+
"outputs": [
|
|
134
|
+
"TicketDeleteOutput"
|
|
135
|
+
],
|
|
136
|
+
"implementationHash": "3d3cba57fe5f4c21",
|
|
137
|
+
"description": "TicketDelete",
|
|
138
|
+
"isDirectFunction": false,
|
|
139
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/freshdesk/src/functions/ticketDelete.function.ts",
|
|
140
|
+
"exportedName": "ticketDelete",
|
|
141
|
+
"contractHash": "3d5d7f423862abbd",
|
|
142
|
+
"inputHash": "66db0cd6",
|
|
143
|
+
"outputHash": "946c9b35"
|
|
144
|
+
},
|
|
145
|
+
"contactGetAll": {
|
|
146
|
+
"pikkuFuncId": "contactGetAll",
|
|
147
|
+
"functionType": "user",
|
|
148
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
149
|
+
"sessionless": true,
|
|
150
|
+
"name": "contactGetAll",
|
|
151
|
+
"services": {
|
|
152
|
+
"optimized": true,
|
|
153
|
+
"services": [
|
|
154
|
+
"freshdesk"
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
|
+
"inputSchemaName": null,
|
|
158
|
+
"outputSchemaName": "ContactGetAllOutput",
|
|
159
|
+
"inputs": [],
|
|
160
|
+
"outputs": [
|
|
161
|
+
"ContactGetAllOutput"
|
|
162
|
+
],
|
|
163
|
+
"implementationHash": "e8fd2f8d6fff4408",
|
|
164
|
+
"description": "ContactGetAll",
|
|
165
|
+
"isDirectFunction": false,
|
|
166
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/freshdesk/src/functions/contactGetAll.function.ts",
|
|
167
|
+
"exportedName": "contactGetAll",
|
|
168
|
+
"contractHash": "c0c13c0a86293b66",
|
|
169
|
+
"inputHash": "b573ba74",
|
|
170
|
+
"outputHash": "dbc1253f"
|
|
171
|
+
},
|
|
172
|
+
"contactCreate": {
|
|
173
|
+
"pikkuFuncId": "contactCreate",
|
|
174
|
+
"functionType": "user",
|
|
175
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
176
|
+
"sessionless": true,
|
|
177
|
+
"name": "contactCreate",
|
|
178
|
+
"services": {
|
|
179
|
+
"optimized": true,
|
|
180
|
+
"services": [
|
|
181
|
+
"freshdesk"
|
|
182
|
+
]
|
|
183
|
+
},
|
|
184
|
+
"inputSchemaName": "ContactCreateInput",
|
|
185
|
+
"outputSchemaName": "ContactCreateOutput",
|
|
186
|
+
"inputs": [
|
|
187
|
+
"ContactCreateInput"
|
|
188
|
+
],
|
|
189
|
+
"outputs": [
|
|
190
|
+
"ContactCreateOutput"
|
|
191
|
+
],
|
|
192
|
+
"implementationHash": "002afa56af1e16ed",
|
|
193
|
+
"description": "ContactCreate",
|
|
194
|
+
"isDirectFunction": false,
|
|
195
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/freshdesk/src/functions/contactCreate.function.ts",
|
|
196
|
+
"exportedName": "contactCreate",
|
|
197
|
+
"contractHash": "8ac2ab19394641c6",
|
|
198
|
+
"inputHash": "9b3a25c2",
|
|
199
|
+
"outputHash": "8a72fa54"
|
|
200
|
+
},
|
|
201
|
+
"contactGet": {
|
|
202
|
+
"pikkuFuncId": "contactGet",
|
|
203
|
+
"functionType": "user",
|
|
204
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
205
|
+
"sessionless": true,
|
|
206
|
+
"name": "contactGet",
|
|
207
|
+
"services": {
|
|
208
|
+
"optimized": true,
|
|
209
|
+
"services": [
|
|
210
|
+
"freshdesk"
|
|
211
|
+
]
|
|
212
|
+
},
|
|
213
|
+
"inputSchemaName": "ContactGetInput",
|
|
214
|
+
"outputSchemaName": "ContactGetOutput",
|
|
215
|
+
"inputs": [
|
|
216
|
+
"ContactGetInput"
|
|
217
|
+
],
|
|
218
|
+
"outputs": [
|
|
219
|
+
"ContactGetOutput"
|
|
220
|
+
],
|
|
221
|
+
"implementationHash": "465527cbcf624a69",
|
|
222
|
+
"description": "ContactGet",
|
|
223
|
+
"isDirectFunction": false,
|
|
224
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/freshdesk/src/functions/contactGet.function.ts",
|
|
225
|
+
"exportedName": "contactGet",
|
|
226
|
+
"contractHash": "47de5346bdc82c42",
|
|
227
|
+
"inputHash": "402b1e1a",
|
|
228
|
+
"outputHash": "efd411dd"
|
|
229
|
+
},
|
|
230
|
+
"contactUpdate": {
|
|
231
|
+
"pikkuFuncId": "contactUpdate",
|
|
232
|
+
"functionType": "user",
|
|
233
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
234
|
+
"sessionless": true,
|
|
235
|
+
"name": "contactUpdate",
|
|
236
|
+
"services": {
|
|
237
|
+
"optimized": true,
|
|
238
|
+
"services": [
|
|
239
|
+
"freshdesk"
|
|
240
|
+
]
|
|
241
|
+
},
|
|
242
|
+
"inputSchemaName": "ContactUpdateInput",
|
|
243
|
+
"outputSchemaName": "ContactUpdateOutput",
|
|
244
|
+
"inputs": [
|
|
245
|
+
"ContactUpdateInput"
|
|
246
|
+
],
|
|
247
|
+
"outputs": [
|
|
248
|
+
"ContactUpdateOutput"
|
|
249
|
+
],
|
|
250
|
+
"implementationHash": "4e265980ea5afb7b",
|
|
251
|
+
"description": "ContactUpdate",
|
|
252
|
+
"isDirectFunction": false,
|
|
253
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/freshdesk/src/functions/contactUpdate.function.ts",
|
|
254
|
+
"exportedName": "contactUpdate",
|
|
255
|
+
"contractHash": "0ff7b197edd3db21",
|
|
256
|
+
"inputHash": "653bb3c9",
|
|
257
|
+
"outputHash": "bd7c8214"
|
|
258
|
+
},
|
|
259
|
+
"contactDelete": {
|
|
260
|
+
"pikkuFuncId": "contactDelete",
|
|
261
|
+
"functionType": "user",
|
|
262
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
263
|
+
"sessionless": true,
|
|
264
|
+
"name": "contactDelete",
|
|
265
|
+
"services": {
|
|
266
|
+
"optimized": true,
|
|
267
|
+
"services": [
|
|
268
|
+
"freshdesk"
|
|
269
|
+
]
|
|
270
|
+
},
|
|
271
|
+
"inputSchemaName": "ContactDeleteInput",
|
|
272
|
+
"outputSchemaName": "ContactDeleteOutput",
|
|
273
|
+
"inputs": [
|
|
274
|
+
"ContactDeleteInput"
|
|
275
|
+
],
|
|
276
|
+
"outputs": [
|
|
277
|
+
"ContactDeleteOutput"
|
|
278
|
+
],
|
|
279
|
+
"implementationHash": "bea771b41e53a82f",
|
|
280
|
+
"description": "ContactDelete",
|
|
281
|
+
"isDirectFunction": false,
|
|
282
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/freshdesk/src/functions/contactDelete.function.ts",
|
|
283
|
+
"exportedName": "contactDelete",
|
|
284
|
+
"contractHash": "0a4689e5147eeb46",
|
|
285
|
+
"inputHash": "ee859a8f",
|
|
286
|
+
"outputHash": "66384b44"
|
|
287
|
+
}
|
|
288
|
+
}
|
|
@@ -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-freshdesk', '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,wBAAwB,EAAE,UAAU,EAAE,MAAM,EAAE,QAAyB,CAAC,CAAA"}
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ticketGetAll": {
|
|
3
|
+
"pikkuFuncId": "ticketGetAll",
|
|
4
|
+
"functionType": "user",
|
|
5
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
6
|
+
"sessionless": true,
|
|
7
|
+
"name": "ticketGetAll",
|
|
8
|
+
"inputSchemaName": null,
|
|
9
|
+
"outputSchemaName": "TicketGetAllOutput",
|
|
10
|
+
"inputs": [],
|
|
11
|
+
"outputs": [
|
|
12
|
+
"TicketGetAllOutput"
|
|
13
|
+
],
|
|
14
|
+
"implementationHash": "bec92cec259356af",
|
|
15
|
+
"contractHash": "5c4d8089f794d245",
|
|
16
|
+
"inputHash": "9aeee44b",
|
|
17
|
+
"outputHash": "c81784d9"
|
|
18
|
+
},
|
|
19
|
+
"ticketCreate": {
|
|
20
|
+
"pikkuFuncId": "ticketCreate",
|
|
21
|
+
"functionType": "user",
|
|
22
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
23
|
+
"sessionless": true,
|
|
24
|
+
"name": "ticketCreate",
|
|
25
|
+
"inputSchemaName": "TicketCreateInput",
|
|
26
|
+
"outputSchemaName": "TicketCreateOutput",
|
|
27
|
+
"inputs": [
|
|
28
|
+
"TicketCreateInput"
|
|
29
|
+
],
|
|
30
|
+
"outputs": [
|
|
31
|
+
"TicketCreateOutput"
|
|
32
|
+
],
|
|
33
|
+
"implementationHash": "a57a574976b6dda0",
|
|
34
|
+
"contractHash": "f8a1acaef0ae1cad",
|
|
35
|
+
"inputHash": "9ef07972",
|
|
36
|
+
"outputHash": "8e4834a1"
|
|
37
|
+
},
|
|
38
|
+
"ticketGet": {
|
|
39
|
+
"pikkuFuncId": "ticketGet",
|
|
40
|
+
"functionType": "user",
|
|
41
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
42
|
+
"sessionless": true,
|
|
43
|
+
"name": "ticketGet",
|
|
44
|
+
"inputSchemaName": "TicketGetInput",
|
|
45
|
+
"outputSchemaName": "TicketGetOutput",
|
|
46
|
+
"inputs": [
|
|
47
|
+
"TicketGetInput"
|
|
48
|
+
],
|
|
49
|
+
"outputs": [
|
|
50
|
+
"TicketGetOutput"
|
|
51
|
+
],
|
|
52
|
+
"implementationHash": "d64d942cf38bab05",
|
|
53
|
+
"contractHash": "0d342fa468649647",
|
|
54
|
+
"inputHash": "1d80076b",
|
|
55
|
+
"outputHash": "4a903161"
|
|
56
|
+
},
|
|
57
|
+
"ticketUpdate": {
|
|
58
|
+
"pikkuFuncId": "ticketUpdate",
|
|
59
|
+
"functionType": "user",
|
|
60
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
61
|
+
"sessionless": true,
|
|
62
|
+
"name": "ticketUpdate",
|
|
63
|
+
"inputSchemaName": "TicketUpdateInput",
|
|
64
|
+
"outputSchemaName": "TicketUpdateOutput",
|
|
65
|
+
"inputs": [
|
|
66
|
+
"TicketUpdateInput"
|
|
67
|
+
],
|
|
68
|
+
"outputs": [
|
|
69
|
+
"TicketUpdateOutput"
|
|
70
|
+
],
|
|
71
|
+
"implementationHash": "32002bcbf0dc4d05",
|
|
72
|
+
"contractHash": "ec65c71a295582a1",
|
|
73
|
+
"inputHash": "46b00b07",
|
|
74
|
+
"outputHash": "aa85f7bd"
|
|
75
|
+
},
|
|
76
|
+
"ticketDelete": {
|
|
77
|
+
"pikkuFuncId": "ticketDelete",
|
|
78
|
+
"functionType": "user",
|
|
79
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
80
|
+
"sessionless": true,
|
|
81
|
+
"name": "ticketDelete",
|
|
82
|
+
"inputSchemaName": "TicketDeleteInput",
|
|
83
|
+
"outputSchemaName": "TicketDeleteOutput",
|
|
84
|
+
"inputs": [
|
|
85
|
+
"TicketDeleteInput"
|
|
86
|
+
],
|
|
87
|
+
"outputs": [
|
|
88
|
+
"TicketDeleteOutput"
|
|
89
|
+
],
|
|
90
|
+
"implementationHash": "3d3cba57fe5f4c21",
|
|
91
|
+
"contractHash": "3d5d7f423862abbd",
|
|
92
|
+
"inputHash": "66db0cd6",
|
|
93
|
+
"outputHash": "946c9b35"
|
|
94
|
+
},
|
|
95
|
+
"contactGetAll": {
|
|
96
|
+
"pikkuFuncId": "contactGetAll",
|
|
97
|
+
"functionType": "user",
|
|
98
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
99
|
+
"sessionless": true,
|
|
100
|
+
"name": "contactGetAll",
|
|
101
|
+
"inputSchemaName": null,
|
|
102
|
+
"outputSchemaName": "ContactGetAllOutput",
|
|
103
|
+
"inputs": [],
|
|
104
|
+
"outputs": [
|
|
105
|
+
"ContactGetAllOutput"
|
|
106
|
+
],
|
|
107
|
+
"implementationHash": "e8fd2f8d6fff4408",
|
|
108
|
+
"contractHash": "c0c13c0a86293b66",
|
|
109
|
+
"inputHash": "b573ba74",
|
|
110
|
+
"outputHash": "dbc1253f"
|
|
111
|
+
},
|
|
112
|
+
"contactCreate": {
|
|
113
|
+
"pikkuFuncId": "contactCreate",
|
|
114
|
+
"functionType": "user",
|
|
115
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
116
|
+
"sessionless": true,
|
|
117
|
+
"name": "contactCreate",
|
|
118
|
+
"inputSchemaName": "ContactCreateInput",
|
|
119
|
+
"outputSchemaName": "ContactCreateOutput",
|
|
120
|
+
"inputs": [
|
|
121
|
+
"ContactCreateInput"
|
|
122
|
+
],
|
|
123
|
+
"outputs": [
|
|
124
|
+
"ContactCreateOutput"
|
|
125
|
+
],
|
|
126
|
+
"implementationHash": "002afa56af1e16ed",
|
|
127
|
+
"contractHash": "8ac2ab19394641c6",
|
|
128
|
+
"inputHash": "9b3a25c2",
|
|
129
|
+
"outputHash": "8a72fa54"
|
|
130
|
+
},
|
|
131
|
+
"contactGet": {
|
|
132
|
+
"pikkuFuncId": "contactGet",
|
|
133
|
+
"functionType": "user",
|
|
134
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
135
|
+
"sessionless": true,
|
|
136
|
+
"name": "contactGet",
|
|
137
|
+
"inputSchemaName": "ContactGetInput",
|
|
138
|
+
"outputSchemaName": "ContactGetOutput",
|
|
139
|
+
"inputs": [
|
|
140
|
+
"ContactGetInput"
|
|
141
|
+
],
|
|
142
|
+
"outputs": [
|
|
143
|
+
"ContactGetOutput"
|
|
144
|
+
],
|
|
145
|
+
"implementationHash": "465527cbcf624a69",
|
|
146
|
+
"contractHash": "47de5346bdc82c42",
|
|
147
|
+
"inputHash": "402b1e1a",
|
|
148
|
+
"outputHash": "efd411dd"
|
|
149
|
+
},
|
|
150
|
+
"contactUpdate": {
|
|
151
|
+
"pikkuFuncId": "contactUpdate",
|
|
152
|
+
"functionType": "user",
|
|
153
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
154
|
+
"sessionless": true,
|
|
155
|
+
"name": "contactUpdate",
|
|
156
|
+
"inputSchemaName": "ContactUpdateInput",
|
|
157
|
+
"outputSchemaName": "ContactUpdateOutput",
|
|
158
|
+
"inputs": [
|
|
159
|
+
"ContactUpdateInput"
|
|
160
|
+
],
|
|
161
|
+
"outputs": [
|
|
162
|
+
"ContactUpdateOutput"
|
|
163
|
+
],
|
|
164
|
+
"implementationHash": "4e265980ea5afb7b",
|
|
165
|
+
"contractHash": "0ff7b197edd3db21",
|
|
166
|
+
"inputHash": "653bb3c9",
|
|
167
|
+
"outputHash": "bd7c8214"
|
|
168
|
+
},
|
|
169
|
+
"contactDelete": {
|
|
170
|
+
"pikkuFuncId": "contactDelete",
|
|
171
|
+
"functionType": "user",
|
|
172
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
173
|
+
"sessionless": true,
|
|
174
|
+
"name": "contactDelete",
|
|
175
|
+
"inputSchemaName": "ContactDeleteInput",
|
|
176
|
+
"outputSchemaName": "ContactDeleteOutput",
|
|
177
|
+
"inputs": [
|
|
178
|
+
"ContactDeleteInput"
|
|
179
|
+
],
|
|
180
|
+
"outputs": [
|
|
181
|
+
"ContactDeleteOutput"
|
|
182
|
+
],
|
|
183
|
+
"implementationHash": "bea771b41e53a82f",
|
|
184
|
+
"contractHash": "0a4689e5147eeb46",
|
|
185
|
+
"inputHash": "ee859a8f",
|
|
186
|
+
"outputHash": "66384b44"
|
|
187
|
+
}
|
|
188
|
+
}
|
|
@@ -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-freshdesk', '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,26 @@
|
|
|
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 { contactCreate } from '../../src/functions/contactCreate.function.js';
|
|
7
|
+
import { contactDelete } from '../../src/functions/contactDelete.function.js';
|
|
8
|
+
import { contactGet } from '../../src/functions/contactGet.function.js';
|
|
9
|
+
import { contactGetAll } from '../../src/functions/contactGetAll.function.js';
|
|
10
|
+
import { contactUpdate } from '../../src/functions/contactUpdate.function.js';
|
|
11
|
+
import { ticketCreate } from '../../src/functions/ticketCreate.function.js';
|
|
12
|
+
import { ticketDelete } from '../../src/functions/ticketDelete.function.js';
|
|
13
|
+
import { ticketGet } from '../../src/functions/ticketGet.function.js';
|
|
14
|
+
import { ticketGetAll } from '../../src/functions/ticketGetAll.function.js';
|
|
15
|
+
import { ticketUpdate } from '../../src/functions/ticketUpdate.function.js';
|
|
16
|
+
addFunction('contactCreate', contactCreate, '@pikku/addon-freshdesk');
|
|
17
|
+
addFunction('contactDelete', contactDelete, '@pikku/addon-freshdesk');
|
|
18
|
+
addFunction('contactGet', contactGet, '@pikku/addon-freshdesk');
|
|
19
|
+
addFunction('contactGetAll', contactGetAll, '@pikku/addon-freshdesk');
|
|
20
|
+
addFunction('contactUpdate', contactUpdate, '@pikku/addon-freshdesk');
|
|
21
|
+
addFunction('ticketCreate', ticketCreate, '@pikku/addon-freshdesk');
|
|
22
|
+
addFunction('ticketDelete', ticketDelete, '@pikku/addon-freshdesk');
|
|
23
|
+
addFunction('ticketGet', ticketGet, '@pikku/addon-freshdesk');
|
|
24
|
+
addFunction('ticketGetAll', ticketGetAll, '@pikku/addon-freshdesk');
|
|
25
|
+
addFunction('ticketUpdate', ticketUpdate, '@pikku/addon-freshdesk');
|
|
26
|
+
//# 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,aAAa,EAAE,MAAM,+CAA+C,CAAA;AAC7E,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAA;AACvE,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAA;AAC7E,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAA;AAC7E,OAAO,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAA;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAA;AAC3E,OAAO,EAAE,SAAS,EAAE,MAAM,2CAA2C,CAAA;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAA;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAA;AAE3E,WAAW,CAAC,eAAe,EAAE,aAAa,EAAE,wBAAwB,CAAC,CAAA;AACrE,WAAW,CAAC,eAAe,EAAE,aAAa,EAAE,wBAAwB,CAAC,CAAA;AACrE,WAAW,CAAC,YAAY,EAAE,UAAU,EAAE,wBAAwB,CAAC,CAAA;AAC/D,WAAW,CAAC,eAAe,EAAE,aAAa,EAAE,wBAAwB,CAAC,CAAA;AACrE,WAAW,CAAC,eAAe,EAAE,aAAa,EAAE,wBAAwB,CAAC,CAAA;AACrE,WAAW,CAAC,cAAc,EAAE,YAAY,EAAE,wBAAwB,CAAC,CAAA;AACnE,WAAW,CAAC,cAAc,EAAE,YAAY,EAAE,wBAAwB,CAAC,CAAA;AACnE,WAAW,CAAC,WAAW,EAAE,SAAS,EAAE,wBAAwB,CAAC,CAAA;AAC7D,WAAW,CAAC,cAAc,EAAE,YAAY,EAAE,wBAAwB,CAAC,CAAA;AACnE,WAAW,CAAC,cAAc,EAAE,YAAY,EAAE,wBAAwB,CAAC,CAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { contactCreate } from '../../src/functions/contactCreate.function.js'
|
|
7
|
+
import { contactDelete } from '../../src/functions/contactDelete.function.js'
|
|
8
|
+
import { contactGet } from '../../src/functions/contactGet.function.js'
|
|
9
|
+
import { contactGetAll } from '../../src/functions/contactGetAll.function.js'
|
|
10
|
+
import { contactUpdate } from '../../src/functions/contactUpdate.function.js'
|
|
11
|
+
import { ticketCreate } from '../../src/functions/ticketCreate.function.js'
|
|
12
|
+
import { ticketDelete } from '../../src/functions/ticketDelete.function.js'
|
|
13
|
+
import { ticketGet } from '../../src/functions/ticketGet.function.js'
|
|
14
|
+
import { ticketGetAll } from '../../src/functions/ticketGetAll.function.js'
|
|
15
|
+
import { ticketUpdate } from '../../src/functions/ticketUpdate.function.js'
|
|
16
|
+
|
|
17
|
+
addFunction('contactCreate', contactCreate, '@pikku/addon-freshdesk')
|
|
18
|
+
addFunction('contactDelete', contactDelete, '@pikku/addon-freshdesk')
|
|
19
|
+
addFunction('contactGet', contactGet, '@pikku/addon-freshdesk')
|
|
20
|
+
addFunction('contactGetAll', contactGetAll, '@pikku/addon-freshdesk')
|
|
21
|
+
addFunction('contactUpdate', contactUpdate, '@pikku/addon-freshdesk')
|
|
22
|
+
addFunction('ticketCreate', ticketCreate, '@pikku/addon-freshdesk')
|
|
23
|
+
addFunction('ticketDelete', ticketDelete, '@pikku/addon-freshdesk')
|
|
24
|
+
addFunction('ticketGet', ticketGet, '@pikku/addon-freshdesk')
|
|
25
|
+
addFunction('ticketGetAll', ticketGetAll, '@pikku/addon-freshdesk')
|
|
26
|
+
addFunction('ticketUpdate', ticketUpdate, '@pikku/addon-freshdesk')
|