@pikku/addon-mautic 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 +582 -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 +382 -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 +46 -0
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.ts +46 -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 +243 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +263 -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 +22 -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 +89 -0
- package/dist/.pikku/schemas/register.gen.js.map +1 -0
- package/dist/.pikku/schemas/register.gen.ts +171 -0
- package/dist/.pikku/schemas/schemas/CampaignContactAddInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CampaignContactAddOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CampaignContactRemoveInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CampaignContactRemoveOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CompanyContactAddInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CompanyContactAddOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CompanyContactRemoveInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CompanyContactRemoveOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CompanyCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CompanyCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CompanyDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CompanyDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CompanyGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CompanyGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CompanyGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CompanyGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CompanyUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CompanyUpdateOutput.schema.json +1 -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/ContactEditContactPointInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactEditContactPointOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactEditDoNotContactListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactEditDoNotContactListOutput.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/ContactSegmentAddInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactSegmentAddOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactSegmentRemoveInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactSegmentRemoveOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactSendEmailInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactSendEmailOutput.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_mautic.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SegmentEmailSendInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SegmentEmailSendOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/VariableSchema_MAUTIC_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/campaignContactAdd.function.d.ts +17 -0
- package/dist/src/functions/campaignContactAdd.function.d.ts.map +1 -0
- package/dist/src/functions/campaignContactAdd.function.js +16 -0
- package/dist/src/functions/campaignContactAdd.function.js.map +1 -0
- package/dist/src/functions/campaignContactRemove.function.d.ts +17 -0
- package/dist/src/functions/campaignContactRemove.function.d.ts.map +1 -0
- package/dist/src/functions/campaignContactRemove.function.js +16 -0
- package/dist/src/functions/campaignContactRemove.function.js.map +1 -0
- package/dist/src/functions/companyContactAdd.function.d.ts +17 -0
- package/dist/src/functions/companyContactAdd.function.d.ts.map +1 -0
- package/dist/src/functions/companyContactAdd.function.js +16 -0
- package/dist/src/functions/companyContactAdd.function.js.map +1 -0
- package/dist/src/functions/companyContactRemove.function.d.ts +17 -0
- package/dist/src/functions/companyContactRemove.function.d.ts.map +1 -0
- package/dist/src/functions/companyContactRemove.function.js +16 -0
- package/dist/src/functions/companyContactRemove.function.js.map +1 -0
- package/dist/src/functions/companyCreate.function.d.ts +21 -0
- package/dist/src/functions/companyCreate.function.d.ts.map +1 -0
- package/dist/src/functions/companyCreate.function.js +17 -0
- package/dist/src/functions/companyCreate.function.js.map +1 -0
- package/dist/src/functions/companyDelete.function.d.ts +13 -0
- package/dist/src/functions/companyDelete.function.d.ts.map +1 -0
- package/dist/src/functions/companyDelete.function.js +15 -0
- package/dist/src/functions/companyDelete.function.js.map +1 -0
- package/dist/src/functions/companyGet.function.d.ts +13 -0
- package/dist/src/functions/companyGet.function.d.ts.map +1 -0
- package/dist/src/functions/companyGet.function.js +15 -0
- package/dist/src/functions/companyGet.function.js.map +1 -0
- package/dist/src/functions/companyGetAll.function.d.ts +17 -0
- package/dist/src/functions/companyGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/companyGetAll.function.js +16 -0
- package/dist/src/functions/companyGetAll.function.js.map +1 -0
- package/dist/src/functions/companyUpdate.function.d.ts +21 -0
- package/dist/src/functions/companyUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/companyUpdate.function.js +17 -0
- package/dist/src/functions/companyUpdate.function.js.map +1 -0
- package/dist/src/functions/contactCreate.function.d.ts +25 -0
- package/dist/src/functions/contactCreate.function.d.ts.map +1 -0
- package/dist/src/functions/contactCreate.function.js +18 -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/contactEditContactPoint.function.d.ts +21 -0
- package/dist/src/functions/contactEditContactPoint.function.d.ts.map +1 -0
- package/dist/src/functions/contactEditContactPoint.function.js +17 -0
- package/dist/src/functions/contactEditContactPoint.function.js.map +1 -0
- package/dist/src/functions/contactEditDoNotContactList.function.d.ts +21 -0
- package/dist/src/functions/contactEditDoNotContactList.function.d.ts.map +1 -0
- package/dist/src/functions/contactEditDoNotContactList.function.js +17 -0
- package/dist/src/functions/contactEditDoNotContactList.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 +21 -0
- package/dist/src/functions/contactGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/contactGetAll.function.js +17 -0
- package/dist/src/functions/contactGetAll.function.js.map +1 -0
- package/dist/src/functions/contactSegmentAdd.function.d.ts +17 -0
- package/dist/src/functions/contactSegmentAdd.function.d.ts.map +1 -0
- package/dist/src/functions/contactSegmentAdd.function.js +16 -0
- package/dist/src/functions/contactSegmentAdd.function.js.map +1 -0
- package/dist/src/functions/contactSegmentRemove.function.d.ts +17 -0
- package/dist/src/functions/contactSegmentRemove.function.d.ts.map +1 -0
- package/dist/src/functions/contactSegmentRemove.function.js +16 -0
- package/dist/src/functions/contactSegmentRemove.function.js.map +1 -0
- package/dist/src/functions/contactSendEmail.function.d.ts +17 -0
- package/dist/src/functions/contactSendEmail.function.d.ts.map +1 -0
- package/dist/src/functions/contactSendEmail.function.js +16 -0
- package/dist/src/functions/contactSendEmail.function.js.map +1 -0
- package/dist/src/functions/contactUpdate.function.d.ts +25 -0
- package/dist/src/functions/contactUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/contactUpdate.function.js +18 -0
- package/dist/src/functions/contactUpdate.function.js.map +1 -0
- package/dist/src/functions/segmentEmailSend.function.d.ts +13 -0
- package/dist/src/functions/segmentEmailSend.function.d.ts.map +1 -0
- package/dist/src/functions/segmentEmailSend.function.js +15 -0
- package/dist/src/functions/segmentEmailSend.function.js.map +1 -0
- package/dist/src/index.d.ts +21 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +21 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/mautic-api.service.d.ts +10 -0
- package/dist/src/mautic-api.service.d.ts.map +1 -0
- package/dist/src/mautic-api.service.js +225 -0
- package/dist/src/mautic-api.service.js.map +1 -0
- package/dist/src/mautic.credential.d.ts +5 -0
- package/dist/src/mautic.credential.d.ts.map +1 -0
- package/dist/src/mautic.credential.js +13 -0
- package/dist/src/mautic.credential.js.map +1 -0
- package/dist/src/mautic.types.d.ts +7 -0
- package/dist/src/mautic.types.d.ts.map +1 -0
- package/dist/src/mautic.types.js +8 -0
- package/dist/src/mautic.types.js.map +1 -0
- package/dist/src/mautic.variable.d.ts +5 -0
- package/dist/src/mautic.variable.d.ts.map +1 -0
- package/dist/src/mautic.variable.js +11 -0
- package/dist/src/mautic.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,582 @@
|
|
|
1
|
+
{
|
|
2
|
+
"companyCreate": {
|
|
3
|
+
"pikkuFuncId": "companyCreate",
|
|
4
|
+
"functionType": "user",
|
|
5
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
6
|
+
"sessionless": true,
|
|
7
|
+
"name": "companyCreate",
|
|
8
|
+
"services": {
|
|
9
|
+
"optimized": true,
|
|
10
|
+
"services": [
|
|
11
|
+
"mautic"
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
"inputSchemaName": "CompanyCreateInput",
|
|
15
|
+
"outputSchemaName": "CompanyCreateOutput",
|
|
16
|
+
"inputs": [
|
|
17
|
+
"CompanyCreateInput"
|
|
18
|
+
],
|
|
19
|
+
"outputs": [
|
|
20
|
+
"CompanyCreateOutput"
|
|
21
|
+
],
|
|
22
|
+
"implementationHash": "4788e29b73fec8bf",
|
|
23
|
+
"description": "Create a company",
|
|
24
|
+
"isDirectFunction": false,
|
|
25
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/mautic/src/functions/companyCreate.function.ts",
|
|
26
|
+
"exportedName": "companyCreate",
|
|
27
|
+
"contractHash": "4e1ddb68cded069b",
|
|
28
|
+
"inputHash": "2a702044",
|
|
29
|
+
"outputHash": "6c646a99"
|
|
30
|
+
},
|
|
31
|
+
"companyUpdate": {
|
|
32
|
+
"pikkuFuncId": "companyUpdate",
|
|
33
|
+
"functionType": "user",
|
|
34
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
35
|
+
"sessionless": true,
|
|
36
|
+
"name": "companyUpdate",
|
|
37
|
+
"services": {
|
|
38
|
+
"optimized": true,
|
|
39
|
+
"services": [
|
|
40
|
+
"mautic"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"inputSchemaName": "CompanyUpdateInput",
|
|
44
|
+
"outputSchemaName": "CompanyUpdateOutput",
|
|
45
|
+
"inputs": [
|
|
46
|
+
"CompanyUpdateInput"
|
|
47
|
+
],
|
|
48
|
+
"outputs": [
|
|
49
|
+
"CompanyUpdateOutput"
|
|
50
|
+
],
|
|
51
|
+
"implementationHash": "567b8b6cf7a161de",
|
|
52
|
+
"description": "Update a company",
|
|
53
|
+
"isDirectFunction": false,
|
|
54
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/mautic/src/functions/companyUpdate.function.ts",
|
|
55
|
+
"exportedName": "companyUpdate",
|
|
56
|
+
"contractHash": "e524f137c16cc8de",
|
|
57
|
+
"inputHash": "b0192421",
|
|
58
|
+
"outputHash": "f75bf7c0"
|
|
59
|
+
},
|
|
60
|
+
"companyGet": {
|
|
61
|
+
"pikkuFuncId": "companyGet",
|
|
62
|
+
"functionType": "user",
|
|
63
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
64
|
+
"sessionless": true,
|
|
65
|
+
"name": "companyGet",
|
|
66
|
+
"services": {
|
|
67
|
+
"optimized": true,
|
|
68
|
+
"services": [
|
|
69
|
+
"mautic"
|
|
70
|
+
]
|
|
71
|
+
},
|
|
72
|
+
"inputSchemaName": "CompanyGetInput",
|
|
73
|
+
"outputSchemaName": "CompanyGetOutput",
|
|
74
|
+
"inputs": [
|
|
75
|
+
"CompanyGetInput"
|
|
76
|
+
],
|
|
77
|
+
"outputs": [
|
|
78
|
+
"CompanyGetOutput"
|
|
79
|
+
],
|
|
80
|
+
"implementationHash": "5eb555325355fb5b",
|
|
81
|
+
"description": "Get a company",
|
|
82
|
+
"isDirectFunction": false,
|
|
83
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/mautic/src/functions/companyGet.function.ts",
|
|
84
|
+
"exportedName": "companyGet",
|
|
85
|
+
"contractHash": "1d5fa19f87177e99",
|
|
86
|
+
"inputHash": "d5e1ad33",
|
|
87
|
+
"outputHash": "5aaa934a"
|
|
88
|
+
},
|
|
89
|
+
"companyGetAll": {
|
|
90
|
+
"pikkuFuncId": "companyGetAll",
|
|
91
|
+
"functionType": "user",
|
|
92
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
93
|
+
"sessionless": true,
|
|
94
|
+
"name": "companyGetAll",
|
|
95
|
+
"services": {
|
|
96
|
+
"optimized": true,
|
|
97
|
+
"services": [
|
|
98
|
+
"mautic"
|
|
99
|
+
]
|
|
100
|
+
},
|
|
101
|
+
"inputSchemaName": "CompanyGetAllInput",
|
|
102
|
+
"outputSchemaName": "CompanyGetAllOutput",
|
|
103
|
+
"inputs": [
|
|
104
|
+
"CompanyGetAllInput"
|
|
105
|
+
],
|
|
106
|
+
"outputs": [
|
|
107
|
+
"CompanyGetAllOutput"
|
|
108
|
+
],
|
|
109
|
+
"implementationHash": "bd7c06580101b69f",
|
|
110
|
+
"description": "List companies",
|
|
111
|
+
"isDirectFunction": false,
|
|
112
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/mautic/src/functions/companyGetAll.function.ts",
|
|
113
|
+
"exportedName": "companyGetAll",
|
|
114
|
+
"contractHash": "fd8a16aff7e542c8",
|
|
115
|
+
"inputHash": "0297500a",
|
|
116
|
+
"outputHash": "d838d993"
|
|
117
|
+
},
|
|
118
|
+
"companyDelete": {
|
|
119
|
+
"pikkuFuncId": "companyDelete",
|
|
120
|
+
"functionType": "user",
|
|
121
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
122
|
+
"sessionless": true,
|
|
123
|
+
"name": "companyDelete",
|
|
124
|
+
"services": {
|
|
125
|
+
"optimized": true,
|
|
126
|
+
"services": [
|
|
127
|
+
"mautic"
|
|
128
|
+
]
|
|
129
|
+
},
|
|
130
|
+
"inputSchemaName": "CompanyDeleteInput",
|
|
131
|
+
"outputSchemaName": "CompanyDeleteOutput",
|
|
132
|
+
"inputs": [
|
|
133
|
+
"CompanyDeleteInput"
|
|
134
|
+
],
|
|
135
|
+
"outputs": [
|
|
136
|
+
"CompanyDeleteOutput"
|
|
137
|
+
],
|
|
138
|
+
"implementationHash": "6cdc742ffa839928",
|
|
139
|
+
"description": "Delete a company",
|
|
140
|
+
"isDirectFunction": false,
|
|
141
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/mautic/src/functions/companyDelete.function.ts",
|
|
142
|
+
"exportedName": "companyDelete",
|
|
143
|
+
"contractHash": "9b43c62552313228",
|
|
144
|
+
"inputHash": "fab01f38",
|
|
145
|
+
"outputHash": "7c328c1b"
|
|
146
|
+
},
|
|
147
|
+
"contactCreate": {
|
|
148
|
+
"pikkuFuncId": "contactCreate",
|
|
149
|
+
"functionType": "user",
|
|
150
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
151
|
+
"sessionless": true,
|
|
152
|
+
"name": "contactCreate",
|
|
153
|
+
"services": {
|
|
154
|
+
"optimized": true,
|
|
155
|
+
"services": [
|
|
156
|
+
"mautic"
|
|
157
|
+
]
|
|
158
|
+
},
|
|
159
|
+
"inputSchemaName": "ContactCreateInput",
|
|
160
|
+
"outputSchemaName": "ContactCreateOutput",
|
|
161
|
+
"inputs": [
|
|
162
|
+
"ContactCreateInput"
|
|
163
|
+
],
|
|
164
|
+
"outputs": [
|
|
165
|
+
"ContactCreateOutput"
|
|
166
|
+
],
|
|
167
|
+
"implementationHash": "e7e7000a202bf86b",
|
|
168
|
+
"description": "Create a contact",
|
|
169
|
+
"isDirectFunction": false,
|
|
170
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/mautic/src/functions/contactCreate.function.ts",
|
|
171
|
+
"exportedName": "contactCreate",
|
|
172
|
+
"contractHash": "b131f018accb2f64",
|
|
173
|
+
"inputHash": "2b6af98a",
|
|
174
|
+
"outputHash": "8a72fa54"
|
|
175
|
+
},
|
|
176
|
+
"contactUpdate": {
|
|
177
|
+
"pikkuFuncId": "contactUpdate",
|
|
178
|
+
"functionType": "user",
|
|
179
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
180
|
+
"sessionless": true,
|
|
181
|
+
"name": "contactUpdate",
|
|
182
|
+
"services": {
|
|
183
|
+
"optimized": true,
|
|
184
|
+
"services": [
|
|
185
|
+
"mautic"
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
"inputSchemaName": "ContactUpdateInput",
|
|
189
|
+
"outputSchemaName": "ContactUpdateOutput",
|
|
190
|
+
"inputs": [
|
|
191
|
+
"ContactUpdateInput"
|
|
192
|
+
],
|
|
193
|
+
"outputs": [
|
|
194
|
+
"ContactUpdateOutput"
|
|
195
|
+
],
|
|
196
|
+
"implementationHash": "482a713829b36684",
|
|
197
|
+
"description": "Update a contact",
|
|
198
|
+
"isDirectFunction": false,
|
|
199
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/mautic/src/functions/contactUpdate.function.ts",
|
|
200
|
+
"exportedName": "contactUpdate",
|
|
201
|
+
"contractHash": "dcb651dadcf05086",
|
|
202
|
+
"inputHash": "b947b1f2",
|
|
203
|
+
"outputHash": "bd7c8214"
|
|
204
|
+
},
|
|
205
|
+
"contactGet": {
|
|
206
|
+
"pikkuFuncId": "contactGet",
|
|
207
|
+
"functionType": "user",
|
|
208
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
209
|
+
"sessionless": true,
|
|
210
|
+
"name": "contactGet",
|
|
211
|
+
"services": {
|
|
212
|
+
"optimized": true,
|
|
213
|
+
"services": [
|
|
214
|
+
"mautic"
|
|
215
|
+
]
|
|
216
|
+
},
|
|
217
|
+
"inputSchemaName": "ContactGetInput",
|
|
218
|
+
"outputSchemaName": "ContactGetOutput",
|
|
219
|
+
"inputs": [
|
|
220
|
+
"ContactGetInput"
|
|
221
|
+
],
|
|
222
|
+
"outputs": [
|
|
223
|
+
"ContactGetOutput"
|
|
224
|
+
],
|
|
225
|
+
"implementationHash": "b96b1a6101cbc4bc",
|
|
226
|
+
"description": "Get a contact",
|
|
227
|
+
"isDirectFunction": false,
|
|
228
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/mautic/src/functions/contactGet.function.ts",
|
|
229
|
+
"exportedName": "contactGet",
|
|
230
|
+
"contractHash": "0e4e4b0282082850",
|
|
231
|
+
"inputHash": "a6cc551b",
|
|
232
|
+
"outputHash": "efd411dd"
|
|
233
|
+
},
|
|
234
|
+
"contactGetAll": {
|
|
235
|
+
"pikkuFuncId": "contactGetAll",
|
|
236
|
+
"functionType": "user",
|
|
237
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
238
|
+
"sessionless": true,
|
|
239
|
+
"name": "contactGetAll",
|
|
240
|
+
"services": {
|
|
241
|
+
"optimized": true,
|
|
242
|
+
"services": [
|
|
243
|
+
"mautic"
|
|
244
|
+
]
|
|
245
|
+
},
|
|
246
|
+
"inputSchemaName": "ContactGetAllInput",
|
|
247
|
+
"outputSchemaName": "ContactGetAllOutput",
|
|
248
|
+
"inputs": [
|
|
249
|
+
"ContactGetAllInput"
|
|
250
|
+
],
|
|
251
|
+
"outputs": [
|
|
252
|
+
"ContactGetAllOutput"
|
|
253
|
+
],
|
|
254
|
+
"implementationHash": "4743c1d27b454837",
|
|
255
|
+
"description": "List contacts",
|
|
256
|
+
"isDirectFunction": false,
|
|
257
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/mautic/src/functions/contactGetAll.function.ts",
|
|
258
|
+
"exportedName": "contactGetAll",
|
|
259
|
+
"contractHash": "8b42493ad2bc9637",
|
|
260
|
+
"inputHash": "b4320178",
|
|
261
|
+
"outputHash": "dbc1253f"
|
|
262
|
+
},
|
|
263
|
+
"contactDelete": {
|
|
264
|
+
"pikkuFuncId": "contactDelete",
|
|
265
|
+
"functionType": "user",
|
|
266
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
267
|
+
"sessionless": true,
|
|
268
|
+
"name": "contactDelete",
|
|
269
|
+
"services": {
|
|
270
|
+
"optimized": true,
|
|
271
|
+
"services": [
|
|
272
|
+
"mautic"
|
|
273
|
+
]
|
|
274
|
+
},
|
|
275
|
+
"inputSchemaName": "ContactDeleteInput",
|
|
276
|
+
"outputSchemaName": "ContactDeleteOutput",
|
|
277
|
+
"inputs": [
|
|
278
|
+
"ContactDeleteInput"
|
|
279
|
+
],
|
|
280
|
+
"outputs": [
|
|
281
|
+
"ContactDeleteOutput"
|
|
282
|
+
],
|
|
283
|
+
"implementationHash": "d0e800b6cf6d1977",
|
|
284
|
+
"description": "Delete a contact",
|
|
285
|
+
"isDirectFunction": false,
|
|
286
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/mautic/src/functions/contactDelete.function.ts",
|
|
287
|
+
"exportedName": "contactDelete",
|
|
288
|
+
"contractHash": "f84154b801c70c2d",
|
|
289
|
+
"inputHash": "f84ccc9f",
|
|
290
|
+
"outputHash": "66384b44"
|
|
291
|
+
},
|
|
292
|
+
"contactSendEmail": {
|
|
293
|
+
"pikkuFuncId": "contactSendEmail",
|
|
294
|
+
"functionType": "user",
|
|
295
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
296
|
+
"sessionless": true,
|
|
297
|
+
"name": "contactSendEmail",
|
|
298
|
+
"services": {
|
|
299
|
+
"optimized": true,
|
|
300
|
+
"services": [
|
|
301
|
+
"mautic"
|
|
302
|
+
]
|
|
303
|
+
},
|
|
304
|
+
"inputSchemaName": "ContactSendEmailInput",
|
|
305
|
+
"outputSchemaName": "ContactSendEmailOutput",
|
|
306
|
+
"inputs": [
|
|
307
|
+
"ContactSendEmailInput"
|
|
308
|
+
],
|
|
309
|
+
"outputs": [
|
|
310
|
+
"ContactSendEmailOutput"
|
|
311
|
+
],
|
|
312
|
+
"implementationHash": "98866bc675b24d64",
|
|
313
|
+
"description": "Send an email to a contact",
|
|
314
|
+
"isDirectFunction": false,
|
|
315
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/mautic/src/functions/contactSendEmail.function.ts",
|
|
316
|
+
"exportedName": "contactSendEmail",
|
|
317
|
+
"contractHash": "771635ffe514acb7",
|
|
318
|
+
"inputHash": "5e241d42",
|
|
319
|
+
"outputHash": "c090db82"
|
|
320
|
+
},
|
|
321
|
+
"contactEditDoNotContactList": {
|
|
322
|
+
"pikkuFuncId": "contactEditDoNotContactList",
|
|
323
|
+
"functionType": "user",
|
|
324
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
325
|
+
"sessionless": true,
|
|
326
|
+
"name": "contactEditDoNotContactList",
|
|
327
|
+
"services": {
|
|
328
|
+
"optimized": true,
|
|
329
|
+
"services": [
|
|
330
|
+
"mautic"
|
|
331
|
+
]
|
|
332
|
+
},
|
|
333
|
+
"inputSchemaName": "ContactEditDoNotContactListInput",
|
|
334
|
+
"outputSchemaName": "ContactEditDoNotContactListOutput",
|
|
335
|
+
"inputs": [
|
|
336
|
+
"ContactEditDoNotContactListInput"
|
|
337
|
+
],
|
|
338
|
+
"outputs": [
|
|
339
|
+
"ContactEditDoNotContactListOutput"
|
|
340
|
+
],
|
|
341
|
+
"implementationHash": "deb24d7017dc3841",
|
|
342
|
+
"description": "Edit the do-not-contact list for a contact",
|
|
343
|
+
"isDirectFunction": false,
|
|
344
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/mautic/src/functions/contactEditDoNotContactList.function.ts",
|
|
345
|
+
"exportedName": "contactEditDoNotContactList",
|
|
346
|
+
"contractHash": "2ef2282d82cf4dd5",
|
|
347
|
+
"inputHash": "7529c905",
|
|
348
|
+
"outputHash": "6226363b"
|
|
349
|
+
},
|
|
350
|
+
"contactEditContactPoint": {
|
|
351
|
+
"pikkuFuncId": "contactEditContactPoint",
|
|
352
|
+
"functionType": "user",
|
|
353
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
354
|
+
"sessionless": true,
|
|
355
|
+
"name": "contactEditContactPoint",
|
|
356
|
+
"services": {
|
|
357
|
+
"optimized": true,
|
|
358
|
+
"services": [
|
|
359
|
+
"mautic"
|
|
360
|
+
]
|
|
361
|
+
},
|
|
362
|
+
"inputSchemaName": "ContactEditContactPointInput",
|
|
363
|
+
"outputSchemaName": "ContactEditContactPointOutput",
|
|
364
|
+
"inputs": [
|
|
365
|
+
"ContactEditContactPointInput"
|
|
366
|
+
],
|
|
367
|
+
"outputs": [
|
|
368
|
+
"ContactEditContactPointOutput"
|
|
369
|
+
],
|
|
370
|
+
"implementationHash": "ef85f9aee7c20a21",
|
|
371
|
+
"description": "Add or subtract points for a contact",
|
|
372
|
+
"isDirectFunction": false,
|
|
373
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/mautic/src/functions/contactEditContactPoint.function.ts",
|
|
374
|
+
"exportedName": "contactEditContactPoint",
|
|
375
|
+
"contractHash": "9cdb640d3e898726",
|
|
376
|
+
"inputHash": "a2dd70e9",
|
|
377
|
+
"outputHash": "f3151690"
|
|
378
|
+
},
|
|
379
|
+
"contactSegmentAdd": {
|
|
380
|
+
"pikkuFuncId": "contactSegmentAdd",
|
|
381
|
+
"functionType": "user",
|
|
382
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
383
|
+
"sessionless": true,
|
|
384
|
+
"name": "contactSegmentAdd",
|
|
385
|
+
"services": {
|
|
386
|
+
"optimized": true,
|
|
387
|
+
"services": [
|
|
388
|
+
"mautic"
|
|
389
|
+
]
|
|
390
|
+
},
|
|
391
|
+
"inputSchemaName": "ContactSegmentAddInput",
|
|
392
|
+
"outputSchemaName": "ContactSegmentAddOutput",
|
|
393
|
+
"inputs": [
|
|
394
|
+
"ContactSegmentAddInput"
|
|
395
|
+
],
|
|
396
|
+
"outputs": [
|
|
397
|
+
"ContactSegmentAddOutput"
|
|
398
|
+
],
|
|
399
|
+
"implementationHash": "132cff11eecba478",
|
|
400
|
+
"description": "Add a contact to a segment",
|
|
401
|
+
"isDirectFunction": false,
|
|
402
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/mautic/src/functions/contactSegmentAdd.function.ts",
|
|
403
|
+
"exportedName": "contactSegmentAdd",
|
|
404
|
+
"contractHash": "f79b93156ba088b7",
|
|
405
|
+
"inputHash": "b09d3246",
|
|
406
|
+
"outputHash": "b56fe4d6"
|
|
407
|
+
},
|
|
408
|
+
"contactSegmentRemove": {
|
|
409
|
+
"pikkuFuncId": "contactSegmentRemove",
|
|
410
|
+
"functionType": "user",
|
|
411
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
412
|
+
"sessionless": true,
|
|
413
|
+
"name": "contactSegmentRemove",
|
|
414
|
+
"services": {
|
|
415
|
+
"optimized": true,
|
|
416
|
+
"services": [
|
|
417
|
+
"mautic"
|
|
418
|
+
]
|
|
419
|
+
},
|
|
420
|
+
"inputSchemaName": "ContactSegmentRemoveInput",
|
|
421
|
+
"outputSchemaName": "ContactSegmentRemoveOutput",
|
|
422
|
+
"inputs": [
|
|
423
|
+
"ContactSegmentRemoveInput"
|
|
424
|
+
],
|
|
425
|
+
"outputs": [
|
|
426
|
+
"ContactSegmentRemoveOutput"
|
|
427
|
+
],
|
|
428
|
+
"implementationHash": "7650896feee6de92",
|
|
429
|
+
"description": "Remove a contact from a segment",
|
|
430
|
+
"isDirectFunction": false,
|
|
431
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/mautic/src/functions/contactSegmentRemove.function.ts",
|
|
432
|
+
"exportedName": "contactSegmentRemove",
|
|
433
|
+
"contractHash": "13021998004b492a",
|
|
434
|
+
"inputHash": "b60b598f",
|
|
435
|
+
"outputHash": "7017b46c"
|
|
436
|
+
},
|
|
437
|
+
"campaignContactAdd": {
|
|
438
|
+
"pikkuFuncId": "campaignContactAdd",
|
|
439
|
+
"functionType": "user",
|
|
440
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
441
|
+
"sessionless": true,
|
|
442
|
+
"name": "campaignContactAdd",
|
|
443
|
+
"services": {
|
|
444
|
+
"optimized": true,
|
|
445
|
+
"services": [
|
|
446
|
+
"mautic"
|
|
447
|
+
]
|
|
448
|
+
},
|
|
449
|
+
"inputSchemaName": "CampaignContactAddInput",
|
|
450
|
+
"outputSchemaName": "CampaignContactAddOutput",
|
|
451
|
+
"inputs": [
|
|
452
|
+
"CampaignContactAddInput"
|
|
453
|
+
],
|
|
454
|
+
"outputs": [
|
|
455
|
+
"CampaignContactAddOutput"
|
|
456
|
+
],
|
|
457
|
+
"implementationHash": "1fc612637c52d834",
|
|
458
|
+
"description": "Add a contact to a campaign",
|
|
459
|
+
"isDirectFunction": false,
|
|
460
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/mautic/src/functions/campaignContactAdd.function.ts",
|
|
461
|
+
"exportedName": "campaignContactAdd",
|
|
462
|
+
"contractHash": "79df1c567b14aad9",
|
|
463
|
+
"inputHash": "244a51b7",
|
|
464
|
+
"outputHash": "4e573f90"
|
|
465
|
+
},
|
|
466
|
+
"campaignContactRemove": {
|
|
467
|
+
"pikkuFuncId": "campaignContactRemove",
|
|
468
|
+
"functionType": "user",
|
|
469
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
470
|
+
"sessionless": true,
|
|
471
|
+
"name": "campaignContactRemove",
|
|
472
|
+
"services": {
|
|
473
|
+
"optimized": true,
|
|
474
|
+
"services": [
|
|
475
|
+
"mautic"
|
|
476
|
+
]
|
|
477
|
+
},
|
|
478
|
+
"inputSchemaName": "CampaignContactRemoveInput",
|
|
479
|
+
"outputSchemaName": "CampaignContactRemoveOutput",
|
|
480
|
+
"inputs": [
|
|
481
|
+
"CampaignContactRemoveInput"
|
|
482
|
+
],
|
|
483
|
+
"outputs": [
|
|
484
|
+
"CampaignContactRemoveOutput"
|
|
485
|
+
],
|
|
486
|
+
"implementationHash": "7b06fc67856b3ef1",
|
|
487
|
+
"description": "Remove a contact from a campaign",
|
|
488
|
+
"isDirectFunction": false,
|
|
489
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/mautic/src/functions/campaignContactRemove.function.ts",
|
|
490
|
+
"exportedName": "campaignContactRemove",
|
|
491
|
+
"contractHash": "7bcb47d10b3f0102",
|
|
492
|
+
"inputHash": "4860ddea",
|
|
493
|
+
"outputHash": "0b784084"
|
|
494
|
+
},
|
|
495
|
+
"companyContactAdd": {
|
|
496
|
+
"pikkuFuncId": "companyContactAdd",
|
|
497
|
+
"functionType": "user",
|
|
498
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
499
|
+
"sessionless": true,
|
|
500
|
+
"name": "companyContactAdd",
|
|
501
|
+
"services": {
|
|
502
|
+
"optimized": true,
|
|
503
|
+
"services": [
|
|
504
|
+
"mautic"
|
|
505
|
+
]
|
|
506
|
+
},
|
|
507
|
+
"inputSchemaName": "CompanyContactAddInput",
|
|
508
|
+
"outputSchemaName": "CompanyContactAddOutput",
|
|
509
|
+
"inputs": [
|
|
510
|
+
"CompanyContactAddInput"
|
|
511
|
+
],
|
|
512
|
+
"outputs": [
|
|
513
|
+
"CompanyContactAddOutput"
|
|
514
|
+
],
|
|
515
|
+
"implementationHash": "c1e49a85447fef3e",
|
|
516
|
+
"description": "Add a contact to a company",
|
|
517
|
+
"isDirectFunction": false,
|
|
518
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/mautic/src/functions/companyContactAdd.function.ts",
|
|
519
|
+
"exportedName": "companyContactAdd",
|
|
520
|
+
"contractHash": "2f8bd2363026fb08",
|
|
521
|
+
"inputHash": "11225f3a",
|
|
522
|
+
"outputHash": "da6f6a4f"
|
|
523
|
+
},
|
|
524
|
+
"companyContactRemove": {
|
|
525
|
+
"pikkuFuncId": "companyContactRemove",
|
|
526
|
+
"functionType": "user",
|
|
527
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
528
|
+
"sessionless": true,
|
|
529
|
+
"name": "companyContactRemove",
|
|
530
|
+
"services": {
|
|
531
|
+
"optimized": true,
|
|
532
|
+
"services": [
|
|
533
|
+
"mautic"
|
|
534
|
+
]
|
|
535
|
+
},
|
|
536
|
+
"inputSchemaName": "CompanyContactRemoveInput",
|
|
537
|
+
"outputSchemaName": "CompanyContactRemoveOutput",
|
|
538
|
+
"inputs": [
|
|
539
|
+
"CompanyContactRemoveInput"
|
|
540
|
+
],
|
|
541
|
+
"outputs": [
|
|
542
|
+
"CompanyContactRemoveOutput"
|
|
543
|
+
],
|
|
544
|
+
"implementationHash": "ff7f8dc1dbd6f6e6",
|
|
545
|
+
"description": "Remove a contact from a company",
|
|
546
|
+
"isDirectFunction": false,
|
|
547
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/mautic/src/functions/companyContactRemove.function.ts",
|
|
548
|
+
"exportedName": "companyContactRemove",
|
|
549
|
+
"contractHash": "2d6300d156a56a16",
|
|
550
|
+
"inputHash": "fac4c2e9",
|
|
551
|
+
"outputHash": "c7cd2946"
|
|
552
|
+
},
|
|
553
|
+
"segmentEmailSend": {
|
|
554
|
+
"pikkuFuncId": "segmentEmailSend",
|
|
555
|
+
"functionType": "user",
|
|
556
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
557
|
+
"sessionless": true,
|
|
558
|
+
"name": "segmentEmailSend",
|
|
559
|
+
"services": {
|
|
560
|
+
"optimized": true,
|
|
561
|
+
"services": [
|
|
562
|
+
"mautic"
|
|
563
|
+
]
|
|
564
|
+
},
|
|
565
|
+
"inputSchemaName": "SegmentEmailSendInput",
|
|
566
|
+
"outputSchemaName": "SegmentEmailSendOutput",
|
|
567
|
+
"inputs": [
|
|
568
|
+
"SegmentEmailSendInput"
|
|
569
|
+
],
|
|
570
|
+
"outputs": [
|
|
571
|
+
"SegmentEmailSendOutput"
|
|
572
|
+
],
|
|
573
|
+
"implementationHash": "dec405cf8359b156",
|
|
574
|
+
"description": "Send an email to a segment",
|
|
575
|
+
"isDirectFunction": false,
|
|
576
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/crm/mautic/src/functions/segmentEmailSend.function.ts",
|
|
577
|
+
"exportedName": "segmentEmailSend",
|
|
578
|
+
"contractHash": "0c1b6b4ee6987479",
|
|
579
|
+
"inputHash": "0494c605",
|
|
580
|
+
"outputHash": "9376effb"
|
|
581
|
+
}
|
|
582
|
+
}
|
|
@@ -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-mautic', '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"}
|