@pikku/addon-onfleet 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +67 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js +78 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.ts +106 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts +2 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.js +10 -0
- package/dist/.pikku/addon/pikku-package.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.ts +11 -0
- package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +4 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +47 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js +18 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.ts +82 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +112 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts.map +1 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.js +60 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.js.map +1 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.ts +177 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +7 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.js +2 -0
- package/dist/.pikku/console/pikku-node-types.gen.js.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.ts +8 -0
- package/dist/.pikku/credentials/pikku-credentials-meta.gen.json +10 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.d.ts +15 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.d.ts.map +1 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.js +13 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.js.map +1 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.ts +23 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +490 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.js +334 -0
- package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.ts +754 -0
- package/dist/.pikku/function/pikku-functions-meta-verbose.gen.json +1063 -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 +693 -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 +80 -0
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.ts +80 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +120 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts.map +1 -0
- package/dist/.pikku/http/pikku-http-types.gen.js +72 -0
- package/dist/.pikku/http/pikku-http-types.gen.js.map +1 -0
- package/dist/.pikku/http/pikku-http-types.gen.ts +147 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +131 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts.map +1 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js +38 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js.map +1 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.ts +183 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +9 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.js +9 -0
- package/dist/.pikku/pikku-bootstrap.gen.js.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.ts +8 -0
- package/dist/.pikku/pikku-meta-service.gen.d.ts +8 -0
- package/dist/.pikku/pikku-meta-service.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-meta-service.gen.js +10 -0
- package/dist/.pikku/pikku-meta-service.gen.js.map +1 -0
- package/dist/.pikku/pikku-meta-service.gen.ts +10 -0
- package/dist/.pikku/pikku-services.gen.d.ts +35 -0
- package/dist/.pikku/pikku-services.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-services.gen.js +30 -0
- package/dist/.pikku/pikku-services.gen.js.map +1 -0
- package/dist/.pikku/pikku-services.gen.ts +42 -0
- package/dist/.pikku/pikku-types.gen.d.ts +12 -0
- package/dist/.pikku/pikku-types.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-types.gen.js +17 -0
- package/dist/.pikku/pikku-types.gen.js.map +1 -0
- package/dist/.pikku/pikku-types.gen.ts +21 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +24 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts.map +1 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.js +17 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.js.map +1 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.ts +27 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +316 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +353 -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 +39 -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 +145 -0
- package/dist/.pikku/schemas/register.gen.js.map +1 -0
- package/dist/.pikku/schemas/register.gen.ts +283 -0
- package/dist/.pikku/schemas/schemas/AdminCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AdminCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AdminDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AdminDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AdminGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AdminUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AdminUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContainerAddTaskInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContainerAddTaskOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContainerGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContainerGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContainerUpdateTaskInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ContainerUpdateTaskOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CredentialSchema_onfleet.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DestinationCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DestinationCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DestinationGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DestinationGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/HubCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/HubCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/HubGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/HubUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/HubUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OrganizationGetDelegateeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OrganizationGetDelegateeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OrganizationGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RecipientCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RecipientCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RecipientGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RecipientGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RecipientUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RecipientUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskCloneInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskCloneOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskCompleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskCompleteOutput.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/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/TaskUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TeamAutoDispatchInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TeamAutoDispatchOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TeamCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TeamCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TeamDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TeamDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TeamGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TeamGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TeamGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TeamGetTimeEstimatesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TeamGetTimeEstimatesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TeamUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TeamUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/VariableSchema_ONFLEET_BASE_URL.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkerCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkerCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkerDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkerDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkerGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkerGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkerGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkerGetScheduleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkerGetScheduleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkerUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkerUpdateOutput.schema.json +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +6 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +5 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.ts +5 -0
- package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +12 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js +11 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.ts +21 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +114 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +34 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +160 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +6 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js +5 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.ts +5 -0
- package/dist/.pikku/variables/pikku-variables-meta.gen.json +10 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +15 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.js +13 -0
- package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.ts +23 -0
- package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +38 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +90 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +18 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +167 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts +2 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +7 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +9 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +3 -0
- package/dist/src/functions/adminCreate.function.d.ts +17 -0
- package/dist/src/functions/adminCreate.function.d.ts.map +1 -0
- package/dist/src/functions/adminCreate.function.js +16 -0
- package/dist/src/functions/adminCreate.function.js.map +1 -0
- package/dist/src/functions/adminDelete.function.d.ts +13 -0
- package/dist/src/functions/adminDelete.function.d.ts.map +1 -0
- package/dist/src/functions/adminDelete.function.js +15 -0
- package/dist/src/functions/adminDelete.function.js.map +1 -0
- package/dist/src/functions/adminGetAll.function.d.ts +4 -0
- package/dist/src/functions/adminGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/adminGetAll.function.js +11 -0
- package/dist/src/functions/adminGetAll.function.js.map +1 -0
- package/dist/src/functions/adminUpdate.function.d.ts +17 -0
- package/dist/src/functions/adminUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/adminUpdate.function.js +16 -0
- package/dist/src/functions/adminUpdate.function.js.map +1 -0
- package/dist/src/functions/containerAddTask.function.d.ts +17 -0
- package/dist/src/functions/containerAddTask.function.d.ts.map +1 -0
- package/dist/src/functions/containerAddTask.function.js +16 -0
- package/dist/src/functions/containerAddTask.function.js.map +1 -0
- package/dist/src/functions/containerGet.function.d.ts +13 -0
- package/dist/src/functions/containerGet.function.d.ts.map +1 -0
- package/dist/src/functions/containerGet.function.js +15 -0
- package/dist/src/functions/containerGet.function.js.map +1 -0
- package/dist/src/functions/containerUpdateTask.function.d.ts +17 -0
- package/dist/src/functions/containerUpdateTask.function.d.ts.map +1 -0
- package/dist/src/functions/containerUpdateTask.function.js +16 -0
- package/dist/src/functions/containerUpdateTask.function.js.map +1 -0
- package/dist/src/functions/destinationCreate.function.d.ts +13 -0
- package/dist/src/functions/destinationCreate.function.d.ts.map +1 -0
- package/dist/src/functions/destinationCreate.function.js +15 -0
- package/dist/src/functions/destinationCreate.function.js.map +1 -0
- package/dist/src/functions/destinationGet.function.d.ts +13 -0
- package/dist/src/functions/destinationGet.function.d.ts.map +1 -0
- package/dist/src/functions/destinationGet.function.js +15 -0
- package/dist/src/functions/destinationGet.function.js.map +1 -0
- package/dist/src/functions/hubCreate.function.d.ts +13 -0
- package/dist/src/functions/hubCreate.function.d.ts.map +1 -0
- package/dist/src/functions/hubCreate.function.js +15 -0
- package/dist/src/functions/hubCreate.function.js.map +1 -0
- package/dist/src/functions/hubGetAll.function.d.ts +4 -0
- package/dist/src/functions/hubGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/hubGetAll.function.js +11 -0
- package/dist/src/functions/hubGetAll.function.js.map +1 -0
- package/dist/src/functions/hubUpdate.function.d.ts +17 -0
- package/dist/src/functions/hubUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/hubUpdate.function.js +16 -0
- package/dist/src/functions/hubUpdate.function.js.map +1 -0
- package/dist/src/functions/organizationGet.function.d.ts +4 -0
- package/dist/src/functions/organizationGet.function.d.ts.map +1 -0
- package/dist/src/functions/organizationGet.function.js +11 -0
- package/dist/src/functions/organizationGet.function.js.map +1 -0
- package/dist/src/functions/organizationGetDelegatee.function.d.ts +13 -0
- package/dist/src/functions/organizationGetDelegatee.function.d.ts.map +1 -0
- package/dist/src/functions/organizationGetDelegatee.function.js +15 -0
- package/dist/src/functions/organizationGetDelegatee.function.js.map +1 -0
- package/dist/src/functions/recipientCreate.function.d.ts +17 -0
- package/dist/src/functions/recipientCreate.function.d.ts.map +1 -0
- package/dist/src/functions/recipientCreate.function.js +16 -0
- package/dist/src/functions/recipientCreate.function.js.map +1 -0
- package/dist/src/functions/recipientGet.function.d.ts +13 -0
- package/dist/src/functions/recipientGet.function.d.ts.map +1 -0
- package/dist/src/functions/recipientGet.function.js +15 -0
- package/dist/src/functions/recipientGet.function.js.map +1 -0
- package/dist/src/functions/recipientUpdate.function.d.ts +17 -0
- package/dist/src/functions/recipientUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/recipientUpdate.function.js +16 -0
- package/dist/src/functions/recipientUpdate.function.js.map +1 -0
- package/dist/src/functions/taskClone.function.d.ts +13 -0
- package/dist/src/functions/taskClone.function.d.ts.map +1 -0
- package/dist/src/functions/taskClone.function.js +15 -0
- package/dist/src/functions/taskClone.function.js.map +1 -0
- package/dist/src/functions/taskComplete.function.d.ts +17 -0
- package/dist/src/functions/taskComplete.function.d.ts.map +1 -0
- package/dist/src/functions/taskComplete.function.js +16 -0
- package/dist/src/functions/taskComplete.function.js.map +1 -0
- package/dist/src/functions/taskCreate.function.d.ts +17 -0
- package/dist/src/functions/taskCreate.function.d.ts.map +1 -0
- package/dist/src/functions/taskCreate.function.js +16 -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 +4 -0
- package/dist/src/functions/taskGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/taskGetAll.function.js +11 -0
- package/dist/src/functions/taskGetAll.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/teamAutoDispatch.function.d.ts +13 -0
- package/dist/src/functions/teamAutoDispatch.function.d.ts.map +1 -0
- package/dist/src/functions/teamAutoDispatch.function.js +15 -0
- package/dist/src/functions/teamAutoDispatch.function.js.map +1 -0
- package/dist/src/functions/teamCreate.function.d.ts +13 -0
- package/dist/src/functions/teamCreate.function.d.ts.map +1 -0
- package/dist/src/functions/teamCreate.function.js +15 -0
- package/dist/src/functions/teamCreate.function.js.map +1 -0
- package/dist/src/functions/teamDelete.function.d.ts +13 -0
- package/dist/src/functions/teamDelete.function.d.ts.map +1 -0
- package/dist/src/functions/teamDelete.function.js +15 -0
- package/dist/src/functions/teamDelete.function.js.map +1 -0
- package/dist/src/functions/teamGet.function.d.ts +13 -0
- package/dist/src/functions/teamGet.function.d.ts.map +1 -0
- package/dist/src/functions/teamGet.function.js +15 -0
- package/dist/src/functions/teamGet.function.js.map +1 -0
- package/dist/src/functions/teamGetAll.function.d.ts +4 -0
- package/dist/src/functions/teamGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/teamGetAll.function.js +11 -0
- package/dist/src/functions/teamGetAll.function.js.map +1 -0
- package/dist/src/functions/teamGetTimeEstimates.function.d.ts +13 -0
- package/dist/src/functions/teamGetTimeEstimates.function.d.ts.map +1 -0
- package/dist/src/functions/teamGetTimeEstimates.function.js +15 -0
- package/dist/src/functions/teamGetTimeEstimates.function.js.map +1 -0
- package/dist/src/functions/teamUpdate.function.d.ts +17 -0
- package/dist/src/functions/teamUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/teamUpdate.function.js +16 -0
- package/dist/src/functions/teamUpdate.function.js.map +1 -0
- package/dist/src/functions/workerCreate.function.d.ts +17 -0
- package/dist/src/functions/workerCreate.function.d.ts.map +1 -0
- package/dist/src/functions/workerCreate.function.js +16 -0
- package/dist/src/functions/workerCreate.function.js.map +1 -0
- package/dist/src/functions/workerDelete.function.d.ts +13 -0
- package/dist/src/functions/workerDelete.function.d.ts.map +1 -0
- package/dist/src/functions/workerDelete.function.js +15 -0
- package/dist/src/functions/workerDelete.function.js.map +1 -0
- package/dist/src/functions/workerGet.function.d.ts +13 -0
- package/dist/src/functions/workerGet.function.d.ts.map +1 -0
- package/dist/src/functions/workerGet.function.js +15 -0
- package/dist/src/functions/workerGet.function.js.map +1 -0
- package/dist/src/functions/workerGetAll.function.d.ts +4 -0
- package/dist/src/functions/workerGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/workerGetAll.function.js +11 -0
- package/dist/src/functions/workerGetAll.function.js.map +1 -0
- package/dist/src/functions/workerGetSchedule.function.d.ts +13 -0
- package/dist/src/functions/workerGetSchedule.function.d.ts.map +1 -0
- package/dist/src/functions/workerGetSchedule.function.js +15 -0
- package/dist/src/functions/workerGetSchedule.function.js.map +1 -0
- package/dist/src/functions/workerUpdate.function.d.ts +17 -0
- package/dist/src/functions/workerUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/workerUpdate.function.js +16 -0
- package/dist/src/functions/workerUpdate.function.js.map +1 -0
- package/dist/src/index.d.ts +38 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +38 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/onfleet-api.service.d.ts +10 -0
- package/dist/src/onfleet-api.service.d.ts.map +1 -0
- package/dist/src/onfleet-api.service.js +308 -0
- package/dist/src/onfleet-api.service.js.map +1 -0
- package/dist/src/onfleet.credential.d.ts +5 -0
- package/dist/src/onfleet.credential.d.ts.map +1 -0
- package/dist/src/onfleet.credential.js +13 -0
- package/dist/src/onfleet.credential.js.map +1 -0
- package/dist/src/onfleet.types.d.ts +7 -0
- package/dist/src/onfleet.types.d.ts.map +1 -0
- package/dist/src/onfleet.types.js +8 -0
- package/dist/src/onfleet.types.js.map +1 -0
- package/dist/src/onfleet.variable.d.ts +5 -0
- package/dist/src/onfleet.variable.d.ts.map +1 -0
- package/dist/src/onfleet.variable.js +11 -0
- package/dist/src/onfleet.variable.js.map +1 -0
- package/dist/src/services.d.ts +2 -0
- package/dist/src/services.d.ts.map +1 -0
- package/dist/src/services.js +14 -0
- package/dist/src/services.js.map +1 -0
- package/package.json +39 -0
|
@@ -0,0 +1,693 @@
|
|
|
1
|
+
{
|
|
2
|
+
"adminGetAll": {
|
|
3
|
+
"pikkuFuncId": "adminGetAll",
|
|
4
|
+
"functionType": "user",
|
|
5
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
6
|
+
"sessionless": true,
|
|
7
|
+
"name": "adminGetAll",
|
|
8
|
+
"inputSchemaName": null,
|
|
9
|
+
"outputSchemaName": "AdminGetAllOutput",
|
|
10
|
+
"inputs": [],
|
|
11
|
+
"outputs": [
|
|
12
|
+
"AdminGetAllOutput"
|
|
13
|
+
],
|
|
14
|
+
"implementationHash": "335f460b1378bdd8",
|
|
15
|
+
"contractHash": "029566397c77db7b",
|
|
16
|
+
"inputHash": "6354f9c5",
|
|
17
|
+
"outputHash": "cb9e4fee"
|
|
18
|
+
},
|
|
19
|
+
"adminCreate": {
|
|
20
|
+
"pikkuFuncId": "adminCreate",
|
|
21
|
+
"functionType": "user",
|
|
22
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
23
|
+
"sessionless": true,
|
|
24
|
+
"name": "adminCreate",
|
|
25
|
+
"inputSchemaName": "AdminCreateInput",
|
|
26
|
+
"outputSchemaName": "AdminCreateOutput",
|
|
27
|
+
"inputs": [
|
|
28
|
+
"AdminCreateInput"
|
|
29
|
+
],
|
|
30
|
+
"outputs": [
|
|
31
|
+
"AdminCreateOutput"
|
|
32
|
+
],
|
|
33
|
+
"implementationHash": "ca9aa3f0c87bcf60",
|
|
34
|
+
"contractHash": "7e618aacc46eb21d",
|
|
35
|
+
"inputHash": "d0405e66",
|
|
36
|
+
"outputHash": "efc4d259"
|
|
37
|
+
},
|
|
38
|
+
"adminUpdate": {
|
|
39
|
+
"pikkuFuncId": "adminUpdate",
|
|
40
|
+
"functionType": "user",
|
|
41
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
42
|
+
"sessionless": true,
|
|
43
|
+
"name": "adminUpdate",
|
|
44
|
+
"inputSchemaName": "AdminUpdateInput",
|
|
45
|
+
"outputSchemaName": "AdminUpdateOutput",
|
|
46
|
+
"inputs": [
|
|
47
|
+
"AdminUpdateInput"
|
|
48
|
+
],
|
|
49
|
+
"outputs": [
|
|
50
|
+
"AdminUpdateOutput"
|
|
51
|
+
],
|
|
52
|
+
"implementationHash": "4c9ed6a1a33253db",
|
|
53
|
+
"contractHash": "656fb9b1901ab8dc",
|
|
54
|
+
"inputHash": "9abfc428",
|
|
55
|
+
"outputHash": "0f233f7d"
|
|
56
|
+
},
|
|
57
|
+
"adminDelete": {
|
|
58
|
+
"pikkuFuncId": "adminDelete",
|
|
59
|
+
"functionType": "user",
|
|
60
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
61
|
+
"sessionless": true,
|
|
62
|
+
"name": "adminDelete",
|
|
63
|
+
"inputSchemaName": "AdminDeleteInput",
|
|
64
|
+
"outputSchemaName": "AdminDeleteOutput",
|
|
65
|
+
"inputs": [
|
|
66
|
+
"AdminDeleteInput"
|
|
67
|
+
],
|
|
68
|
+
"outputs": [
|
|
69
|
+
"AdminDeleteOutput"
|
|
70
|
+
],
|
|
71
|
+
"implementationHash": "f1a92b3c33091b60",
|
|
72
|
+
"contractHash": "9745a7a219a28916",
|
|
73
|
+
"inputHash": "8ce11242",
|
|
74
|
+
"outputHash": "d2b20797"
|
|
75
|
+
},
|
|
76
|
+
"containerGet": {
|
|
77
|
+
"pikkuFuncId": "containerGet",
|
|
78
|
+
"functionType": "user",
|
|
79
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
80
|
+
"sessionless": true,
|
|
81
|
+
"name": "containerGet",
|
|
82
|
+
"inputSchemaName": "ContainerGetInput",
|
|
83
|
+
"outputSchemaName": "ContainerGetOutput",
|
|
84
|
+
"inputs": [
|
|
85
|
+
"ContainerGetInput"
|
|
86
|
+
],
|
|
87
|
+
"outputs": [
|
|
88
|
+
"ContainerGetOutput"
|
|
89
|
+
],
|
|
90
|
+
"implementationHash": "6b62dc529408094b",
|
|
91
|
+
"contractHash": "1b8b9b8dfdf96253",
|
|
92
|
+
"inputHash": "67f38486",
|
|
93
|
+
"outputHash": "6dfea0c5"
|
|
94
|
+
},
|
|
95
|
+
"containerAddTask": {
|
|
96
|
+
"pikkuFuncId": "containerAddTask",
|
|
97
|
+
"functionType": "user",
|
|
98
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
99
|
+
"sessionless": true,
|
|
100
|
+
"name": "containerAddTask",
|
|
101
|
+
"inputSchemaName": "ContainerAddTaskInput",
|
|
102
|
+
"outputSchemaName": "ContainerAddTaskOutput",
|
|
103
|
+
"inputs": [
|
|
104
|
+
"ContainerAddTaskInput"
|
|
105
|
+
],
|
|
106
|
+
"outputs": [
|
|
107
|
+
"ContainerAddTaskOutput"
|
|
108
|
+
],
|
|
109
|
+
"implementationHash": "d4d603b9bd816fc8",
|
|
110
|
+
"contractHash": "668b1aa839de13f2",
|
|
111
|
+
"inputHash": "2f906d04",
|
|
112
|
+
"outputHash": "8feadac9"
|
|
113
|
+
},
|
|
114
|
+
"containerUpdateTask": {
|
|
115
|
+
"pikkuFuncId": "containerUpdateTask",
|
|
116
|
+
"functionType": "user",
|
|
117
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
118
|
+
"sessionless": true,
|
|
119
|
+
"name": "containerUpdateTask",
|
|
120
|
+
"inputSchemaName": "ContainerUpdateTaskInput",
|
|
121
|
+
"outputSchemaName": "ContainerUpdateTaskOutput",
|
|
122
|
+
"inputs": [
|
|
123
|
+
"ContainerUpdateTaskInput"
|
|
124
|
+
],
|
|
125
|
+
"outputs": [
|
|
126
|
+
"ContainerUpdateTaskOutput"
|
|
127
|
+
],
|
|
128
|
+
"implementationHash": "97cd26d097af6a78",
|
|
129
|
+
"contractHash": "3b09d3900a166278",
|
|
130
|
+
"inputHash": "91127cdd",
|
|
131
|
+
"outputHash": "603f2539"
|
|
132
|
+
},
|
|
133
|
+
"destinationCreate": {
|
|
134
|
+
"pikkuFuncId": "destinationCreate",
|
|
135
|
+
"functionType": "user",
|
|
136
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
137
|
+
"sessionless": true,
|
|
138
|
+
"name": "destinationCreate",
|
|
139
|
+
"inputSchemaName": "DestinationCreateInput",
|
|
140
|
+
"outputSchemaName": "DestinationCreateOutput",
|
|
141
|
+
"inputs": [
|
|
142
|
+
"DestinationCreateInput"
|
|
143
|
+
],
|
|
144
|
+
"outputs": [
|
|
145
|
+
"DestinationCreateOutput"
|
|
146
|
+
],
|
|
147
|
+
"implementationHash": "7add3e8c5121043e",
|
|
148
|
+
"contractHash": "dd6a6ffd9f2d3312",
|
|
149
|
+
"inputHash": "b1c3a3e6",
|
|
150
|
+
"outputHash": "b3b05cae"
|
|
151
|
+
},
|
|
152
|
+
"destinationGet": {
|
|
153
|
+
"pikkuFuncId": "destinationGet",
|
|
154
|
+
"functionType": "user",
|
|
155
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
156
|
+
"sessionless": true,
|
|
157
|
+
"name": "destinationGet",
|
|
158
|
+
"inputSchemaName": "DestinationGetInput",
|
|
159
|
+
"outputSchemaName": "DestinationGetOutput",
|
|
160
|
+
"inputs": [
|
|
161
|
+
"DestinationGetInput"
|
|
162
|
+
],
|
|
163
|
+
"outputs": [
|
|
164
|
+
"DestinationGetOutput"
|
|
165
|
+
],
|
|
166
|
+
"implementationHash": "a21684b0b4e0f74b",
|
|
167
|
+
"contractHash": "29bd9aa5fd23cce6",
|
|
168
|
+
"inputHash": "ddacb427",
|
|
169
|
+
"outputHash": "f15b3a4e"
|
|
170
|
+
},
|
|
171
|
+
"hubGetAll": {
|
|
172
|
+
"pikkuFuncId": "hubGetAll",
|
|
173
|
+
"functionType": "user",
|
|
174
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
175
|
+
"sessionless": true,
|
|
176
|
+
"name": "hubGetAll",
|
|
177
|
+
"inputSchemaName": null,
|
|
178
|
+
"outputSchemaName": "HubGetAllOutput",
|
|
179
|
+
"inputs": [],
|
|
180
|
+
"outputs": [
|
|
181
|
+
"HubGetAllOutput"
|
|
182
|
+
],
|
|
183
|
+
"implementationHash": "10a645f890302dbd",
|
|
184
|
+
"contractHash": "1eee025e9b229cb1",
|
|
185
|
+
"inputHash": "7570a8f6",
|
|
186
|
+
"outputHash": "2af599cc"
|
|
187
|
+
},
|
|
188
|
+
"hubCreate": {
|
|
189
|
+
"pikkuFuncId": "hubCreate",
|
|
190
|
+
"functionType": "user",
|
|
191
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
192
|
+
"sessionless": true,
|
|
193
|
+
"name": "hubCreate",
|
|
194
|
+
"inputSchemaName": "HubCreateInput",
|
|
195
|
+
"outputSchemaName": "HubCreateOutput",
|
|
196
|
+
"inputs": [
|
|
197
|
+
"HubCreateInput"
|
|
198
|
+
],
|
|
199
|
+
"outputs": [
|
|
200
|
+
"HubCreateOutput"
|
|
201
|
+
],
|
|
202
|
+
"implementationHash": "25cb4078bcf59ef3",
|
|
203
|
+
"contractHash": "ee90269edccc3d4e",
|
|
204
|
+
"inputHash": "fa41ca99",
|
|
205
|
+
"outputHash": "0cb68ccf"
|
|
206
|
+
},
|
|
207
|
+
"hubUpdate": {
|
|
208
|
+
"pikkuFuncId": "hubUpdate",
|
|
209
|
+
"functionType": "user",
|
|
210
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
211
|
+
"sessionless": true,
|
|
212
|
+
"name": "hubUpdate",
|
|
213
|
+
"inputSchemaName": "HubUpdateInput",
|
|
214
|
+
"outputSchemaName": "HubUpdateOutput",
|
|
215
|
+
"inputs": [
|
|
216
|
+
"HubUpdateInput"
|
|
217
|
+
],
|
|
218
|
+
"outputs": [
|
|
219
|
+
"HubUpdateOutput"
|
|
220
|
+
],
|
|
221
|
+
"implementationHash": "8081d9489acbe950",
|
|
222
|
+
"contractHash": "341a6c5c81bf37dc",
|
|
223
|
+
"inputHash": "fdf991a2",
|
|
224
|
+
"outputHash": "352e54e2"
|
|
225
|
+
},
|
|
226
|
+
"organizationGet": {
|
|
227
|
+
"pikkuFuncId": "organizationGet",
|
|
228
|
+
"functionType": "user",
|
|
229
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
230
|
+
"sessionless": true,
|
|
231
|
+
"name": "organizationGet",
|
|
232
|
+
"inputSchemaName": null,
|
|
233
|
+
"outputSchemaName": "OrganizationGetOutput",
|
|
234
|
+
"inputs": [],
|
|
235
|
+
"outputs": [
|
|
236
|
+
"OrganizationGetOutput"
|
|
237
|
+
],
|
|
238
|
+
"implementationHash": "da67cf6832fbcafc",
|
|
239
|
+
"contractHash": "325e90028192cda9",
|
|
240
|
+
"inputHash": "90cf134f",
|
|
241
|
+
"outputHash": "d322caa0"
|
|
242
|
+
},
|
|
243
|
+
"organizationGetDelegatee": {
|
|
244
|
+
"pikkuFuncId": "organizationGetDelegatee",
|
|
245
|
+
"functionType": "user",
|
|
246
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
247
|
+
"sessionless": true,
|
|
248
|
+
"name": "organizationGetDelegatee",
|
|
249
|
+
"inputSchemaName": "OrganizationGetDelegateeInput",
|
|
250
|
+
"outputSchemaName": "OrganizationGetDelegateeOutput",
|
|
251
|
+
"inputs": [
|
|
252
|
+
"OrganizationGetDelegateeInput"
|
|
253
|
+
],
|
|
254
|
+
"outputs": [
|
|
255
|
+
"OrganizationGetDelegateeOutput"
|
|
256
|
+
],
|
|
257
|
+
"implementationHash": "eddb5686130e1973",
|
|
258
|
+
"contractHash": "0a94a0f008f071db",
|
|
259
|
+
"inputHash": "0feae90c",
|
|
260
|
+
"outputHash": "47204122"
|
|
261
|
+
},
|
|
262
|
+
"recipientCreate": {
|
|
263
|
+
"pikkuFuncId": "recipientCreate",
|
|
264
|
+
"functionType": "user",
|
|
265
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
266
|
+
"sessionless": true,
|
|
267
|
+
"name": "recipientCreate",
|
|
268
|
+
"inputSchemaName": "RecipientCreateInput",
|
|
269
|
+
"outputSchemaName": "RecipientCreateOutput",
|
|
270
|
+
"inputs": [
|
|
271
|
+
"RecipientCreateInput"
|
|
272
|
+
],
|
|
273
|
+
"outputs": [
|
|
274
|
+
"RecipientCreateOutput"
|
|
275
|
+
],
|
|
276
|
+
"implementationHash": "ad7084425a80b0d1",
|
|
277
|
+
"contractHash": "7add3757f6d60ecb",
|
|
278
|
+
"inputHash": "100dcee9",
|
|
279
|
+
"outputHash": "c8359bff"
|
|
280
|
+
},
|
|
281
|
+
"recipientGet": {
|
|
282
|
+
"pikkuFuncId": "recipientGet",
|
|
283
|
+
"functionType": "user",
|
|
284
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
285
|
+
"sessionless": true,
|
|
286
|
+
"name": "recipientGet",
|
|
287
|
+
"inputSchemaName": "RecipientGetInput",
|
|
288
|
+
"outputSchemaName": "RecipientGetOutput",
|
|
289
|
+
"inputs": [
|
|
290
|
+
"RecipientGetInput"
|
|
291
|
+
],
|
|
292
|
+
"outputs": [
|
|
293
|
+
"RecipientGetOutput"
|
|
294
|
+
],
|
|
295
|
+
"implementationHash": "499311249337ecc6",
|
|
296
|
+
"contractHash": "529fbaa18454051a",
|
|
297
|
+
"inputHash": "65212c5f",
|
|
298
|
+
"outputHash": "65f354b7"
|
|
299
|
+
},
|
|
300
|
+
"recipientUpdate": {
|
|
301
|
+
"pikkuFuncId": "recipientUpdate",
|
|
302
|
+
"functionType": "user",
|
|
303
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
304
|
+
"sessionless": true,
|
|
305
|
+
"name": "recipientUpdate",
|
|
306
|
+
"inputSchemaName": "RecipientUpdateInput",
|
|
307
|
+
"outputSchemaName": "RecipientUpdateOutput",
|
|
308
|
+
"inputs": [
|
|
309
|
+
"RecipientUpdateInput"
|
|
310
|
+
],
|
|
311
|
+
"outputs": [
|
|
312
|
+
"RecipientUpdateOutput"
|
|
313
|
+
],
|
|
314
|
+
"implementationHash": "4c1d74464b31616a",
|
|
315
|
+
"contractHash": "c9104aff0d5a13ca",
|
|
316
|
+
"inputHash": "99b8e83e",
|
|
317
|
+
"outputHash": "7e46b292"
|
|
318
|
+
},
|
|
319
|
+
"taskCreate": {
|
|
320
|
+
"pikkuFuncId": "taskCreate",
|
|
321
|
+
"functionType": "user",
|
|
322
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
323
|
+
"sessionless": true,
|
|
324
|
+
"name": "taskCreate",
|
|
325
|
+
"inputSchemaName": "TaskCreateInput",
|
|
326
|
+
"outputSchemaName": "TaskCreateOutput",
|
|
327
|
+
"inputs": [
|
|
328
|
+
"TaskCreateInput"
|
|
329
|
+
],
|
|
330
|
+
"outputs": [
|
|
331
|
+
"TaskCreateOutput"
|
|
332
|
+
],
|
|
333
|
+
"implementationHash": "ea6a1ca32b07cf52",
|
|
334
|
+
"contractHash": "9f0aba01bbcd1f77",
|
|
335
|
+
"inputHash": "4108b1f1",
|
|
336
|
+
"outputHash": "651aed32"
|
|
337
|
+
},
|
|
338
|
+
"taskGetAll": {
|
|
339
|
+
"pikkuFuncId": "taskGetAll",
|
|
340
|
+
"functionType": "user",
|
|
341
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
342
|
+
"sessionless": true,
|
|
343
|
+
"name": "taskGetAll",
|
|
344
|
+
"inputSchemaName": null,
|
|
345
|
+
"outputSchemaName": "TaskGetAllOutput",
|
|
346
|
+
"inputs": [],
|
|
347
|
+
"outputs": [
|
|
348
|
+
"TaskGetAllOutput"
|
|
349
|
+
],
|
|
350
|
+
"implementationHash": "f0f15c95de712081",
|
|
351
|
+
"contractHash": "935be4d6b5cbb695",
|
|
352
|
+
"inputHash": "42428105",
|
|
353
|
+
"outputHash": "13568b34"
|
|
354
|
+
},
|
|
355
|
+
"taskGet": {
|
|
356
|
+
"pikkuFuncId": "taskGet",
|
|
357
|
+
"functionType": "user",
|
|
358
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
359
|
+
"sessionless": true,
|
|
360
|
+
"name": "taskGet",
|
|
361
|
+
"inputSchemaName": "TaskGetInput",
|
|
362
|
+
"outputSchemaName": "TaskGetOutput",
|
|
363
|
+
"inputs": [
|
|
364
|
+
"TaskGetInput"
|
|
365
|
+
],
|
|
366
|
+
"outputs": [
|
|
367
|
+
"TaskGetOutput"
|
|
368
|
+
],
|
|
369
|
+
"implementationHash": "a1d9c9894c4c7453",
|
|
370
|
+
"contractHash": "12a0be978cad54c2",
|
|
371
|
+
"inputHash": "e752f179",
|
|
372
|
+
"outputHash": "022e1188"
|
|
373
|
+
},
|
|
374
|
+
"taskUpdate": {
|
|
375
|
+
"pikkuFuncId": "taskUpdate",
|
|
376
|
+
"functionType": "user",
|
|
377
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
378
|
+
"sessionless": true,
|
|
379
|
+
"name": "taskUpdate",
|
|
380
|
+
"inputSchemaName": "TaskUpdateInput",
|
|
381
|
+
"outputSchemaName": "TaskUpdateOutput",
|
|
382
|
+
"inputs": [
|
|
383
|
+
"TaskUpdateInput"
|
|
384
|
+
],
|
|
385
|
+
"outputs": [
|
|
386
|
+
"TaskUpdateOutput"
|
|
387
|
+
],
|
|
388
|
+
"implementationHash": "bb07d5b70b90b904",
|
|
389
|
+
"contractHash": "70e8ade6e9328ef6",
|
|
390
|
+
"inputHash": "a44625e9",
|
|
391
|
+
"outputHash": "dc1d8332"
|
|
392
|
+
},
|
|
393
|
+
"taskDelete": {
|
|
394
|
+
"pikkuFuncId": "taskDelete",
|
|
395
|
+
"functionType": "user",
|
|
396
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
397
|
+
"sessionless": true,
|
|
398
|
+
"name": "taskDelete",
|
|
399
|
+
"inputSchemaName": "TaskDeleteInput",
|
|
400
|
+
"outputSchemaName": "TaskDeleteOutput",
|
|
401
|
+
"inputs": [
|
|
402
|
+
"TaskDeleteInput"
|
|
403
|
+
],
|
|
404
|
+
"outputs": [
|
|
405
|
+
"TaskDeleteOutput"
|
|
406
|
+
],
|
|
407
|
+
"implementationHash": "5eaf0382a94d6654",
|
|
408
|
+
"contractHash": "21401c5f5e73ff5f",
|
|
409
|
+
"inputHash": "41cb4a68",
|
|
410
|
+
"outputHash": "17d7a597"
|
|
411
|
+
},
|
|
412
|
+
"taskClone": {
|
|
413
|
+
"pikkuFuncId": "taskClone",
|
|
414
|
+
"functionType": "user",
|
|
415
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
416
|
+
"sessionless": true,
|
|
417
|
+
"name": "taskClone",
|
|
418
|
+
"inputSchemaName": "TaskCloneInput",
|
|
419
|
+
"outputSchemaName": "TaskCloneOutput",
|
|
420
|
+
"inputs": [
|
|
421
|
+
"TaskCloneInput"
|
|
422
|
+
],
|
|
423
|
+
"outputs": [
|
|
424
|
+
"TaskCloneOutput"
|
|
425
|
+
],
|
|
426
|
+
"implementationHash": "653941e310ddc7db",
|
|
427
|
+
"contractHash": "5239ff1b56ea8ccc",
|
|
428
|
+
"inputHash": "f23eda1d",
|
|
429
|
+
"outputHash": "9744097e"
|
|
430
|
+
},
|
|
431
|
+
"taskComplete": {
|
|
432
|
+
"pikkuFuncId": "taskComplete",
|
|
433
|
+
"functionType": "user",
|
|
434
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
435
|
+
"sessionless": true,
|
|
436
|
+
"name": "taskComplete",
|
|
437
|
+
"inputSchemaName": "TaskCompleteInput",
|
|
438
|
+
"outputSchemaName": "TaskCompleteOutput",
|
|
439
|
+
"inputs": [
|
|
440
|
+
"TaskCompleteInput"
|
|
441
|
+
],
|
|
442
|
+
"outputs": [
|
|
443
|
+
"TaskCompleteOutput"
|
|
444
|
+
],
|
|
445
|
+
"implementationHash": "d853fa571b57f01d",
|
|
446
|
+
"contractHash": "67c22973b2e4b47c",
|
|
447
|
+
"inputHash": "de79eb0f",
|
|
448
|
+
"outputHash": "8077f171"
|
|
449
|
+
},
|
|
450
|
+
"teamGetAll": {
|
|
451
|
+
"pikkuFuncId": "teamGetAll",
|
|
452
|
+
"functionType": "user",
|
|
453
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
454
|
+
"sessionless": true,
|
|
455
|
+
"name": "teamGetAll",
|
|
456
|
+
"inputSchemaName": null,
|
|
457
|
+
"outputSchemaName": "TeamGetAllOutput",
|
|
458
|
+
"inputs": [],
|
|
459
|
+
"outputs": [
|
|
460
|
+
"TeamGetAllOutput"
|
|
461
|
+
],
|
|
462
|
+
"implementationHash": "9feb3fd5a8b3736e",
|
|
463
|
+
"contractHash": "b68f7a476f1ae640",
|
|
464
|
+
"inputHash": "08c09fb2",
|
|
465
|
+
"outputHash": "844ec300"
|
|
466
|
+
},
|
|
467
|
+
"teamCreate": {
|
|
468
|
+
"pikkuFuncId": "teamCreate",
|
|
469
|
+
"functionType": "user",
|
|
470
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
471
|
+
"sessionless": true,
|
|
472
|
+
"name": "teamCreate",
|
|
473
|
+
"inputSchemaName": "TeamCreateInput",
|
|
474
|
+
"outputSchemaName": "TeamCreateOutput",
|
|
475
|
+
"inputs": [
|
|
476
|
+
"TeamCreateInput"
|
|
477
|
+
],
|
|
478
|
+
"outputs": [
|
|
479
|
+
"TeamCreateOutput"
|
|
480
|
+
],
|
|
481
|
+
"implementationHash": "5d3477a27abe7acf",
|
|
482
|
+
"contractHash": "a92176c14815c952",
|
|
483
|
+
"inputHash": "bbf932d7",
|
|
484
|
+
"outputHash": "6512cb00"
|
|
485
|
+
},
|
|
486
|
+
"teamGet": {
|
|
487
|
+
"pikkuFuncId": "teamGet",
|
|
488
|
+
"functionType": "user",
|
|
489
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
490
|
+
"sessionless": true,
|
|
491
|
+
"name": "teamGet",
|
|
492
|
+
"inputSchemaName": "TeamGetInput",
|
|
493
|
+
"outputSchemaName": "TeamGetOutput",
|
|
494
|
+
"inputs": [
|
|
495
|
+
"TeamGetInput"
|
|
496
|
+
],
|
|
497
|
+
"outputs": [
|
|
498
|
+
"TeamGetOutput"
|
|
499
|
+
],
|
|
500
|
+
"implementationHash": "79006c785c2293f6",
|
|
501
|
+
"contractHash": "e154e3c3aabb5493",
|
|
502
|
+
"inputHash": "0623fbf3",
|
|
503
|
+
"outputHash": "147c9168"
|
|
504
|
+
},
|
|
505
|
+
"teamUpdate": {
|
|
506
|
+
"pikkuFuncId": "teamUpdate",
|
|
507
|
+
"functionType": "user",
|
|
508
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
509
|
+
"sessionless": true,
|
|
510
|
+
"name": "teamUpdate",
|
|
511
|
+
"inputSchemaName": "TeamUpdateInput",
|
|
512
|
+
"outputSchemaName": "TeamUpdateOutput",
|
|
513
|
+
"inputs": [
|
|
514
|
+
"TeamUpdateInput"
|
|
515
|
+
],
|
|
516
|
+
"outputs": [
|
|
517
|
+
"TeamUpdateOutput"
|
|
518
|
+
],
|
|
519
|
+
"implementationHash": "9a42d518aa6b44da",
|
|
520
|
+
"contractHash": "eb4a121ea6399f13",
|
|
521
|
+
"inputHash": "e7f3cdf9",
|
|
522
|
+
"outputHash": "1aa92ee7"
|
|
523
|
+
},
|
|
524
|
+
"teamDelete": {
|
|
525
|
+
"pikkuFuncId": "teamDelete",
|
|
526
|
+
"functionType": "user",
|
|
527
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
528
|
+
"sessionless": true,
|
|
529
|
+
"name": "teamDelete",
|
|
530
|
+
"inputSchemaName": "TeamDeleteInput",
|
|
531
|
+
"outputSchemaName": "TeamDeleteOutput",
|
|
532
|
+
"inputs": [
|
|
533
|
+
"TeamDeleteInput"
|
|
534
|
+
],
|
|
535
|
+
"outputs": [
|
|
536
|
+
"TeamDeleteOutput"
|
|
537
|
+
],
|
|
538
|
+
"implementationHash": "69f72b0bced2ce60",
|
|
539
|
+
"contractHash": "f92129de132e7afc",
|
|
540
|
+
"inputHash": "f0fc4669",
|
|
541
|
+
"outputHash": "6042f09c"
|
|
542
|
+
},
|
|
543
|
+
"teamGetTimeEstimates": {
|
|
544
|
+
"pikkuFuncId": "teamGetTimeEstimates",
|
|
545
|
+
"functionType": "user",
|
|
546
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
547
|
+
"sessionless": true,
|
|
548
|
+
"name": "teamGetTimeEstimates",
|
|
549
|
+
"inputSchemaName": "TeamGetTimeEstimatesInput",
|
|
550
|
+
"outputSchemaName": "TeamGetTimeEstimatesOutput",
|
|
551
|
+
"inputs": [
|
|
552
|
+
"TeamGetTimeEstimatesInput"
|
|
553
|
+
],
|
|
554
|
+
"outputs": [
|
|
555
|
+
"TeamGetTimeEstimatesOutput"
|
|
556
|
+
],
|
|
557
|
+
"implementationHash": "532b43b674a8e182",
|
|
558
|
+
"contractHash": "23493fad9c1024ae",
|
|
559
|
+
"inputHash": "1b789060",
|
|
560
|
+
"outputHash": "fb0a3f83"
|
|
561
|
+
},
|
|
562
|
+
"teamAutoDispatch": {
|
|
563
|
+
"pikkuFuncId": "teamAutoDispatch",
|
|
564
|
+
"functionType": "user",
|
|
565
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
566
|
+
"sessionless": true,
|
|
567
|
+
"name": "teamAutoDispatch",
|
|
568
|
+
"inputSchemaName": "TeamAutoDispatchInput",
|
|
569
|
+
"outputSchemaName": "TeamAutoDispatchOutput",
|
|
570
|
+
"inputs": [
|
|
571
|
+
"TeamAutoDispatchInput"
|
|
572
|
+
],
|
|
573
|
+
"outputs": [
|
|
574
|
+
"TeamAutoDispatchOutput"
|
|
575
|
+
],
|
|
576
|
+
"implementationHash": "83dc93ceabd6d276",
|
|
577
|
+
"contractHash": "59c95e2d85b18e7b",
|
|
578
|
+
"inputHash": "db6f89ad",
|
|
579
|
+
"outputHash": "66b31046"
|
|
580
|
+
},
|
|
581
|
+
"workerGetAll": {
|
|
582
|
+
"pikkuFuncId": "workerGetAll",
|
|
583
|
+
"functionType": "user",
|
|
584
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
585
|
+
"sessionless": true,
|
|
586
|
+
"name": "workerGetAll",
|
|
587
|
+
"inputSchemaName": null,
|
|
588
|
+
"outputSchemaName": "WorkerGetAllOutput",
|
|
589
|
+
"inputs": [],
|
|
590
|
+
"outputs": [
|
|
591
|
+
"WorkerGetAllOutput"
|
|
592
|
+
],
|
|
593
|
+
"implementationHash": "e130db1aba5a0518",
|
|
594
|
+
"contractHash": "50b185a9228e1d02",
|
|
595
|
+
"inputHash": "3c2edc3f",
|
|
596
|
+
"outputHash": "f08d300c"
|
|
597
|
+
},
|
|
598
|
+
"workerCreate": {
|
|
599
|
+
"pikkuFuncId": "workerCreate",
|
|
600
|
+
"functionType": "user",
|
|
601
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
602
|
+
"sessionless": true,
|
|
603
|
+
"name": "workerCreate",
|
|
604
|
+
"inputSchemaName": "WorkerCreateInput",
|
|
605
|
+
"outputSchemaName": "WorkerCreateOutput",
|
|
606
|
+
"inputs": [
|
|
607
|
+
"WorkerCreateInput"
|
|
608
|
+
],
|
|
609
|
+
"outputs": [
|
|
610
|
+
"WorkerCreateOutput"
|
|
611
|
+
],
|
|
612
|
+
"implementationHash": "ea1dbcc854a21a94",
|
|
613
|
+
"contractHash": "60e144072513e5c9",
|
|
614
|
+
"inputHash": "f9e656ec",
|
|
615
|
+
"outputHash": "67cd6ef4"
|
|
616
|
+
},
|
|
617
|
+
"workerGet": {
|
|
618
|
+
"pikkuFuncId": "workerGet",
|
|
619
|
+
"functionType": "user",
|
|
620
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
621
|
+
"sessionless": true,
|
|
622
|
+
"name": "workerGet",
|
|
623
|
+
"inputSchemaName": "WorkerGetInput",
|
|
624
|
+
"outputSchemaName": "WorkerGetOutput",
|
|
625
|
+
"inputs": [
|
|
626
|
+
"WorkerGetInput"
|
|
627
|
+
],
|
|
628
|
+
"outputs": [
|
|
629
|
+
"WorkerGetOutput"
|
|
630
|
+
],
|
|
631
|
+
"implementationHash": "98cee6c4f1b9b982",
|
|
632
|
+
"contractHash": "9b41a4f832d82ae2",
|
|
633
|
+
"inputHash": "a9a923e2",
|
|
634
|
+
"outputHash": "aaa76f4a"
|
|
635
|
+
},
|
|
636
|
+
"workerUpdate": {
|
|
637
|
+
"pikkuFuncId": "workerUpdate",
|
|
638
|
+
"functionType": "user",
|
|
639
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
640
|
+
"sessionless": true,
|
|
641
|
+
"name": "workerUpdate",
|
|
642
|
+
"inputSchemaName": "WorkerUpdateInput",
|
|
643
|
+
"outputSchemaName": "WorkerUpdateOutput",
|
|
644
|
+
"inputs": [
|
|
645
|
+
"WorkerUpdateInput"
|
|
646
|
+
],
|
|
647
|
+
"outputs": [
|
|
648
|
+
"WorkerUpdateOutput"
|
|
649
|
+
],
|
|
650
|
+
"implementationHash": "d6466cae92c5665e",
|
|
651
|
+
"contractHash": "f6f6556d004a080b",
|
|
652
|
+
"inputHash": "23bfa2aa",
|
|
653
|
+
"outputHash": "1ac5d8ab"
|
|
654
|
+
},
|
|
655
|
+
"workerDelete": {
|
|
656
|
+
"pikkuFuncId": "workerDelete",
|
|
657
|
+
"functionType": "user",
|
|
658
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
659
|
+
"sessionless": true,
|
|
660
|
+
"name": "workerDelete",
|
|
661
|
+
"inputSchemaName": "WorkerDeleteInput",
|
|
662
|
+
"outputSchemaName": "WorkerDeleteOutput",
|
|
663
|
+
"inputs": [
|
|
664
|
+
"WorkerDeleteInput"
|
|
665
|
+
],
|
|
666
|
+
"outputs": [
|
|
667
|
+
"WorkerDeleteOutput"
|
|
668
|
+
],
|
|
669
|
+
"implementationHash": "d22c42e6e1dff2c5",
|
|
670
|
+
"contractHash": "ef0faa4afa27de31",
|
|
671
|
+
"inputHash": "55ee1414",
|
|
672
|
+
"outputHash": "7d240bcf"
|
|
673
|
+
},
|
|
674
|
+
"workerGetSchedule": {
|
|
675
|
+
"pikkuFuncId": "workerGetSchedule",
|
|
676
|
+
"functionType": "user",
|
|
677
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
678
|
+
"sessionless": true,
|
|
679
|
+
"name": "workerGetSchedule",
|
|
680
|
+
"inputSchemaName": "WorkerGetScheduleInput",
|
|
681
|
+
"outputSchemaName": "WorkerGetScheduleOutput",
|
|
682
|
+
"inputs": [
|
|
683
|
+
"WorkerGetScheduleInput"
|
|
684
|
+
],
|
|
685
|
+
"outputs": [
|
|
686
|
+
"WorkerGetScheduleOutput"
|
|
687
|
+
],
|
|
688
|
+
"implementationHash": "4cddc47f520287a6",
|
|
689
|
+
"contractHash": "54a57c2a32c8202f",
|
|
690
|
+
"inputHash": "d02ab231",
|
|
691
|
+
"outputHash": "7006b90e"
|
|
692
|
+
}
|
|
693
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { pikkuState } from '@pikku/core/internal'
|
|
5
|
+
import type { FunctionsMeta } from '@pikku/core'
|
|
6
|
+
import metaData from './pikku-functions-meta.gen.json' with { type: 'json' }
|
|
7
|
+
pikkuState('@pikku/addon-onfleet', 'function', 'meta', metaData as FunctionsMeta)
|