@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,263 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* This provides the structure needed for typescript to be aware of RPCs and their return types
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
export type CampaignContactAddInput = {
|
|
13
|
+
campaignId: string;
|
|
14
|
+
contactId: string;
|
|
15
|
+
}
|
|
16
|
+
export type CampaignContactAddOutput = {
|
|
17
|
+
[key: string]: unknown;
|
|
18
|
+
}
|
|
19
|
+
export type CampaignContactRemoveInput = {
|
|
20
|
+
campaignId: string;
|
|
21
|
+
contactId: string;
|
|
22
|
+
}
|
|
23
|
+
export type CampaignContactRemoveOutput = {
|
|
24
|
+
[key: string]: unknown;
|
|
25
|
+
}
|
|
26
|
+
export type CompanyContactAddInput = {
|
|
27
|
+
companyId: string;
|
|
28
|
+
contactId: string;
|
|
29
|
+
}
|
|
30
|
+
export type CompanyContactAddOutput = {
|
|
31
|
+
[key: string]: unknown;
|
|
32
|
+
}
|
|
33
|
+
export type CompanyContactRemoveInput = {
|
|
34
|
+
companyId: string;
|
|
35
|
+
contactId: string;
|
|
36
|
+
}
|
|
37
|
+
export type CompanyContactRemoveOutput = {
|
|
38
|
+
[key: string]: unknown;
|
|
39
|
+
}
|
|
40
|
+
export type CompanyCreateInput = {
|
|
41
|
+
companyname?: string | undefined;
|
|
42
|
+
companyemail?: string | undefined;
|
|
43
|
+
companywebsite?: string | undefined;
|
|
44
|
+
}
|
|
45
|
+
export type CompanyCreateOutput = {
|
|
46
|
+
[key: string]: unknown;
|
|
47
|
+
}
|
|
48
|
+
export type CompanyDeleteInput = {
|
|
49
|
+
companyId: string;
|
|
50
|
+
}
|
|
51
|
+
export type CompanyDeleteOutput = {
|
|
52
|
+
[key: string]: unknown;
|
|
53
|
+
}
|
|
54
|
+
export type CompanyGetAllInput = {
|
|
55
|
+
limit?: number | undefined;
|
|
56
|
+
start?: number | undefined;
|
|
57
|
+
}
|
|
58
|
+
export type CompanyGetAllOutput = {
|
|
59
|
+
[key: string]: unknown;
|
|
60
|
+
}
|
|
61
|
+
export type CompanyGetInput = {
|
|
62
|
+
companyId: string;
|
|
63
|
+
}
|
|
64
|
+
export type CompanyGetOutput = {
|
|
65
|
+
[key: string]: unknown;
|
|
66
|
+
}
|
|
67
|
+
export type CompanyUpdateInput = {
|
|
68
|
+
companyId: string;
|
|
69
|
+
companyname?: string | undefined;
|
|
70
|
+
companyemail?: string | undefined;
|
|
71
|
+
}
|
|
72
|
+
export type CompanyUpdateOutput = {
|
|
73
|
+
[key: string]: unknown;
|
|
74
|
+
}
|
|
75
|
+
export type ContactCreateInput = {
|
|
76
|
+
email?: string | undefined;
|
|
77
|
+
firstname?: string | undefined;
|
|
78
|
+
lastname?: string | undefined;
|
|
79
|
+
company?: string | undefined;
|
|
80
|
+
}
|
|
81
|
+
export type ContactCreateOutput = {
|
|
82
|
+
[key: string]: unknown;
|
|
83
|
+
}
|
|
84
|
+
export type ContactDeleteInput = {
|
|
85
|
+
contactId: string;
|
|
86
|
+
}
|
|
87
|
+
export type ContactDeleteOutput = {
|
|
88
|
+
[key: string]: unknown;
|
|
89
|
+
}
|
|
90
|
+
export type ContactEditContactPointInput = {
|
|
91
|
+
contactId: string;
|
|
92
|
+
action: string;
|
|
93
|
+
points: string;
|
|
94
|
+
}
|
|
95
|
+
export type ContactEditContactPointOutput = {
|
|
96
|
+
[key: string]: unknown;
|
|
97
|
+
}
|
|
98
|
+
export type ContactEditDoNotContactListInput = {
|
|
99
|
+
contactId: string;
|
|
100
|
+
channel: string;
|
|
101
|
+
action: string;
|
|
102
|
+
}
|
|
103
|
+
export type ContactEditDoNotContactListOutput = {
|
|
104
|
+
[key: string]: unknown;
|
|
105
|
+
}
|
|
106
|
+
export type ContactGetAllInput = {
|
|
107
|
+
limit?: number | undefined;
|
|
108
|
+
start?: number | undefined;
|
|
109
|
+
search?: string | undefined;
|
|
110
|
+
}
|
|
111
|
+
export type ContactGetAllOutput = {
|
|
112
|
+
[key: string]: unknown;
|
|
113
|
+
}
|
|
114
|
+
export type ContactGetInput = {
|
|
115
|
+
contactId: string;
|
|
116
|
+
}
|
|
117
|
+
export type ContactGetOutput = {
|
|
118
|
+
[key: string]: unknown;
|
|
119
|
+
}
|
|
120
|
+
export type ContactSegmentAddInput = {
|
|
121
|
+
segmentId: string;
|
|
122
|
+
contactId: string;
|
|
123
|
+
}
|
|
124
|
+
export type ContactSegmentAddOutput = {
|
|
125
|
+
[key: string]: unknown;
|
|
126
|
+
}
|
|
127
|
+
export type ContactSegmentRemoveInput = {
|
|
128
|
+
segmentId: string;
|
|
129
|
+
contactId: string;
|
|
130
|
+
}
|
|
131
|
+
export type ContactSegmentRemoveOutput = {
|
|
132
|
+
[key: string]: unknown;
|
|
133
|
+
}
|
|
134
|
+
export type ContactSendEmailInput = {
|
|
135
|
+
campaignEmailId: string;
|
|
136
|
+
contactId: string;
|
|
137
|
+
}
|
|
138
|
+
export type ContactSendEmailOutput = {
|
|
139
|
+
[key: string]: unknown;
|
|
140
|
+
}
|
|
141
|
+
export type ContactUpdateInput = {
|
|
142
|
+
contactId: string;
|
|
143
|
+
email?: string | undefined;
|
|
144
|
+
firstname?: string | undefined;
|
|
145
|
+
lastname?: string | undefined;
|
|
146
|
+
}
|
|
147
|
+
export type ContactUpdateOutput = {
|
|
148
|
+
[key: string]: unknown;
|
|
149
|
+
}
|
|
150
|
+
export type CredentialSchema_mautic = {
|
|
151
|
+
/** Mautic API key */
|
|
152
|
+
apiKey: string;
|
|
153
|
+
}
|
|
154
|
+
export type SegmentEmailSendInput = {
|
|
155
|
+
segmentEmailId: string;
|
|
156
|
+
}
|
|
157
|
+
export type SegmentEmailSendOutput = {
|
|
158
|
+
[key: string]: unknown;
|
|
159
|
+
}
|
|
160
|
+
export type VariableSchema_MAUTIC_BASE_URL = "https://your-instance.mautic.net/api"
|
|
161
|
+
|
|
162
|
+
interface RPCHandler<I, O> {
|
|
163
|
+
input: I;
|
|
164
|
+
output: O;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
export type RPCMap = {
|
|
168
|
+
readonly 'companyCreate': RPCHandler<CompanyCreateInput, CompanyCreateOutput>,
|
|
169
|
+
readonly 'companyUpdate': RPCHandler<CompanyUpdateInput, CompanyUpdateOutput>,
|
|
170
|
+
readonly 'companyGet': RPCHandler<CompanyGetInput, CompanyGetOutput>,
|
|
171
|
+
readonly 'companyGetAll': RPCHandler<CompanyGetAllInput, CompanyGetAllOutput>,
|
|
172
|
+
readonly 'companyDelete': RPCHandler<CompanyDeleteInput, CompanyDeleteOutput>,
|
|
173
|
+
readonly 'contactCreate': RPCHandler<ContactCreateInput, ContactCreateOutput>,
|
|
174
|
+
readonly 'contactUpdate': RPCHandler<ContactUpdateInput, ContactUpdateOutput>,
|
|
175
|
+
readonly 'contactGet': RPCHandler<ContactGetInput, ContactGetOutput>,
|
|
176
|
+
readonly 'contactGetAll': RPCHandler<ContactGetAllInput, ContactGetAllOutput>,
|
|
177
|
+
readonly 'contactDelete': RPCHandler<ContactDeleteInput, ContactDeleteOutput>,
|
|
178
|
+
readonly 'contactSendEmail': RPCHandler<ContactSendEmailInput, ContactSendEmailOutput>,
|
|
179
|
+
readonly 'contactEditDoNotContactList': RPCHandler<ContactEditDoNotContactListInput, ContactEditDoNotContactListOutput>,
|
|
180
|
+
readonly 'contactEditContactPoint': RPCHandler<ContactEditContactPointInput, ContactEditContactPointOutput>,
|
|
181
|
+
readonly 'contactSegmentAdd': RPCHandler<ContactSegmentAddInput, ContactSegmentAddOutput>,
|
|
182
|
+
readonly 'contactSegmentRemove': RPCHandler<ContactSegmentRemoveInput, ContactSegmentRemoveOutput>,
|
|
183
|
+
readonly 'campaignContactAdd': RPCHandler<CampaignContactAddInput, CampaignContactAddOutput>,
|
|
184
|
+
readonly 'campaignContactRemove': RPCHandler<CampaignContactRemoveInput, CampaignContactRemoveOutput>,
|
|
185
|
+
readonly 'companyContactAdd': RPCHandler<CompanyContactAddInput, CompanyContactAddOutput>,
|
|
186
|
+
readonly 'companyContactRemove': RPCHandler<CompanyContactRemoveInput, CompanyContactRemoveOutput>,
|
|
187
|
+
readonly 'segmentEmailSend': RPCHandler<SegmentEmailSendInput, SegmentEmailSendOutput>,
|
|
188
|
+
};
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
// No addon packages, use RPCMap directly
|
|
193
|
+
export type FlattenedRPCMap = RPCMap
|
|
194
|
+
|
|
195
|
+
type IsAny<T> = 0 extends (1 & T) ? true : false
|
|
196
|
+
type IsVoidishInput<T> = IsAny<T> extends true
|
|
197
|
+
? false
|
|
198
|
+
: [T] extends [void | null | undefined]
|
|
199
|
+
? true
|
|
200
|
+
: false
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
export type RPCInvoke = <Name extends keyof FlattenedRPCMap>(
|
|
204
|
+
...args: IsVoidishInput<FlattenedRPCMap[Name]['input']> extends true
|
|
205
|
+
? [name: Name]
|
|
206
|
+
: [name: Name, data: FlattenedRPCMap[Name]['input']]
|
|
207
|
+
) => Promise<FlattenedRPCMap[Name]['output']>
|
|
208
|
+
|
|
209
|
+
export type RPCRemote = <Name extends keyof FlattenedRPCMap>(
|
|
210
|
+
...args: IsVoidishInput<FlattenedRPCMap[Name]['input']> extends true
|
|
211
|
+
? [name: Name]
|
|
212
|
+
: [name: Name, data: FlattenedRPCMap[Name]['input']]
|
|
213
|
+
) => Promise<FlattenedRPCMap[Name]['output']>
|
|
214
|
+
|
|
215
|
+
import type { FlattenedWorkflowMap } from '../workflow/pikku-workflow-map.gen.d.js'
|
|
216
|
+
|
|
217
|
+
import type { AgentMap } from '../agent/pikku-agent-map.gen.d.js'
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
type FlattenedAgentMap = AgentMap
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
import type { PikkuRPC } from '@pikku/core/rpc'
|
|
224
|
+
|
|
225
|
+
interface AIAgentInput {
|
|
226
|
+
message: string
|
|
227
|
+
threadId: string
|
|
228
|
+
resourceId: string
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
export type TypedStartWorkflow = <Name extends keyof FlattenedWorkflowMap>(
|
|
232
|
+
name: Name,
|
|
233
|
+
input: FlattenedWorkflowMap[Name]['input'],
|
|
234
|
+
options?: { startNode?: string }
|
|
235
|
+
) => Promise<{ runId: string }>
|
|
236
|
+
|
|
237
|
+
export type TypedRunWorkflow = <Name extends keyof FlattenedWorkflowMap>(
|
|
238
|
+
name: Name,
|
|
239
|
+
input: FlattenedWorkflowMap[Name]['input']
|
|
240
|
+
) => Promise<FlattenedWorkflowMap[Name]['output']>
|
|
241
|
+
|
|
242
|
+
export type TypedWorkflowStatus = (
|
|
243
|
+
workflowName: string,
|
|
244
|
+
runId: string
|
|
245
|
+
) => Promise<{ id: string; status: 'running' | 'suspended' | 'completed' | 'failed' | 'cancelled'; output?: unknown; error?: { message?: string } }>
|
|
246
|
+
|
|
247
|
+
type TypedAgentRun = [keyof FlattenedAgentMap] extends [never]
|
|
248
|
+
? (name: string, input: AIAgentInput) => Promise<any>
|
|
249
|
+
: <Name extends keyof FlattenedAgentMap>(
|
|
250
|
+
name: Name,
|
|
251
|
+
input: AIAgentInput
|
|
252
|
+
) => Promise<{ runId: string; result: FlattenedAgentMap[Name]['output']; usage: { inputTokens: number; outputTokens: number } }>
|
|
253
|
+
|
|
254
|
+
type TypedAgentStream = [keyof FlattenedAgentMap] extends [never]
|
|
255
|
+
? (name: string, input: AIAgentInput, options?: { requiresToolApproval?: 'all' | 'explicit' | false }) => Promise<void>
|
|
256
|
+
: <Name extends keyof FlattenedAgentMap>(
|
|
257
|
+
name: Name,
|
|
258
|
+
input: AIAgentInput,
|
|
259
|
+
options?: { requiresToolApproval?: 'all' | 'explicit' | false }
|
|
260
|
+
) => Promise<void>
|
|
261
|
+
|
|
262
|
+
export type TypedPikkuRPC = PikkuRPC<RPCInvoke, RPCRemote, TypedStartWorkflow, TypedAgentRun, TypedAgentStream>
|
|
263
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-rpc-wirings-meta.internal.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/rpc/pikku-rpc-wirings-meta.internal.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-rpc-wirings-meta.internal.gen.json' with { type: 'json' };
|
|
6
|
+
pikkuState('@pikku/addon-mautic', 'rpc', 'meta', metaData);
|
|
7
|
+
//# sourceMappingURL=pikku-rpc-wirings-meta.internal.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-rpc-wirings-meta.internal.gen.js","sourceRoot":"","sources":["../../../.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AACjD,OAAO,QAAQ,MAAM,4CAA4C,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AACvF,UAAU,CAAC,qBAAqB,EAAE,KAAK,EAAE,MAAM,EAAE,QAAkC,CAAC,CAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"companyCreate": "companyCreate",
|
|
3
|
+
"companyUpdate": "companyUpdate",
|
|
4
|
+
"companyGet": "companyGet",
|
|
5
|
+
"companyGetAll": "companyGetAll",
|
|
6
|
+
"companyDelete": "companyDelete",
|
|
7
|
+
"contactCreate": "contactCreate",
|
|
8
|
+
"contactUpdate": "contactUpdate",
|
|
9
|
+
"contactGet": "contactGet",
|
|
10
|
+
"contactGetAll": "contactGetAll",
|
|
11
|
+
"contactDelete": "contactDelete",
|
|
12
|
+
"contactSendEmail": "contactSendEmail",
|
|
13
|
+
"contactEditDoNotContactList": "contactEditDoNotContactList",
|
|
14
|
+
"contactEditContactPoint": "contactEditContactPoint",
|
|
15
|
+
"contactSegmentAdd": "contactSegmentAdd",
|
|
16
|
+
"contactSegmentRemove": "contactSegmentRemove",
|
|
17
|
+
"campaignContactAdd": "campaignContactAdd",
|
|
18
|
+
"campaignContactRemove": "campaignContactRemove",
|
|
19
|
+
"companyContactAdd": "companyContactAdd",
|
|
20
|
+
"companyContactRemove": "companyContactRemove",
|
|
21
|
+
"segmentEmailSend": "segmentEmailSend"
|
|
22
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
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-rpc-wirings-meta.internal.gen.json' with { type: 'json' }
|
|
6
|
+
pikkuState('@pikku/addon-mautic', 'rpc', 'meta', metaData as Record<string, string>)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Scheduler-specific type definitions for tree-shaking optimization
|
|
6
|
+
*/
|
|
7
|
+
import { CoreScheduledTask } from '@pikku/core/scheduler';
|
|
8
|
+
import type { PikkuFunctionConfig, PikkuMiddleware } from '../function/pikku-function-types.gen.js';
|
|
9
|
+
/**
|
|
10
|
+
* Type definition for scheduled tasks that run at specified intervals.
|
|
11
|
+
* These are sessionless functions that execute based on cron expressions.
|
|
12
|
+
*/
|
|
13
|
+
type SchedulerWiring = CoreScheduledTask<PikkuFunctionConfig<void, void, 'session' | 'rpc'>, PikkuMiddleware>;
|
|
14
|
+
/**
|
|
15
|
+
* Registers a scheduled task with the Pikku framework.
|
|
16
|
+
* Tasks run based on cron expressions and are sessionless.
|
|
17
|
+
*
|
|
18
|
+
* @param task - Scheduled task definition with cron expression and handler
|
|
19
|
+
*/
|
|
20
|
+
export declare const wireScheduler: (task: SchedulerWiring) => void;
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=pikku-scheduler-types.gen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-scheduler-types.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/scheduler/pikku-scheduler-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,OAAO,EAAE,iBAAiB,EAAsC,MAAM,uBAAuB,CAAA;AAC7F,OAAO,KAAK,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAA;AAEnG;;;GAGG;AACH,KAAK,eAAe,GAAG,iBAAiB,CAAC,mBAAmB,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,GAAG,KAAK,CAAC,EAAE,eAAe,CAAC,CAAA;AAE7G;;;;;GAKG;AACH,eAAO,MAAM,aAAa,GAAI,MAAM,eAAe,SAElD,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Scheduler-specific type definitions for tree-shaking optimization
|
|
6
|
+
*/
|
|
7
|
+
import { wireScheduler as wireSchedulerCore } from '@pikku/core/scheduler';
|
|
8
|
+
/**
|
|
9
|
+
* Registers a scheduled task with the Pikku framework.
|
|
10
|
+
* Tasks run based on cron expressions and are sessionless.
|
|
11
|
+
*
|
|
12
|
+
* @param task - Scheduled task definition with cron expression and handler
|
|
13
|
+
*/
|
|
14
|
+
export const wireScheduler = (task) => {
|
|
15
|
+
wireSchedulerCore(task);
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=pikku-scheduler-types.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-scheduler-types.gen.js","sourceRoot":"","sources":["../../../.pikku/scheduler/pikku-scheduler-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,OAAO,EAAqB,aAAa,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAA;AAS7F;;;;;GAKG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,IAAqB,EAAE,EAAE;IACrD,iBAAiB,CAAC,IAAW,CAAC,CAAA;AAChC,CAAC,CAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Scheduler-specific type definitions for tree-shaking optimization
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import { CoreScheduledTask, wireScheduler as wireSchedulerCore } from '@pikku/core/scheduler'
|
|
9
|
+
import type { PikkuFunctionConfig, PikkuMiddleware } from '../function/pikku-function-types.gen.js'
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Type definition for scheduled tasks that run at specified intervals.
|
|
13
|
+
* These are sessionless functions that execute based on cron expressions.
|
|
14
|
+
*/
|
|
15
|
+
type SchedulerWiring = CoreScheduledTask<PikkuFunctionConfig<void, void, 'session' | 'rpc'>, PikkuMiddleware>
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Registers a scheduled task with the Pikku framework.
|
|
19
|
+
* Tasks run based on cron expressions and are sessionless.
|
|
20
|
+
*
|
|
21
|
+
* @param task - Scheduled task definition with cron expression and handler
|
|
22
|
+
*/
|
|
23
|
+
export const wireScheduler = (task: SchedulerWiring) => {
|
|
24
|
+
wireSchedulerCore(task as any)
|
|
25
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"register.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/schemas/register.gen.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { addSchema } from '@pikku/core/schema';
|
|
5
|
+
import * as CompanyCreateInput from './schemas/CompanyCreateInput.schema.json' with { type: 'json' };
|
|
6
|
+
addSchema('CompanyCreateInput', CompanyCreateInput, '@pikku/addon-mautic');
|
|
7
|
+
import * as CompanyCreateOutput from './schemas/CompanyCreateOutput.schema.json' with { type: 'json' };
|
|
8
|
+
addSchema('CompanyCreateOutput', CompanyCreateOutput, '@pikku/addon-mautic');
|
|
9
|
+
import * as CompanyUpdateInput from './schemas/CompanyUpdateInput.schema.json' with { type: 'json' };
|
|
10
|
+
addSchema('CompanyUpdateInput', CompanyUpdateInput, '@pikku/addon-mautic');
|
|
11
|
+
import * as CompanyUpdateOutput from './schemas/CompanyUpdateOutput.schema.json' with { type: 'json' };
|
|
12
|
+
addSchema('CompanyUpdateOutput', CompanyUpdateOutput, '@pikku/addon-mautic');
|
|
13
|
+
import * as CompanyGetInput from './schemas/CompanyGetInput.schema.json' with { type: 'json' };
|
|
14
|
+
addSchema('CompanyGetInput', CompanyGetInput, '@pikku/addon-mautic');
|
|
15
|
+
import * as CompanyGetOutput from './schemas/CompanyGetOutput.schema.json' with { type: 'json' };
|
|
16
|
+
addSchema('CompanyGetOutput', CompanyGetOutput, '@pikku/addon-mautic');
|
|
17
|
+
import * as CompanyGetAllInput from './schemas/CompanyGetAllInput.schema.json' with { type: 'json' };
|
|
18
|
+
addSchema('CompanyGetAllInput', CompanyGetAllInput, '@pikku/addon-mautic');
|
|
19
|
+
import * as CompanyGetAllOutput from './schemas/CompanyGetAllOutput.schema.json' with { type: 'json' };
|
|
20
|
+
addSchema('CompanyGetAllOutput', CompanyGetAllOutput, '@pikku/addon-mautic');
|
|
21
|
+
import * as CompanyDeleteInput from './schemas/CompanyDeleteInput.schema.json' with { type: 'json' };
|
|
22
|
+
addSchema('CompanyDeleteInput', CompanyDeleteInput, '@pikku/addon-mautic');
|
|
23
|
+
import * as CompanyDeleteOutput from './schemas/CompanyDeleteOutput.schema.json' with { type: 'json' };
|
|
24
|
+
addSchema('CompanyDeleteOutput', CompanyDeleteOutput, '@pikku/addon-mautic');
|
|
25
|
+
import * as ContactCreateInput from './schemas/ContactCreateInput.schema.json' with { type: 'json' };
|
|
26
|
+
addSchema('ContactCreateInput', ContactCreateInput, '@pikku/addon-mautic');
|
|
27
|
+
import * as ContactCreateOutput from './schemas/ContactCreateOutput.schema.json' with { type: 'json' };
|
|
28
|
+
addSchema('ContactCreateOutput', ContactCreateOutput, '@pikku/addon-mautic');
|
|
29
|
+
import * as ContactUpdateInput from './schemas/ContactUpdateInput.schema.json' with { type: 'json' };
|
|
30
|
+
addSchema('ContactUpdateInput', ContactUpdateInput, '@pikku/addon-mautic');
|
|
31
|
+
import * as ContactUpdateOutput from './schemas/ContactUpdateOutput.schema.json' with { type: 'json' };
|
|
32
|
+
addSchema('ContactUpdateOutput', ContactUpdateOutput, '@pikku/addon-mautic');
|
|
33
|
+
import * as ContactGetInput from './schemas/ContactGetInput.schema.json' with { type: 'json' };
|
|
34
|
+
addSchema('ContactGetInput', ContactGetInput, '@pikku/addon-mautic');
|
|
35
|
+
import * as ContactGetOutput from './schemas/ContactGetOutput.schema.json' with { type: 'json' };
|
|
36
|
+
addSchema('ContactGetOutput', ContactGetOutput, '@pikku/addon-mautic');
|
|
37
|
+
import * as ContactGetAllInput from './schemas/ContactGetAllInput.schema.json' with { type: 'json' };
|
|
38
|
+
addSchema('ContactGetAllInput', ContactGetAllInput, '@pikku/addon-mautic');
|
|
39
|
+
import * as ContactGetAllOutput from './schemas/ContactGetAllOutput.schema.json' with { type: 'json' };
|
|
40
|
+
addSchema('ContactGetAllOutput', ContactGetAllOutput, '@pikku/addon-mautic');
|
|
41
|
+
import * as ContactDeleteInput from './schemas/ContactDeleteInput.schema.json' with { type: 'json' };
|
|
42
|
+
addSchema('ContactDeleteInput', ContactDeleteInput, '@pikku/addon-mautic');
|
|
43
|
+
import * as ContactDeleteOutput from './schemas/ContactDeleteOutput.schema.json' with { type: 'json' };
|
|
44
|
+
addSchema('ContactDeleteOutput', ContactDeleteOutput, '@pikku/addon-mautic');
|
|
45
|
+
import * as ContactSendEmailInput from './schemas/ContactSendEmailInput.schema.json' with { type: 'json' };
|
|
46
|
+
addSchema('ContactSendEmailInput', ContactSendEmailInput, '@pikku/addon-mautic');
|
|
47
|
+
import * as ContactSendEmailOutput from './schemas/ContactSendEmailOutput.schema.json' with { type: 'json' };
|
|
48
|
+
addSchema('ContactSendEmailOutput', ContactSendEmailOutput, '@pikku/addon-mautic');
|
|
49
|
+
import * as ContactEditDoNotContactListInput from './schemas/ContactEditDoNotContactListInput.schema.json' with { type: 'json' };
|
|
50
|
+
addSchema('ContactEditDoNotContactListInput', ContactEditDoNotContactListInput, '@pikku/addon-mautic');
|
|
51
|
+
import * as ContactEditDoNotContactListOutput from './schemas/ContactEditDoNotContactListOutput.schema.json' with { type: 'json' };
|
|
52
|
+
addSchema('ContactEditDoNotContactListOutput', ContactEditDoNotContactListOutput, '@pikku/addon-mautic');
|
|
53
|
+
import * as ContactEditContactPointInput from './schemas/ContactEditContactPointInput.schema.json' with { type: 'json' };
|
|
54
|
+
addSchema('ContactEditContactPointInput', ContactEditContactPointInput, '@pikku/addon-mautic');
|
|
55
|
+
import * as ContactEditContactPointOutput from './schemas/ContactEditContactPointOutput.schema.json' with { type: 'json' };
|
|
56
|
+
addSchema('ContactEditContactPointOutput', ContactEditContactPointOutput, '@pikku/addon-mautic');
|
|
57
|
+
import * as ContactSegmentAddInput from './schemas/ContactSegmentAddInput.schema.json' with { type: 'json' };
|
|
58
|
+
addSchema('ContactSegmentAddInput', ContactSegmentAddInput, '@pikku/addon-mautic');
|
|
59
|
+
import * as ContactSegmentAddOutput from './schemas/ContactSegmentAddOutput.schema.json' with { type: 'json' };
|
|
60
|
+
addSchema('ContactSegmentAddOutput', ContactSegmentAddOutput, '@pikku/addon-mautic');
|
|
61
|
+
import * as ContactSegmentRemoveInput from './schemas/ContactSegmentRemoveInput.schema.json' with { type: 'json' };
|
|
62
|
+
addSchema('ContactSegmentRemoveInput', ContactSegmentRemoveInput, '@pikku/addon-mautic');
|
|
63
|
+
import * as ContactSegmentRemoveOutput from './schemas/ContactSegmentRemoveOutput.schema.json' with { type: 'json' };
|
|
64
|
+
addSchema('ContactSegmentRemoveOutput', ContactSegmentRemoveOutput, '@pikku/addon-mautic');
|
|
65
|
+
import * as CampaignContactAddInput from './schemas/CampaignContactAddInput.schema.json' with { type: 'json' };
|
|
66
|
+
addSchema('CampaignContactAddInput', CampaignContactAddInput, '@pikku/addon-mautic');
|
|
67
|
+
import * as CampaignContactAddOutput from './schemas/CampaignContactAddOutput.schema.json' with { type: 'json' };
|
|
68
|
+
addSchema('CampaignContactAddOutput', CampaignContactAddOutput, '@pikku/addon-mautic');
|
|
69
|
+
import * as CampaignContactRemoveInput from './schemas/CampaignContactRemoveInput.schema.json' with { type: 'json' };
|
|
70
|
+
addSchema('CampaignContactRemoveInput', CampaignContactRemoveInput, '@pikku/addon-mautic');
|
|
71
|
+
import * as CampaignContactRemoveOutput from './schemas/CampaignContactRemoveOutput.schema.json' with { type: 'json' };
|
|
72
|
+
addSchema('CampaignContactRemoveOutput', CampaignContactRemoveOutput, '@pikku/addon-mautic');
|
|
73
|
+
import * as CompanyContactAddInput from './schemas/CompanyContactAddInput.schema.json' with { type: 'json' };
|
|
74
|
+
addSchema('CompanyContactAddInput', CompanyContactAddInput, '@pikku/addon-mautic');
|
|
75
|
+
import * as CompanyContactAddOutput from './schemas/CompanyContactAddOutput.schema.json' with { type: 'json' };
|
|
76
|
+
addSchema('CompanyContactAddOutput', CompanyContactAddOutput, '@pikku/addon-mautic');
|
|
77
|
+
import * as CompanyContactRemoveInput from './schemas/CompanyContactRemoveInput.schema.json' with { type: 'json' };
|
|
78
|
+
addSchema('CompanyContactRemoveInput', CompanyContactRemoveInput, '@pikku/addon-mautic');
|
|
79
|
+
import * as CompanyContactRemoveOutput from './schemas/CompanyContactRemoveOutput.schema.json' with { type: 'json' };
|
|
80
|
+
addSchema('CompanyContactRemoveOutput', CompanyContactRemoveOutput, '@pikku/addon-mautic');
|
|
81
|
+
import * as SegmentEmailSendInput from './schemas/SegmentEmailSendInput.schema.json' with { type: 'json' };
|
|
82
|
+
addSchema('SegmentEmailSendInput', SegmentEmailSendInput, '@pikku/addon-mautic');
|
|
83
|
+
import * as SegmentEmailSendOutput from './schemas/SegmentEmailSendOutput.schema.json' with { type: 'json' };
|
|
84
|
+
addSchema('SegmentEmailSendOutput', SegmentEmailSendOutput, '@pikku/addon-mautic');
|
|
85
|
+
import * as CredentialSchema_mautic from './schemas/CredentialSchema_mautic.schema.json' with { type: 'json' };
|
|
86
|
+
addSchema('CredentialSchema_mautic', CredentialSchema_mautic, '@pikku/addon-mautic');
|
|
87
|
+
import * as VariableSchema_MAUTIC_BASE_URL from './schemas/VariableSchema_MAUTIC_BASE_URL.schema.json' with { type: 'json' };
|
|
88
|
+
addSchema('VariableSchema_MAUTIC_BASE_URL', VariableSchema_MAUTIC_BASE_URL, '@pikku/addon-mautic');
|
|
89
|
+
//# sourceMappingURL=register.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"register.gen.js","sourceRoot":"","sources":["../../../.pikku/schemas/register.gen.ts"],"names":[],"mappings":"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"}
|