@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.
Files changed (389) hide show
  1. package/README.md +12 -0
  2. package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +67 -0
  3. package/dist/.pikku/addon/pikku-addon-types.gen.d.ts.map +1 -0
  4. package/dist/.pikku/addon/pikku-addon-types.gen.js +78 -0
  5. package/dist/.pikku/addon/pikku-addon-types.gen.js.map +1 -0
  6. package/dist/.pikku/addon/pikku-addon-types.gen.ts +106 -0
  7. package/dist/.pikku/addon/pikku-package.gen.d.ts +2 -0
  8. package/dist/.pikku/addon/pikku-package.gen.d.ts.map +1 -0
  9. package/dist/.pikku/addon/pikku-package.gen.js +10 -0
  10. package/dist/.pikku/addon/pikku-package.gen.js.map +1 -0
  11. package/dist/.pikku/addon/pikku-package.gen.ts +11 -0
  12. package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +4 -0
  13. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +47 -0
  14. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +1 -0
  15. package/dist/.pikku/agent/pikku-agent-types.gen.js +18 -0
  16. package/dist/.pikku/agent/pikku-agent-types.gen.js.map +1 -0
  17. package/dist/.pikku/agent/pikku-agent-types.gen.ts +82 -0
  18. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +112 -0
  19. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts.map +1 -0
  20. package/dist/.pikku/channel/pikku-channel-types.gen.js +60 -0
  21. package/dist/.pikku/channel/pikku-channel-types.gen.js.map +1 -0
  22. package/dist/.pikku/channel/pikku-channel-types.gen.ts +177 -0
  23. package/dist/.pikku/console/pikku-node-types.gen.d.ts +7 -0
  24. package/dist/.pikku/console/pikku-node-types.gen.d.ts.map +1 -0
  25. package/dist/.pikku/console/pikku-node-types.gen.js +2 -0
  26. package/dist/.pikku/console/pikku-node-types.gen.js.map +1 -0
  27. package/dist/.pikku/console/pikku-node-types.gen.ts +8 -0
  28. package/dist/.pikku/credentials/pikku-credentials-meta.gen.json +10 -0
  29. package/dist/.pikku/credentials/pikku-credentials.gen.d.ts +15 -0
  30. package/dist/.pikku/credentials/pikku-credentials.gen.d.ts.map +1 -0
  31. package/dist/.pikku/credentials/pikku-credentials.gen.js +13 -0
  32. package/dist/.pikku/credentials/pikku-credentials.gen.js.map +1 -0
  33. package/dist/.pikku/credentials/pikku-credentials.gen.ts +23 -0
  34. package/dist/.pikku/function/pikku-function-types.gen.d.ts +490 -0
  35. package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -0
  36. package/dist/.pikku/function/pikku-function-types.gen.js +334 -0
  37. package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -0
  38. package/dist/.pikku/function/pikku-function-types.gen.ts +754 -0
  39. package/dist/.pikku/function/pikku-functions-meta-verbose.gen.json +1063 -0
  40. package/dist/.pikku/function/pikku-functions-meta.gen.d.ts +2 -0
  41. package/dist/.pikku/function/pikku-functions-meta.gen.d.ts.map +1 -0
  42. package/dist/.pikku/function/pikku-functions-meta.gen.js +7 -0
  43. package/dist/.pikku/function/pikku-functions-meta.gen.js.map +1 -0
  44. package/dist/.pikku/function/pikku-functions-meta.gen.json +693 -0
  45. package/dist/.pikku/function/pikku-functions-meta.gen.ts +7 -0
  46. package/dist/.pikku/function/pikku-functions.gen.d.ts +2 -0
  47. package/dist/.pikku/function/pikku-functions.gen.d.ts.map +1 -0
  48. package/dist/.pikku/function/pikku-functions.gen.js +80 -0
  49. package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
  50. package/dist/.pikku/function/pikku-functions.gen.ts +80 -0
  51. package/dist/.pikku/http/pikku-http-types.gen.d.ts +120 -0
  52. package/dist/.pikku/http/pikku-http-types.gen.d.ts.map +1 -0
  53. package/dist/.pikku/http/pikku-http-types.gen.js +72 -0
  54. package/dist/.pikku/http/pikku-http-types.gen.js.map +1 -0
  55. package/dist/.pikku/http/pikku-http-types.gen.ts +147 -0
  56. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +131 -0
  57. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts.map +1 -0
  58. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +38 -0
  59. package/dist/.pikku/mcp/pikku-mcp-types.gen.js.map +1 -0
  60. package/dist/.pikku/mcp/pikku-mcp-types.gen.ts +183 -0
  61. package/dist/.pikku/pikku-bootstrap.gen.d.ts +9 -0
  62. package/dist/.pikku/pikku-bootstrap.gen.d.ts.map +1 -0
  63. package/dist/.pikku/pikku-bootstrap.gen.js +9 -0
  64. package/dist/.pikku/pikku-bootstrap.gen.js.map +1 -0
  65. package/dist/.pikku/pikku-bootstrap.gen.ts +8 -0
  66. package/dist/.pikku/pikku-meta-service.gen.d.ts +8 -0
  67. package/dist/.pikku/pikku-meta-service.gen.d.ts.map +1 -0
  68. package/dist/.pikku/pikku-meta-service.gen.js +10 -0
  69. package/dist/.pikku/pikku-meta-service.gen.js.map +1 -0
  70. package/dist/.pikku/pikku-meta-service.gen.ts +10 -0
  71. package/dist/.pikku/pikku-services.gen.d.ts +35 -0
  72. package/dist/.pikku/pikku-services.gen.d.ts.map +1 -0
  73. package/dist/.pikku/pikku-services.gen.js +30 -0
  74. package/dist/.pikku/pikku-services.gen.js.map +1 -0
  75. package/dist/.pikku/pikku-services.gen.ts +42 -0
  76. package/dist/.pikku/pikku-types.gen.d.ts +12 -0
  77. package/dist/.pikku/pikku-types.gen.d.ts.map +1 -0
  78. package/dist/.pikku/pikku-types.gen.js +17 -0
  79. package/dist/.pikku/pikku-types.gen.js.map +1 -0
  80. package/dist/.pikku/pikku-types.gen.ts +21 -0
  81. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +24 -0
  82. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts.map +1 -0
  83. package/dist/.pikku/queue/pikku-queue-types.gen.js +17 -0
  84. package/dist/.pikku/queue/pikku-queue-types.gen.js.map +1 -0
  85. package/dist/.pikku/queue/pikku-queue-types.gen.ts +27 -0
  86. package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +316 -0
  87. package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +353 -0
  88. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts +2 -0
  89. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts.map +1 -0
  90. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +7 -0
  91. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js.map +1 -0
  92. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +39 -0
  93. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts +6 -0
  94. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +22 -0
  95. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts.map +1 -0
  96. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +17 -0
  97. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js.map +1 -0
  98. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.ts +25 -0
  99. package/dist/.pikku/schemas/register.gen.d.ts +2 -0
  100. package/dist/.pikku/schemas/register.gen.d.ts.map +1 -0
  101. package/dist/.pikku/schemas/register.gen.js +145 -0
  102. package/dist/.pikku/schemas/register.gen.js.map +1 -0
  103. package/dist/.pikku/schemas/register.gen.ts +283 -0
  104. package/dist/.pikku/schemas/schemas/AdminCreateInput.schema.json +1 -0
  105. package/dist/.pikku/schemas/schemas/AdminCreateOutput.schema.json +1 -0
  106. package/dist/.pikku/schemas/schemas/AdminDeleteInput.schema.json +1 -0
  107. package/dist/.pikku/schemas/schemas/AdminDeleteOutput.schema.json +1 -0
  108. package/dist/.pikku/schemas/schemas/AdminGetAllOutput.schema.json +1 -0
  109. package/dist/.pikku/schemas/schemas/AdminUpdateInput.schema.json +1 -0
  110. package/dist/.pikku/schemas/schemas/AdminUpdateOutput.schema.json +1 -0
  111. package/dist/.pikku/schemas/schemas/ContainerAddTaskInput.schema.json +1 -0
  112. package/dist/.pikku/schemas/schemas/ContainerAddTaskOutput.schema.json +1 -0
  113. package/dist/.pikku/schemas/schemas/ContainerGetInput.schema.json +1 -0
  114. package/dist/.pikku/schemas/schemas/ContainerGetOutput.schema.json +1 -0
  115. package/dist/.pikku/schemas/schemas/ContainerUpdateTaskInput.schema.json +1 -0
  116. package/dist/.pikku/schemas/schemas/ContainerUpdateTaskOutput.schema.json +1 -0
  117. package/dist/.pikku/schemas/schemas/CredentialSchema_onfleet.schema.json +1 -0
  118. package/dist/.pikku/schemas/schemas/DestinationCreateInput.schema.json +1 -0
  119. package/dist/.pikku/schemas/schemas/DestinationCreateOutput.schema.json +1 -0
  120. package/dist/.pikku/schemas/schemas/DestinationGetInput.schema.json +1 -0
  121. package/dist/.pikku/schemas/schemas/DestinationGetOutput.schema.json +1 -0
  122. package/dist/.pikku/schemas/schemas/HubCreateInput.schema.json +1 -0
  123. package/dist/.pikku/schemas/schemas/HubCreateOutput.schema.json +1 -0
  124. package/dist/.pikku/schemas/schemas/HubGetAllOutput.schema.json +1 -0
  125. package/dist/.pikku/schemas/schemas/HubUpdateInput.schema.json +1 -0
  126. package/dist/.pikku/schemas/schemas/HubUpdateOutput.schema.json +1 -0
  127. package/dist/.pikku/schemas/schemas/OrganizationGetDelegateeInput.schema.json +1 -0
  128. package/dist/.pikku/schemas/schemas/OrganizationGetDelegateeOutput.schema.json +1 -0
  129. package/dist/.pikku/schemas/schemas/OrganizationGetOutput.schema.json +1 -0
  130. package/dist/.pikku/schemas/schemas/RecipientCreateInput.schema.json +1 -0
  131. package/dist/.pikku/schemas/schemas/RecipientCreateOutput.schema.json +1 -0
  132. package/dist/.pikku/schemas/schemas/RecipientGetInput.schema.json +1 -0
  133. package/dist/.pikku/schemas/schemas/RecipientGetOutput.schema.json +1 -0
  134. package/dist/.pikku/schemas/schemas/RecipientUpdateInput.schema.json +1 -0
  135. package/dist/.pikku/schemas/schemas/RecipientUpdateOutput.schema.json +1 -0
  136. package/dist/.pikku/schemas/schemas/TaskCloneInput.schema.json +1 -0
  137. package/dist/.pikku/schemas/schemas/TaskCloneOutput.schema.json +1 -0
  138. package/dist/.pikku/schemas/schemas/TaskCompleteInput.schema.json +1 -0
  139. package/dist/.pikku/schemas/schemas/TaskCompleteOutput.schema.json +1 -0
  140. package/dist/.pikku/schemas/schemas/TaskCreateInput.schema.json +1 -0
  141. package/dist/.pikku/schemas/schemas/TaskCreateOutput.schema.json +1 -0
  142. package/dist/.pikku/schemas/schemas/TaskDeleteInput.schema.json +1 -0
  143. package/dist/.pikku/schemas/schemas/TaskDeleteOutput.schema.json +1 -0
  144. package/dist/.pikku/schemas/schemas/TaskGetAllOutput.schema.json +1 -0
  145. package/dist/.pikku/schemas/schemas/TaskGetInput.schema.json +1 -0
  146. package/dist/.pikku/schemas/schemas/TaskGetOutput.schema.json +1 -0
  147. package/dist/.pikku/schemas/schemas/TaskUpdateInput.schema.json +1 -0
  148. package/dist/.pikku/schemas/schemas/TaskUpdateOutput.schema.json +1 -0
  149. package/dist/.pikku/schemas/schemas/TeamAutoDispatchInput.schema.json +1 -0
  150. package/dist/.pikku/schemas/schemas/TeamAutoDispatchOutput.schema.json +1 -0
  151. package/dist/.pikku/schemas/schemas/TeamCreateInput.schema.json +1 -0
  152. package/dist/.pikku/schemas/schemas/TeamCreateOutput.schema.json +1 -0
  153. package/dist/.pikku/schemas/schemas/TeamDeleteInput.schema.json +1 -0
  154. package/dist/.pikku/schemas/schemas/TeamDeleteOutput.schema.json +1 -0
  155. package/dist/.pikku/schemas/schemas/TeamGetAllOutput.schema.json +1 -0
  156. package/dist/.pikku/schemas/schemas/TeamGetInput.schema.json +1 -0
  157. package/dist/.pikku/schemas/schemas/TeamGetOutput.schema.json +1 -0
  158. package/dist/.pikku/schemas/schemas/TeamGetTimeEstimatesInput.schema.json +1 -0
  159. package/dist/.pikku/schemas/schemas/TeamGetTimeEstimatesOutput.schema.json +1 -0
  160. package/dist/.pikku/schemas/schemas/TeamUpdateInput.schema.json +1 -0
  161. package/dist/.pikku/schemas/schemas/TeamUpdateOutput.schema.json +1 -0
  162. package/dist/.pikku/schemas/schemas/VariableSchema_ONFLEET_BASE_URL.schema.json +1 -0
  163. package/dist/.pikku/schemas/schemas/WorkerCreateInput.schema.json +1 -0
  164. package/dist/.pikku/schemas/schemas/WorkerCreateOutput.schema.json +1 -0
  165. package/dist/.pikku/schemas/schemas/WorkerDeleteInput.schema.json +1 -0
  166. package/dist/.pikku/schemas/schemas/WorkerDeleteOutput.schema.json +1 -0
  167. package/dist/.pikku/schemas/schemas/WorkerGetAllOutput.schema.json +1 -0
  168. package/dist/.pikku/schemas/schemas/WorkerGetInput.schema.json +1 -0
  169. package/dist/.pikku/schemas/schemas/WorkerGetOutput.schema.json +1 -0
  170. package/dist/.pikku/schemas/schemas/WorkerGetScheduleInput.schema.json +1 -0
  171. package/dist/.pikku/schemas/schemas/WorkerGetScheduleOutput.schema.json +1 -0
  172. package/dist/.pikku/schemas/schemas/WorkerUpdateInput.schema.json +1 -0
  173. package/dist/.pikku/schemas/schemas/WorkerUpdateOutput.schema.json +1 -0
  174. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +6 -0
  175. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts.map +1 -0
  176. package/dist/.pikku/secrets/pikku-secret-types.gen.js +5 -0
  177. package/dist/.pikku/secrets/pikku-secret-types.gen.js.map +1 -0
  178. package/dist/.pikku/secrets/pikku-secret-types.gen.ts +5 -0
  179. package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +1 -0
  180. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +12 -0
  181. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -0
  182. package/dist/.pikku/secrets/pikku-secrets.gen.js +11 -0
  183. package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -0
  184. package/dist/.pikku/secrets/pikku-secrets.gen.ts +21 -0
  185. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +114 -0
  186. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts.map +1 -0
  187. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +34 -0
  188. package/dist/.pikku/trigger/pikku-trigger-types.gen.js.map +1 -0
  189. package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +160 -0
  190. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +6 -0
  191. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts.map +1 -0
  192. package/dist/.pikku/variables/pikku-variable-types.gen.js +5 -0
  193. package/dist/.pikku/variables/pikku-variable-types.gen.js.map +1 -0
  194. package/dist/.pikku/variables/pikku-variable-types.gen.ts +5 -0
  195. package/dist/.pikku/variables/pikku-variables-meta.gen.json +10 -0
  196. package/dist/.pikku/variables/pikku-variables.gen.d.ts +15 -0
  197. package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -0
  198. package/dist/.pikku/variables/pikku-variables.gen.js +13 -0
  199. package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -0
  200. package/dist/.pikku/variables/pikku-variables.gen.ts +23 -0
  201. package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +38 -0
  202. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +90 -0
  203. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -0
  204. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +18 -0
  205. package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -0
  206. package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +167 -0
  207. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts +2 -0
  208. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +1 -0
  209. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +7 -0
  210. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -0
  211. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +9 -0
  212. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +5 -0
  213. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts.map +1 -0
  214. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +5 -0
  215. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js.map +1 -0
  216. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +3 -0
  217. package/dist/src/functions/adminCreate.function.d.ts +17 -0
  218. package/dist/src/functions/adminCreate.function.d.ts.map +1 -0
  219. package/dist/src/functions/adminCreate.function.js +16 -0
  220. package/dist/src/functions/adminCreate.function.js.map +1 -0
  221. package/dist/src/functions/adminDelete.function.d.ts +13 -0
  222. package/dist/src/functions/adminDelete.function.d.ts.map +1 -0
  223. package/dist/src/functions/adminDelete.function.js +15 -0
  224. package/dist/src/functions/adminDelete.function.js.map +1 -0
  225. package/dist/src/functions/adminGetAll.function.d.ts +4 -0
  226. package/dist/src/functions/adminGetAll.function.d.ts.map +1 -0
  227. package/dist/src/functions/adminGetAll.function.js +11 -0
  228. package/dist/src/functions/adminGetAll.function.js.map +1 -0
  229. package/dist/src/functions/adminUpdate.function.d.ts +17 -0
  230. package/dist/src/functions/adminUpdate.function.d.ts.map +1 -0
  231. package/dist/src/functions/adminUpdate.function.js +16 -0
  232. package/dist/src/functions/adminUpdate.function.js.map +1 -0
  233. package/dist/src/functions/containerAddTask.function.d.ts +17 -0
  234. package/dist/src/functions/containerAddTask.function.d.ts.map +1 -0
  235. package/dist/src/functions/containerAddTask.function.js +16 -0
  236. package/dist/src/functions/containerAddTask.function.js.map +1 -0
  237. package/dist/src/functions/containerGet.function.d.ts +13 -0
  238. package/dist/src/functions/containerGet.function.d.ts.map +1 -0
  239. package/dist/src/functions/containerGet.function.js +15 -0
  240. package/dist/src/functions/containerGet.function.js.map +1 -0
  241. package/dist/src/functions/containerUpdateTask.function.d.ts +17 -0
  242. package/dist/src/functions/containerUpdateTask.function.d.ts.map +1 -0
  243. package/dist/src/functions/containerUpdateTask.function.js +16 -0
  244. package/dist/src/functions/containerUpdateTask.function.js.map +1 -0
  245. package/dist/src/functions/destinationCreate.function.d.ts +13 -0
  246. package/dist/src/functions/destinationCreate.function.d.ts.map +1 -0
  247. package/dist/src/functions/destinationCreate.function.js +15 -0
  248. package/dist/src/functions/destinationCreate.function.js.map +1 -0
  249. package/dist/src/functions/destinationGet.function.d.ts +13 -0
  250. package/dist/src/functions/destinationGet.function.d.ts.map +1 -0
  251. package/dist/src/functions/destinationGet.function.js +15 -0
  252. package/dist/src/functions/destinationGet.function.js.map +1 -0
  253. package/dist/src/functions/hubCreate.function.d.ts +13 -0
  254. package/dist/src/functions/hubCreate.function.d.ts.map +1 -0
  255. package/dist/src/functions/hubCreate.function.js +15 -0
  256. package/dist/src/functions/hubCreate.function.js.map +1 -0
  257. package/dist/src/functions/hubGetAll.function.d.ts +4 -0
  258. package/dist/src/functions/hubGetAll.function.d.ts.map +1 -0
  259. package/dist/src/functions/hubGetAll.function.js +11 -0
  260. package/dist/src/functions/hubGetAll.function.js.map +1 -0
  261. package/dist/src/functions/hubUpdate.function.d.ts +17 -0
  262. package/dist/src/functions/hubUpdate.function.d.ts.map +1 -0
  263. package/dist/src/functions/hubUpdate.function.js +16 -0
  264. package/dist/src/functions/hubUpdate.function.js.map +1 -0
  265. package/dist/src/functions/organizationGet.function.d.ts +4 -0
  266. package/dist/src/functions/organizationGet.function.d.ts.map +1 -0
  267. package/dist/src/functions/organizationGet.function.js +11 -0
  268. package/dist/src/functions/organizationGet.function.js.map +1 -0
  269. package/dist/src/functions/organizationGetDelegatee.function.d.ts +13 -0
  270. package/dist/src/functions/organizationGetDelegatee.function.d.ts.map +1 -0
  271. package/dist/src/functions/organizationGetDelegatee.function.js +15 -0
  272. package/dist/src/functions/organizationGetDelegatee.function.js.map +1 -0
  273. package/dist/src/functions/recipientCreate.function.d.ts +17 -0
  274. package/dist/src/functions/recipientCreate.function.d.ts.map +1 -0
  275. package/dist/src/functions/recipientCreate.function.js +16 -0
  276. package/dist/src/functions/recipientCreate.function.js.map +1 -0
  277. package/dist/src/functions/recipientGet.function.d.ts +13 -0
  278. package/dist/src/functions/recipientGet.function.d.ts.map +1 -0
  279. package/dist/src/functions/recipientGet.function.js +15 -0
  280. package/dist/src/functions/recipientGet.function.js.map +1 -0
  281. package/dist/src/functions/recipientUpdate.function.d.ts +17 -0
  282. package/dist/src/functions/recipientUpdate.function.d.ts.map +1 -0
  283. package/dist/src/functions/recipientUpdate.function.js +16 -0
  284. package/dist/src/functions/recipientUpdate.function.js.map +1 -0
  285. package/dist/src/functions/taskClone.function.d.ts +13 -0
  286. package/dist/src/functions/taskClone.function.d.ts.map +1 -0
  287. package/dist/src/functions/taskClone.function.js +15 -0
  288. package/dist/src/functions/taskClone.function.js.map +1 -0
  289. package/dist/src/functions/taskComplete.function.d.ts +17 -0
  290. package/dist/src/functions/taskComplete.function.d.ts.map +1 -0
  291. package/dist/src/functions/taskComplete.function.js +16 -0
  292. package/dist/src/functions/taskComplete.function.js.map +1 -0
  293. package/dist/src/functions/taskCreate.function.d.ts +17 -0
  294. package/dist/src/functions/taskCreate.function.d.ts.map +1 -0
  295. package/dist/src/functions/taskCreate.function.js +16 -0
  296. package/dist/src/functions/taskCreate.function.js.map +1 -0
  297. package/dist/src/functions/taskDelete.function.d.ts +13 -0
  298. package/dist/src/functions/taskDelete.function.d.ts.map +1 -0
  299. package/dist/src/functions/taskDelete.function.js +15 -0
  300. package/dist/src/functions/taskDelete.function.js.map +1 -0
  301. package/dist/src/functions/taskGet.function.d.ts +13 -0
  302. package/dist/src/functions/taskGet.function.d.ts.map +1 -0
  303. package/dist/src/functions/taskGet.function.js +15 -0
  304. package/dist/src/functions/taskGet.function.js.map +1 -0
  305. package/dist/src/functions/taskGetAll.function.d.ts +4 -0
  306. package/dist/src/functions/taskGetAll.function.d.ts.map +1 -0
  307. package/dist/src/functions/taskGetAll.function.js +11 -0
  308. package/dist/src/functions/taskGetAll.function.js.map +1 -0
  309. package/dist/src/functions/taskUpdate.function.d.ts +17 -0
  310. package/dist/src/functions/taskUpdate.function.d.ts.map +1 -0
  311. package/dist/src/functions/taskUpdate.function.js +16 -0
  312. package/dist/src/functions/taskUpdate.function.js.map +1 -0
  313. package/dist/src/functions/teamAutoDispatch.function.d.ts +13 -0
  314. package/dist/src/functions/teamAutoDispatch.function.d.ts.map +1 -0
  315. package/dist/src/functions/teamAutoDispatch.function.js +15 -0
  316. package/dist/src/functions/teamAutoDispatch.function.js.map +1 -0
  317. package/dist/src/functions/teamCreate.function.d.ts +13 -0
  318. package/dist/src/functions/teamCreate.function.d.ts.map +1 -0
  319. package/dist/src/functions/teamCreate.function.js +15 -0
  320. package/dist/src/functions/teamCreate.function.js.map +1 -0
  321. package/dist/src/functions/teamDelete.function.d.ts +13 -0
  322. package/dist/src/functions/teamDelete.function.d.ts.map +1 -0
  323. package/dist/src/functions/teamDelete.function.js +15 -0
  324. package/dist/src/functions/teamDelete.function.js.map +1 -0
  325. package/dist/src/functions/teamGet.function.d.ts +13 -0
  326. package/dist/src/functions/teamGet.function.d.ts.map +1 -0
  327. package/dist/src/functions/teamGet.function.js +15 -0
  328. package/dist/src/functions/teamGet.function.js.map +1 -0
  329. package/dist/src/functions/teamGetAll.function.d.ts +4 -0
  330. package/dist/src/functions/teamGetAll.function.d.ts.map +1 -0
  331. package/dist/src/functions/teamGetAll.function.js +11 -0
  332. package/dist/src/functions/teamGetAll.function.js.map +1 -0
  333. package/dist/src/functions/teamGetTimeEstimates.function.d.ts +13 -0
  334. package/dist/src/functions/teamGetTimeEstimates.function.d.ts.map +1 -0
  335. package/dist/src/functions/teamGetTimeEstimates.function.js +15 -0
  336. package/dist/src/functions/teamGetTimeEstimates.function.js.map +1 -0
  337. package/dist/src/functions/teamUpdate.function.d.ts +17 -0
  338. package/dist/src/functions/teamUpdate.function.d.ts.map +1 -0
  339. package/dist/src/functions/teamUpdate.function.js +16 -0
  340. package/dist/src/functions/teamUpdate.function.js.map +1 -0
  341. package/dist/src/functions/workerCreate.function.d.ts +17 -0
  342. package/dist/src/functions/workerCreate.function.d.ts.map +1 -0
  343. package/dist/src/functions/workerCreate.function.js +16 -0
  344. package/dist/src/functions/workerCreate.function.js.map +1 -0
  345. package/dist/src/functions/workerDelete.function.d.ts +13 -0
  346. package/dist/src/functions/workerDelete.function.d.ts.map +1 -0
  347. package/dist/src/functions/workerDelete.function.js +15 -0
  348. package/dist/src/functions/workerDelete.function.js.map +1 -0
  349. package/dist/src/functions/workerGet.function.d.ts +13 -0
  350. package/dist/src/functions/workerGet.function.d.ts.map +1 -0
  351. package/dist/src/functions/workerGet.function.js +15 -0
  352. package/dist/src/functions/workerGet.function.js.map +1 -0
  353. package/dist/src/functions/workerGetAll.function.d.ts +4 -0
  354. package/dist/src/functions/workerGetAll.function.d.ts.map +1 -0
  355. package/dist/src/functions/workerGetAll.function.js +11 -0
  356. package/dist/src/functions/workerGetAll.function.js.map +1 -0
  357. package/dist/src/functions/workerGetSchedule.function.d.ts +13 -0
  358. package/dist/src/functions/workerGetSchedule.function.d.ts.map +1 -0
  359. package/dist/src/functions/workerGetSchedule.function.js +15 -0
  360. package/dist/src/functions/workerGetSchedule.function.js.map +1 -0
  361. package/dist/src/functions/workerUpdate.function.d.ts +17 -0
  362. package/dist/src/functions/workerUpdate.function.d.ts.map +1 -0
  363. package/dist/src/functions/workerUpdate.function.js +16 -0
  364. package/dist/src/functions/workerUpdate.function.js.map +1 -0
  365. package/dist/src/index.d.ts +38 -0
  366. package/dist/src/index.d.ts.map +1 -0
  367. package/dist/src/index.js +38 -0
  368. package/dist/src/index.js.map +1 -0
  369. package/dist/src/onfleet-api.service.d.ts +10 -0
  370. package/dist/src/onfleet-api.service.d.ts.map +1 -0
  371. package/dist/src/onfleet-api.service.js +308 -0
  372. package/dist/src/onfleet-api.service.js.map +1 -0
  373. package/dist/src/onfleet.credential.d.ts +5 -0
  374. package/dist/src/onfleet.credential.d.ts.map +1 -0
  375. package/dist/src/onfleet.credential.js +13 -0
  376. package/dist/src/onfleet.credential.js.map +1 -0
  377. package/dist/src/onfleet.types.d.ts +7 -0
  378. package/dist/src/onfleet.types.d.ts.map +1 -0
  379. package/dist/src/onfleet.types.js +8 -0
  380. package/dist/src/onfleet.types.js.map +1 -0
  381. package/dist/src/onfleet.variable.d.ts +5 -0
  382. package/dist/src/onfleet.variable.d.ts.map +1 -0
  383. package/dist/src/onfleet.variable.js +11 -0
  384. package/dist/src/onfleet.variable.js.map +1 -0
  385. package/dist/src/services.d.ts +2 -0
  386. package/dist/src/services.d.ts.map +1 -0
  387. package/dist/src/services.js +14 -0
  388. package/dist/src/services.js.map +1 -0
  389. 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)
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=pikku-functions.gen.d.ts.map