@pikku/addon-autopilot 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 +169 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +180 -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/ContactDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactGetAllInput.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/ContactJourneyAddInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactJourneyAddOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactListAddInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactListAddOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactListExistInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactListExistOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactListGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactListGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactListRemoveInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactListRemoveOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactUpsertInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactUpsertOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CredentialSchema_autopilot.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ListCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ListCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ListGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/VariableSchema_AUTOPILOT_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/autopilot-api.service.d.ts +10 -0
- package/dist/src/autopilot-api.service.d.ts.map +1 -0
- package/dist/src/autopilot-api.service.js +152 -0
- package/dist/src/autopilot-api.service.js.map +1 -0
- package/dist/src/autopilot.credential.d.ts +5 -0
- package/dist/src/autopilot.credential.d.ts.map +1 -0
- package/dist/src/autopilot.credential.js +13 -0
- package/dist/src/autopilot.credential.js.map +1 -0
- package/dist/src/autopilot.types.d.ts +7 -0
- package/dist/src/autopilot.types.d.ts.map +1 -0
- package/dist/src/autopilot.types.js +8 -0
- package/dist/src/autopilot.types.js.map +1 -0
- package/dist/src/autopilot.variable.d.ts +5 -0
- package/dist/src/autopilot.variable.d.ts.map +1 -0
- package/dist/src/autopilot.variable.js +11 -0
- package/dist/src/autopilot.variable.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 +13 -0
- package/dist/src/functions/contactGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/contactGetAll.function.js +15 -0
- package/dist/src/functions/contactGetAll.function.js.map +1 -0
- package/dist/src/functions/contactJourneyAdd.function.d.ts +17 -0
- package/dist/src/functions/contactJourneyAdd.function.d.ts.map +1 -0
- package/dist/src/functions/contactJourneyAdd.function.js +16 -0
- package/dist/src/functions/contactJourneyAdd.function.js.map +1 -0
- package/dist/src/functions/contactListAdd.function.d.ts +17 -0
- package/dist/src/functions/contactListAdd.function.d.ts.map +1 -0
- package/dist/src/functions/contactListAdd.function.js +16 -0
- package/dist/src/functions/contactListAdd.function.js.map +1 -0
- package/dist/src/functions/contactListExist.function.d.ts +17 -0
- package/dist/src/functions/contactListExist.function.d.ts.map +1 -0
- package/dist/src/functions/contactListExist.function.js +16 -0
- package/dist/src/functions/contactListExist.function.js.map +1 -0
- package/dist/src/functions/contactListGetAll.function.d.ts +17 -0
- package/dist/src/functions/contactListGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/contactListGetAll.function.js +16 -0
- package/dist/src/functions/contactListGetAll.function.js.map +1 -0
- package/dist/src/functions/contactListRemove.function.d.ts +17 -0
- package/dist/src/functions/contactListRemove.function.d.ts.map +1 -0
- package/dist/src/functions/contactListRemove.function.js +16 -0
- package/dist/src/functions/contactListRemove.function.js.map +1 -0
- package/dist/src/functions/contactUpsert.function.d.ts +21 -0
- package/dist/src/functions/contactUpsert.function.d.ts.map +1 -0
- package/dist/src/functions/contactUpsert.function.js +17 -0
- package/dist/src/functions/contactUpsert.function.js.map +1 -0
- package/dist/src/functions/listCreate.function.d.ts +13 -0
- package/dist/src/functions/listCreate.function.d.ts.map +1 -0
- package/dist/src/functions/listCreate.function.js +15 -0
- package/dist/src/functions/listCreate.function.js.map +1 -0
- package/dist/src/functions/listGetAll.function.d.ts +4 -0
- package/dist/src/functions/listGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/listGetAll.function.js +11 -0
- package/dist/src/functions/listGetAll.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/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
|
+
"contactUpsert": {
|
|
3
|
+
"pikkuFuncId": "contactUpsert",
|
|
4
|
+
"functionType": "user",
|
|
5
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
6
|
+
"sessionless": true,
|
|
7
|
+
"name": "contactUpsert",
|
|
8
|
+
"services": {
|
|
9
|
+
"optimized": true,
|
|
10
|
+
"services": [
|
|
11
|
+
"autopilot"
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
"inputSchemaName": "ContactUpsertInput",
|
|
15
|
+
"outputSchemaName": "ContactUpsertOutput",
|
|
16
|
+
"inputs": [
|
|
17
|
+
"ContactUpsertInput"
|
|
18
|
+
],
|
|
19
|
+
"outputs": [
|
|
20
|
+
"ContactUpsertOutput"
|
|
21
|
+
],
|
|
22
|
+
"implementationHash": "96216f67d8d7b2d5",
|
|
23
|
+
"description": "Create or update a contact",
|
|
24
|
+
"isDirectFunction": false,
|
|
25
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/autopilot/src/functions/contactUpsert.function.ts",
|
|
26
|
+
"exportedName": "contactUpsert",
|
|
27
|
+
"contractHash": "b34a3d97fbb3deb1",
|
|
28
|
+
"inputHash": "b068fda7",
|
|
29
|
+
"outputHash": "e86395ec"
|
|
30
|
+
},
|
|
31
|
+
"contactGet": {
|
|
32
|
+
"pikkuFuncId": "contactGet",
|
|
33
|
+
"functionType": "user",
|
|
34
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
35
|
+
"sessionless": true,
|
|
36
|
+
"name": "contactGet",
|
|
37
|
+
"services": {
|
|
38
|
+
"optimized": true,
|
|
39
|
+
"services": [
|
|
40
|
+
"autopilot"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"inputSchemaName": "ContactGetInput",
|
|
44
|
+
"outputSchemaName": "ContactGetOutput",
|
|
45
|
+
"inputs": [
|
|
46
|
+
"ContactGetInput"
|
|
47
|
+
],
|
|
48
|
+
"outputs": [
|
|
49
|
+
"ContactGetOutput"
|
|
50
|
+
],
|
|
51
|
+
"implementationHash": "022256b2c5f84b3e",
|
|
52
|
+
"description": "Get a contact",
|
|
53
|
+
"isDirectFunction": false,
|
|
54
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/autopilot/src/functions/contactGet.function.ts",
|
|
55
|
+
"exportedName": "contactGet",
|
|
56
|
+
"contractHash": "0e4e4b0282082850",
|
|
57
|
+
"inputHash": "a6cc551b",
|
|
58
|
+
"outputHash": "efd411dd"
|
|
59
|
+
},
|
|
60
|
+
"contactDelete": {
|
|
61
|
+
"pikkuFuncId": "contactDelete",
|
|
62
|
+
"functionType": "user",
|
|
63
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
64
|
+
"sessionless": true,
|
|
65
|
+
"name": "contactDelete",
|
|
66
|
+
"services": {
|
|
67
|
+
"optimized": true,
|
|
68
|
+
"services": [
|
|
69
|
+
"autopilot"
|
|
70
|
+
]
|
|
71
|
+
},
|
|
72
|
+
"inputSchemaName": "ContactDeleteInput",
|
|
73
|
+
"outputSchemaName": "ContactDeleteOutput",
|
|
74
|
+
"inputs": [
|
|
75
|
+
"ContactDeleteInput"
|
|
76
|
+
],
|
|
77
|
+
"outputs": [
|
|
78
|
+
"ContactDeleteOutput"
|
|
79
|
+
],
|
|
80
|
+
"implementationHash": "10f07fcc057a8137",
|
|
81
|
+
"description": "Delete a contact",
|
|
82
|
+
"isDirectFunction": false,
|
|
83
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/autopilot/src/functions/contactDelete.function.ts",
|
|
84
|
+
"exportedName": "contactDelete",
|
|
85
|
+
"contractHash": "f84154b801c70c2d",
|
|
86
|
+
"inputHash": "f84ccc9f",
|
|
87
|
+
"outputHash": "66384b44"
|
|
88
|
+
},
|
|
89
|
+
"contactGetAll": {
|
|
90
|
+
"pikkuFuncId": "contactGetAll",
|
|
91
|
+
"functionType": "user",
|
|
92
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
93
|
+
"sessionless": true,
|
|
94
|
+
"name": "contactGetAll",
|
|
95
|
+
"services": {
|
|
96
|
+
"optimized": true,
|
|
97
|
+
"services": [
|
|
98
|
+
"autopilot"
|
|
99
|
+
]
|
|
100
|
+
},
|
|
101
|
+
"inputSchemaName": "ContactGetAllInput",
|
|
102
|
+
"outputSchemaName": "ContactGetAllOutput",
|
|
103
|
+
"inputs": [
|
|
104
|
+
"ContactGetAllInput"
|
|
105
|
+
],
|
|
106
|
+
"outputs": [
|
|
107
|
+
"ContactGetAllOutput"
|
|
108
|
+
],
|
|
109
|
+
"implementationHash": "37a8d1c06f707576",
|
|
110
|
+
"description": "Get all contacts",
|
|
111
|
+
"isDirectFunction": false,
|
|
112
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/autopilot/src/functions/contactGetAll.function.ts",
|
|
113
|
+
"exportedName": "contactGetAll",
|
|
114
|
+
"contractHash": "bc19731a3ccd9111",
|
|
115
|
+
"inputHash": "3fd88a1f",
|
|
116
|
+
"outputHash": "dbc1253f"
|
|
117
|
+
},
|
|
118
|
+
"contactJourneyAdd": {
|
|
119
|
+
"pikkuFuncId": "contactJourneyAdd",
|
|
120
|
+
"functionType": "user",
|
|
121
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
122
|
+
"sessionless": true,
|
|
123
|
+
"name": "contactJourneyAdd",
|
|
124
|
+
"services": {
|
|
125
|
+
"optimized": true,
|
|
126
|
+
"services": [
|
|
127
|
+
"autopilot"
|
|
128
|
+
]
|
|
129
|
+
},
|
|
130
|
+
"inputSchemaName": "ContactJourneyAddInput",
|
|
131
|
+
"outputSchemaName": "ContactJourneyAddOutput",
|
|
132
|
+
"inputs": [
|
|
133
|
+
"ContactJourneyAddInput"
|
|
134
|
+
],
|
|
135
|
+
"outputs": [
|
|
136
|
+
"ContactJourneyAddOutput"
|
|
137
|
+
],
|
|
138
|
+
"implementationHash": "1d795e0b6b531463",
|
|
139
|
+
"description": "Add a contact to a journey",
|
|
140
|
+
"isDirectFunction": false,
|
|
141
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/autopilot/src/functions/contactJourneyAdd.function.ts",
|
|
142
|
+
"exportedName": "contactJourneyAdd",
|
|
143
|
+
"contractHash": "51db5e81dc59673a",
|
|
144
|
+
"inputHash": "12e2deb7",
|
|
145
|
+
"outputHash": "1fcc0259"
|
|
146
|
+
},
|
|
147
|
+
"contactListExist": {
|
|
148
|
+
"pikkuFuncId": "contactListExist",
|
|
149
|
+
"functionType": "user",
|
|
150
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
151
|
+
"sessionless": true,
|
|
152
|
+
"name": "contactListExist",
|
|
153
|
+
"services": {
|
|
154
|
+
"optimized": true,
|
|
155
|
+
"services": [
|
|
156
|
+
"autopilot"
|
|
157
|
+
]
|
|
158
|
+
},
|
|
159
|
+
"inputSchemaName": "ContactListExistInput",
|
|
160
|
+
"outputSchemaName": "ContactListExistOutput",
|
|
161
|
+
"inputs": [
|
|
162
|
+
"ContactListExistInput"
|
|
163
|
+
],
|
|
164
|
+
"outputs": [
|
|
165
|
+
"ContactListExistOutput"
|
|
166
|
+
],
|
|
167
|
+
"implementationHash": "91297a36c67d5828",
|
|
168
|
+
"description": "Check if a contact is in a list",
|
|
169
|
+
"isDirectFunction": false,
|
|
170
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/autopilot/src/functions/contactListExist.function.ts",
|
|
171
|
+
"exportedName": "contactListExist",
|
|
172
|
+
"contractHash": "da5b1a68eaef7118",
|
|
173
|
+
"inputHash": "892dde06",
|
|
174
|
+
"outputHash": "a3b51ab7"
|
|
175
|
+
},
|
|
176
|
+
"contactListAdd": {
|
|
177
|
+
"pikkuFuncId": "contactListAdd",
|
|
178
|
+
"functionType": "user",
|
|
179
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
180
|
+
"sessionless": true,
|
|
181
|
+
"name": "contactListAdd",
|
|
182
|
+
"services": {
|
|
183
|
+
"optimized": true,
|
|
184
|
+
"services": [
|
|
185
|
+
"autopilot"
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
"inputSchemaName": "ContactListAddInput",
|
|
189
|
+
"outputSchemaName": "ContactListAddOutput",
|
|
190
|
+
"inputs": [
|
|
191
|
+
"ContactListAddInput"
|
|
192
|
+
],
|
|
193
|
+
"outputs": [
|
|
194
|
+
"ContactListAddOutput"
|
|
195
|
+
],
|
|
196
|
+
"implementationHash": "0f98cae02f609345",
|
|
197
|
+
"description": "Add a contact to a list",
|
|
198
|
+
"isDirectFunction": false,
|
|
199
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/autopilot/src/functions/contactListAdd.function.ts",
|
|
200
|
+
"exportedName": "contactListAdd",
|
|
201
|
+
"contractHash": "c16859a64e9363e9",
|
|
202
|
+
"inputHash": "c3d4f949",
|
|
203
|
+
"outputHash": "a7ce836d"
|
|
204
|
+
},
|
|
205
|
+
"contactListRemove": {
|
|
206
|
+
"pikkuFuncId": "contactListRemove",
|
|
207
|
+
"functionType": "user",
|
|
208
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
209
|
+
"sessionless": true,
|
|
210
|
+
"name": "contactListRemove",
|
|
211
|
+
"services": {
|
|
212
|
+
"optimized": true,
|
|
213
|
+
"services": [
|
|
214
|
+
"autopilot"
|
|
215
|
+
]
|
|
216
|
+
},
|
|
217
|
+
"inputSchemaName": "ContactListRemoveInput",
|
|
218
|
+
"outputSchemaName": "ContactListRemoveOutput",
|
|
219
|
+
"inputs": [
|
|
220
|
+
"ContactListRemoveInput"
|
|
221
|
+
],
|
|
222
|
+
"outputs": [
|
|
223
|
+
"ContactListRemoveOutput"
|
|
224
|
+
],
|
|
225
|
+
"implementationHash": "aad1afba48c938e2",
|
|
226
|
+
"description": "Remove a contact from a list",
|
|
227
|
+
"isDirectFunction": false,
|
|
228
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/autopilot/src/functions/contactListRemove.function.ts",
|
|
229
|
+
"exportedName": "contactListRemove",
|
|
230
|
+
"contractHash": "ec16bb5227bc285d",
|
|
231
|
+
"inputHash": "48695959",
|
|
232
|
+
"outputHash": "d5bc1dff"
|
|
233
|
+
},
|
|
234
|
+
"contactListGetAll": {
|
|
235
|
+
"pikkuFuncId": "contactListGetAll",
|
|
236
|
+
"functionType": "user",
|
|
237
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
238
|
+
"sessionless": true,
|
|
239
|
+
"name": "contactListGetAll",
|
|
240
|
+
"services": {
|
|
241
|
+
"optimized": true,
|
|
242
|
+
"services": [
|
|
243
|
+
"autopilot"
|
|
244
|
+
]
|
|
245
|
+
},
|
|
246
|
+
"inputSchemaName": "ContactListGetAllInput",
|
|
247
|
+
"outputSchemaName": "ContactListGetAllOutput",
|
|
248
|
+
"inputs": [
|
|
249
|
+
"ContactListGetAllInput"
|
|
250
|
+
],
|
|
251
|
+
"outputs": [
|
|
252
|
+
"ContactListGetAllOutput"
|
|
253
|
+
],
|
|
254
|
+
"implementationHash": "c58797bf842d55fb",
|
|
255
|
+
"description": "Get all contacts in a list",
|
|
256
|
+
"isDirectFunction": false,
|
|
257
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/autopilot/src/functions/contactListGetAll.function.ts",
|
|
258
|
+
"exportedName": "contactListGetAll",
|
|
259
|
+
"contractHash": "1de5e3b927cdce2a",
|
|
260
|
+
"inputHash": "0c7b16d1",
|
|
261
|
+
"outputHash": "ca25b736"
|
|
262
|
+
},
|
|
263
|
+
"listCreate": {
|
|
264
|
+
"pikkuFuncId": "listCreate",
|
|
265
|
+
"functionType": "user",
|
|
266
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
267
|
+
"sessionless": true,
|
|
268
|
+
"name": "listCreate",
|
|
269
|
+
"services": {
|
|
270
|
+
"optimized": true,
|
|
271
|
+
"services": [
|
|
272
|
+
"autopilot"
|
|
273
|
+
]
|
|
274
|
+
},
|
|
275
|
+
"inputSchemaName": "ListCreateInput",
|
|
276
|
+
"outputSchemaName": "ListCreateOutput",
|
|
277
|
+
"inputs": [
|
|
278
|
+
"ListCreateInput"
|
|
279
|
+
],
|
|
280
|
+
"outputs": [
|
|
281
|
+
"ListCreateOutput"
|
|
282
|
+
],
|
|
283
|
+
"implementationHash": "e9e2f0d30cedf5e7",
|
|
284
|
+
"description": "Create a list",
|
|
285
|
+
"isDirectFunction": false,
|
|
286
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/autopilot/src/functions/listCreate.function.ts",
|
|
287
|
+
"exportedName": "listCreate",
|
|
288
|
+
"contractHash": "90572cd1c1d10e20",
|
|
289
|
+
"inputHash": "94b73670",
|
|
290
|
+
"outputHash": "12634f3f"
|
|
291
|
+
},
|
|
292
|
+
"listGetAll": {
|
|
293
|
+
"pikkuFuncId": "listGetAll",
|
|
294
|
+
"functionType": "user",
|
|
295
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
296
|
+
"sessionless": true,
|
|
297
|
+
"name": "listGetAll",
|
|
298
|
+
"services": {
|
|
299
|
+
"optimized": true,
|
|
300
|
+
"services": [
|
|
301
|
+
"autopilot"
|
|
302
|
+
]
|
|
303
|
+
},
|
|
304
|
+
"inputSchemaName": null,
|
|
305
|
+
"outputSchemaName": "ListGetAllOutput",
|
|
306
|
+
"inputs": [],
|
|
307
|
+
"outputs": [
|
|
308
|
+
"ListGetAllOutput"
|
|
309
|
+
],
|
|
310
|
+
"implementationHash": "d8b0c28ef506d110",
|
|
311
|
+
"description": "Get all lists",
|
|
312
|
+
"isDirectFunction": false,
|
|
313
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/autopilot/src/functions/listGetAll.function.ts",
|
|
314
|
+
"exportedName": "listGetAll",
|
|
315
|
+
"contractHash": "df0fd5604aea20de",
|
|
316
|
+
"inputHash": "cf882b67",
|
|
317
|
+
"outputHash": "3556e648"
|
|
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-autopilot', '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,209 @@
|
|
|
1
|
+
{
|
|
2
|
+
"contactUpsert": {
|
|
3
|
+
"pikkuFuncId": "contactUpsert",
|
|
4
|
+
"functionType": "user",
|
|
5
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
6
|
+
"sessionless": true,
|
|
7
|
+
"name": "contactUpsert",
|
|
8
|
+
"inputSchemaName": "ContactUpsertInput",
|
|
9
|
+
"outputSchemaName": "ContactUpsertOutput",
|
|
10
|
+
"inputs": [
|
|
11
|
+
"ContactUpsertInput"
|
|
12
|
+
],
|
|
13
|
+
"outputs": [
|
|
14
|
+
"ContactUpsertOutput"
|
|
15
|
+
],
|
|
16
|
+
"implementationHash": "96216f67d8d7b2d5",
|
|
17
|
+
"contractHash": "b34a3d97fbb3deb1",
|
|
18
|
+
"inputHash": "b068fda7",
|
|
19
|
+
"outputHash": "e86395ec"
|
|
20
|
+
},
|
|
21
|
+
"contactGet": {
|
|
22
|
+
"pikkuFuncId": "contactGet",
|
|
23
|
+
"functionType": "user",
|
|
24
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
25
|
+
"sessionless": true,
|
|
26
|
+
"name": "contactGet",
|
|
27
|
+
"inputSchemaName": "ContactGetInput",
|
|
28
|
+
"outputSchemaName": "ContactGetOutput",
|
|
29
|
+
"inputs": [
|
|
30
|
+
"ContactGetInput"
|
|
31
|
+
],
|
|
32
|
+
"outputs": [
|
|
33
|
+
"ContactGetOutput"
|
|
34
|
+
],
|
|
35
|
+
"implementationHash": "022256b2c5f84b3e",
|
|
36
|
+
"contractHash": "0e4e4b0282082850",
|
|
37
|
+
"inputHash": "a6cc551b",
|
|
38
|
+
"outputHash": "efd411dd"
|
|
39
|
+
},
|
|
40
|
+
"contactDelete": {
|
|
41
|
+
"pikkuFuncId": "contactDelete",
|
|
42
|
+
"functionType": "user",
|
|
43
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
44
|
+
"sessionless": true,
|
|
45
|
+
"name": "contactDelete",
|
|
46
|
+
"inputSchemaName": "ContactDeleteInput",
|
|
47
|
+
"outputSchemaName": "ContactDeleteOutput",
|
|
48
|
+
"inputs": [
|
|
49
|
+
"ContactDeleteInput"
|
|
50
|
+
],
|
|
51
|
+
"outputs": [
|
|
52
|
+
"ContactDeleteOutput"
|
|
53
|
+
],
|
|
54
|
+
"implementationHash": "10f07fcc057a8137",
|
|
55
|
+
"contractHash": "f84154b801c70c2d",
|
|
56
|
+
"inputHash": "f84ccc9f",
|
|
57
|
+
"outputHash": "66384b44"
|
|
58
|
+
},
|
|
59
|
+
"contactGetAll": {
|
|
60
|
+
"pikkuFuncId": "contactGetAll",
|
|
61
|
+
"functionType": "user",
|
|
62
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
63
|
+
"sessionless": true,
|
|
64
|
+
"name": "contactGetAll",
|
|
65
|
+
"inputSchemaName": "ContactGetAllInput",
|
|
66
|
+
"outputSchemaName": "ContactGetAllOutput",
|
|
67
|
+
"inputs": [
|
|
68
|
+
"ContactGetAllInput"
|
|
69
|
+
],
|
|
70
|
+
"outputs": [
|
|
71
|
+
"ContactGetAllOutput"
|
|
72
|
+
],
|
|
73
|
+
"implementationHash": "37a8d1c06f707576",
|
|
74
|
+
"contractHash": "bc19731a3ccd9111",
|
|
75
|
+
"inputHash": "3fd88a1f",
|
|
76
|
+
"outputHash": "dbc1253f"
|
|
77
|
+
},
|
|
78
|
+
"contactJourneyAdd": {
|
|
79
|
+
"pikkuFuncId": "contactJourneyAdd",
|
|
80
|
+
"functionType": "user",
|
|
81
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
82
|
+
"sessionless": true,
|
|
83
|
+
"name": "contactJourneyAdd",
|
|
84
|
+
"inputSchemaName": "ContactJourneyAddInput",
|
|
85
|
+
"outputSchemaName": "ContactJourneyAddOutput",
|
|
86
|
+
"inputs": [
|
|
87
|
+
"ContactJourneyAddInput"
|
|
88
|
+
],
|
|
89
|
+
"outputs": [
|
|
90
|
+
"ContactJourneyAddOutput"
|
|
91
|
+
],
|
|
92
|
+
"implementationHash": "1d795e0b6b531463",
|
|
93
|
+
"contractHash": "51db5e81dc59673a",
|
|
94
|
+
"inputHash": "12e2deb7",
|
|
95
|
+
"outputHash": "1fcc0259"
|
|
96
|
+
},
|
|
97
|
+
"contactListExist": {
|
|
98
|
+
"pikkuFuncId": "contactListExist",
|
|
99
|
+
"functionType": "user",
|
|
100
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
101
|
+
"sessionless": true,
|
|
102
|
+
"name": "contactListExist",
|
|
103
|
+
"inputSchemaName": "ContactListExistInput",
|
|
104
|
+
"outputSchemaName": "ContactListExistOutput",
|
|
105
|
+
"inputs": [
|
|
106
|
+
"ContactListExistInput"
|
|
107
|
+
],
|
|
108
|
+
"outputs": [
|
|
109
|
+
"ContactListExistOutput"
|
|
110
|
+
],
|
|
111
|
+
"implementationHash": "91297a36c67d5828",
|
|
112
|
+
"contractHash": "da5b1a68eaef7118",
|
|
113
|
+
"inputHash": "892dde06",
|
|
114
|
+
"outputHash": "a3b51ab7"
|
|
115
|
+
},
|
|
116
|
+
"contactListAdd": {
|
|
117
|
+
"pikkuFuncId": "contactListAdd",
|
|
118
|
+
"functionType": "user",
|
|
119
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
120
|
+
"sessionless": true,
|
|
121
|
+
"name": "contactListAdd",
|
|
122
|
+
"inputSchemaName": "ContactListAddInput",
|
|
123
|
+
"outputSchemaName": "ContactListAddOutput",
|
|
124
|
+
"inputs": [
|
|
125
|
+
"ContactListAddInput"
|
|
126
|
+
],
|
|
127
|
+
"outputs": [
|
|
128
|
+
"ContactListAddOutput"
|
|
129
|
+
],
|
|
130
|
+
"implementationHash": "0f98cae02f609345",
|
|
131
|
+
"contractHash": "c16859a64e9363e9",
|
|
132
|
+
"inputHash": "c3d4f949",
|
|
133
|
+
"outputHash": "a7ce836d"
|
|
134
|
+
},
|
|
135
|
+
"contactListRemove": {
|
|
136
|
+
"pikkuFuncId": "contactListRemove",
|
|
137
|
+
"functionType": "user",
|
|
138
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
139
|
+
"sessionless": true,
|
|
140
|
+
"name": "contactListRemove",
|
|
141
|
+
"inputSchemaName": "ContactListRemoveInput",
|
|
142
|
+
"outputSchemaName": "ContactListRemoveOutput",
|
|
143
|
+
"inputs": [
|
|
144
|
+
"ContactListRemoveInput"
|
|
145
|
+
],
|
|
146
|
+
"outputs": [
|
|
147
|
+
"ContactListRemoveOutput"
|
|
148
|
+
],
|
|
149
|
+
"implementationHash": "aad1afba48c938e2",
|
|
150
|
+
"contractHash": "ec16bb5227bc285d",
|
|
151
|
+
"inputHash": "48695959",
|
|
152
|
+
"outputHash": "d5bc1dff"
|
|
153
|
+
},
|
|
154
|
+
"contactListGetAll": {
|
|
155
|
+
"pikkuFuncId": "contactListGetAll",
|
|
156
|
+
"functionType": "user",
|
|
157
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
158
|
+
"sessionless": true,
|
|
159
|
+
"name": "contactListGetAll",
|
|
160
|
+
"inputSchemaName": "ContactListGetAllInput",
|
|
161
|
+
"outputSchemaName": "ContactListGetAllOutput",
|
|
162
|
+
"inputs": [
|
|
163
|
+
"ContactListGetAllInput"
|
|
164
|
+
],
|
|
165
|
+
"outputs": [
|
|
166
|
+
"ContactListGetAllOutput"
|
|
167
|
+
],
|
|
168
|
+
"implementationHash": "c58797bf842d55fb",
|
|
169
|
+
"contractHash": "1de5e3b927cdce2a",
|
|
170
|
+
"inputHash": "0c7b16d1",
|
|
171
|
+
"outputHash": "ca25b736"
|
|
172
|
+
},
|
|
173
|
+
"listCreate": {
|
|
174
|
+
"pikkuFuncId": "listCreate",
|
|
175
|
+
"functionType": "user",
|
|
176
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
177
|
+
"sessionless": true,
|
|
178
|
+
"name": "listCreate",
|
|
179
|
+
"inputSchemaName": "ListCreateInput",
|
|
180
|
+
"outputSchemaName": "ListCreateOutput",
|
|
181
|
+
"inputs": [
|
|
182
|
+
"ListCreateInput"
|
|
183
|
+
],
|
|
184
|
+
"outputs": [
|
|
185
|
+
"ListCreateOutput"
|
|
186
|
+
],
|
|
187
|
+
"implementationHash": "e9e2f0d30cedf5e7",
|
|
188
|
+
"contractHash": "90572cd1c1d10e20",
|
|
189
|
+
"inputHash": "94b73670",
|
|
190
|
+
"outputHash": "12634f3f"
|
|
191
|
+
},
|
|
192
|
+
"listGetAll": {
|
|
193
|
+
"pikkuFuncId": "listGetAll",
|
|
194
|
+
"functionType": "user",
|
|
195
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
196
|
+
"sessionless": true,
|
|
197
|
+
"name": "listGetAll",
|
|
198
|
+
"inputSchemaName": null,
|
|
199
|
+
"outputSchemaName": "ListGetAllOutput",
|
|
200
|
+
"inputs": [],
|
|
201
|
+
"outputs": [
|
|
202
|
+
"ListGetAllOutput"
|
|
203
|
+
],
|
|
204
|
+
"implementationHash": "d8b0c28ef506d110",
|
|
205
|
+
"contractHash": "df0fd5604aea20de",
|
|
206
|
+
"inputHash": "cf882b67",
|
|
207
|
+
"outputHash": "3556e648"
|
|
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-autopilot', '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 { contactDelete } from '../../src/functions/contactDelete.function.js';
|
|
7
|
+
import { contactGet } from '../../src/functions/contactGet.function.js';
|
|
8
|
+
import { contactGetAll } from '../../src/functions/contactGetAll.function.js';
|
|
9
|
+
import { contactJourneyAdd } from '../../src/functions/contactJourneyAdd.function.js';
|
|
10
|
+
import { contactListAdd } from '../../src/functions/contactListAdd.function.js';
|
|
11
|
+
import { contactListExist } from '../../src/functions/contactListExist.function.js';
|
|
12
|
+
import { contactListGetAll } from '../../src/functions/contactListGetAll.function.js';
|
|
13
|
+
import { contactListRemove } from '../../src/functions/contactListRemove.function.js';
|
|
14
|
+
import { contactUpsert } from '../../src/functions/contactUpsert.function.js';
|
|
15
|
+
import { listCreate } from '../../src/functions/listCreate.function.js';
|
|
16
|
+
import { listGetAll } from '../../src/functions/listGetAll.function.js';
|
|
17
|
+
addFunction('contactDelete', contactDelete, '@pikku/addon-autopilot');
|
|
18
|
+
addFunction('contactGet', contactGet, '@pikku/addon-autopilot');
|
|
19
|
+
addFunction('contactGetAll', contactGetAll, '@pikku/addon-autopilot');
|
|
20
|
+
addFunction('contactJourneyAdd', contactJourneyAdd, '@pikku/addon-autopilot');
|
|
21
|
+
addFunction('contactListAdd', contactListAdd, '@pikku/addon-autopilot');
|
|
22
|
+
addFunction('contactListExist', contactListExist, '@pikku/addon-autopilot');
|
|
23
|
+
addFunction('contactListGetAll', contactListGetAll, '@pikku/addon-autopilot');
|
|
24
|
+
addFunction('contactListRemove', contactListRemove, '@pikku/addon-autopilot');
|
|
25
|
+
addFunction('contactUpsert', contactUpsert, '@pikku/addon-autopilot');
|
|
26
|
+
addFunction('listCreate', listCreate, '@pikku/addon-autopilot');
|
|
27
|
+
addFunction('listGetAll', listGetAll, '@pikku/addon-autopilot');
|
|
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,UAAU,EAAE,MAAM,4CAA4C,CAAA;AACvE,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAA;AAC7E,OAAO,EAAE,iBAAiB,EAAE,MAAM,mDAAmD,CAAA;AACrF,OAAO,EAAE,cAAc,EAAE,MAAM,gDAAgD,CAAA;AAC/E,OAAO,EAAE,gBAAgB,EAAE,MAAM,kDAAkD,CAAA;AACnF,OAAO,EAAE,iBAAiB,EAAE,MAAM,mDAAmD,CAAA;AACrF,OAAO,EAAE,iBAAiB,EAAE,MAAM,mDAAmD,CAAA;AACrF,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAA;AAC7E,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAA;AACvE,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAA;AAEvE,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,mBAAmB,EAAE,iBAAiB,EAAE,wBAAwB,CAAC,CAAA;AAC7E,WAAW,CAAC,gBAAgB,EAAE,cAAc,EAAE,wBAAwB,CAAC,CAAA;AACvE,WAAW,CAAC,kBAAkB,EAAE,gBAAgB,EAAE,wBAAwB,CAAC,CAAA;AAC3E,WAAW,CAAC,mBAAmB,EAAE,iBAAiB,EAAE,wBAAwB,CAAC,CAAA;AAC7E,WAAW,CAAC,mBAAmB,EAAE,iBAAiB,EAAE,wBAAwB,CAAC,CAAA;AAC7E,WAAW,CAAC,eAAe,EAAE,aAAa,EAAE,wBAAwB,CAAC,CAAA;AACrE,WAAW,CAAC,YAAY,EAAE,UAAU,EAAE,wBAAwB,CAAC,CAAA;AAC/D,WAAW,CAAC,YAAY,EAAE,UAAU,EAAE,wBAAwB,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 { contactDelete } from '../../src/functions/contactDelete.function.js'
|
|
7
|
+
import { contactGet } from '../../src/functions/contactGet.function.js'
|
|
8
|
+
import { contactGetAll } from '../../src/functions/contactGetAll.function.js'
|
|
9
|
+
import { contactJourneyAdd } from '../../src/functions/contactJourneyAdd.function.js'
|
|
10
|
+
import { contactListAdd } from '../../src/functions/contactListAdd.function.js'
|
|
11
|
+
import { contactListExist } from '../../src/functions/contactListExist.function.js'
|
|
12
|
+
import { contactListGetAll } from '../../src/functions/contactListGetAll.function.js'
|
|
13
|
+
import { contactListRemove } from '../../src/functions/contactListRemove.function.js'
|
|
14
|
+
import { contactUpsert } from '../../src/functions/contactUpsert.function.js'
|
|
15
|
+
import { listCreate } from '../../src/functions/listCreate.function.js'
|
|
16
|
+
import { listGetAll } from '../../src/functions/listGetAll.function.js'
|
|
17
|
+
|
|
18
|
+
addFunction('contactDelete', contactDelete, '@pikku/addon-autopilot')
|
|
19
|
+
addFunction('contactGet', contactGet, '@pikku/addon-autopilot')
|
|
20
|
+
addFunction('contactGetAll', contactGetAll, '@pikku/addon-autopilot')
|
|
21
|
+
addFunction('contactJourneyAdd', contactJourneyAdd, '@pikku/addon-autopilot')
|
|
22
|
+
addFunction('contactListAdd', contactListAdd, '@pikku/addon-autopilot')
|
|
23
|
+
addFunction('contactListExist', contactListExist, '@pikku/addon-autopilot')
|
|
24
|
+
addFunction('contactListGetAll', contactListGetAll, '@pikku/addon-autopilot')
|
|
25
|
+
addFunction('contactListRemove', contactListRemove, '@pikku/addon-autopilot')
|
|
26
|
+
addFunction('contactUpsert', contactUpsert, '@pikku/addon-autopilot')
|
|
27
|
+
addFunction('listCreate', listCreate, '@pikku/addon-autopilot')
|
|
28
|
+
addFunction('listGetAll', listGetAll, '@pikku/addon-autopilot')
|