@pikku/addon-salesforce 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 +11 -0
- package/dist/.pikku/addon/pikku-package.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.ts +13 -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-addon-meta.gen.json +14 -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 +20 -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 +1873 -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 +1223 -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 +136 -0
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.ts +136 -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 +36 -0
- package/dist/.pikku/pikku-services.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-services.gen.js +32 -0
- package/dist/.pikku/pikku-services.gen.js.map +1 -0
- package/dist/.pikku/pikku-services.gen.ts +45 -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 +535 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +600 -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 +67 -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 +257 -0
- package/dist/.pikku/schemas/register.gen.js.map +1 -0
- package/dist/.pikku/schemas/register.gen.ts +507 -0
- package/dist/.pikku/schemas/schemas/AccountAddNoteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AccountAddNoteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AccountCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AccountCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AccountDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AccountDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AccountGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AccountGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AccountGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AccountGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AccountGetSummaryOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AccountUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AccountUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AccountUpsertInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AccountUpsertOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AttachmentCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AttachmentCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AttachmentDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AttachmentDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AttachmentGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AttachmentGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AttachmentGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AttachmentGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AttachmentGetSummaryOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AttachmentUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AttachmentUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseAddCommentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseAddCommentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseGetSummaryOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactAddNoteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactAddNoteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactAddToCampaignInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactAddToCampaignOutput.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/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/ContactGetSummaryOutput.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/ContactUpsertInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContactUpsertOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CredentialSchema_salesforce.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CustomObjectCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CustomObjectCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CustomObjectDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CustomObjectDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CustomObjectGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CustomObjectGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CustomObjectGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CustomObjectGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CustomObjectUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CustomObjectUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CustomObjectUpsertInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CustomObjectUpsertOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DocumentUploadInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DocumentUploadOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FlowGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FlowGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FlowInvokeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FlowInvokeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LeadAddNoteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LeadAddNoteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LeadAddToCampaignInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LeadAddToCampaignOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LeadCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LeadCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LeadDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LeadDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LeadGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LeadGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LeadGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LeadGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LeadGetSummaryOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LeadUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LeadUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LeadUpsertInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LeadUpsertOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OpportunityAddNoteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OpportunityAddNoteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OpportunityCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OpportunityCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OpportunityDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OpportunityDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OpportunityGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OpportunityGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OpportunityGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OpportunityGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OpportunityGetSummaryOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OpportunityUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OpportunityUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OpportunityUpsertInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OpportunityUpsertOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchQueryInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchQueryOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SecretSchema_salesforceOAuthApp.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskGetSummaryOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/VariableSchema_SALESFORCE_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 +10 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +15 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js +13 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.ts +23 -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/accountAddNote.function.d.ts +17 -0
- package/dist/src/functions/accountAddNote.function.d.ts.map +1 -0
- package/dist/src/functions/accountAddNote.function.js +16 -0
- package/dist/src/functions/accountAddNote.function.js.map +1 -0
- package/dist/src/functions/accountCreate.function.d.ts +25 -0
- package/dist/src/functions/accountCreate.function.d.ts.map +1 -0
- package/dist/src/functions/accountCreate.function.js +18 -0
- package/dist/src/functions/accountCreate.function.js.map +1 -0
- package/dist/src/functions/accountDelete.function.d.ts +13 -0
- package/dist/src/functions/accountDelete.function.d.ts.map +1 -0
- package/dist/src/functions/accountDelete.function.js +15 -0
- package/dist/src/functions/accountDelete.function.js.map +1 -0
- package/dist/src/functions/accountGet.function.d.ts +13 -0
- package/dist/src/functions/accountGet.function.d.ts.map +1 -0
- package/dist/src/functions/accountGet.function.js +15 -0
- package/dist/src/functions/accountGet.function.js.map +1 -0
- package/dist/src/functions/accountGetAll.function.d.ts +29 -0
- package/dist/src/functions/accountGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/accountGetAll.function.js +19 -0
- package/dist/src/functions/accountGetAll.function.js.map +1 -0
- package/dist/src/functions/accountGetSummary.function.d.ts +4 -0
- package/dist/src/functions/accountGetSummary.function.d.ts.map +1 -0
- package/dist/src/functions/accountGetSummary.function.js +11 -0
- package/dist/src/functions/accountGetSummary.function.js.map +1 -0
- package/dist/src/functions/accountUpdate.function.d.ts +17 -0
- package/dist/src/functions/accountUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/accountUpdate.function.js +16 -0
- package/dist/src/functions/accountUpdate.function.js.map +1 -0
- package/dist/src/functions/accountUpsert.function.d.ts +21 -0
- package/dist/src/functions/accountUpsert.function.d.ts.map +1 -0
- package/dist/src/functions/accountUpsert.function.js +17 -0
- package/dist/src/functions/accountUpsert.function.js.map +1 -0
- package/dist/src/functions/attachmentCreate.function.d.ts +29 -0
- package/dist/src/functions/attachmentCreate.function.d.ts.map +1 -0
- package/dist/src/functions/attachmentCreate.function.js +19 -0
- package/dist/src/functions/attachmentCreate.function.js.map +1 -0
- package/dist/src/functions/attachmentDelete.function.d.ts +13 -0
- package/dist/src/functions/attachmentDelete.function.d.ts.map +1 -0
- package/dist/src/functions/attachmentDelete.function.js +15 -0
- package/dist/src/functions/attachmentDelete.function.js.map +1 -0
- package/dist/src/functions/attachmentGet.function.d.ts +13 -0
- package/dist/src/functions/attachmentGet.function.d.ts.map +1 -0
- package/dist/src/functions/attachmentGet.function.js +15 -0
- package/dist/src/functions/attachmentGet.function.js.map +1 -0
- package/dist/src/functions/attachmentGetAll.function.d.ts +29 -0
- package/dist/src/functions/attachmentGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/attachmentGetAll.function.js +19 -0
- package/dist/src/functions/attachmentGetAll.function.js.map +1 -0
- package/dist/src/functions/attachmentGetSummary.function.d.ts +4 -0
- package/dist/src/functions/attachmentGetSummary.function.d.ts.map +1 -0
- package/dist/src/functions/attachmentGetSummary.function.js +11 -0
- package/dist/src/functions/attachmentGetSummary.function.js.map +1 -0
- package/dist/src/functions/attachmentUpdate.function.d.ts +21 -0
- package/dist/src/functions/attachmentUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/attachmentUpdate.function.js +17 -0
- package/dist/src/functions/attachmentUpdate.function.js.map +1 -0
- package/dist/src/functions/caseAddComment.function.d.ts +17 -0
- package/dist/src/functions/caseAddComment.function.d.ts.map +1 -0
- package/dist/src/functions/caseAddComment.function.js +16 -0
- package/dist/src/functions/caseAddComment.function.js.map +1 -0
- package/dist/src/functions/caseCreate.function.d.ts +25 -0
- package/dist/src/functions/caseCreate.function.d.ts.map +1 -0
- package/dist/src/functions/caseCreate.function.js +18 -0
- package/dist/src/functions/caseCreate.function.js.map +1 -0
- package/dist/src/functions/caseDelete.function.d.ts +13 -0
- package/dist/src/functions/caseDelete.function.d.ts.map +1 -0
- package/dist/src/functions/caseDelete.function.js +15 -0
- package/dist/src/functions/caseDelete.function.js.map +1 -0
- package/dist/src/functions/caseGet.function.d.ts +13 -0
- package/dist/src/functions/caseGet.function.d.ts.map +1 -0
- package/dist/src/functions/caseGet.function.js +15 -0
- package/dist/src/functions/caseGet.function.js.map +1 -0
- package/dist/src/functions/caseGetAll.function.d.ts +29 -0
- package/dist/src/functions/caseGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/caseGetAll.function.js +19 -0
- package/dist/src/functions/caseGetAll.function.js.map +1 -0
- package/dist/src/functions/caseGetSummary.function.d.ts +4 -0
- package/dist/src/functions/caseGetSummary.function.d.ts.map +1 -0
- package/dist/src/functions/caseGetSummary.function.js +11 -0
- package/dist/src/functions/caseGetSummary.function.js.map +1 -0
- package/dist/src/functions/caseUpdate.function.d.ts +17 -0
- package/dist/src/functions/caseUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/caseUpdate.function.js +16 -0
- package/dist/src/functions/caseUpdate.function.js.map +1 -0
- package/dist/src/functions/contactAddNote.function.d.ts +17 -0
- package/dist/src/functions/contactAddNote.function.d.ts.map +1 -0
- package/dist/src/functions/contactAddNote.function.js +16 -0
- package/dist/src/functions/contactAddNote.function.js.map +1 -0
- package/dist/src/functions/contactAddToCampaign.function.d.ts +13 -0
- package/dist/src/functions/contactAddToCampaign.function.d.ts.map +1 -0
- package/dist/src/functions/contactAddToCampaign.function.js +15 -0
- package/dist/src/functions/contactAddToCampaign.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/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 +29 -0
- package/dist/src/functions/contactGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/contactGetAll.function.js +19 -0
- package/dist/src/functions/contactGetAll.function.js.map +1 -0
- package/dist/src/functions/contactGetSummary.function.d.ts +4 -0
- package/dist/src/functions/contactGetSummary.function.d.ts.map +1 -0
- package/dist/src/functions/contactGetSummary.function.js +11 -0
- package/dist/src/functions/contactGetSummary.function.js.map +1 -0
- package/dist/src/functions/contactUpdate.function.d.ts +17 -0
- package/dist/src/functions/contactUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/contactUpdate.function.js +16 -0
- package/dist/src/functions/contactUpdate.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/customObjectCreate.function.d.ts +25 -0
- package/dist/src/functions/customObjectCreate.function.d.ts.map +1 -0
- package/dist/src/functions/customObjectCreate.function.js +18 -0
- package/dist/src/functions/customObjectCreate.function.js.map +1 -0
- package/dist/src/functions/customObjectDelete.function.d.ts +13 -0
- package/dist/src/functions/customObjectDelete.function.d.ts.map +1 -0
- package/dist/src/functions/customObjectDelete.function.js +15 -0
- package/dist/src/functions/customObjectDelete.function.js.map +1 -0
- package/dist/src/functions/customObjectGet.function.d.ts +13 -0
- package/dist/src/functions/customObjectGet.function.d.ts.map +1 -0
- package/dist/src/functions/customObjectGet.function.js +15 -0
- package/dist/src/functions/customObjectGet.function.js.map +1 -0
- package/dist/src/functions/customObjectGetAll.function.d.ts +29 -0
- package/dist/src/functions/customObjectGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/customObjectGetAll.function.js +19 -0
- package/dist/src/functions/customObjectGetAll.function.js.map +1 -0
- package/dist/src/functions/customObjectUpdate.function.d.ts +17 -0
- package/dist/src/functions/customObjectUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/customObjectUpdate.function.js +16 -0
- package/dist/src/functions/customObjectUpdate.function.js.map +1 -0
- package/dist/src/functions/customObjectUpsert.function.d.ts +21 -0
- package/dist/src/functions/customObjectUpsert.function.d.ts.map +1 -0
- package/dist/src/functions/customObjectUpsert.function.js +17 -0
- package/dist/src/functions/customObjectUpsert.function.js.map +1 -0
- package/dist/src/functions/documentUpload.function.d.ts +17 -0
- package/dist/src/functions/documentUpload.function.d.ts.map +1 -0
- package/dist/src/functions/documentUpload.function.js +16 -0
- package/dist/src/functions/documentUpload.function.js.map +1 -0
- package/dist/src/functions/flowGetAll.function.d.ts +13 -0
- package/dist/src/functions/flowGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/flowGetAll.function.js +15 -0
- package/dist/src/functions/flowGetAll.function.js.map +1 -0
- package/dist/src/functions/flowInvoke.function.d.ts +17 -0
- package/dist/src/functions/flowInvoke.function.d.ts.map +1 -0
- package/dist/src/functions/flowInvoke.function.js +16 -0
- package/dist/src/functions/flowInvoke.function.js.map +1 -0
- package/dist/src/functions/leadAddNote.function.d.ts +17 -0
- package/dist/src/functions/leadAddNote.function.d.ts.map +1 -0
- package/dist/src/functions/leadAddNote.function.js +16 -0
- package/dist/src/functions/leadAddNote.function.js.map +1 -0
- package/dist/src/functions/leadAddToCampaign.function.d.ts +13 -0
- package/dist/src/functions/leadAddToCampaign.function.d.ts.map +1 -0
- package/dist/src/functions/leadAddToCampaign.function.js +15 -0
- package/dist/src/functions/leadAddToCampaign.function.js.map +1 -0
- package/dist/src/functions/leadCreate.function.d.ts +29 -0
- package/dist/src/functions/leadCreate.function.d.ts.map +1 -0
- package/dist/src/functions/leadCreate.function.js +19 -0
- package/dist/src/functions/leadCreate.function.js.map +1 -0
- package/dist/src/functions/leadDelete.function.d.ts +13 -0
- package/dist/src/functions/leadDelete.function.d.ts.map +1 -0
- package/dist/src/functions/leadDelete.function.js +15 -0
- package/dist/src/functions/leadDelete.function.js.map +1 -0
- package/dist/src/functions/leadGet.function.d.ts +13 -0
- package/dist/src/functions/leadGet.function.d.ts.map +1 -0
- package/dist/src/functions/leadGet.function.js +15 -0
- package/dist/src/functions/leadGet.function.js.map +1 -0
- package/dist/src/functions/leadGetAll.function.d.ts +29 -0
- package/dist/src/functions/leadGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/leadGetAll.function.js +19 -0
- package/dist/src/functions/leadGetAll.function.js.map +1 -0
- package/dist/src/functions/leadGetSummary.function.d.ts +4 -0
- package/dist/src/functions/leadGetSummary.function.d.ts.map +1 -0
- package/dist/src/functions/leadGetSummary.function.js +11 -0
- package/dist/src/functions/leadGetSummary.function.js.map +1 -0
- package/dist/src/functions/leadUpdate.function.d.ts +21 -0
- package/dist/src/functions/leadUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/leadUpdate.function.js +17 -0
- package/dist/src/functions/leadUpdate.function.js.map +1 -0
- package/dist/src/functions/leadUpsert.function.d.ts +21 -0
- package/dist/src/functions/leadUpsert.function.d.ts.map +1 -0
- package/dist/src/functions/leadUpsert.function.js +17 -0
- package/dist/src/functions/leadUpsert.function.js.map +1 -0
- package/dist/src/functions/opportunityAddNote.function.d.ts +17 -0
- package/dist/src/functions/opportunityAddNote.function.d.ts.map +1 -0
- package/dist/src/functions/opportunityAddNote.function.js +16 -0
- package/dist/src/functions/opportunityAddNote.function.js.map +1 -0
- package/dist/src/functions/opportunityCreate.function.d.ts +33 -0
- package/dist/src/functions/opportunityCreate.function.d.ts.map +1 -0
- package/dist/src/functions/opportunityCreate.function.js +20 -0
- package/dist/src/functions/opportunityCreate.function.js.map +1 -0
- package/dist/src/functions/opportunityDelete.function.d.ts +13 -0
- package/dist/src/functions/opportunityDelete.function.d.ts.map +1 -0
- package/dist/src/functions/opportunityDelete.function.js +15 -0
- package/dist/src/functions/opportunityDelete.function.js.map +1 -0
- package/dist/src/functions/opportunityGet.function.d.ts +13 -0
- package/dist/src/functions/opportunityGet.function.d.ts.map +1 -0
- package/dist/src/functions/opportunityGet.function.js +15 -0
- package/dist/src/functions/opportunityGet.function.js.map +1 -0
- package/dist/src/functions/opportunityGetAll.function.d.ts +29 -0
- package/dist/src/functions/opportunityGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/opportunityGetAll.function.js +19 -0
- package/dist/src/functions/opportunityGetAll.function.js.map +1 -0
- package/dist/src/functions/opportunityGetSummary.function.d.ts +4 -0
- package/dist/src/functions/opportunityGetSummary.function.d.ts.map +1 -0
- package/dist/src/functions/opportunityGetSummary.function.js +11 -0
- package/dist/src/functions/opportunityGetSummary.function.js.map +1 -0
- package/dist/src/functions/opportunityUpdate.function.d.ts +25 -0
- package/dist/src/functions/opportunityUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/opportunityUpdate.function.js +18 -0
- package/dist/src/functions/opportunityUpdate.function.js.map +1 -0
- package/dist/src/functions/opportunityUpsert.function.d.ts +21 -0
- package/dist/src/functions/opportunityUpsert.function.d.ts.map +1 -0
- package/dist/src/functions/opportunityUpsert.function.js +17 -0
- package/dist/src/functions/opportunityUpsert.function.js.map +1 -0
- package/dist/src/functions/searchQuery.function.d.ts +13 -0
- package/dist/src/functions/searchQuery.function.d.ts.map +1 -0
- package/dist/src/functions/searchQuery.function.js +15 -0
- package/dist/src/functions/searchQuery.function.js.map +1 -0
- package/dist/src/functions/taskCreate.function.d.ts +25 -0
- package/dist/src/functions/taskCreate.function.d.ts.map +1 -0
- package/dist/src/functions/taskCreate.function.js +18 -0
- package/dist/src/functions/taskCreate.function.js.map +1 -0
- package/dist/src/functions/taskDelete.function.d.ts +13 -0
- package/dist/src/functions/taskDelete.function.d.ts.map +1 -0
- package/dist/src/functions/taskDelete.function.js +15 -0
- package/dist/src/functions/taskDelete.function.js.map +1 -0
- package/dist/src/functions/taskGet.function.d.ts +13 -0
- package/dist/src/functions/taskGet.function.d.ts.map +1 -0
- package/dist/src/functions/taskGet.function.js +15 -0
- package/dist/src/functions/taskGet.function.js.map +1 -0
- package/dist/src/functions/taskGetAll.function.d.ts +29 -0
- package/dist/src/functions/taskGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/taskGetAll.function.js +19 -0
- package/dist/src/functions/taskGetAll.function.js.map +1 -0
- package/dist/src/functions/taskGetSummary.function.d.ts +4 -0
- package/dist/src/functions/taskGetSummary.function.d.ts.map +1 -0
- package/dist/src/functions/taskGetSummary.function.js +11 -0
- package/dist/src/functions/taskGetSummary.function.js.map +1 -0
- package/dist/src/functions/taskUpdate.function.d.ts +17 -0
- package/dist/src/functions/taskUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/taskUpdate.function.js +16 -0
- package/dist/src/functions/taskUpdate.function.js.map +1 -0
- package/dist/src/functions/userGet.function.d.ts +13 -0
- package/dist/src/functions/userGet.function.d.ts.map +1 -0
- package/dist/src/functions/userGet.function.js +15 -0
- package/dist/src/functions/userGet.function.js.map +1 -0
- package/dist/src/functions/userGetAll.function.d.ts +29 -0
- package/dist/src/functions/userGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/userGetAll.function.js +19 -0
- package/dist/src/functions/userGetAll.function.js.map +1 -0
- package/dist/src/index.d.ts +66 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +66 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/salesforce-api.service.d.ts +15 -0
- package/dist/src/salesforce-api.service.d.ts.map +1 -0
- package/dist/src/salesforce-api.service.js +504 -0
- package/dist/src/salesforce-api.service.js.map +1 -0
- package/dist/src/salesforce.credential.d.ts +10 -0
- package/dist/src/salesforce.credential.d.ts.map +1 -0
- package/dist/src/salesforce.credential.js +33 -0
- package/dist/src/salesforce.credential.js.map +1 -0
- package/dist/src/salesforce.types.d.ts +7 -0
- package/dist/src/salesforce.types.d.ts.map +1 -0
- package/dist/src/salesforce.types.js +8 -0
- package/dist/src/salesforce.types.js.map +1 -0
- package/dist/src/salesforce.variable.d.ts +5 -0
- package/dist/src/salesforce.variable.d.ts.map +1 -0
- package/dist/src/salesforce.variable.js +11 -0
- package/dist/src/salesforce.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 +7 -0
- package/dist/src/services.js.map +1 -0
- package/package.json +39 -0
|
@@ -0,0 +1,600 @@
|
|
|
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 AccountAddNoteInput = {
|
|
13
|
+
title?: string | undefined;
|
|
14
|
+
body?: string | undefined;
|
|
15
|
+
}
|
|
16
|
+
export type AccountAddNoteOutput = {
|
|
17
|
+
[key: string]: unknown;
|
|
18
|
+
}
|
|
19
|
+
export type AccountCreateInput = {
|
|
20
|
+
name?: string | undefined;
|
|
21
|
+
}
|
|
22
|
+
export type AccountCreateOutput = {
|
|
23
|
+
id?: string | undefined;
|
|
24
|
+
success?: boolean | undefined;
|
|
25
|
+
}
|
|
26
|
+
export type AccountDeleteInput = {
|
|
27
|
+
id: string;
|
|
28
|
+
}
|
|
29
|
+
export type AccountDeleteOutput = {
|
|
30
|
+
[key: string]: unknown;
|
|
31
|
+
}
|
|
32
|
+
export type AccountGetAllInput = {
|
|
33
|
+
q?: string | undefined;
|
|
34
|
+
limit?: number | undefined;
|
|
35
|
+
}
|
|
36
|
+
export type AccountGetAllOutput = {
|
|
37
|
+
totalSize?: number | undefined;
|
|
38
|
+
done?: boolean | undefined;
|
|
39
|
+
}
|
|
40
|
+
export type AccountGetInput = {
|
|
41
|
+
id: string;
|
|
42
|
+
}
|
|
43
|
+
export type AccountGetOutput = {
|
|
44
|
+
[key: string]: unknown;
|
|
45
|
+
}
|
|
46
|
+
export type AccountGetSummaryOutput = {
|
|
47
|
+
[key: string]: unknown;
|
|
48
|
+
}
|
|
49
|
+
export type AccountUpdateInput = {
|
|
50
|
+
id: string;
|
|
51
|
+
name?: string | undefined;
|
|
52
|
+
}
|
|
53
|
+
export type AccountUpdateOutput = {
|
|
54
|
+
[key: string]: unknown;
|
|
55
|
+
}
|
|
56
|
+
export type AccountUpsertInput = {
|
|
57
|
+
externalIdField: string;
|
|
58
|
+
externalIdValue: string;
|
|
59
|
+
value?: string | undefined;
|
|
60
|
+
}
|
|
61
|
+
export type AccountUpsertOutput = {
|
|
62
|
+
[key: string]: unknown;
|
|
63
|
+
}
|
|
64
|
+
export type AttachmentCreateInput = {
|
|
65
|
+
name?: string | undefined;
|
|
66
|
+
parentId?: string | undefined;
|
|
67
|
+
}
|
|
68
|
+
export type AttachmentCreateOutput = {
|
|
69
|
+
id?: string | undefined;
|
|
70
|
+
success?: boolean | undefined;
|
|
71
|
+
}
|
|
72
|
+
export type AttachmentDeleteInput = {
|
|
73
|
+
id: string;
|
|
74
|
+
}
|
|
75
|
+
export type AttachmentDeleteOutput = {
|
|
76
|
+
[key: string]: unknown;
|
|
77
|
+
}
|
|
78
|
+
export type AttachmentGetAllInput = {
|
|
79
|
+
q?: string | undefined;
|
|
80
|
+
limit?: number | undefined;
|
|
81
|
+
}
|
|
82
|
+
export type AttachmentGetAllOutput = {
|
|
83
|
+
totalSize?: number | undefined;
|
|
84
|
+
done?: boolean | undefined;
|
|
85
|
+
}
|
|
86
|
+
export type AttachmentGetInput = {
|
|
87
|
+
id: string;
|
|
88
|
+
}
|
|
89
|
+
export type AttachmentGetOutput = {
|
|
90
|
+
[key: string]: unknown;
|
|
91
|
+
}
|
|
92
|
+
export type AttachmentGetSummaryOutput = {
|
|
93
|
+
[key: string]: unknown;
|
|
94
|
+
}
|
|
95
|
+
export type AttachmentUpdateInput = {
|
|
96
|
+
id: string;
|
|
97
|
+
name?: string | undefined;
|
|
98
|
+
parentId?: string | undefined;
|
|
99
|
+
}
|
|
100
|
+
export type AttachmentUpdateOutput = {
|
|
101
|
+
[key: string]: unknown;
|
|
102
|
+
}
|
|
103
|
+
export type CaseAddCommentInput = {
|
|
104
|
+
caseId?: string | undefined;
|
|
105
|
+
commentBody?: string | undefined;
|
|
106
|
+
}
|
|
107
|
+
export type CaseAddCommentOutput = {
|
|
108
|
+
[key: string]: unknown;
|
|
109
|
+
}
|
|
110
|
+
export type CaseCreateInput = {
|
|
111
|
+
type?: string | undefined;
|
|
112
|
+
}
|
|
113
|
+
export type CaseCreateOutput = {
|
|
114
|
+
id?: string | undefined;
|
|
115
|
+
success?: boolean | undefined;
|
|
116
|
+
}
|
|
117
|
+
export type CaseDeleteInput = {
|
|
118
|
+
id: string;
|
|
119
|
+
}
|
|
120
|
+
export type CaseDeleteOutput = {
|
|
121
|
+
[key: string]: unknown;
|
|
122
|
+
}
|
|
123
|
+
export type CaseGetAllInput = {
|
|
124
|
+
q?: string | undefined;
|
|
125
|
+
limit?: number | undefined;
|
|
126
|
+
}
|
|
127
|
+
export type CaseGetAllOutput = {
|
|
128
|
+
totalSize?: number | undefined;
|
|
129
|
+
done?: boolean | undefined;
|
|
130
|
+
}
|
|
131
|
+
export type CaseGetInput = {
|
|
132
|
+
id: string;
|
|
133
|
+
}
|
|
134
|
+
export type CaseGetOutput = {
|
|
135
|
+
[key: string]: unknown;
|
|
136
|
+
}
|
|
137
|
+
export type CaseGetSummaryOutput = {
|
|
138
|
+
[key: string]: unknown;
|
|
139
|
+
}
|
|
140
|
+
export type CaseUpdateInput = {
|
|
141
|
+
id: string;
|
|
142
|
+
type?: string | undefined;
|
|
143
|
+
}
|
|
144
|
+
export type CaseUpdateOutput = {
|
|
145
|
+
[key: string]: unknown;
|
|
146
|
+
}
|
|
147
|
+
export type ContactAddNoteInput = {
|
|
148
|
+
title?: string | undefined;
|
|
149
|
+
body?: string | undefined;
|
|
150
|
+
}
|
|
151
|
+
export type ContactAddNoteOutput = {
|
|
152
|
+
[key: string]: unknown;
|
|
153
|
+
}
|
|
154
|
+
export type ContactAddToCampaignInput = {
|
|
155
|
+
campaignId?: string | undefined;
|
|
156
|
+
}
|
|
157
|
+
export type ContactAddToCampaignOutput = {
|
|
158
|
+
[key: string]: unknown;
|
|
159
|
+
}
|
|
160
|
+
export type ContactCreateInput = {
|
|
161
|
+
lastName?: string | undefined;
|
|
162
|
+
}
|
|
163
|
+
export type ContactCreateOutput = {
|
|
164
|
+
id?: string | undefined;
|
|
165
|
+
success?: boolean | undefined;
|
|
166
|
+
}
|
|
167
|
+
export type ContactDeleteInput = {
|
|
168
|
+
id: string;
|
|
169
|
+
}
|
|
170
|
+
export type ContactDeleteOutput = {
|
|
171
|
+
[key: string]: unknown;
|
|
172
|
+
}
|
|
173
|
+
export type ContactGetAllInput = {
|
|
174
|
+
q?: string | undefined;
|
|
175
|
+
limit?: number | undefined;
|
|
176
|
+
}
|
|
177
|
+
export type ContactGetAllOutput = {
|
|
178
|
+
totalSize?: number | undefined;
|
|
179
|
+
done?: boolean | undefined;
|
|
180
|
+
}
|
|
181
|
+
export type ContactGetInput = {
|
|
182
|
+
id: string;
|
|
183
|
+
}
|
|
184
|
+
export type ContactGetOutput = {
|
|
185
|
+
[key: string]: unknown;
|
|
186
|
+
}
|
|
187
|
+
export type ContactGetSummaryOutput = {
|
|
188
|
+
[key: string]: unknown;
|
|
189
|
+
}
|
|
190
|
+
export type ContactUpdateInput = {
|
|
191
|
+
id: string;
|
|
192
|
+
lastName?: string | undefined;
|
|
193
|
+
}
|
|
194
|
+
export type ContactUpdateOutput = {
|
|
195
|
+
[key: string]: unknown;
|
|
196
|
+
}
|
|
197
|
+
export type ContactUpsertInput = {
|
|
198
|
+
externalIdField: string;
|
|
199
|
+
externalIdValue: string;
|
|
200
|
+
value?: string | undefined;
|
|
201
|
+
}
|
|
202
|
+
export type ContactUpsertOutput = {
|
|
203
|
+
[key: string]: unknown;
|
|
204
|
+
}
|
|
205
|
+
export type CredentialSchema_salesforce = {
|
|
206
|
+
accessToken: string;
|
|
207
|
+
refreshToken?: string | undefined;
|
|
208
|
+
}
|
|
209
|
+
export type CustomObjectCreateInput = {
|
|
210
|
+
customObject?: string | undefined;
|
|
211
|
+
}
|
|
212
|
+
export type CustomObjectCreateOutput = {
|
|
213
|
+
id?: string | undefined;
|
|
214
|
+
success?: boolean | undefined;
|
|
215
|
+
}
|
|
216
|
+
export type CustomObjectDeleteInput = {
|
|
217
|
+
id: string;
|
|
218
|
+
}
|
|
219
|
+
export type CustomObjectDeleteOutput = {
|
|
220
|
+
[key: string]: unknown;
|
|
221
|
+
}
|
|
222
|
+
export type CustomObjectGetAllInput = {
|
|
223
|
+
q?: string | undefined;
|
|
224
|
+
limit?: number | undefined;
|
|
225
|
+
}
|
|
226
|
+
export type CustomObjectGetAllOutput = {
|
|
227
|
+
totalSize?: number | undefined;
|
|
228
|
+
done?: boolean | undefined;
|
|
229
|
+
}
|
|
230
|
+
export type CustomObjectGetInput = {
|
|
231
|
+
id: string;
|
|
232
|
+
}
|
|
233
|
+
export type CustomObjectGetOutput = {
|
|
234
|
+
[key: string]: unknown;
|
|
235
|
+
}
|
|
236
|
+
export type CustomObjectUpdateInput = {
|
|
237
|
+
id: string;
|
|
238
|
+
customObject?: string | undefined;
|
|
239
|
+
}
|
|
240
|
+
export type CustomObjectUpdateOutput = {
|
|
241
|
+
[key: string]: unknown;
|
|
242
|
+
}
|
|
243
|
+
export type CustomObjectUpsertInput = {
|
|
244
|
+
externalIdField: string;
|
|
245
|
+
externalIdValue: string;
|
|
246
|
+
value?: string | undefined;
|
|
247
|
+
}
|
|
248
|
+
export type CustomObjectUpsertOutput = {
|
|
249
|
+
[key: string]: unknown;
|
|
250
|
+
}
|
|
251
|
+
export type DocumentUploadInput = {
|
|
252
|
+
title?: string | undefined;
|
|
253
|
+
body?: string | undefined;
|
|
254
|
+
}
|
|
255
|
+
export type DocumentUploadOutput = {
|
|
256
|
+
[key: string]: unknown;
|
|
257
|
+
}
|
|
258
|
+
export type FlowGetAllInput = {
|
|
259
|
+
limit?: number | undefined;
|
|
260
|
+
}
|
|
261
|
+
export type FlowGetAllOutput = {
|
|
262
|
+
[key: string]: unknown;
|
|
263
|
+
}
|
|
264
|
+
export type FlowInvokeInput = {
|
|
265
|
+
flowName: string;
|
|
266
|
+
inputs?: {
|
|
267
|
+
[key: string]: unknown;
|
|
268
|
+
} | undefined;
|
|
269
|
+
}
|
|
270
|
+
export type FlowInvokeOutput = {
|
|
271
|
+
[key: string]: unknown;
|
|
272
|
+
}
|
|
273
|
+
export type LeadAddNoteInput = {
|
|
274
|
+
title?: string | undefined;
|
|
275
|
+
body?: string | undefined;
|
|
276
|
+
}
|
|
277
|
+
export type LeadAddNoteOutput = {
|
|
278
|
+
[key: string]: unknown;
|
|
279
|
+
}
|
|
280
|
+
export type LeadAddToCampaignInput = {
|
|
281
|
+
campaignId?: string | undefined;
|
|
282
|
+
}
|
|
283
|
+
export type LeadAddToCampaignOutput = {
|
|
284
|
+
[key: string]: unknown;
|
|
285
|
+
}
|
|
286
|
+
export type LeadCreateInput = {
|
|
287
|
+
lastName?: string | undefined;
|
|
288
|
+
company?: string | undefined;
|
|
289
|
+
}
|
|
290
|
+
export type LeadCreateOutput = {
|
|
291
|
+
id?: string | undefined;
|
|
292
|
+
success?: boolean | undefined;
|
|
293
|
+
}
|
|
294
|
+
export type LeadDeleteInput = {
|
|
295
|
+
id: string;
|
|
296
|
+
}
|
|
297
|
+
export type LeadDeleteOutput = {
|
|
298
|
+
[key: string]: unknown;
|
|
299
|
+
}
|
|
300
|
+
export type LeadGetAllInput = {
|
|
301
|
+
q?: string | undefined;
|
|
302
|
+
limit?: number | undefined;
|
|
303
|
+
}
|
|
304
|
+
export type LeadGetAllOutput = {
|
|
305
|
+
totalSize?: number | undefined;
|
|
306
|
+
done?: boolean | undefined;
|
|
307
|
+
}
|
|
308
|
+
export type LeadGetInput = {
|
|
309
|
+
id: string;
|
|
310
|
+
}
|
|
311
|
+
export type LeadGetOutput = {
|
|
312
|
+
[key: string]: unknown;
|
|
313
|
+
}
|
|
314
|
+
export type LeadGetSummaryOutput = {
|
|
315
|
+
[key: string]: unknown;
|
|
316
|
+
}
|
|
317
|
+
export type LeadUpdateInput = {
|
|
318
|
+
id: string;
|
|
319
|
+
lastName?: string | undefined;
|
|
320
|
+
company?: string | undefined;
|
|
321
|
+
}
|
|
322
|
+
export type LeadUpdateOutput = {
|
|
323
|
+
[key: string]: unknown;
|
|
324
|
+
}
|
|
325
|
+
export type LeadUpsertInput = {
|
|
326
|
+
externalIdField: string;
|
|
327
|
+
externalIdValue: string;
|
|
328
|
+
value?: string | undefined;
|
|
329
|
+
}
|
|
330
|
+
export type LeadUpsertOutput = {
|
|
331
|
+
[key: string]: unknown;
|
|
332
|
+
}
|
|
333
|
+
export type OpportunityAddNoteInput = {
|
|
334
|
+
title?: string | undefined;
|
|
335
|
+
body?: string | undefined;
|
|
336
|
+
}
|
|
337
|
+
export type OpportunityAddNoteOutput = {
|
|
338
|
+
[key: string]: unknown;
|
|
339
|
+
}
|
|
340
|
+
export type OpportunityCreateInput = {
|
|
341
|
+
name?: string | undefined;
|
|
342
|
+
closeDate?: string | undefined;
|
|
343
|
+
stageName?: string | undefined;
|
|
344
|
+
}
|
|
345
|
+
export type OpportunityCreateOutput = {
|
|
346
|
+
id?: string | undefined;
|
|
347
|
+
success?: boolean | undefined;
|
|
348
|
+
}
|
|
349
|
+
export type OpportunityDeleteInput = {
|
|
350
|
+
id: string;
|
|
351
|
+
}
|
|
352
|
+
export type OpportunityDeleteOutput = {
|
|
353
|
+
[key: string]: unknown;
|
|
354
|
+
}
|
|
355
|
+
export type OpportunityGetAllInput = {
|
|
356
|
+
q?: string | undefined;
|
|
357
|
+
limit?: number | undefined;
|
|
358
|
+
}
|
|
359
|
+
export type OpportunityGetAllOutput = {
|
|
360
|
+
totalSize?: number | undefined;
|
|
361
|
+
done?: boolean | undefined;
|
|
362
|
+
}
|
|
363
|
+
export type OpportunityGetInput = {
|
|
364
|
+
id: string;
|
|
365
|
+
}
|
|
366
|
+
export type OpportunityGetOutput = {
|
|
367
|
+
[key: string]: unknown;
|
|
368
|
+
}
|
|
369
|
+
export type OpportunityGetSummaryOutput = {
|
|
370
|
+
[key: string]: unknown;
|
|
371
|
+
}
|
|
372
|
+
export type OpportunityUpdateInput = {
|
|
373
|
+
id: string;
|
|
374
|
+
name?: string | undefined;
|
|
375
|
+
closeDate?: string | undefined;
|
|
376
|
+
stageName?: string | undefined;
|
|
377
|
+
}
|
|
378
|
+
export type OpportunityUpdateOutput = {
|
|
379
|
+
[key: string]: unknown;
|
|
380
|
+
}
|
|
381
|
+
export type OpportunityUpsertInput = {
|
|
382
|
+
externalIdField: string;
|
|
383
|
+
externalIdValue: string;
|
|
384
|
+
value?: string | undefined;
|
|
385
|
+
}
|
|
386
|
+
export type OpportunityUpsertOutput = {
|
|
387
|
+
[key: string]: unknown;
|
|
388
|
+
}
|
|
389
|
+
export type SearchQueryInput = {
|
|
390
|
+
query: string;
|
|
391
|
+
}
|
|
392
|
+
export type SearchQueryOutput = {
|
|
393
|
+
[key: string]: unknown;
|
|
394
|
+
}
|
|
395
|
+
export type SecretSchema_salesforceOAuthApp = {
|
|
396
|
+
/** OAuth2 app client ID */
|
|
397
|
+
clientId: string;
|
|
398
|
+
/** OAuth2 app client secret */
|
|
399
|
+
clientSecret: string;
|
|
400
|
+
}
|
|
401
|
+
export type TaskCreateInput = {
|
|
402
|
+
status?: string | undefined;
|
|
403
|
+
}
|
|
404
|
+
export type TaskCreateOutput = {
|
|
405
|
+
id?: string | undefined;
|
|
406
|
+
success?: boolean | undefined;
|
|
407
|
+
}
|
|
408
|
+
export type TaskDeleteInput = {
|
|
409
|
+
id: string;
|
|
410
|
+
}
|
|
411
|
+
export type TaskDeleteOutput = {
|
|
412
|
+
[key: string]: unknown;
|
|
413
|
+
}
|
|
414
|
+
export type TaskGetAllInput = {
|
|
415
|
+
q?: string | undefined;
|
|
416
|
+
limit?: number | undefined;
|
|
417
|
+
}
|
|
418
|
+
export type TaskGetAllOutput = {
|
|
419
|
+
totalSize?: number | undefined;
|
|
420
|
+
done?: boolean | undefined;
|
|
421
|
+
}
|
|
422
|
+
export type TaskGetInput = {
|
|
423
|
+
id: string;
|
|
424
|
+
}
|
|
425
|
+
export type TaskGetOutput = {
|
|
426
|
+
[key: string]: unknown;
|
|
427
|
+
}
|
|
428
|
+
export type TaskGetSummaryOutput = {
|
|
429
|
+
[key: string]: unknown;
|
|
430
|
+
}
|
|
431
|
+
export type TaskUpdateInput = {
|
|
432
|
+
id: string;
|
|
433
|
+
status?: string | undefined;
|
|
434
|
+
}
|
|
435
|
+
export type TaskUpdateOutput = {
|
|
436
|
+
[key: string]: unknown;
|
|
437
|
+
}
|
|
438
|
+
export type UserGetAllInput = {
|
|
439
|
+
q?: string | undefined;
|
|
440
|
+
limit?: number | undefined;
|
|
441
|
+
}
|
|
442
|
+
export type UserGetAllOutput = {
|
|
443
|
+
totalSize?: number | undefined;
|
|
444
|
+
done?: boolean | undefined;
|
|
445
|
+
}
|
|
446
|
+
export type UserGetInput = {
|
|
447
|
+
id: string;
|
|
448
|
+
}
|
|
449
|
+
export type UserGetOutput = {
|
|
450
|
+
[key: string]: unknown;
|
|
451
|
+
}
|
|
452
|
+
export type VariableSchema_SALESFORCE_BASE_URL = "https://yourInstance.salesforce.com/services/data/v59.0"
|
|
453
|
+
|
|
454
|
+
interface RPCHandler<I, O> {
|
|
455
|
+
input: I;
|
|
456
|
+
output: O;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
export type RPCMap = {
|
|
460
|
+
readonly 'accountCreate': RPCHandler<AccountCreateInput, AccountCreateOutput>,
|
|
461
|
+
readonly 'accountGet': RPCHandler<AccountGetInput, AccountGetOutput>,
|
|
462
|
+
readonly 'accountUpdate': RPCHandler<AccountUpdateInput, AccountUpdateOutput>,
|
|
463
|
+
readonly 'accountDelete': RPCHandler<AccountDeleteInput, AccountDeleteOutput>,
|
|
464
|
+
readonly 'accountUpsert': RPCHandler<AccountUpsertInput, AccountUpsertOutput>,
|
|
465
|
+
readonly 'accountGetAll': RPCHandler<AccountGetAllInput, AccountGetAllOutput>,
|
|
466
|
+
readonly 'accountGetSummary': RPCHandler<null, AccountGetSummaryOutput>,
|
|
467
|
+
readonly 'accountAddNote': RPCHandler<AccountAddNoteInput, AccountAddNoteOutput>,
|
|
468
|
+
readonly 'contactCreate': RPCHandler<ContactCreateInput, ContactCreateOutput>,
|
|
469
|
+
readonly 'contactGet': RPCHandler<ContactGetInput, ContactGetOutput>,
|
|
470
|
+
readonly 'contactUpdate': RPCHandler<ContactUpdateInput, ContactUpdateOutput>,
|
|
471
|
+
readonly 'contactDelete': RPCHandler<ContactDeleteInput, ContactDeleteOutput>,
|
|
472
|
+
readonly 'contactUpsert': RPCHandler<ContactUpsertInput, ContactUpsertOutput>,
|
|
473
|
+
readonly 'contactGetAll': RPCHandler<ContactGetAllInput, ContactGetAllOutput>,
|
|
474
|
+
readonly 'contactGetSummary': RPCHandler<null, ContactGetSummaryOutput>,
|
|
475
|
+
readonly 'contactAddNote': RPCHandler<ContactAddNoteInput, ContactAddNoteOutput>,
|
|
476
|
+
readonly 'contactAddToCampaign': RPCHandler<ContactAddToCampaignInput, ContactAddToCampaignOutput>,
|
|
477
|
+
readonly 'leadCreate': RPCHandler<LeadCreateInput, LeadCreateOutput>,
|
|
478
|
+
readonly 'leadGet': RPCHandler<LeadGetInput, LeadGetOutput>,
|
|
479
|
+
readonly 'leadUpdate': RPCHandler<LeadUpdateInput, LeadUpdateOutput>,
|
|
480
|
+
readonly 'leadDelete': RPCHandler<LeadDeleteInput, LeadDeleteOutput>,
|
|
481
|
+
readonly 'leadUpsert': RPCHandler<LeadUpsertInput, LeadUpsertOutput>,
|
|
482
|
+
readonly 'leadGetAll': RPCHandler<LeadGetAllInput, LeadGetAllOutput>,
|
|
483
|
+
readonly 'leadGetSummary': RPCHandler<null, LeadGetSummaryOutput>,
|
|
484
|
+
readonly 'leadAddNote': RPCHandler<LeadAddNoteInput, LeadAddNoteOutput>,
|
|
485
|
+
readonly 'leadAddToCampaign': RPCHandler<LeadAddToCampaignInput, LeadAddToCampaignOutput>,
|
|
486
|
+
readonly 'opportunityCreate': RPCHandler<OpportunityCreateInput, OpportunityCreateOutput>,
|
|
487
|
+
readonly 'opportunityGet': RPCHandler<OpportunityGetInput, OpportunityGetOutput>,
|
|
488
|
+
readonly 'opportunityUpdate': RPCHandler<OpportunityUpdateInput, OpportunityUpdateOutput>,
|
|
489
|
+
readonly 'opportunityDelete': RPCHandler<OpportunityDeleteInput, OpportunityDeleteOutput>,
|
|
490
|
+
readonly 'opportunityUpsert': RPCHandler<OpportunityUpsertInput, OpportunityUpsertOutput>,
|
|
491
|
+
readonly 'opportunityGetAll': RPCHandler<OpportunityGetAllInput, OpportunityGetAllOutput>,
|
|
492
|
+
readonly 'opportunityGetSummary': RPCHandler<null, OpportunityGetSummaryOutput>,
|
|
493
|
+
readonly 'opportunityAddNote': RPCHandler<OpportunityAddNoteInput, OpportunityAddNoteOutput>,
|
|
494
|
+
readonly 'caseCreate': RPCHandler<CaseCreateInput, CaseCreateOutput>,
|
|
495
|
+
readonly 'caseGet': RPCHandler<CaseGetInput, CaseGetOutput>,
|
|
496
|
+
readonly 'caseUpdate': RPCHandler<CaseUpdateInput, CaseUpdateOutput>,
|
|
497
|
+
readonly 'caseDelete': RPCHandler<CaseDeleteInput, CaseDeleteOutput>,
|
|
498
|
+
readonly 'caseGetAll': RPCHandler<CaseGetAllInput, CaseGetAllOutput>,
|
|
499
|
+
readonly 'caseGetSummary': RPCHandler<null, CaseGetSummaryOutput>,
|
|
500
|
+
readonly 'caseAddComment': RPCHandler<CaseAddCommentInput, CaseAddCommentOutput>,
|
|
501
|
+
readonly 'taskCreate': RPCHandler<TaskCreateInput, TaskCreateOutput>,
|
|
502
|
+
readonly 'taskGet': RPCHandler<TaskGetInput, TaskGetOutput>,
|
|
503
|
+
readonly 'taskUpdate': RPCHandler<TaskUpdateInput, TaskUpdateOutput>,
|
|
504
|
+
readonly 'taskDelete': RPCHandler<TaskDeleteInput, TaskDeleteOutput>,
|
|
505
|
+
readonly 'taskGetAll': RPCHandler<TaskGetAllInput, TaskGetAllOutput>,
|
|
506
|
+
readonly 'taskGetSummary': RPCHandler<null, TaskGetSummaryOutput>,
|
|
507
|
+
readonly 'userGet': RPCHandler<UserGetInput, UserGetOutput>,
|
|
508
|
+
readonly 'userGetAll': RPCHandler<UserGetAllInput, UserGetAllOutput>,
|
|
509
|
+
readonly 'customObjectCreate': RPCHandler<CustomObjectCreateInput, CustomObjectCreateOutput>,
|
|
510
|
+
readonly 'customObjectGet': RPCHandler<CustomObjectGetInput, CustomObjectGetOutput>,
|
|
511
|
+
readonly 'customObjectUpdate': RPCHandler<CustomObjectUpdateInput, CustomObjectUpdateOutput>,
|
|
512
|
+
readonly 'customObjectDelete': RPCHandler<CustomObjectDeleteInput, CustomObjectDeleteOutput>,
|
|
513
|
+
readonly 'customObjectUpsert': RPCHandler<CustomObjectUpsertInput, CustomObjectUpsertOutput>,
|
|
514
|
+
readonly 'customObjectGetAll': RPCHandler<CustomObjectGetAllInput, CustomObjectGetAllOutput>,
|
|
515
|
+
readonly 'documentUpload': RPCHandler<DocumentUploadInput, DocumentUploadOutput>,
|
|
516
|
+
readonly 'flowGetAll': RPCHandler<FlowGetAllInput, FlowGetAllOutput>,
|
|
517
|
+
readonly 'flowInvoke': RPCHandler<FlowInvokeInput, FlowInvokeOutput>,
|
|
518
|
+
readonly 'attachmentCreate': RPCHandler<AttachmentCreateInput, AttachmentCreateOutput>,
|
|
519
|
+
readonly 'attachmentGet': RPCHandler<AttachmentGetInput, AttachmentGetOutput>,
|
|
520
|
+
readonly 'attachmentUpdate': RPCHandler<AttachmentUpdateInput, AttachmentUpdateOutput>,
|
|
521
|
+
readonly 'attachmentDelete': RPCHandler<AttachmentDeleteInput, AttachmentDeleteOutput>,
|
|
522
|
+
readonly 'attachmentGetAll': RPCHandler<AttachmentGetAllInput, AttachmentGetAllOutput>,
|
|
523
|
+
readonly 'attachmentGetSummary': RPCHandler<null, AttachmentGetSummaryOutput>,
|
|
524
|
+
readonly 'searchQuery': RPCHandler<SearchQueryInput, SearchQueryOutput>,
|
|
525
|
+
};
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
// No addon packages, use RPCMap directly
|
|
530
|
+
export type FlattenedRPCMap = RPCMap
|
|
531
|
+
|
|
532
|
+
type IsAny<T> = 0 extends (1 & T) ? true : false
|
|
533
|
+
type IsVoidishInput<T> = IsAny<T> extends true
|
|
534
|
+
? false
|
|
535
|
+
: [T] extends [void | null | undefined]
|
|
536
|
+
? true
|
|
537
|
+
: false
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
export type RPCInvoke = <Name extends keyof FlattenedRPCMap>(
|
|
541
|
+
...args: IsVoidishInput<FlattenedRPCMap[Name]['input']> extends true
|
|
542
|
+
? [name: Name]
|
|
543
|
+
: [name: Name, data: FlattenedRPCMap[Name]['input']]
|
|
544
|
+
) => Promise<FlattenedRPCMap[Name]['output']>
|
|
545
|
+
|
|
546
|
+
export type RPCRemote = <Name extends keyof FlattenedRPCMap>(
|
|
547
|
+
...args: IsVoidishInput<FlattenedRPCMap[Name]['input']> extends true
|
|
548
|
+
? [name: Name]
|
|
549
|
+
: [name: Name, data: FlattenedRPCMap[Name]['input']]
|
|
550
|
+
) => Promise<FlattenedRPCMap[Name]['output']>
|
|
551
|
+
|
|
552
|
+
import type { FlattenedWorkflowMap } from '../workflow/pikku-workflow-map.gen.d.js'
|
|
553
|
+
|
|
554
|
+
import type { AgentMap } from '../agent/pikku-agent-map.gen.d.js'
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
type FlattenedAgentMap = AgentMap
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
import type { PikkuRPC } from '@pikku/core/rpc'
|
|
561
|
+
|
|
562
|
+
interface AIAgentInput {
|
|
563
|
+
message: string
|
|
564
|
+
threadId: string
|
|
565
|
+
resourceId: string
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
export type TypedStartWorkflow = <Name extends keyof FlattenedWorkflowMap>(
|
|
569
|
+
name: Name,
|
|
570
|
+
input: FlattenedWorkflowMap[Name]['input'],
|
|
571
|
+
options?: { startNode?: string }
|
|
572
|
+
) => Promise<{ runId: string }>
|
|
573
|
+
|
|
574
|
+
export type TypedRunWorkflow = <Name extends keyof FlattenedWorkflowMap>(
|
|
575
|
+
name: Name,
|
|
576
|
+
input: FlattenedWorkflowMap[Name]['input']
|
|
577
|
+
) => Promise<FlattenedWorkflowMap[Name]['output']>
|
|
578
|
+
|
|
579
|
+
export type TypedWorkflowStatus = (
|
|
580
|
+
workflowName: string,
|
|
581
|
+
runId: string
|
|
582
|
+
) => Promise<{ id: string; status: 'running' | 'suspended' | 'completed' | 'failed' | 'cancelled'; output?: unknown; error?: { message?: string } }>
|
|
583
|
+
|
|
584
|
+
type TypedAgentRun = [keyof FlattenedAgentMap] extends [never]
|
|
585
|
+
? (name: string, input: AIAgentInput) => Promise<any>
|
|
586
|
+
: <Name extends keyof FlattenedAgentMap>(
|
|
587
|
+
name: Name,
|
|
588
|
+
input: AIAgentInput
|
|
589
|
+
) => Promise<{ runId: string; result: FlattenedAgentMap[Name]['output']; usage: { inputTokens: number; outputTokens: number } }>
|
|
590
|
+
|
|
591
|
+
type TypedAgentStream = [keyof FlattenedAgentMap] extends [never]
|
|
592
|
+
? (name: string, input: AIAgentInput, options?: { requiresToolApproval?: 'all' | 'explicit' | false }) => Promise<void>
|
|
593
|
+
: <Name extends keyof FlattenedAgentMap>(
|
|
594
|
+
name: Name,
|
|
595
|
+
input: AIAgentInput,
|
|
596
|
+
options?: { requiresToolApproval?: 'all' | 'explicit' | false }
|
|
597
|
+
) => Promise<void>
|
|
598
|
+
|
|
599
|
+
export type TypedPikkuRPC = PikkuRPC<RPCInvoke, RPCRemote, TypedStartWorkflow, TypedAgentRun, TypedAgentStream>
|
|
600
|
+
|
|
@@ -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-salesforce', '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,yBAAyB,EAAE,KAAK,EAAE,MAAM,EAAE,QAAkC,CAAC,CAAA"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
{
|
|
2
|
+
"accountCreate": "accountCreate",
|
|
3
|
+
"accountGet": "accountGet",
|
|
4
|
+
"accountUpdate": "accountUpdate",
|
|
5
|
+
"accountDelete": "accountDelete",
|
|
6
|
+
"accountUpsert": "accountUpsert",
|
|
7
|
+
"accountGetAll": "accountGetAll",
|
|
8
|
+
"accountGetSummary": "accountGetSummary",
|
|
9
|
+
"accountAddNote": "accountAddNote",
|
|
10
|
+
"contactCreate": "contactCreate",
|
|
11
|
+
"contactGet": "contactGet",
|
|
12
|
+
"contactUpdate": "contactUpdate",
|
|
13
|
+
"contactDelete": "contactDelete",
|
|
14
|
+
"contactUpsert": "contactUpsert",
|
|
15
|
+
"contactGetAll": "contactGetAll",
|
|
16
|
+
"contactGetSummary": "contactGetSummary",
|
|
17
|
+
"contactAddNote": "contactAddNote",
|
|
18
|
+
"contactAddToCampaign": "contactAddToCampaign",
|
|
19
|
+
"leadCreate": "leadCreate",
|
|
20
|
+
"leadGet": "leadGet",
|
|
21
|
+
"leadUpdate": "leadUpdate",
|
|
22
|
+
"leadDelete": "leadDelete",
|
|
23
|
+
"leadUpsert": "leadUpsert",
|
|
24
|
+
"leadGetAll": "leadGetAll",
|
|
25
|
+
"leadGetSummary": "leadGetSummary",
|
|
26
|
+
"leadAddNote": "leadAddNote",
|
|
27
|
+
"leadAddToCampaign": "leadAddToCampaign",
|
|
28
|
+
"opportunityCreate": "opportunityCreate",
|
|
29
|
+
"opportunityGet": "opportunityGet",
|
|
30
|
+
"opportunityUpdate": "opportunityUpdate",
|
|
31
|
+
"opportunityDelete": "opportunityDelete",
|
|
32
|
+
"opportunityUpsert": "opportunityUpsert",
|
|
33
|
+
"opportunityGetAll": "opportunityGetAll",
|
|
34
|
+
"opportunityGetSummary": "opportunityGetSummary",
|
|
35
|
+
"opportunityAddNote": "opportunityAddNote",
|
|
36
|
+
"caseCreate": "caseCreate",
|
|
37
|
+
"caseGet": "caseGet",
|
|
38
|
+
"caseUpdate": "caseUpdate",
|
|
39
|
+
"caseDelete": "caseDelete",
|
|
40
|
+
"caseGetAll": "caseGetAll",
|
|
41
|
+
"caseGetSummary": "caseGetSummary",
|
|
42
|
+
"caseAddComment": "caseAddComment",
|
|
43
|
+
"taskCreate": "taskCreate",
|
|
44
|
+
"taskGet": "taskGet",
|
|
45
|
+
"taskUpdate": "taskUpdate",
|
|
46
|
+
"taskDelete": "taskDelete",
|
|
47
|
+
"taskGetAll": "taskGetAll",
|
|
48
|
+
"taskGetSummary": "taskGetSummary",
|
|
49
|
+
"userGet": "userGet",
|
|
50
|
+
"userGetAll": "userGetAll",
|
|
51
|
+
"customObjectCreate": "customObjectCreate",
|
|
52
|
+
"customObjectGet": "customObjectGet",
|
|
53
|
+
"customObjectUpdate": "customObjectUpdate",
|
|
54
|
+
"customObjectDelete": "customObjectDelete",
|
|
55
|
+
"customObjectUpsert": "customObjectUpsert",
|
|
56
|
+
"customObjectGetAll": "customObjectGetAll",
|
|
57
|
+
"documentUpload": "documentUpload",
|
|
58
|
+
"flowGetAll": "flowGetAll",
|
|
59
|
+
"flowInvoke": "flowInvoke",
|
|
60
|
+
"attachmentCreate": "attachmentCreate",
|
|
61
|
+
"attachmentGet": "attachmentGet",
|
|
62
|
+
"attachmentUpdate": "attachmentUpdate",
|
|
63
|
+
"attachmentDelete": "attachmentDelete",
|
|
64
|
+
"attachmentGetAll": "attachmentGetAll",
|
|
65
|
+
"attachmentGetSummary": "attachmentGetSummary",
|
|
66
|
+
"searchQuery": "searchQuery"
|
|
67
|
+
}
|
|
@@ -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-salesforce', 'rpc', 'meta', metaData as Record<string, string>)
|