@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,1223 @@
|
|
|
1
|
+
{
|
|
2
|
+
"accountCreate": {
|
|
3
|
+
"pikkuFuncId": "accountCreate",
|
|
4
|
+
"functionType": "user",
|
|
5
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
6
|
+
"sessionless": true,
|
|
7
|
+
"name": "accountCreate",
|
|
8
|
+
"inputSchemaName": "AccountCreateInput",
|
|
9
|
+
"outputSchemaName": "AccountCreateOutput",
|
|
10
|
+
"inputs": [
|
|
11
|
+
"AccountCreateInput"
|
|
12
|
+
],
|
|
13
|
+
"outputs": [
|
|
14
|
+
"AccountCreateOutput"
|
|
15
|
+
],
|
|
16
|
+
"implementationHash": "1aa3a6a68d7f723c",
|
|
17
|
+
"contractHash": "29005b973d9e439e",
|
|
18
|
+
"inputHash": "3f3418e3",
|
|
19
|
+
"outputHash": "1b8e8fd5"
|
|
20
|
+
},
|
|
21
|
+
"accountGet": {
|
|
22
|
+
"pikkuFuncId": "accountGet",
|
|
23
|
+
"functionType": "user",
|
|
24
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
25
|
+
"sessionless": true,
|
|
26
|
+
"name": "accountGet",
|
|
27
|
+
"inputSchemaName": "AccountGetInput",
|
|
28
|
+
"outputSchemaName": "AccountGetOutput",
|
|
29
|
+
"inputs": [
|
|
30
|
+
"AccountGetInput"
|
|
31
|
+
],
|
|
32
|
+
"outputs": [
|
|
33
|
+
"AccountGetOutput"
|
|
34
|
+
],
|
|
35
|
+
"implementationHash": "1e9de51300e07dce",
|
|
36
|
+
"contractHash": "76d1a958e77366ce",
|
|
37
|
+
"inputHash": "f2047485",
|
|
38
|
+
"outputHash": "a4d2f940"
|
|
39
|
+
},
|
|
40
|
+
"accountUpdate": {
|
|
41
|
+
"pikkuFuncId": "accountUpdate",
|
|
42
|
+
"functionType": "user",
|
|
43
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
44
|
+
"sessionless": true,
|
|
45
|
+
"name": "accountUpdate",
|
|
46
|
+
"inputSchemaName": "AccountUpdateInput",
|
|
47
|
+
"outputSchemaName": "AccountUpdateOutput",
|
|
48
|
+
"inputs": [
|
|
49
|
+
"AccountUpdateInput"
|
|
50
|
+
],
|
|
51
|
+
"outputs": [
|
|
52
|
+
"AccountUpdateOutput"
|
|
53
|
+
],
|
|
54
|
+
"implementationHash": "455eb093e9b1baca",
|
|
55
|
+
"contractHash": "3a4e8f9cc6d97131",
|
|
56
|
+
"inputHash": "cd6a1657",
|
|
57
|
+
"outputHash": "c1737518"
|
|
58
|
+
},
|
|
59
|
+
"accountDelete": {
|
|
60
|
+
"pikkuFuncId": "accountDelete",
|
|
61
|
+
"functionType": "user",
|
|
62
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
63
|
+
"sessionless": true,
|
|
64
|
+
"name": "accountDelete",
|
|
65
|
+
"inputSchemaName": "AccountDeleteInput",
|
|
66
|
+
"outputSchemaName": "AccountDeleteOutput",
|
|
67
|
+
"inputs": [
|
|
68
|
+
"AccountDeleteInput"
|
|
69
|
+
],
|
|
70
|
+
"outputs": [
|
|
71
|
+
"AccountDeleteOutput"
|
|
72
|
+
],
|
|
73
|
+
"implementationHash": "694c003e361cda2e",
|
|
74
|
+
"contractHash": "c5c79fd8f0de1644",
|
|
75
|
+
"inputHash": "70890cd9",
|
|
76
|
+
"outputHash": "a18ef403"
|
|
77
|
+
},
|
|
78
|
+
"accountUpsert": {
|
|
79
|
+
"pikkuFuncId": "accountUpsert",
|
|
80
|
+
"functionType": "user",
|
|
81
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
82
|
+
"sessionless": true,
|
|
83
|
+
"name": "accountUpsert",
|
|
84
|
+
"inputSchemaName": "AccountUpsertInput",
|
|
85
|
+
"outputSchemaName": "AccountUpsertOutput",
|
|
86
|
+
"inputs": [
|
|
87
|
+
"AccountUpsertInput"
|
|
88
|
+
],
|
|
89
|
+
"outputs": [
|
|
90
|
+
"AccountUpsertOutput"
|
|
91
|
+
],
|
|
92
|
+
"implementationHash": "aa3d59acf7275513",
|
|
93
|
+
"contractHash": "fcb006bedc20fa71",
|
|
94
|
+
"inputHash": "749c4237",
|
|
95
|
+
"outputHash": "e10c35e0"
|
|
96
|
+
},
|
|
97
|
+
"accountGetAll": {
|
|
98
|
+
"pikkuFuncId": "accountGetAll",
|
|
99
|
+
"functionType": "user",
|
|
100
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
101
|
+
"sessionless": true,
|
|
102
|
+
"name": "accountGetAll",
|
|
103
|
+
"inputSchemaName": "AccountGetAllInput",
|
|
104
|
+
"outputSchemaName": "AccountGetAllOutput",
|
|
105
|
+
"inputs": [
|
|
106
|
+
"AccountGetAllInput"
|
|
107
|
+
],
|
|
108
|
+
"outputs": [
|
|
109
|
+
"AccountGetAllOutput"
|
|
110
|
+
],
|
|
111
|
+
"implementationHash": "5e8b15c50f3d1f60",
|
|
112
|
+
"contractHash": "9ea678f10d84cf57",
|
|
113
|
+
"inputHash": "d94fe3b5",
|
|
114
|
+
"outputHash": "06fae9b7"
|
|
115
|
+
},
|
|
116
|
+
"accountGetSummary": {
|
|
117
|
+
"pikkuFuncId": "accountGetSummary",
|
|
118
|
+
"functionType": "user",
|
|
119
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
120
|
+
"sessionless": true,
|
|
121
|
+
"name": "accountGetSummary",
|
|
122
|
+
"inputSchemaName": null,
|
|
123
|
+
"outputSchemaName": "AccountGetSummaryOutput",
|
|
124
|
+
"inputs": [],
|
|
125
|
+
"outputs": [
|
|
126
|
+
"AccountGetSummaryOutput"
|
|
127
|
+
],
|
|
128
|
+
"implementationHash": "9fe96dd7f1ca94f1",
|
|
129
|
+
"contractHash": "ec0545bd8d17462c",
|
|
130
|
+
"inputHash": "ca1167c3",
|
|
131
|
+
"outputHash": "e381068c"
|
|
132
|
+
},
|
|
133
|
+
"accountAddNote": {
|
|
134
|
+
"pikkuFuncId": "accountAddNote",
|
|
135
|
+
"functionType": "user",
|
|
136
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
137
|
+
"sessionless": true,
|
|
138
|
+
"name": "accountAddNote",
|
|
139
|
+
"inputSchemaName": "AccountAddNoteInput",
|
|
140
|
+
"outputSchemaName": "AccountAddNoteOutput",
|
|
141
|
+
"inputs": [
|
|
142
|
+
"AccountAddNoteInput"
|
|
143
|
+
],
|
|
144
|
+
"outputs": [
|
|
145
|
+
"AccountAddNoteOutput"
|
|
146
|
+
],
|
|
147
|
+
"implementationHash": "7adb4af35e6fd11e",
|
|
148
|
+
"contractHash": "bf86d3f3759c7a23",
|
|
149
|
+
"inputHash": "91423442",
|
|
150
|
+
"outputHash": "25ab2ba7"
|
|
151
|
+
},
|
|
152
|
+
"contactCreate": {
|
|
153
|
+
"pikkuFuncId": "contactCreate",
|
|
154
|
+
"functionType": "user",
|
|
155
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
156
|
+
"sessionless": true,
|
|
157
|
+
"name": "contactCreate",
|
|
158
|
+
"inputSchemaName": "ContactCreateInput",
|
|
159
|
+
"outputSchemaName": "ContactCreateOutput",
|
|
160
|
+
"inputs": [
|
|
161
|
+
"ContactCreateInput"
|
|
162
|
+
],
|
|
163
|
+
"outputs": [
|
|
164
|
+
"ContactCreateOutput"
|
|
165
|
+
],
|
|
166
|
+
"implementationHash": "201c66433ff68a6c",
|
|
167
|
+
"contractHash": "6a4b65e5a6ff7861",
|
|
168
|
+
"inputHash": "27f4fbe7",
|
|
169
|
+
"outputHash": "97ad2eab"
|
|
170
|
+
},
|
|
171
|
+
"contactGet": {
|
|
172
|
+
"pikkuFuncId": "contactGet",
|
|
173
|
+
"functionType": "user",
|
|
174
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
175
|
+
"sessionless": true,
|
|
176
|
+
"name": "contactGet",
|
|
177
|
+
"inputSchemaName": "ContactGetInput",
|
|
178
|
+
"outputSchemaName": "ContactGetOutput",
|
|
179
|
+
"inputs": [
|
|
180
|
+
"ContactGetInput"
|
|
181
|
+
],
|
|
182
|
+
"outputs": [
|
|
183
|
+
"ContactGetOutput"
|
|
184
|
+
],
|
|
185
|
+
"implementationHash": "2c7e8747d519fd3f",
|
|
186
|
+
"contractHash": "47de5346bdc82c42",
|
|
187
|
+
"inputHash": "402b1e1a",
|
|
188
|
+
"outputHash": "efd411dd"
|
|
189
|
+
},
|
|
190
|
+
"contactUpdate": {
|
|
191
|
+
"pikkuFuncId": "contactUpdate",
|
|
192
|
+
"functionType": "user",
|
|
193
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
194
|
+
"sessionless": true,
|
|
195
|
+
"name": "contactUpdate",
|
|
196
|
+
"inputSchemaName": "ContactUpdateInput",
|
|
197
|
+
"outputSchemaName": "ContactUpdateOutput",
|
|
198
|
+
"inputs": [
|
|
199
|
+
"ContactUpdateInput"
|
|
200
|
+
],
|
|
201
|
+
"outputs": [
|
|
202
|
+
"ContactUpdateOutput"
|
|
203
|
+
],
|
|
204
|
+
"implementationHash": "08987749b35379d2",
|
|
205
|
+
"contractHash": "926bf72daa1ce191",
|
|
206
|
+
"inputHash": "7f362d64",
|
|
207
|
+
"outputHash": "bd7c8214"
|
|
208
|
+
},
|
|
209
|
+
"contactDelete": {
|
|
210
|
+
"pikkuFuncId": "contactDelete",
|
|
211
|
+
"functionType": "user",
|
|
212
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
213
|
+
"sessionless": true,
|
|
214
|
+
"name": "contactDelete",
|
|
215
|
+
"inputSchemaName": "ContactDeleteInput",
|
|
216
|
+
"outputSchemaName": "ContactDeleteOutput",
|
|
217
|
+
"inputs": [
|
|
218
|
+
"ContactDeleteInput"
|
|
219
|
+
],
|
|
220
|
+
"outputs": [
|
|
221
|
+
"ContactDeleteOutput"
|
|
222
|
+
],
|
|
223
|
+
"implementationHash": "e26d21a76b1601cb",
|
|
224
|
+
"contractHash": "0a4689e5147eeb46",
|
|
225
|
+
"inputHash": "ee859a8f",
|
|
226
|
+
"outputHash": "66384b44"
|
|
227
|
+
},
|
|
228
|
+
"contactUpsert": {
|
|
229
|
+
"pikkuFuncId": "contactUpsert",
|
|
230
|
+
"functionType": "user",
|
|
231
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
232
|
+
"sessionless": true,
|
|
233
|
+
"name": "contactUpsert",
|
|
234
|
+
"inputSchemaName": "ContactUpsertInput",
|
|
235
|
+
"outputSchemaName": "ContactUpsertOutput",
|
|
236
|
+
"inputs": [
|
|
237
|
+
"ContactUpsertInput"
|
|
238
|
+
],
|
|
239
|
+
"outputs": [
|
|
240
|
+
"ContactUpsertOutput"
|
|
241
|
+
],
|
|
242
|
+
"implementationHash": "bb2da4baab53505f",
|
|
243
|
+
"contractHash": "1fe2c4fba03c515c",
|
|
244
|
+
"inputHash": "f3b0745f",
|
|
245
|
+
"outputHash": "e86395ec"
|
|
246
|
+
},
|
|
247
|
+
"contactGetAll": {
|
|
248
|
+
"pikkuFuncId": "contactGetAll",
|
|
249
|
+
"functionType": "user",
|
|
250
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
251
|
+
"sessionless": true,
|
|
252
|
+
"name": "contactGetAll",
|
|
253
|
+
"inputSchemaName": "ContactGetAllInput",
|
|
254
|
+
"outputSchemaName": "ContactGetAllOutput",
|
|
255
|
+
"inputs": [
|
|
256
|
+
"ContactGetAllInput"
|
|
257
|
+
],
|
|
258
|
+
"outputs": [
|
|
259
|
+
"ContactGetAllOutput"
|
|
260
|
+
],
|
|
261
|
+
"implementationHash": "051fad9be9bdb5dc",
|
|
262
|
+
"contractHash": "f6e5c8278c8fb726",
|
|
263
|
+
"inputHash": "f00a2236",
|
|
264
|
+
"outputHash": "8e8adc9d"
|
|
265
|
+
},
|
|
266
|
+
"contactGetSummary": {
|
|
267
|
+
"pikkuFuncId": "contactGetSummary",
|
|
268
|
+
"functionType": "user",
|
|
269
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
270
|
+
"sessionless": true,
|
|
271
|
+
"name": "contactGetSummary",
|
|
272
|
+
"inputSchemaName": null,
|
|
273
|
+
"outputSchemaName": "ContactGetSummaryOutput",
|
|
274
|
+
"inputs": [],
|
|
275
|
+
"outputs": [
|
|
276
|
+
"ContactGetSummaryOutput"
|
|
277
|
+
],
|
|
278
|
+
"implementationHash": "457ada13a30c8095",
|
|
279
|
+
"contractHash": "6d82d160d8908e21",
|
|
280
|
+
"inputHash": "f3ea1c1e",
|
|
281
|
+
"outputHash": "1e7800a4"
|
|
282
|
+
},
|
|
283
|
+
"contactAddNote": {
|
|
284
|
+
"pikkuFuncId": "contactAddNote",
|
|
285
|
+
"functionType": "user",
|
|
286
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
287
|
+
"sessionless": true,
|
|
288
|
+
"name": "contactAddNote",
|
|
289
|
+
"inputSchemaName": "ContactAddNoteInput",
|
|
290
|
+
"outputSchemaName": "ContactAddNoteOutput",
|
|
291
|
+
"inputs": [
|
|
292
|
+
"ContactAddNoteInput"
|
|
293
|
+
],
|
|
294
|
+
"outputs": [
|
|
295
|
+
"ContactAddNoteOutput"
|
|
296
|
+
],
|
|
297
|
+
"implementationHash": "4c3f4124c2e76ae6",
|
|
298
|
+
"contractHash": "706af29f8be04525",
|
|
299
|
+
"inputHash": "39b3dcb8",
|
|
300
|
+
"outputHash": "a5fa2114"
|
|
301
|
+
},
|
|
302
|
+
"contactAddToCampaign": {
|
|
303
|
+
"pikkuFuncId": "contactAddToCampaign",
|
|
304
|
+
"functionType": "user",
|
|
305
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
306
|
+
"sessionless": true,
|
|
307
|
+
"name": "contactAddToCampaign",
|
|
308
|
+
"inputSchemaName": "ContactAddToCampaignInput",
|
|
309
|
+
"outputSchemaName": "ContactAddToCampaignOutput",
|
|
310
|
+
"inputs": [
|
|
311
|
+
"ContactAddToCampaignInput"
|
|
312
|
+
],
|
|
313
|
+
"outputs": [
|
|
314
|
+
"ContactAddToCampaignOutput"
|
|
315
|
+
],
|
|
316
|
+
"implementationHash": "185196ec63900c3d",
|
|
317
|
+
"contractHash": "2bf4c313f1923d96",
|
|
318
|
+
"inputHash": "cac71270",
|
|
319
|
+
"outputHash": "a32aab00"
|
|
320
|
+
},
|
|
321
|
+
"leadCreate": {
|
|
322
|
+
"pikkuFuncId": "leadCreate",
|
|
323
|
+
"functionType": "user",
|
|
324
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
325
|
+
"sessionless": true,
|
|
326
|
+
"name": "leadCreate",
|
|
327
|
+
"inputSchemaName": "LeadCreateInput",
|
|
328
|
+
"outputSchemaName": "LeadCreateOutput",
|
|
329
|
+
"inputs": [
|
|
330
|
+
"LeadCreateInput"
|
|
331
|
+
],
|
|
332
|
+
"outputs": [
|
|
333
|
+
"LeadCreateOutput"
|
|
334
|
+
],
|
|
335
|
+
"implementationHash": "89d44364694cb1cb",
|
|
336
|
+
"contractHash": "872bd76fd771f54a",
|
|
337
|
+
"inputHash": "dbf99daa",
|
|
338
|
+
"outputHash": "b3ad301f"
|
|
339
|
+
},
|
|
340
|
+
"leadGet": {
|
|
341
|
+
"pikkuFuncId": "leadGet",
|
|
342
|
+
"functionType": "user",
|
|
343
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
344
|
+
"sessionless": true,
|
|
345
|
+
"name": "leadGet",
|
|
346
|
+
"inputSchemaName": "LeadGetInput",
|
|
347
|
+
"outputSchemaName": "LeadGetOutput",
|
|
348
|
+
"inputs": [
|
|
349
|
+
"LeadGetInput"
|
|
350
|
+
],
|
|
351
|
+
"outputs": [
|
|
352
|
+
"LeadGetOutput"
|
|
353
|
+
],
|
|
354
|
+
"implementationHash": "ffd231aab7cab557",
|
|
355
|
+
"contractHash": "9a247154d0c555bf",
|
|
356
|
+
"inputHash": "e4b618b7",
|
|
357
|
+
"outputHash": "e62d87d0"
|
|
358
|
+
},
|
|
359
|
+
"leadUpdate": {
|
|
360
|
+
"pikkuFuncId": "leadUpdate",
|
|
361
|
+
"functionType": "user",
|
|
362
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
363
|
+
"sessionless": true,
|
|
364
|
+
"name": "leadUpdate",
|
|
365
|
+
"inputSchemaName": "LeadUpdateInput",
|
|
366
|
+
"outputSchemaName": "LeadUpdateOutput",
|
|
367
|
+
"inputs": [
|
|
368
|
+
"LeadUpdateInput"
|
|
369
|
+
],
|
|
370
|
+
"outputs": [
|
|
371
|
+
"LeadUpdateOutput"
|
|
372
|
+
],
|
|
373
|
+
"implementationHash": "303c8354dcc2d8da",
|
|
374
|
+
"contractHash": "7a44d2e323b960e3",
|
|
375
|
+
"inputHash": "0fe43c7b",
|
|
376
|
+
"outputHash": "9721e991"
|
|
377
|
+
},
|
|
378
|
+
"leadDelete": {
|
|
379
|
+
"pikkuFuncId": "leadDelete",
|
|
380
|
+
"functionType": "user",
|
|
381
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
382
|
+
"sessionless": true,
|
|
383
|
+
"name": "leadDelete",
|
|
384
|
+
"inputSchemaName": "LeadDeleteInput",
|
|
385
|
+
"outputSchemaName": "LeadDeleteOutput",
|
|
386
|
+
"inputs": [
|
|
387
|
+
"LeadDeleteInput"
|
|
388
|
+
],
|
|
389
|
+
"outputs": [
|
|
390
|
+
"LeadDeleteOutput"
|
|
391
|
+
],
|
|
392
|
+
"implementationHash": "f94b719250594ac7",
|
|
393
|
+
"contractHash": "d48f66f39e7a7b86",
|
|
394
|
+
"inputHash": "be6f0989",
|
|
395
|
+
"outputHash": "f19ac67f"
|
|
396
|
+
},
|
|
397
|
+
"leadUpsert": {
|
|
398
|
+
"pikkuFuncId": "leadUpsert",
|
|
399
|
+
"functionType": "user",
|
|
400
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
401
|
+
"sessionless": true,
|
|
402
|
+
"name": "leadUpsert",
|
|
403
|
+
"inputSchemaName": "LeadUpsertInput",
|
|
404
|
+
"outputSchemaName": "LeadUpsertOutput",
|
|
405
|
+
"inputs": [
|
|
406
|
+
"LeadUpsertInput"
|
|
407
|
+
],
|
|
408
|
+
"outputs": [
|
|
409
|
+
"LeadUpsertOutput"
|
|
410
|
+
],
|
|
411
|
+
"implementationHash": "7b54417a333c871c",
|
|
412
|
+
"contractHash": "48cb74e80f45ad86",
|
|
413
|
+
"inputHash": "380ebdf2",
|
|
414
|
+
"outputHash": "8e5c3277"
|
|
415
|
+
},
|
|
416
|
+
"leadGetAll": {
|
|
417
|
+
"pikkuFuncId": "leadGetAll",
|
|
418
|
+
"functionType": "user",
|
|
419
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
420
|
+
"sessionless": true,
|
|
421
|
+
"name": "leadGetAll",
|
|
422
|
+
"inputSchemaName": "LeadGetAllInput",
|
|
423
|
+
"outputSchemaName": "LeadGetAllOutput",
|
|
424
|
+
"inputs": [
|
|
425
|
+
"LeadGetAllInput"
|
|
426
|
+
],
|
|
427
|
+
"outputs": [
|
|
428
|
+
"LeadGetAllOutput"
|
|
429
|
+
],
|
|
430
|
+
"implementationHash": "486c44b7d3fc29a1",
|
|
431
|
+
"contractHash": "e81b0e82ff10fe79",
|
|
432
|
+
"inputHash": "af969f6f",
|
|
433
|
+
"outputHash": "6b291364"
|
|
434
|
+
},
|
|
435
|
+
"leadGetSummary": {
|
|
436
|
+
"pikkuFuncId": "leadGetSummary",
|
|
437
|
+
"functionType": "user",
|
|
438
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
439
|
+
"sessionless": true,
|
|
440
|
+
"name": "leadGetSummary",
|
|
441
|
+
"inputSchemaName": null,
|
|
442
|
+
"outputSchemaName": "LeadGetSummaryOutput",
|
|
443
|
+
"inputs": [],
|
|
444
|
+
"outputs": [
|
|
445
|
+
"LeadGetSummaryOutput"
|
|
446
|
+
],
|
|
447
|
+
"implementationHash": "352bdf98f7590872",
|
|
448
|
+
"contractHash": "ff1479162c86a6e1",
|
|
449
|
+
"inputHash": "8de1aefd",
|
|
450
|
+
"outputHash": "836eb491"
|
|
451
|
+
},
|
|
452
|
+
"leadAddNote": {
|
|
453
|
+
"pikkuFuncId": "leadAddNote",
|
|
454
|
+
"functionType": "user",
|
|
455
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
456
|
+
"sessionless": true,
|
|
457
|
+
"name": "leadAddNote",
|
|
458
|
+
"inputSchemaName": "LeadAddNoteInput",
|
|
459
|
+
"outputSchemaName": "LeadAddNoteOutput",
|
|
460
|
+
"inputs": [
|
|
461
|
+
"LeadAddNoteInput"
|
|
462
|
+
],
|
|
463
|
+
"outputs": [
|
|
464
|
+
"LeadAddNoteOutput"
|
|
465
|
+
],
|
|
466
|
+
"implementationHash": "355e22c3d72c7230",
|
|
467
|
+
"contractHash": "c88ea7da09cc5e4f",
|
|
468
|
+
"inputHash": "fa0b3b38",
|
|
469
|
+
"outputHash": "d8dfd47f"
|
|
470
|
+
},
|
|
471
|
+
"leadAddToCampaign": {
|
|
472
|
+
"pikkuFuncId": "leadAddToCampaign",
|
|
473
|
+
"functionType": "user",
|
|
474
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
475
|
+
"sessionless": true,
|
|
476
|
+
"name": "leadAddToCampaign",
|
|
477
|
+
"inputSchemaName": "LeadAddToCampaignInput",
|
|
478
|
+
"outputSchemaName": "LeadAddToCampaignOutput",
|
|
479
|
+
"inputs": [
|
|
480
|
+
"LeadAddToCampaignInput"
|
|
481
|
+
],
|
|
482
|
+
"outputs": [
|
|
483
|
+
"LeadAddToCampaignOutput"
|
|
484
|
+
],
|
|
485
|
+
"implementationHash": "f42b179a7a6c5146",
|
|
486
|
+
"contractHash": "a1cca0fac4031123",
|
|
487
|
+
"inputHash": "259b4c52",
|
|
488
|
+
"outputHash": "7c7393d8"
|
|
489
|
+
},
|
|
490
|
+
"opportunityCreate": {
|
|
491
|
+
"pikkuFuncId": "opportunityCreate",
|
|
492
|
+
"functionType": "user",
|
|
493
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
494
|
+
"sessionless": true,
|
|
495
|
+
"name": "opportunityCreate",
|
|
496
|
+
"inputSchemaName": "OpportunityCreateInput",
|
|
497
|
+
"outputSchemaName": "OpportunityCreateOutput",
|
|
498
|
+
"inputs": [
|
|
499
|
+
"OpportunityCreateInput"
|
|
500
|
+
],
|
|
501
|
+
"outputs": [
|
|
502
|
+
"OpportunityCreateOutput"
|
|
503
|
+
],
|
|
504
|
+
"implementationHash": "08f0a14361d2f0f9",
|
|
505
|
+
"contractHash": "8200dbdf8ba4305d",
|
|
506
|
+
"inputHash": "460d50eb",
|
|
507
|
+
"outputHash": "eecb5d26"
|
|
508
|
+
},
|
|
509
|
+
"opportunityGet": {
|
|
510
|
+
"pikkuFuncId": "opportunityGet",
|
|
511
|
+
"functionType": "user",
|
|
512
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
513
|
+
"sessionless": true,
|
|
514
|
+
"name": "opportunityGet",
|
|
515
|
+
"inputSchemaName": "OpportunityGetInput",
|
|
516
|
+
"outputSchemaName": "OpportunityGetOutput",
|
|
517
|
+
"inputs": [
|
|
518
|
+
"OpportunityGetInput"
|
|
519
|
+
],
|
|
520
|
+
"outputs": [
|
|
521
|
+
"OpportunityGetOutput"
|
|
522
|
+
],
|
|
523
|
+
"implementationHash": "e4030246826f8e75",
|
|
524
|
+
"contractHash": "f919f5a8c86eddf0",
|
|
525
|
+
"inputHash": "46f06950",
|
|
526
|
+
"outputHash": "dbfb51ed"
|
|
527
|
+
},
|
|
528
|
+
"opportunityUpdate": {
|
|
529
|
+
"pikkuFuncId": "opportunityUpdate",
|
|
530
|
+
"functionType": "user",
|
|
531
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
532
|
+
"sessionless": true,
|
|
533
|
+
"name": "opportunityUpdate",
|
|
534
|
+
"inputSchemaName": "OpportunityUpdateInput",
|
|
535
|
+
"outputSchemaName": "OpportunityUpdateOutput",
|
|
536
|
+
"inputs": [
|
|
537
|
+
"OpportunityUpdateInput"
|
|
538
|
+
],
|
|
539
|
+
"outputs": [
|
|
540
|
+
"OpportunityUpdateOutput"
|
|
541
|
+
],
|
|
542
|
+
"implementationHash": "3b734874c1319d17",
|
|
543
|
+
"contractHash": "7997d7d78c1e48a5",
|
|
544
|
+
"inputHash": "40ba14ff",
|
|
545
|
+
"outputHash": "579c98ab"
|
|
546
|
+
},
|
|
547
|
+
"opportunityDelete": {
|
|
548
|
+
"pikkuFuncId": "opportunityDelete",
|
|
549
|
+
"functionType": "user",
|
|
550
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
551
|
+
"sessionless": true,
|
|
552
|
+
"name": "opportunityDelete",
|
|
553
|
+
"inputSchemaName": "OpportunityDeleteInput",
|
|
554
|
+
"outputSchemaName": "OpportunityDeleteOutput",
|
|
555
|
+
"inputs": [
|
|
556
|
+
"OpportunityDeleteInput"
|
|
557
|
+
],
|
|
558
|
+
"outputs": [
|
|
559
|
+
"OpportunityDeleteOutput"
|
|
560
|
+
],
|
|
561
|
+
"implementationHash": "c399c4983b53e3d1",
|
|
562
|
+
"contractHash": "846bc544ef8d8b7b",
|
|
563
|
+
"inputHash": "3737208c",
|
|
564
|
+
"outputHash": "410ffef4"
|
|
565
|
+
},
|
|
566
|
+
"opportunityUpsert": {
|
|
567
|
+
"pikkuFuncId": "opportunityUpsert",
|
|
568
|
+
"functionType": "user",
|
|
569
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
570
|
+
"sessionless": true,
|
|
571
|
+
"name": "opportunityUpsert",
|
|
572
|
+
"inputSchemaName": "OpportunityUpsertInput",
|
|
573
|
+
"outputSchemaName": "OpportunityUpsertOutput",
|
|
574
|
+
"inputs": [
|
|
575
|
+
"OpportunityUpsertInput"
|
|
576
|
+
],
|
|
577
|
+
"outputs": [
|
|
578
|
+
"OpportunityUpsertOutput"
|
|
579
|
+
],
|
|
580
|
+
"implementationHash": "4bd7acc103572e75",
|
|
581
|
+
"contractHash": "abd8fe0a14e3a9d8",
|
|
582
|
+
"inputHash": "84b19a37",
|
|
583
|
+
"outputHash": "6728a997"
|
|
584
|
+
},
|
|
585
|
+
"opportunityGetAll": {
|
|
586
|
+
"pikkuFuncId": "opportunityGetAll",
|
|
587
|
+
"functionType": "user",
|
|
588
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
589
|
+
"sessionless": true,
|
|
590
|
+
"name": "opportunityGetAll",
|
|
591
|
+
"inputSchemaName": "OpportunityGetAllInput",
|
|
592
|
+
"outputSchemaName": "OpportunityGetAllOutput",
|
|
593
|
+
"inputs": [
|
|
594
|
+
"OpportunityGetAllInput"
|
|
595
|
+
],
|
|
596
|
+
"outputs": [
|
|
597
|
+
"OpportunityGetAllOutput"
|
|
598
|
+
],
|
|
599
|
+
"implementationHash": "0931025804a26231",
|
|
600
|
+
"contractHash": "569ba3f7008840a9",
|
|
601
|
+
"inputHash": "cd4f2377",
|
|
602
|
+
"outputHash": "b592ba47"
|
|
603
|
+
},
|
|
604
|
+
"opportunityGetSummary": {
|
|
605
|
+
"pikkuFuncId": "opportunityGetSummary",
|
|
606
|
+
"functionType": "user",
|
|
607
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
608
|
+
"sessionless": true,
|
|
609
|
+
"name": "opportunityGetSummary",
|
|
610
|
+
"inputSchemaName": null,
|
|
611
|
+
"outputSchemaName": "OpportunityGetSummaryOutput",
|
|
612
|
+
"inputs": [],
|
|
613
|
+
"outputs": [
|
|
614
|
+
"OpportunityGetSummaryOutput"
|
|
615
|
+
],
|
|
616
|
+
"implementationHash": "5ad0e319d0ea8d71",
|
|
617
|
+
"contractHash": "2a1e6d41697eb811",
|
|
618
|
+
"inputHash": "b7edc026",
|
|
619
|
+
"outputHash": "0d9a324e"
|
|
620
|
+
},
|
|
621
|
+
"opportunityAddNote": {
|
|
622
|
+
"pikkuFuncId": "opportunityAddNote",
|
|
623
|
+
"functionType": "user",
|
|
624
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
625
|
+
"sessionless": true,
|
|
626
|
+
"name": "opportunityAddNote",
|
|
627
|
+
"inputSchemaName": "OpportunityAddNoteInput",
|
|
628
|
+
"outputSchemaName": "OpportunityAddNoteOutput",
|
|
629
|
+
"inputs": [
|
|
630
|
+
"OpportunityAddNoteInput"
|
|
631
|
+
],
|
|
632
|
+
"outputs": [
|
|
633
|
+
"OpportunityAddNoteOutput"
|
|
634
|
+
],
|
|
635
|
+
"implementationHash": "d604914ed2822bbd",
|
|
636
|
+
"contractHash": "dd5a5a781aa293b0",
|
|
637
|
+
"inputHash": "cfa3f219",
|
|
638
|
+
"outputHash": "59ccc41f"
|
|
639
|
+
},
|
|
640
|
+
"caseCreate": {
|
|
641
|
+
"pikkuFuncId": "caseCreate",
|
|
642
|
+
"functionType": "user",
|
|
643
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
644
|
+
"sessionless": true,
|
|
645
|
+
"name": "caseCreate",
|
|
646
|
+
"inputSchemaName": "CaseCreateInput",
|
|
647
|
+
"outputSchemaName": "CaseCreateOutput",
|
|
648
|
+
"inputs": [
|
|
649
|
+
"CaseCreateInput"
|
|
650
|
+
],
|
|
651
|
+
"outputs": [
|
|
652
|
+
"CaseCreateOutput"
|
|
653
|
+
],
|
|
654
|
+
"implementationHash": "3d264a9b41516272",
|
|
655
|
+
"contractHash": "0b928a071be8b4fe",
|
|
656
|
+
"inputHash": "4226dee1",
|
|
657
|
+
"outputHash": "dbed73aa"
|
|
658
|
+
},
|
|
659
|
+
"caseGet": {
|
|
660
|
+
"pikkuFuncId": "caseGet",
|
|
661
|
+
"functionType": "user",
|
|
662
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
663
|
+
"sessionless": true,
|
|
664
|
+
"name": "caseGet",
|
|
665
|
+
"inputSchemaName": "CaseGetInput",
|
|
666
|
+
"outputSchemaName": "CaseGetOutput",
|
|
667
|
+
"inputs": [
|
|
668
|
+
"CaseGetInput"
|
|
669
|
+
],
|
|
670
|
+
"outputs": [
|
|
671
|
+
"CaseGetOutput"
|
|
672
|
+
],
|
|
673
|
+
"implementationHash": "0fb48bc786a2af20",
|
|
674
|
+
"contractHash": "8c1293c9041006dc",
|
|
675
|
+
"inputHash": "05972f58",
|
|
676
|
+
"outputHash": "4c5a4a61"
|
|
677
|
+
},
|
|
678
|
+
"caseUpdate": {
|
|
679
|
+
"pikkuFuncId": "caseUpdate",
|
|
680
|
+
"functionType": "user",
|
|
681
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
682
|
+
"sessionless": true,
|
|
683
|
+
"name": "caseUpdate",
|
|
684
|
+
"inputSchemaName": "CaseUpdateInput",
|
|
685
|
+
"outputSchemaName": "CaseUpdateOutput",
|
|
686
|
+
"inputs": [
|
|
687
|
+
"CaseUpdateInput"
|
|
688
|
+
],
|
|
689
|
+
"outputs": [
|
|
690
|
+
"CaseUpdateOutput"
|
|
691
|
+
],
|
|
692
|
+
"implementationHash": "88cf9bf565bdf5a8",
|
|
693
|
+
"contractHash": "b5a00a53b8a9ece0",
|
|
694
|
+
"inputHash": "547672b4",
|
|
695
|
+
"outputHash": "4d4763c8"
|
|
696
|
+
},
|
|
697
|
+
"caseDelete": {
|
|
698
|
+
"pikkuFuncId": "caseDelete",
|
|
699
|
+
"functionType": "user",
|
|
700
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
701
|
+
"sessionless": true,
|
|
702
|
+
"name": "caseDelete",
|
|
703
|
+
"inputSchemaName": "CaseDeleteInput",
|
|
704
|
+
"outputSchemaName": "CaseDeleteOutput",
|
|
705
|
+
"inputs": [
|
|
706
|
+
"CaseDeleteInput"
|
|
707
|
+
],
|
|
708
|
+
"outputs": [
|
|
709
|
+
"CaseDeleteOutput"
|
|
710
|
+
],
|
|
711
|
+
"implementationHash": "0ade5b4baf922cc1",
|
|
712
|
+
"contractHash": "f91c028f3ac0aa4c",
|
|
713
|
+
"inputHash": "34223a42",
|
|
714
|
+
"outputHash": "968aa15d"
|
|
715
|
+
},
|
|
716
|
+
"caseGetAll": {
|
|
717
|
+
"pikkuFuncId": "caseGetAll",
|
|
718
|
+
"functionType": "user",
|
|
719
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
720
|
+
"sessionless": true,
|
|
721
|
+
"name": "caseGetAll",
|
|
722
|
+
"inputSchemaName": "CaseGetAllInput",
|
|
723
|
+
"outputSchemaName": "CaseGetAllOutput",
|
|
724
|
+
"inputs": [
|
|
725
|
+
"CaseGetAllInput"
|
|
726
|
+
],
|
|
727
|
+
"outputs": [
|
|
728
|
+
"CaseGetAllOutput"
|
|
729
|
+
],
|
|
730
|
+
"implementationHash": "406a06e49a5ea498",
|
|
731
|
+
"contractHash": "1b6b6a21fce3fc4f",
|
|
732
|
+
"inputHash": "8072d59b",
|
|
733
|
+
"outputHash": "963475b9"
|
|
734
|
+
},
|
|
735
|
+
"caseGetSummary": {
|
|
736
|
+
"pikkuFuncId": "caseGetSummary",
|
|
737
|
+
"functionType": "user",
|
|
738
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
739
|
+
"sessionless": true,
|
|
740
|
+
"name": "caseGetSummary",
|
|
741
|
+
"inputSchemaName": null,
|
|
742
|
+
"outputSchemaName": "CaseGetSummaryOutput",
|
|
743
|
+
"inputs": [],
|
|
744
|
+
"outputs": [
|
|
745
|
+
"CaseGetSummaryOutput"
|
|
746
|
+
],
|
|
747
|
+
"implementationHash": "7f49e24c6f89ca22",
|
|
748
|
+
"contractHash": "5f00b9bff4bf87da",
|
|
749
|
+
"inputHash": "66bee5ac",
|
|
750
|
+
"outputHash": "e12ce33e"
|
|
751
|
+
},
|
|
752
|
+
"caseAddComment": {
|
|
753
|
+
"pikkuFuncId": "caseAddComment",
|
|
754
|
+
"functionType": "user",
|
|
755
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
756
|
+
"sessionless": true,
|
|
757
|
+
"name": "caseAddComment",
|
|
758
|
+
"inputSchemaName": "CaseAddCommentInput",
|
|
759
|
+
"outputSchemaName": "CaseAddCommentOutput",
|
|
760
|
+
"inputs": [
|
|
761
|
+
"CaseAddCommentInput"
|
|
762
|
+
],
|
|
763
|
+
"outputs": [
|
|
764
|
+
"CaseAddCommentOutput"
|
|
765
|
+
],
|
|
766
|
+
"implementationHash": "67c231633233ccbb",
|
|
767
|
+
"contractHash": "fa76ecbedc8dd60b",
|
|
768
|
+
"inputHash": "46f3f6e7",
|
|
769
|
+
"outputHash": "7362455f"
|
|
770
|
+
},
|
|
771
|
+
"taskCreate": {
|
|
772
|
+
"pikkuFuncId": "taskCreate",
|
|
773
|
+
"functionType": "user",
|
|
774
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
775
|
+
"sessionless": true,
|
|
776
|
+
"name": "taskCreate",
|
|
777
|
+
"inputSchemaName": "TaskCreateInput",
|
|
778
|
+
"outputSchemaName": "TaskCreateOutput",
|
|
779
|
+
"inputs": [
|
|
780
|
+
"TaskCreateInput"
|
|
781
|
+
],
|
|
782
|
+
"outputs": [
|
|
783
|
+
"TaskCreateOutput"
|
|
784
|
+
],
|
|
785
|
+
"implementationHash": "50509449183b05ea",
|
|
786
|
+
"contractHash": "f600095afb378419",
|
|
787
|
+
"inputHash": "389fac72",
|
|
788
|
+
"outputHash": "03979313"
|
|
789
|
+
},
|
|
790
|
+
"taskGet": {
|
|
791
|
+
"pikkuFuncId": "taskGet",
|
|
792
|
+
"functionType": "user",
|
|
793
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
794
|
+
"sessionless": true,
|
|
795
|
+
"name": "taskGet",
|
|
796
|
+
"inputSchemaName": "TaskGetInput",
|
|
797
|
+
"outputSchemaName": "TaskGetOutput",
|
|
798
|
+
"inputs": [
|
|
799
|
+
"TaskGetInput"
|
|
800
|
+
],
|
|
801
|
+
"outputs": [
|
|
802
|
+
"TaskGetOutput"
|
|
803
|
+
],
|
|
804
|
+
"implementationHash": "40403faf599266e2",
|
|
805
|
+
"contractHash": "2b1feeccde5b90d1",
|
|
806
|
+
"inputHash": "6678300d",
|
|
807
|
+
"outputHash": "022e1188"
|
|
808
|
+
},
|
|
809
|
+
"taskUpdate": {
|
|
810
|
+
"pikkuFuncId": "taskUpdate",
|
|
811
|
+
"functionType": "user",
|
|
812
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
813
|
+
"sessionless": true,
|
|
814
|
+
"name": "taskUpdate",
|
|
815
|
+
"inputSchemaName": "TaskUpdateInput",
|
|
816
|
+
"outputSchemaName": "TaskUpdateOutput",
|
|
817
|
+
"inputs": [
|
|
818
|
+
"TaskUpdateInput"
|
|
819
|
+
],
|
|
820
|
+
"outputs": [
|
|
821
|
+
"TaskUpdateOutput"
|
|
822
|
+
],
|
|
823
|
+
"implementationHash": "a7bfbb6e5ddbc901",
|
|
824
|
+
"contractHash": "ee247ff345c58f0b",
|
|
825
|
+
"inputHash": "670ac741",
|
|
826
|
+
"outputHash": "dc1d8332"
|
|
827
|
+
},
|
|
828
|
+
"taskDelete": {
|
|
829
|
+
"pikkuFuncId": "taskDelete",
|
|
830
|
+
"functionType": "user",
|
|
831
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
832
|
+
"sessionless": true,
|
|
833
|
+
"name": "taskDelete",
|
|
834
|
+
"inputSchemaName": "TaskDeleteInput",
|
|
835
|
+
"outputSchemaName": "TaskDeleteOutput",
|
|
836
|
+
"inputs": [
|
|
837
|
+
"TaskDeleteInput"
|
|
838
|
+
],
|
|
839
|
+
"outputs": [
|
|
840
|
+
"TaskDeleteOutput"
|
|
841
|
+
],
|
|
842
|
+
"implementationHash": "7ba336cc8c62dbd1",
|
|
843
|
+
"contractHash": "61f4e57fc20c7855",
|
|
844
|
+
"inputHash": "12ad3142",
|
|
845
|
+
"outputHash": "17d7a597"
|
|
846
|
+
},
|
|
847
|
+
"taskGetAll": {
|
|
848
|
+
"pikkuFuncId": "taskGetAll",
|
|
849
|
+
"functionType": "user",
|
|
850
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
851
|
+
"sessionless": true,
|
|
852
|
+
"name": "taskGetAll",
|
|
853
|
+
"inputSchemaName": "TaskGetAllInput",
|
|
854
|
+
"outputSchemaName": "TaskGetAllOutput",
|
|
855
|
+
"inputs": [
|
|
856
|
+
"TaskGetAllInput"
|
|
857
|
+
],
|
|
858
|
+
"outputs": [
|
|
859
|
+
"TaskGetAllOutput"
|
|
860
|
+
],
|
|
861
|
+
"implementationHash": "7a5be707288cfafe",
|
|
862
|
+
"contractHash": "9849481b44960a9c",
|
|
863
|
+
"inputHash": "25399b77",
|
|
864
|
+
"outputHash": "b5089b3b"
|
|
865
|
+
},
|
|
866
|
+
"taskGetSummary": {
|
|
867
|
+
"pikkuFuncId": "taskGetSummary",
|
|
868
|
+
"functionType": "user",
|
|
869
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
870
|
+
"sessionless": true,
|
|
871
|
+
"name": "taskGetSummary",
|
|
872
|
+
"inputSchemaName": null,
|
|
873
|
+
"outputSchemaName": "TaskGetSummaryOutput",
|
|
874
|
+
"inputs": [],
|
|
875
|
+
"outputs": [
|
|
876
|
+
"TaskGetSummaryOutput"
|
|
877
|
+
],
|
|
878
|
+
"implementationHash": "d71f737c388c6545",
|
|
879
|
+
"contractHash": "b1be66795bac9f9d",
|
|
880
|
+
"inputHash": "4b8d8245",
|
|
881
|
+
"outputHash": "67d8b212"
|
|
882
|
+
},
|
|
883
|
+
"userGet": {
|
|
884
|
+
"pikkuFuncId": "userGet",
|
|
885
|
+
"functionType": "user",
|
|
886
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
887
|
+
"sessionless": true,
|
|
888
|
+
"name": "userGet",
|
|
889
|
+
"inputSchemaName": "UserGetInput",
|
|
890
|
+
"outputSchemaName": "UserGetOutput",
|
|
891
|
+
"inputs": [
|
|
892
|
+
"UserGetInput"
|
|
893
|
+
],
|
|
894
|
+
"outputs": [
|
|
895
|
+
"UserGetOutput"
|
|
896
|
+
],
|
|
897
|
+
"implementationHash": "a98bbb891b11cdb8",
|
|
898
|
+
"contractHash": "b8ecdb872f22ab14",
|
|
899
|
+
"inputHash": "7a076e30",
|
|
900
|
+
"outputHash": "7f542146"
|
|
901
|
+
},
|
|
902
|
+
"userGetAll": {
|
|
903
|
+
"pikkuFuncId": "userGetAll",
|
|
904
|
+
"functionType": "user",
|
|
905
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
906
|
+
"sessionless": true,
|
|
907
|
+
"name": "userGetAll",
|
|
908
|
+
"inputSchemaName": "UserGetAllInput",
|
|
909
|
+
"outputSchemaName": "UserGetAllOutput",
|
|
910
|
+
"inputs": [
|
|
911
|
+
"UserGetAllInput"
|
|
912
|
+
],
|
|
913
|
+
"outputs": [
|
|
914
|
+
"UserGetAllOutput"
|
|
915
|
+
],
|
|
916
|
+
"implementationHash": "0e305b1a5cfdaf9c",
|
|
917
|
+
"contractHash": "6c70348c940a0cd3",
|
|
918
|
+
"inputHash": "f2d20d84",
|
|
919
|
+
"outputHash": "7a1dd02d"
|
|
920
|
+
},
|
|
921
|
+
"customObjectCreate": {
|
|
922
|
+
"pikkuFuncId": "customObjectCreate",
|
|
923
|
+
"functionType": "user",
|
|
924
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
925
|
+
"sessionless": true,
|
|
926
|
+
"name": "customObjectCreate",
|
|
927
|
+
"inputSchemaName": "CustomObjectCreateInput",
|
|
928
|
+
"outputSchemaName": "CustomObjectCreateOutput",
|
|
929
|
+
"inputs": [
|
|
930
|
+
"CustomObjectCreateInput"
|
|
931
|
+
],
|
|
932
|
+
"outputs": [
|
|
933
|
+
"CustomObjectCreateOutput"
|
|
934
|
+
],
|
|
935
|
+
"implementationHash": "3e5fa88ce977febf",
|
|
936
|
+
"contractHash": "86bcb1042c864849",
|
|
937
|
+
"inputHash": "2f12ca40",
|
|
938
|
+
"outputHash": "92328f20"
|
|
939
|
+
},
|
|
940
|
+
"customObjectGet": {
|
|
941
|
+
"pikkuFuncId": "customObjectGet",
|
|
942
|
+
"functionType": "user",
|
|
943
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
944
|
+
"sessionless": true,
|
|
945
|
+
"name": "customObjectGet",
|
|
946
|
+
"inputSchemaName": "CustomObjectGetInput",
|
|
947
|
+
"outputSchemaName": "CustomObjectGetOutput",
|
|
948
|
+
"inputs": [
|
|
949
|
+
"CustomObjectGetInput"
|
|
950
|
+
],
|
|
951
|
+
"outputs": [
|
|
952
|
+
"CustomObjectGetOutput"
|
|
953
|
+
],
|
|
954
|
+
"implementationHash": "c5ca16acbdbcb74c",
|
|
955
|
+
"contractHash": "b425c4352668157c",
|
|
956
|
+
"inputHash": "6b301834",
|
|
957
|
+
"outputHash": "526bb9c5"
|
|
958
|
+
},
|
|
959
|
+
"customObjectUpdate": {
|
|
960
|
+
"pikkuFuncId": "customObjectUpdate",
|
|
961
|
+
"functionType": "user",
|
|
962
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
963
|
+
"sessionless": true,
|
|
964
|
+
"name": "customObjectUpdate",
|
|
965
|
+
"inputSchemaName": "CustomObjectUpdateInput",
|
|
966
|
+
"outputSchemaName": "CustomObjectUpdateOutput",
|
|
967
|
+
"inputs": [
|
|
968
|
+
"CustomObjectUpdateInput"
|
|
969
|
+
],
|
|
970
|
+
"outputs": [
|
|
971
|
+
"CustomObjectUpdateOutput"
|
|
972
|
+
],
|
|
973
|
+
"implementationHash": "efac4c1ccffdf462",
|
|
974
|
+
"contractHash": "921d22fb57bf82cf",
|
|
975
|
+
"inputHash": "3d2e5d15",
|
|
976
|
+
"outputHash": "b03d7fb3"
|
|
977
|
+
},
|
|
978
|
+
"customObjectDelete": {
|
|
979
|
+
"pikkuFuncId": "customObjectDelete",
|
|
980
|
+
"functionType": "user",
|
|
981
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
982
|
+
"sessionless": true,
|
|
983
|
+
"name": "customObjectDelete",
|
|
984
|
+
"inputSchemaName": "CustomObjectDeleteInput",
|
|
985
|
+
"outputSchemaName": "CustomObjectDeleteOutput",
|
|
986
|
+
"inputs": [
|
|
987
|
+
"CustomObjectDeleteInput"
|
|
988
|
+
],
|
|
989
|
+
"outputs": [
|
|
990
|
+
"CustomObjectDeleteOutput"
|
|
991
|
+
],
|
|
992
|
+
"implementationHash": "961ee2fb7cd42d70",
|
|
993
|
+
"contractHash": "43c5fd7ac150243c",
|
|
994
|
+
"inputHash": "bba9dade",
|
|
995
|
+
"outputHash": "51c93cda"
|
|
996
|
+
},
|
|
997
|
+
"customObjectUpsert": {
|
|
998
|
+
"pikkuFuncId": "customObjectUpsert",
|
|
999
|
+
"functionType": "user",
|
|
1000
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1001
|
+
"sessionless": true,
|
|
1002
|
+
"name": "customObjectUpsert",
|
|
1003
|
+
"inputSchemaName": "CustomObjectUpsertInput",
|
|
1004
|
+
"outputSchemaName": "CustomObjectUpsertOutput",
|
|
1005
|
+
"inputs": [
|
|
1006
|
+
"CustomObjectUpsertInput"
|
|
1007
|
+
],
|
|
1008
|
+
"outputs": [
|
|
1009
|
+
"CustomObjectUpsertOutput"
|
|
1010
|
+
],
|
|
1011
|
+
"implementationHash": "964fc8fde1e24632",
|
|
1012
|
+
"contractHash": "1e8f91fd17e91d72",
|
|
1013
|
+
"inputHash": "50b0f19a",
|
|
1014
|
+
"outputHash": "54622542"
|
|
1015
|
+
},
|
|
1016
|
+
"customObjectGetAll": {
|
|
1017
|
+
"pikkuFuncId": "customObjectGetAll",
|
|
1018
|
+
"functionType": "user",
|
|
1019
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1020
|
+
"sessionless": true,
|
|
1021
|
+
"name": "customObjectGetAll",
|
|
1022
|
+
"inputSchemaName": "CustomObjectGetAllInput",
|
|
1023
|
+
"outputSchemaName": "CustomObjectGetAllOutput",
|
|
1024
|
+
"inputs": [
|
|
1025
|
+
"CustomObjectGetAllInput"
|
|
1026
|
+
],
|
|
1027
|
+
"outputs": [
|
|
1028
|
+
"CustomObjectGetAllOutput"
|
|
1029
|
+
],
|
|
1030
|
+
"implementationHash": "55d1a98701aff68a",
|
|
1031
|
+
"contractHash": "6a737add2f747c08",
|
|
1032
|
+
"inputHash": "2a35f676",
|
|
1033
|
+
"outputHash": "72ca8bb3"
|
|
1034
|
+
},
|
|
1035
|
+
"documentUpload": {
|
|
1036
|
+
"pikkuFuncId": "documentUpload",
|
|
1037
|
+
"functionType": "user",
|
|
1038
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1039
|
+
"sessionless": true,
|
|
1040
|
+
"name": "documentUpload",
|
|
1041
|
+
"inputSchemaName": "DocumentUploadInput",
|
|
1042
|
+
"outputSchemaName": "DocumentUploadOutput",
|
|
1043
|
+
"inputs": [
|
|
1044
|
+
"DocumentUploadInput"
|
|
1045
|
+
],
|
|
1046
|
+
"outputs": [
|
|
1047
|
+
"DocumentUploadOutput"
|
|
1048
|
+
],
|
|
1049
|
+
"implementationHash": "797a43d143722c76",
|
|
1050
|
+
"contractHash": "d6905601c0a922f5",
|
|
1051
|
+
"inputHash": "456a6c21",
|
|
1052
|
+
"outputHash": "d857eb7d"
|
|
1053
|
+
},
|
|
1054
|
+
"flowGetAll": {
|
|
1055
|
+
"pikkuFuncId": "flowGetAll",
|
|
1056
|
+
"functionType": "user",
|
|
1057
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1058
|
+
"sessionless": true,
|
|
1059
|
+
"name": "flowGetAll",
|
|
1060
|
+
"inputSchemaName": "FlowGetAllInput",
|
|
1061
|
+
"outputSchemaName": "FlowGetAllOutput",
|
|
1062
|
+
"inputs": [
|
|
1063
|
+
"FlowGetAllInput"
|
|
1064
|
+
],
|
|
1065
|
+
"outputs": [
|
|
1066
|
+
"FlowGetAllOutput"
|
|
1067
|
+
],
|
|
1068
|
+
"implementationHash": "5295b5f1ab0856d1",
|
|
1069
|
+
"contractHash": "2f4e26470738d221",
|
|
1070
|
+
"inputHash": "94de86ac",
|
|
1071
|
+
"outputHash": "04cbfa10"
|
|
1072
|
+
},
|
|
1073
|
+
"flowInvoke": {
|
|
1074
|
+
"pikkuFuncId": "flowInvoke",
|
|
1075
|
+
"functionType": "user",
|
|
1076
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1077
|
+
"sessionless": true,
|
|
1078
|
+
"name": "flowInvoke",
|
|
1079
|
+
"inputSchemaName": "FlowInvokeInput",
|
|
1080
|
+
"outputSchemaName": "FlowInvokeOutput",
|
|
1081
|
+
"inputs": [
|
|
1082
|
+
"FlowInvokeInput"
|
|
1083
|
+
],
|
|
1084
|
+
"outputs": [
|
|
1085
|
+
"FlowInvokeOutput"
|
|
1086
|
+
],
|
|
1087
|
+
"implementationHash": "db978d7335e6a4d3",
|
|
1088
|
+
"contractHash": "b5ebca0d1e0ac1bd",
|
|
1089
|
+
"inputHash": "53cdcbe3",
|
|
1090
|
+
"outputHash": "1895f189"
|
|
1091
|
+
},
|
|
1092
|
+
"attachmentCreate": {
|
|
1093
|
+
"pikkuFuncId": "attachmentCreate",
|
|
1094
|
+
"functionType": "user",
|
|
1095
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1096
|
+
"sessionless": true,
|
|
1097
|
+
"name": "attachmentCreate",
|
|
1098
|
+
"inputSchemaName": "AttachmentCreateInput",
|
|
1099
|
+
"outputSchemaName": "AttachmentCreateOutput",
|
|
1100
|
+
"inputs": [
|
|
1101
|
+
"AttachmentCreateInput"
|
|
1102
|
+
],
|
|
1103
|
+
"outputs": [
|
|
1104
|
+
"AttachmentCreateOutput"
|
|
1105
|
+
],
|
|
1106
|
+
"implementationHash": "77904319e70980f3",
|
|
1107
|
+
"contractHash": "eb4f5ef412b28673",
|
|
1108
|
+
"inputHash": "58e7913c",
|
|
1109
|
+
"outputHash": "573d6b70"
|
|
1110
|
+
},
|
|
1111
|
+
"attachmentGet": {
|
|
1112
|
+
"pikkuFuncId": "attachmentGet",
|
|
1113
|
+
"functionType": "user",
|
|
1114
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1115
|
+
"sessionless": true,
|
|
1116
|
+
"name": "attachmentGet",
|
|
1117
|
+
"inputSchemaName": "AttachmentGetInput",
|
|
1118
|
+
"outputSchemaName": "AttachmentGetOutput",
|
|
1119
|
+
"inputs": [
|
|
1120
|
+
"AttachmentGetInput"
|
|
1121
|
+
],
|
|
1122
|
+
"outputs": [
|
|
1123
|
+
"AttachmentGetOutput"
|
|
1124
|
+
],
|
|
1125
|
+
"implementationHash": "954e1b3dd53bf4ad",
|
|
1126
|
+
"contractHash": "46f38572844901ea",
|
|
1127
|
+
"inputHash": "0bf9e12c",
|
|
1128
|
+
"outputHash": "26b5b78c"
|
|
1129
|
+
},
|
|
1130
|
+
"attachmentUpdate": {
|
|
1131
|
+
"pikkuFuncId": "attachmentUpdate",
|
|
1132
|
+
"functionType": "user",
|
|
1133
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1134
|
+
"sessionless": true,
|
|
1135
|
+
"name": "attachmentUpdate",
|
|
1136
|
+
"inputSchemaName": "AttachmentUpdateInput",
|
|
1137
|
+
"outputSchemaName": "AttachmentUpdateOutput",
|
|
1138
|
+
"inputs": [
|
|
1139
|
+
"AttachmentUpdateInput"
|
|
1140
|
+
],
|
|
1141
|
+
"outputs": [
|
|
1142
|
+
"AttachmentUpdateOutput"
|
|
1143
|
+
],
|
|
1144
|
+
"implementationHash": "7ff6c146e9ebc166",
|
|
1145
|
+
"contractHash": "8b402238cde6abcd",
|
|
1146
|
+
"inputHash": "d15b35ff",
|
|
1147
|
+
"outputHash": "1359b1fc"
|
|
1148
|
+
},
|
|
1149
|
+
"attachmentDelete": {
|
|
1150
|
+
"pikkuFuncId": "attachmentDelete",
|
|
1151
|
+
"functionType": "user",
|
|
1152
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1153
|
+
"sessionless": true,
|
|
1154
|
+
"name": "attachmentDelete",
|
|
1155
|
+
"inputSchemaName": "AttachmentDeleteInput",
|
|
1156
|
+
"outputSchemaName": "AttachmentDeleteOutput",
|
|
1157
|
+
"inputs": [
|
|
1158
|
+
"AttachmentDeleteInput"
|
|
1159
|
+
],
|
|
1160
|
+
"outputs": [
|
|
1161
|
+
"AttachmentDeleteOutput"
|
|
1162
|
+
],
|
|
1163
|
+
"implementationHash": "b12291185006ae65",
|
|
1164
|
+
"contractHash": "fe5d2dc0b6449d5a",
|
|
1165
|
+
"inputHash": "1faf2a29",
|
|
1166
|
+
"outputHash": "79d7081d"
|
|
1167
|
+
},
|
|
1168
|
+
"attachmentGetAll": {
|
|
1169
|
+
"pikkuFuncId": "attachmentGetAll",
|
|
1170
|
+
"functionType": "user",
|
|
1171
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1172
|
+
"sessionless": true,
|
|
1173
|
+
"name": "attachmentGetAll",
|
|
1174
|
+
"inputSchemaName": "AttachmentGetAllInput",
|
|
1175
|
+
"outputSchemaName": "AttachmentGetAllOutput",
|
|
1176
|
+
"inputs": [
|
|
1177
|
+
"AttachmentGetAllInput"
|
|
1178
|
+
],
|
|
1179
|
+
"outputs": [
|
|
1180
|
+
"AttachmentGetAllOutput"
|
|
1181
|
+
],
|
|
1182
|
+
"implementationHash": "9a732b136301c747",
|
|
1183
|
+
"contractHash": "b2bfd5a2acb1c12a",
|
|
1184
|
+
"inputHash": "1ba32e25",
|
|
1185
|
+
"outputHash": "96e120c2"
|
|
1186
|
+
},
|
|
1187
|
+
"attachmentGetSummary": {
|
|
1188
|
+
"pikkuFuncId": "attachmentGetSummary",
|
|
1189
|
+
"functionType": "user",
|
|
1190
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1191
|
+
"sessionless": true,
|
|
1192
|
+
"name": "attachmentGetSummary",
|
|
1193
|
+
"inputSchemaName": null,
|
|
1194
|
+
"outputSchemaName": "AttachmentGetSummaryOutput",
|
|
1195
|
+
"inputs": [],
|
|
1196
|
+
"outputs": [
|
|
1197
|
+
"AttachmentGetSummaryOutput"
|
|
1198
|
+
],
|
|
1199
|
+
"implementationHash": "036bad55b21cdb4b",
|
|
1200
|
+
"contractHash": "f7c88a0f75a07ad4",
|
|
1201
|
+
"inputHash": "a8217b92",
|
|
1202
|
+
"outputHash": "b3efb487"
|
|
1203
|
+
},
|
|
1204
|
+
"searchQuery": {
|
|
1205
|
+
"pikkuFuncId": "searchQuery",
|
|
1206
|
+
"functionType": "user",
|
|
1207
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1208
|
+
"sessionless": true,
|
|
1209
|
+
"name": "searchQuery",
|
|
1210
|
+
"inputSchemaName": "SearchQueryInput",
|
|
1211
|
+
"outputSchemaName": "SearchQueryOutput",
|
|
1212
|
+
"inputs": [
|
|
1213
|
+
"SearchQueryInput"
|
|
1214
|
+
],
|
|
1215
|
+
"outputs": [
|
|
1216
|
+
"SearchQueryOutput"
|
|
1217
|
+
],
|
|
1218
|
+
"implementationHash": "9bcfdbfa1b32ba5b",
|
|
1219
|
+
"contractHash": "5ea68020e014545f",
|
|
1220
|
+
"inputHash": "986d06aa",
|
|
1221
|
+
"outputHash": "b6c96c4c"
|
|
1222
|
+
}
|
|
1223
|
+
}
|