@kickflow/mcp-server 0.0.1

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 (653) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +246 -0
  3. package/dist/generate-types.d.ts +1 -0
  4. package/dist/generate-types.js +23 -0
  5. package/dist/generate-types.js.map +1 -0
  6. package/dist/index.d.ts +1 -0
  7. package/dist/index.js +294 -0
  8. package/dist/index.js.map +1 -0
  9. package/dist/kickflow-api/api-client.d.ts +15 -0
  10. package/dist/kickflow-api/api-client.js +44 -0
  11. package/dist/kickflow-api/api-client.js.map +1 -0
  12. package/dist/kickflow-api/axios.d.ts +15 -0
  13. package/dist/kickflow-api/axios.js +44 -0
  14. package/dist/kickflow-api/axios.js.map +1 -0
  15. package/dist/kickflow-api/client.d.ts +97 -0
  16. package/dist/kickflow-api/client.js +50 -0
  17. package/dist/kickflow-api/client.js.map +1 -0
  18. package/dist/kickflow-api/custom-axios-instance.d.ts +6 -0
  19. package/dist/kickflow-api/custom-axios-instance.js +44 -0
  20. package/dist/kickflow-api/custom-axios-instance.js.map +1 -0
  21. package/dist/kickflow-api/generated/audit-log/audit-log.zod.d.ts +223 -0
  22. package/dist/kickflow-api/generated/audit-log/audit-log.zod.js +59 -0
  23. package/dist/kickflow-api/generated/audit-log/audit-log.zod.js.map +1 -0
  24. package/dist/kickflow-api/generated/category/category.zod.d.ts +121 -0
  25. package/dist/kickflow-api/generated/category/category.zod.js +61 -0
  26. package/dist/kickflow-api/generated/category/category.zod.js.map +1 -0
  27. package/dist/kickflow-api/generated/comment/comment.zod.d.ts +1325 -0
  28. package/dist/kickflow-api/generated/comment/comment.zod.js +289 -0
  29. package/dist/kickflow-api/generated/comment/comment.zod.js.map +1 -0
  30. package/dist/kickflow-api/generated/file/file.zod.d.ts +60 -0
  31. package/dist/kickflow-api/generated/file/file.zod.js +39 -0
  32. package/dist/kickflow-api/generated/file/file.zod.js.map +1 -0
  33. package/dist/kickflow-api/generated/folder/folder.zod.d.ts +608 -0
  34. package/dist/kickflow-api/generated/folder/folder.zod.js +213 -0
  35. package/dist/kickflow-api/generated/folder/folder.zod.js.map +1 -0
  36. package/dist/kickflow-api/generated/general-master/general-master.zod.d.ts +1392 -0
  37. package/dist/kickflow-api/generated/general-master/general-master.zod.js +345 -0
  38. package/dist/kickflow-api/generated/general-master/general-master.zod.js.map +1 -0
  39. package/dist/kickflow-api/generated/grade/grade.zod.d.ts +226 -0
  40. package/dist/kickflow-api/generated/grade/grade.zod.js +115 -0
  41. package/dist/kickflow-api/generated/grade/grade.zod.js.map +1 -0
  42. package/dist/kickflow-api/generated/kickflowRESTAPIV1.d.ts +200 -0
  43. package/dist/kickflow-api/generated/kickflowRESTAPIV1.js +1118 -0
  44. package/dist/kickflow-api/generated/kickflowRESTAPIV1.js.map +1 -0
  45. package/dist/kickflow-api/generated/kickflowRESTAPIV1.schemas.d.ts +3512 -0
  46. package/dist/kickflow-api/generated/kickflowRESTAPIV1.schemas.js +307 -0
  47. package/dist/kickflow-api/generated/kickflowRESTAPIV1.schemas.js.map +1 -0
  48. package/dist/kickflow-api/generated/organization-chart/organization-chart.zod.d.ts +464 -0
  49. package/dist/kickflow-api/generated/organization-chart/organization-chart.zod.js +165 -0
  50. package/dist/kickflow-api/generated/organization-chart/organization-chart.zod.js.map +1 -0
  51. package/dist/kickflow-api/generated/proxy-applicant/proxy-applicant.zod.d.ts +1824 -0
  52. package/dist/kickflow-api/generated/proxy-applicant/proxy-applicant.zod.js +344 -0
  53. package/dist/kickflow-api/generated/proxy-applicant/proxy-applicant.zod.js.map +1 -0
  54. package/dist/kickflow-api/generated/proxy-approver/proxy-approver.zod.d.ts +1824 -0
  55. package/dist/kickflow-api/generated/proxy-approver/proxy-approver.zod.js +344 -0
  56. package/dist/kickflow-api/generated/proxy-approver/proxy-approver.zod.js.map +1 -0
  57. package/dist/kickflow-api/generated/role/role.zod.d.ts +1419 -0
  58. package/dist/kickflow-api/generated/role/role.zod.js +325 -0
  59. package/dist/kickflow-api/generated/role/role.zod.js.map +1 -0
  60. package/dist/kickflow-api/generated/route/route.zod.d.ts +1585 -0
  61. package/dist/kickflow-api/generated/route/route.zod.js +327 -0
  62. package/dist/kickflow-api/generated/route/route.zod.js.map +1 -0
  63. package/dist/kickflow-api/generated/team/team.zod.d.ts +1422 -0
  64. package/dist/kickflow-api/generated/team/team.zod.js +407 -0
  65. package/dist/kickflow-api/generated/team/team.zod.js.map +1 -0
  66. package/dist/kickflow-api/generated/ticket/ticket.zod.d.ts +274676 -0
  67. package/dist/kickflow-api/generated/ticket/ticket.zod.js +41165 -0
  68. package/dist/kickflow-api/generated/ticket/ticket.zod.js.map +1 -0
  69. package/dist/kickflow-api/generated/user/user.zod.d.ts +1038 -0
  70. package/dist/kickflow-api/generated/user/user.zod.js +403 -0
  71. package/dist/kickflow-api/generated/user/user.zod.js.map +1 -0
  72. package/dist/kickflow-api/generated/workflow/workflow.zod.d.ts +4406 -0
  73. package/dist/kickflow-api/generated/workflow/workflow.zod.js +823 -0
  74. package/dist/kickflow-api/generated/workflow/workflow.zod.js.map +1 -0
  75. package/dist/kickflow-api/generated/zodios.gen.js +6257 -0
  76. package/dist/kickflow-api/generated/zodios.gen.js.map +1 -0
  77. package/dist/kickflow-api/tool-utils.d.ts +12 -0
  78. package/dist/kickflow-api/tool-utils.js +56 -0
  79. package/dist/kickflow-api/tool-utils.js.map +1 -0
  80. package/dist/kickflow-api/tools/audit-log/list-audit-logs.d.ts +3 -0
  81. package/dist/kickflow-api/tools/audit-log/list-audit-logs.js +10 -0
  82. package/dist/kickflow-api/tools/audit-log/list-audit-logs.js.map +1 -0
  83. package/dist/kickflow-api/tools/category/create-category.d.ts +3 -0
  84. package/dist/kickflow-api/tools/category/create-category.js +10 -0
  85. package/dist/kickflow-api/tools/category/create-category.js.map +1 -0
  86. package/dist/kickflow-api/tools/category/delete-category.d.ts +3 -0
  87. package/dist/kickflow-api/tools/category/delete-category.js +13 -0
  88. package/dist/kickflow-api/tools/category/delete-category.js.map +1 -0
  89. package/dist/kickflow-api/tools/category/list-categories.d.ts +3 -0
  90. package/dist/kickflow-api/tools/category/list-categories.js +10 -0
  91. package/dist/kickflow-api/tools/category/list-categories.js.map +1 -0
  92. package/dist/kickflow-api/tools/category/update-category.d.ts +3 -0
  93. package/dist/kickflow-api/tools/category/update-category.js +18 -0
  94. package/dist/kickflow-api/tools/category/update-category.js.map +1 -0
  95. package/dist/kickflow-api/tools/comment/create-comment.d.ts +3 -0
  96. package/dist/kickflow-api/tools/comment/create-comment.js +19 -0
  97. package/dist/kickflow-api/tools/comment/create-comment.js.map +1 -0
  98. package/dist/kickflow-api/tools/comment/delete-comment.d.ts +3 -0
  99. package/dist/kickflow-api/tools/comment/delete-comment.js +17 -0
  100. package/dist/kickflow-api/tools/comment/delete-comment.js.map +1 -0
  101. package/dist/kickflow-api/tools/comment/get-comment.d.ts +3 -0
  102. package/dist/kickflow-api/tools/comment/get-comment.js +17 -0
  103. package/dist/kickflow-api/tools/comment/get-comment.js.map +1 -0
  104. package/dist/kickflow-api/tools/comment/list-comments.d.ts +3 -0
  105. package/dist/kickflow-api/tools/comment/list-comments.js +19 -0
  106. package/dist/kickflow-api/tools/comment/list-comments.js.map +1 -0
  107. package/dist/kickflow-api/tools/comment/update-comment.d.ts +3 -0
  108. package/dist/kickflow-api/tools/comment/update-comment.js +20 -0
  109. package/dist/kickflow-api/tools/comment/update-comment.js.map +1 -0
  110. package/dist/kickflow-api/tools/file/get-file.d.ts +3 -0
  111. package/dist/kickflow-api/tools/file/get-file.js +16 -0
  112. package/dist/kickflow-api/tools/file/get-file.js.map +1 -0
  113. package/dist/kickflow-api/tools/file/upload-file.d.ts +3 -0
  114. package/dist/kickflow-api/tools/file/upload-file.js +16 -0
  115. package/dist/kickflow-api/tools/file/upload-file.js.map +1 -0
  116. package/dist/kickflow-api/tools/folder/create-folder.d.ts +3 -0
  117. package/dist/kickflow-api/tools/folder/create-folder.js +10 -0
  118. package/dist/kickflow-api/tools/folder/create-folder.js.map +1 -0
  119. package/dist/kickflow-api/tools/folder/delete-folder.d.ts +3 -0
  120. package/dist/kickflow-api/tools/folder/delete-folder.js +16 -0
  121. package/dist/kickflow-api/tools/folder/delete-folder.js.map +1 -0
  122. package/dist/kickflow-api/tools/folder/get-folder.d.ts +3 -0
  123. package/dist/kickflow-api/tools/folder/get-folder.js +16 -0
  124. package/dist/kickflow-api/tools/folder/get-folder.js.map +1 -0
  125. package/dist/kickflow-api/tools/folder/list-folders.d.ts +3 -0
  126. package/dist/kickflow-api/tools/folder/list-folders.js +10 -0
  127. package/dist/kickflow-api/tools/folder/list-folders.js.map +1 -0
  128. package/dist/kickflow-api/tools/folder/update-folder.d.ts +3 -0
  129. package/dist/kickflow-api/tools/folder/update-folder.js +18 -0
  130. package/dist/kickflow-api/tools/folder/update-folder.js.map +1 -0
  131. package/dist/kickflow-api/tools/general-master/create-general-master-item.d.ts +3 -0
  132. package/dist/kickflow-api/tools/general-master/create-general-master-item.js +21 -0
  133. package/dist/kickflow-api/tools/general-master/create-general-master-item.js.map +1 -0
  134. package/dist/kickflow-api/tools/general-master/create-general-master.d.ts +3 -0
  135. package/dist/kickflow-api/tools/general-master/create-general-master.js +10 -0
  136. package/dist/kickflow-api/tools/general-master/create-general-master.js.map +1 -0
  137. package/dist/kickflow-api/tools/general-master/delete-general-master-item.d.ts +3 -0
  138. package/dist/kickflow-api/tools/general-master/delete-general-master-item.js +20 -0
  139. package/dist/kickflow-api/tools/general-master/delete-general-master-item.js.map +1 -0
  140. package/dist/kickflow-api/tools/general-master/delete-general-master.d.ts +3 -0
  141. package/dist/kickflow-api/tools/general-master/delete-general-master.js +16 -0
  142. package/dist/kickflow-api/tools/general-master/delete-general-master.js.map +1 -0
  143. package/dist/kickflow-api/tools/general-master/get-general-master-item.d.ts +3 -0
  144. package/dist/kickflow-api/tools/general-master/get-general-master-item.js +20 -0
  145. package/dist/kickflow-api/tools/general-master/get-general-master-item.js.map +1 -0
  146. package/dist/kickflow-api/tools/general-master/get-general-master.d.ts +3 -0
  147. package/dist/kickflow-api/tools/general-master/get-general-master.js +16 -0
  148. package/dist/kickflow-api/tools/general-master/get-general-master.js.map +1 -0
  149. package/dist/kickflow-api/tools/general-master/list-general-master-items.d.ts +3 -0
  150. package/dist/kickflow-api/tools/general-master/list-general-master-items.js +21 -0
  151. package/dist/kickflow-api/tools/general-master/list-general-master-items.js.map +1 -0
  152. package/dist/kickflow-api/tools/general-master/list-general-masters.d.ts +3 -0
  153. package/dist/kickflow-api/tools/general-master/list-general-masters.js +10 -0
  154. package/dist/kickflow-api/tools/general-master/list-general-masters.js.map +1 -0
  155. package/dist/kickflow-api/tools/general-master/update-general-master-item.d.ts +3 -0
  156. package/dist/kickflow-api/tools/general-master/update-general-master-item.js +22 -0
  157. package/dist/kickflow-api/tools/general-master/update-general-master-item.js.map +1 -0
  158. package/dist/kickflow-api/tools/general-master/update-general-master.d.ts +3 -0
  159. package/dist/kickflow-api/tools/general-master/update-general-master.js +18 -0
  160. package/dist/kickflow-api/tools/general-master/update-general-master.js.map +1 -0
  161. package/dist/kickflow-api/tools/grade/create-grade.d.ts +3 -0
  162. package/dist/kickflow-api/tools/grade/create-grade.js +10 -0
  163. package/dist/kickflow-api/tools/grade/create-grade.js.map +1 -0
  164. package/dist/kickflow-api/tools/grade/delete-grade.d.ts +3 -0
  165. package/dist/kickflow-api/tools/grade/delete-grade.js +16 -0
  166. package/dist/kickflow-api/tools/grade/delete-grade.js.map +1 -0
  167. package/dist/kickflow-api/tools/grade/get-grade.d.ts +3 -0
  168. package/dist/kickflow-api/tools/grade/get-grade.js +16 -0
  169. package/dist/kickflow-api/tools/grade/get-grade.js.map +1 -0
  170. package/dist/kickflow-api/tools/grade/list-grades.d.ts +3 -0
  171. package/dist/kickflow-api/tools/grade/list-grades.js +10 -0
  172. package/dist/kickflow-api/tools/grade/list-grades.js.map +1 -0
  173. package/dist/kickflow-api/tools/grade/set-default-grade.d.ts +3 -0
  174. package/dist/kickflow-api/tools/grade/set-default-grade.js +16 -0
  175. package/dist/kickflow-api/tools/grade/set-default-grade.js.map +1 -0
  176. package/dist/kickflow-api/tools/grade/update-grade.d.ts +3 -0
  177. package/dist/kickflow-api/tools/grade/update-grade.js +18 -0
  178. package/dist/kickflow-api/tools/grade/update-grade.js.map +1 -0
  179. package/dist/kickflow-api/tools/list-audit-logs.d.ts +3 -0
  180. package/dist/kickflow-api/tools/list-audit-logs.js +42 -0
  181. package/dist/kickflow-api/tools/list-audit-logs.js.map +1 -0
  182. package/dist/kickflow-api/tools/organization-chart/activate-organization-chart.d.ts +3 -0
  183. package/dist/kickflow-api/tools/organization-chart/activate-organization-chart.js +18 -0
  184. package/dist/kickflow-api/tools/organization-chart/activate-organization-chart.js.map +1 -0
  185. package/dist/kickflow-api/tools/organization-chart/create-organization-chart.d.ts +3 -0
  186. package/dist/kickflow-api/tools/organization-chart/create-organization-chart.js +10 -0
  187. package/dist/kickflow-api/tools/organization-chart/create-organization-chart.js.map +1 -0
  188. package/dist/kickflow-api/tools/organization-chart/delete-organization-chart.d.ts +3 -0
  189. package/dist/kickflow-api/tools/organization-chart/delete-organization-chart.js +16 -0
  190. package/dist/kickflow-api/tools/organization-chart/delete-organization-chart.js.map +1 -0
  191. package/dist/kickflow-api/tools/organization-chart/get-current-organization-chart.d.ts +3 -0
  192. package/dist/kickflow-api/tools/organization-chart/get-current-organization-chart.js +12 -0
  193. package/dist/kickflow-api/tools/organization-chart/get-current-organization-chart.js.map +1 -0
  194. package/dist/kickflow-api/tools/organization-chart/get-organization-chart.d.ts +3 -0
  195. package/dist/kickflow-api/tools/organization-chart/get-organization-chart.js +16 -0
  196. package/dist/kickflow-api/tools/organization-chart/get-organization-chart.js.map +1 -0
  197. package/dist/kickflow-api/tools/organization-chart/list-organization-charts.d.ts +3 -0
  198. package/dist/kickflow-api/tools/organization-chart/list-organization-charts.js +10 -0
  199. package/dist/kickflow-api/tools/organization-chart/list-organization-charts.js.map +1 -0
  200. package/dist/kickflow-api/tools/organization-chart/update-organization-chart.d.ts +3 -0
  201. package/dist/kickflow-api/tools/organization-chart/update-organization-chart.js +18 -0
  202. package/dist/kickflow-api/tools/organization-chart/update-organization-chart.js.map +1 -0
  203. package/dist/kickflow-api/tools/proxy-applicant/create-proxy-applicant.d.ts +3 -0
  204. package/dist/kickflow-api/tools/proxy-applicant/create-proxy-applicant.js +10 -0
  205. package/dist/kickflow-api/tools/proxy-applicant/create-proxy-applicant.js.map +1 -0
  206. package/dist/kickflow-api/tools/proxy-applicant/delete-proxy-applicant.d.ts +3 -0
  207. package/dist/kickflow-api/tools/proxy-applicant/delete-proxy-applicant.js +16 -0
  208. package/dist/kickflow-api/tools/proxy-applicant/delete-proxy-applicant.js.map +1 -0
  209. package/dist/kickflow-api/tools/proxy-applicant/list-proxy-applicants.d.ts +3 -0
  210. package/dist/kickflow-api/tools/proxy-applicant/list-proxy-applicants.js +10 -0
  211. package/dist/kickflow-api/tools/proxy-applicant/list-proxy-applicants.js.map +1 -0
  212. package/dist/kickflow-api/tools/proxy-approver/create-proxy-approver.d.ts +3 -0
  213. package/dist/kickflow-api/tools/proxy-approver/create-proxy-approver.js +10 -0
  214. package/dist/kickflow-api/tools/proxy-approver/create-proxy-approver.js.map +1 -0
  215. package/dist/kickflow-api/tools/proxy-approver/delete-proxy-approver.d.ts +3 -0
  216. package/dist/kickflow-api/tools/proxy-approver/delete-proxy-approver.js +16 -0
  217. package/dist/kickflow-api/tools/proxy-approver/delete-proxy-approver.js.map +1 -0
  218. package/dist/kickflow-api/tools/proxy-approver/list-proxy-approvers.d.ts +3 -0
  219. package/dist/kickflow-api/tools/proxy-approver/list-proxy-approvers.js +10 -0
  220. package/dist/kickflow-api/tools/proxy-approver/list-proxy-approvers.js.map +1 -0
  221. package/dist/kickflow-api/tools/role/create-role-members.d.ts +3 -0
  222. package/dist/kickflow-api/tools/role/create-role-members.js +18 -0
  223. package/dist/kickflow-api/tools/role/create-role-members.js.map +1 -0
  224. package/dist/kickflow-api/tools/role/create-role.d.ts +3 -0
  225. package/dist/kickflow-api/tools/role/create-role.js +10 -0
  226. package/dist/kickflow-api/tools/role/create-role.js.map +1 -0
  227. package/dist/kickflow-api/tools/role/delete-role-member.d.ts +3 -0
  228. package/dist/kickflow-api/tools/role/delete-role-member.js +17 -0
  229. package/dist/kickflow-api/tools/role/delete-role-member.js.map +1 -0
  230. package/dist/kickflow-api/tools/role/delete-role.d.ts +3 -0
  231. package/dist/kickflow-api/tools/role/delete-role.js +16 -0
  232. package/dist/kickflow-api/tools/role/delete-role.js.map +1 -0
  233. package/dist/kickflow-api/tools/role/get-role.d.ts +3 -0
  234. package/dist/kickflow-api/tools/role/get-role.js +16 -0
  235. package/dist/kickflow-api/tools/role/get-role.js.map +1 -0
  236. package/dist/kickflow-api/tools/role/list-role-members.d.ts +3 -0
  237. package/dist/kickflow-api/tools/role/list-role-members.js +18 -0
  238. package/dist/kickflow-api/tools/role/list-role-members.js.map +1 -0
  239. package/dist/kickflow-api/tools/role/list-roles.d.ts +3 -0
  240. package/dist/kickflow-api/tools/role/list-roles.js +10 -0
  241. package/dist/kickflow-api/tools/role/list-roles.js.map +1 -0
  242. package/dist/kickflow-api/tools/role/update-role.d.ts +3 -0
  243. package/dist/kickflow-api/tools/role/update-role.js +18 -0
  244. package/dist/kickflow-api/tools/role/update-role.js.map +1 -0
  245. package/dist/kickflow-api/tools/route/get-route.d.ts +3 -0
  246. package/dist/kickflow-api/tools/route/get-route.js +16 -0
  247. package/dist/kickflow-api/tools/route/get-route.js.map +1 -0
  248. package/dist/kickflow-api/tools/route/list-routes.d.ts +3 -0
  249. package/dist/kickflow-api/tools/route/list-routes.js +10 -0
  250. package/dist/kickflow-api/tools/route/list-routes.js.map +1 -0
  251. package/dist/kickflow-api/tools/team/create-team-members.d.ts +3 -0
  252. package/dist/kickflow-api/tools/team/create-team-members.js +19 -0
  253. package/dist/kickflow-api/tools/team/create-team-members.js.map +1 -0
  254. package/dist/kickflow-api/tools/team/create-team.d.ts +3 -0
  255. package/dist/kickflow-api/tools/team/create-team.js +18 -0
  256. package/dist/kickflow-api/tools/team/create-team.js.map +1 -0
  257. package/dist/kickflow-api/tools/team/delete-team-members.d.ts +3 -0
  258. package/dist/kickflow-api/tools/team/delete-team-members.js +19 -0
  259. package/dist/kickflow-api/tools/team/delete-team-members.js.map +1 -0
  260. package/dist/kickflow-api/tools/team/delete-team.d.ts +3 -0
  261. package/dist/kickflow-api/tools/team/delete-team.js +17 -0
  262. package/dist/kickflow-api/tools/team/delete-team.js.map +1 -0
  263. package/dist/kickflow-api/tools/team/get-team.d.ts +3 -0
  264. package/dist/kickflow-api/tools/team/get-team.js +17 -0
  265. package/dist/kickflow-api/tools/team/get-team.js.map +1 -0
  266. package/dist/kickflow-api/tools/team/list-team-members.d.ts +3 -0
  267. package/dist/kickflow-api/tools/team/list-team-members.js +19 -0
  268. package/dist/kickflow-api/tools/team/list-team-members.js.map +1 -0
  269. package/dist/kickflow-api/tools/team/list-teams.d.ts +3 -0
  270. package/dist/kickflow-api/tools/team/list-teams.js +21 -0
  271. package/dist/kickflow-api/tools/team/list-teams.js.map +1 -0
  272. package/dist/kickflow-api/tools/team/update-team-member.d.ts +3 -0
  273. package/dist/kickflow-api/tools/team/update-team-member.js +20 -0
  274. package/dist/kickflow-api/tools/team/update-team-member.js.map +1 -0
  275. package/dist/kickflow-api/tools/team/update-team.d.ts +3 -0
  276. package/dist/kickflow-api/tools/team/update-team.js +19 -0
  277. package/dist/kickflow-api/tools/team/update-team.js.map +1 -0
  278. package/dist/kickflow-api/tools/ticket/approve-ticket.d.ts +3 -0
  279. package/dist/kickflow-api/tools/ticket/approve-ticket.js +16 -0
  280. package/dist/kickflow-api/tools/ticket/approve-ticket.js.map +1 -0
  281. package/dist/kickflow-api/tools/ticket/archive-ticket.d.ts +3 -0
  282. package/dist/kickflow-api/tools/ticket/archive-ticket.js +16 -0
  283. package/dist/kickflow-api/tools/ticket/archive-ticket.js.map +1 -0
  284. package/dist/kickflow-api/tools/ticket/create-ticket.d.ts +3 -0
  285. package/dist/kickflow-api/tools/ticket/create-ticket.js +11 -0
  286. package/dist/kickflow-api/tools/ticket/create-ticket.js.map +1 -0
  287. package/dist/kickflow-api/tools/ticket/create-viewer.d.ts +3 -0
  288. package/dist/kickflow-api/tools/ticket/create-viewer.js +19 -0
  289. package/dist/kickflow-api/tools/ticket/create-viewer.js.map +1 -0
  290. package/dist/kickflow-api/tools/ticket/delete-viewer.d.ts +3 -0
  291. package/dist/kickflow-api/tools/ticket/delete-viewer.js +17 -0
  292. package/dist/kickflow-api/tools/ticket/delete-viewer.js.map +1 -0
  293. package/dist/kickflow-api/tools/ticket/deny-ticket.d.ts +3 -0
  294. package/dist/kickflow-api/tools/ticket/deny-ticket.js +19 -0
  295. package/dist/kickflow-api/tools/ticket/deny-ticket.js.map +1 -0
  296. package/dist/kickflow-api/tools/ticket/get-ticket.d.ts +3 -0
  297. package/dist/kickflow-api/tools/ticket/get-ticket.js +16 -0
  298. package/dist/kickflow-api/tools/ticket/get-ticket.js.map +1 -0
  299. package/dist/kickflow-api/tools/ticket/list-tasks.d.ts +3 -0
  300. package/dist/kickflow-api/tools/ticket/list-tasks.js +11 -0
  301. package/dist/kickflow-api/tools/ticket/list-tasks.js.map +1 -0
  302. package/dist/kickflow-api/tools/ticket/list-ticket-links.d.ts +3 -0
  303. package/dist/kickflow-api/tools/ticket/list-ticket-links.js +19 -0
  304. package/dist/kickflow-api/tools/ticket/list-ticket-links.js.map +1 -0
  305. package/dist/kickflow-api/tools/ticket/list-tickets.d.ts +3 -0
  306. package/dist/kickflow-api/tools/ticket/list-tickets.js +11 -0
  307. package/dist/kickflow-api/tools/ticket/list-tickets.js.map +1 -0
  308. package/dist/kickflow-api/tools/ticket/list-viewers.d.ts +3 -0
  309. package/dist/kickflow-api/tools/ticket/list-viewers.js +22 -0
  310. package/dist/kickflow-api/tools/ticket/list-viewers.js.map +1 -0
  311. package/dist/kickflow-api/tools/ticket/reject-ticket.d.ts +3 -0
  312. package/dist/kickflow-api/tools/ticket/reject-ticket.js +19 -0
  313. package/dist/kickflow-api/tools/ticket/reject-ticket.js.map +1 -0
  314. package/dist/kickflow-api/tools/ticket/update-ticket.d.ts +3 -0
  315. package/dist/kickflow-api/tools/ticket/update-ticket.js +19 -0
  316. package/dist/kickflow-api/tools/ticket/update-ticket.js.map +1 -0
  317. package/dist/kickflow-api/tools/ticket/withdraw-ticket.d.ts +3 -0
  318. package/dist/kickflow-api/tools/ticket/withdraw-ticket.js +16 -0
  319. package/dist/kickflow-api/tools/ticket/withdraw-ticket.js.map +1 -0
  320. package/dist/kickflow-api/tools/user/create-user.d.ts +3 -0
  321. package/dist/kickflow-api/tools/user/create-user.js +10 -0
  322. package/dist/kickflow-api/tools/user/create-user.js.map +1 -0
  323. package/dist/kickflow-api/tools/user/delete-user.d.ts +3 -0
  324. package/dist/kickflow-api/tools/user/delete-user.js +16 -0
  325. package/dist/kickflow-api/tools/user/delete-user.js.map +1 -0
  326. package/dist/kickflow-api/tools/user/get-current-user.d.ts +3 -0
  327. package/dist/kickflow-api/tools/user/get-current-user.js +12 -0
  328. package/dist/kickflow-api/tools/user/get-current-user.js.map +1 -0
  329. package/dist/kickflow-api/tools/user/get-user.d.ts +3 -0
  330. package/dist/kickflow-api/tools/user/get-user.js +16 -0
  331. package/dist/kickflow-api/tools/user/get-user.js.map +1 -0
  332. package/dist/kickflow-api/tools/user/list-user-roles.d.ts +3 -0
  333. package/dist/kickflow-api/tools/user/list-user-roles.js +18 -0
  334. package/dist/kickflow-api/tools/user/list-user-roles.js.map +1 -0
  335. package/dist/kickflow-api/tools/user/list-user-teams.d.ts +3 -0
  336. package/dist/kickflow-api/tools/user/list-user-teams.js +18 -0
  337. package/dist/kickflow-api/tools/user/list-user-teams.js.map +1 -0
  338. package/dist/kickflow-api/tools/user/list-users.d.ts +3 -0
  339. package/dist/kickflow-api/tools/user/list-users.js +10 -0
  340. package/dist/kickflow-api/tools/user/list-users.js.map +1 -0
  341. package/dist/kickflow-api/tools/user/lookup-user-by-email.d.ts +3 -0
  342. package/dist/kickflow-api/tools/user/lookup-user-by-email.js +10 -0
  343. package/dist/kickflow-api/tools/user/lookup-user-by-email.js.map +1 -0
  344. package/dist/kickflow-api/tools/user/reactivate-user.d.ts +3 -0
  345. package/dist/kickflow-api/tools/user/reactivate-user.js +16 -0
  346. package/dist/kickflow-api/tools/user/reactivate-user.js.map +1 -0
  347. package/dist/kickflow-api/tools/user/reinvite-user.d.ts +3 -0
  348. package/dist/kickflow-api/tools/user/reinvite-user.js +16 -0
  349. package/dist/kickflow-api/tools/user/reinvite-user.js.map +1 -0
  350. package/dist/kickflow-api/tools/user/suspend-user.d.ts +3 -0
  351. package/dist/kickflow-api/tools/user/suspend-user.js +16 -0
  352. package/dist/kickflow-api/tools/user/suspend-user.js.map +1 -0
  353. package/dist/kickflow-api/tools/user/update-user.d.ts +3 -0
  354. package/dist/kickflow-api/tools/user/update-user.js +18 -0
  355. package/dist/kickflow-api/tools/user/update-user.js.map +1 -0
  356. package/dist/kickflow-api/tools/workflow/get-workflow.d.ts +3 -0
  357. package/dist/kickflow-api/tools/workflow/get-workflow.js +16 -0
  358. package/dist/kickflow-api/tools/workflow/get-workflow.js.map +1 -0
  359. package/dist/kickflow-api/tools/workflow/list-workflows.d.ts +3 -0
  360. package/dist/kickflow-api/tools/workflow/list-workflows.js +10 -0
  361. package/dist/kickflow-api/tools/workflow/list-workflows.js.map +1 -0
  362. package/dist/kickflow-api/types.d.ts +6117 -0
  363. package/dist/kickflow-api/types.js +6 -0
  364. package/dist/kickflow-api/types.js.map +1 -0
  365. package/dist/tools/audit-logs/list-audit-logs.d.ts +12 -0
  366. package/dist/tools/audit-logs/list-audit-logs.js +78 -0
  367. package/dist/tools/audit-logs/list-audit-logs.js.map +1 -0
  368. package/dist/tools/categories/create-category.d.ts +7 -0
  369. package/dist/tools/categories/create-category.js +42 -0
  370. package/dist/tools/categories/create-category.js.map +1 -0
  371. package/dist/tools/categories/delete-category.d.ts +7 -0
  372. package/dist/tools/categories/delete-category.js +42 -0
  373. package/dist/tools/categories/delete-category.js.map +1 -0
  374. package/dist/tools/categories/list-categories.d.ts +9 -0
  375. package/dist/tools/categories/list-categories.js +49 -0
  376. package/dist/tools/categories/list-categories.js.map +1 -0
  377. package/dist/tools/categories/update-category.d.ts +8 -0
  378. package/dist/tools/categories/update-category.js +44 -0
  379. package/dist/tools/categories/update-category.js.map +1 -0
  380. package/dist/tools/comments/create-comment.d.ts +9 -0
  381. package/dist/tools/comments/create-comment.js +56 -0
  382. package/dist/tools/comments/create-comment.js.map +1 -0
  383. package/dist/tools/comments/delete-comment.d.ts +8 -0
  384. package/dist/tools/comments/delete-comment.js +43 -0
  385. package/dist/tools/comments/delete-comment.js.map +1 -0
  386. package/dist/tools/comments/get-comment.d.ts +8 -0
  387. package/dist/tools/comments/get-comment.js +43 -0
  388. package/dist/tools/comments/get-comment.js.map +1 -0
  389. package/dist/tools/comments/list-comments.d.ts +10 -0
  390. package/dist/tools/comments/list-comments.js +51 -0
  391. package/dist/tools/comments/list-comments.js.map +1 -0
  392. package/dist/tools/comments/update-comment.d.ts +9 -0
  393. package/dist/tools/comments/update-comment.js +46 -0
  394. package/dist/tools/comments/update-comment.js.map +1 -0
  395. package/dist/tools/folders/create-folder.d.ts +10 -0
  396. package/dist/tools/folders/create-folder.js +60 -0
  397. package/dist/tools/folders/create-folder.js.map +1 -0
  398. package/dist/tools/folders/delete-folder.d.ts +7 -0
  399. package/dist/tools/folders/delete-folder.js +42 -0
  400. package/dist/tools/folders/delete-folder.js.map +1 -0
  401. package/dist/tools/folders/get-folder.d.ts +7 -0
  402. package/dist/tools/folders/get-folder.js +42 -0
  403. package/dist/tools/folders/get-folder.js.map +1 -0
  404. package/dist/tools/folders/list-folders.d.ts +9 -0
  405. package/dist/tools/folders/list-folders.js +49 -0
  406. package/dist/tools/folders/list-folders.js.map +1 -0
  407. package/dist/tools/folders/update-folder.d.ts +11 -0
  408. package/dist/tools/folders/update-folder.js +59 -0
  409. package/dist/tools/folders/update-folder.js.map +1 -0
  410. package/dist/tools/general-master-items/create-general-master-item.d.ts +22 -0
  411. package/dist/tools/general-master-items/create-general-master-item.js +73 -0
  412. package/dist/tools/general-master-items/create-general-master-item.js.map +1 -0
  413. package/dist/tools/general-master-items/delete-general-master-item.d.ts +8 -0
  414. package/dist/tools/general-master-items/delete-general-master-item.js +45 -0
  415. package/dist/tools/general-master-items/delete-general-master-item.js.map +1 -0
  416. package/dist/tools/general-master-items/get-general-master-item.d.ts +8 -0
  417. package/dist/tools/general-master-items/get-general-master-item.js +45 -0
  418. package/dist/tools/general-master-items/get-general-master-item.js.map +1 -0
  419. package/dist/tools/general-master-items/list-general-master-items.d.ts +10 -0
  420. package/dist/tools/general-master-items/list-general-master-items.js +53 -0
  421. package/dist/tools/general-master-items/list-general-master-items.js.map +1 -0
  422. package/dist/tools/general-master-items/update-general-master-item.d.ts +23 -0
  423. package/dist/tools/general-master-items/update-general-master-item.js +82 -0
  424. package/dist/tools/general-master-items/update-general-master-item.js.map +1 -0
  425. package/dist/tools/general-masters/create-general-master.d.ts +34 -0
  426. package/dist/tools/general-masters/create-general-master.js +89 -0
  427. package/dist/tools/general-masters/create-general-master.js.map +1 -0
  428. package/dist/tools/general-masters/delete-general-master.d.ts +7 -0
  429. package/dist/tools/general-masters/delete-general-master.js +44 -0
  430. package/dist/tools/general-masters/delete-general-master.js.map +1 -0
  431. package/dist/tools/general-masters/get-general-master.d.ts +7 -0
  432. package/dist/tools/general-masters/get-general-master.js +42 -0
  433. package/dist/tools/general-masters/get-general-master.js.map +1 -0
  434. package/dist/tools/general-masters/list-general-masters.d.ts +9 -0
  435. package/dist/tools/general-masters/list-general-masters.js +51 -0
  436. package/dist/tools/general-masters/list-general-masters.js.map +1 -0
  437. package/dist/tools/general-masters/update-general-master.d.ts +35 -0
  438. package/dist/tools/general-masters/update-general-master.js +90 -0
  439. package/dist/tools/general-masters/update-general-master.js.map +1 -0
  440. package/dist/tools/get-audit-logs.d.ts +2 -0
  441. package/dist/tools/get-audit-logs.js +51 -0
  442. package/dist/tools/get-audit-logs.js.map +1 -0
  443. package/dist/tools/get-ticket.d.ts +14 -0
  444. package/dist/tools/get-ticket.js +53 -0
  445. package/dist/tools/get-ticket.js.map +1 -0
  446. package/dist/tools/get-tickets.d.ts +14 -0
  447. package/dist/tools/get-tickets.js +87 -0
  448. package/dist/tools/get-tickets.js.map +1 -0
  449. package/dist/tools/grades/create-grade.d.ts +9 -0
  450. package/dist/tools/grades/create-grade.js +48 -0
  451. package/dist/tools/grades/create-grade.js.map +1 -0
  452. package/dist/tools/grades/delete-grade.d.ts +7 -0
  453. package/dist/tools/grades/delete-grade.js +42 -0
  454. package/dist/tools/grades/delete-grade.js.map +1 -0
  455. package/dist/tools/grades/get-grade.d.ts +7 -0
  456. package/dist/tools/grades/get-grade.js +42 -0
  457. package/dist/tools/grades/get-grade.js.map +1 -0
  458. package/dist/tools/grades/list-grades.d.ts +9 -0
  459. package/dist/tools/grades/list-grades.js +49 -0
  460. package/dist/tools/grades/list-grades.js.map +1 -0
  461. package/dist/tools/grades/set-default-grade.d.ts +7 -0
  462. package/dist/tools/grades/set-default-grade.js +42 -0
  463. package/dist/tools/grades/set-default-grade.js.map +1 -0
  464. package/dist/tools/grades/update-grade.d.ts +10 -0
  465. package/dist/tools/grades/update-grade.js +53 -0
  466. package/dist/tools/grades/update-grade.js.map +1 -0
  467. package/dist/tools/index.d.ts +0 -0
  468. package/dist/tools/index.js +2 -0
  469. package/dist/tools/index.js.map +1 -0
  470. package/dist/tools/organization-charts/activate-organization-chart.d.ts +8 -0
  471. package/dist/tools/organization-charts/activate-organization-chart.js +54 -0
  472. package/dist/tools/organization-charts/activate-organization-chart.js.map +1 -0
  473. package/dist/tools/organization-charts/create-organization-chart.d.ts +7 -0
  474. package/dist/tools/organization-charts/create-organization-chart.js +44 -0
  475. package/dist/tools/organization-charts/create-organization-chart.js.map +1 -0
  476. package/dist/tools/organization-charts/delete-organization-chart.d.ts +7 -0
  477. package/dist/tools/organization-charts/delete-organization-chart.js +44 -0
  478. package/dist/tools/organization-charts/delete-organization-chart.js.map +1 -0
  479. package/dist/tools/organization-charts/get-current-organization-chart.d.ts +4 -0
  480. package/dist/tools/organization-charts/get-current-organization-chart.js +42 -0
  481. package/dist/tools/organization-charts/get-current-organization-chart.js.map +1 -0
  482. package/dist/tools/organization-charts/get-organization-chart.d.ts +7 -0
  483. package/dist/tools/organization-charts/get-organization-chart.js +44 -0
  484. package/dist/tools/organization-charts/get-organization-chart.js.map +1 -0
  485. package/dist/tools/organization-charts/list-organization-charts.d.ts +9 -0
  486. package/dist/tools/organization-charts/list-organization-charts.js +51 -0
  487. package/dist/tools/organization-charts/list-organization-charts.js.map +1 -0
  488. package/dist/tools/organization-charts/update-organization-chart.d.ts +8 -0
  489. package/dist/tools/organization-charts/update-organization-chart.js +46 -0
  490. package/dist/tools/organization-charts/update-organization-chart.js.map +1 -0
  491. package/dist/tools/proxy-applicants/create-proxy-applicant.d.ts +11 -0
  492. package/dist/tools/proxy-applicants/create-proxy-applicant.js +75 -0
  493. package/dist/tools/proxy-applicants/create-proxy-applicant.js.map +1 -0
  494. package/dist/tools/proxy-applicants/delete-proxy-applicant.d.ts +7 -0
  495. package/dist/tools/proxy-applicants/delete-proxy-applicant.js +48 -0
  496. package/dist/tools/proxy-applicants/delete-proxy-applicant.js.map +1 -0
  497. package/dist/tools/proxy-applicants/list-proxy-applicants.d.ts +8 -0
  498. package/dist/tools/proxy-applicants/list-proxy-applicants.js +66 -0
  499. package/dist/tools/proxy-applicants/list-proxy-applicants.js.map +1 -0
  500. package/dist/tools/proxy-approvers/create-proxy-approver.d.ts +11 -0
  501. package/dist/tools/proxy-approvers/create-proxy-approver.js +75 -0
  502. package/dist/tools/proxy-approvers/create-proxy-approver.js.map +1 -0
  503. package/dist/tools/proxy-approvers/delete-proxy-approver.d.ts +7 -0
  504. package/dist/tools/proxy-approvers/delete-proxy-approver.js +48 -0
  505. package/dist/tools/proxy-approvers/delete-proxy-approver.js.map +1 -0
  506. package/dist/tools/proxy-approvers/list-proxy-approvers.d.ts +8 -0
  507. package/dist/tools/proxy-approvers/list-proxy-approvers.js +59 -0
  508. package/dist/tools/proxy-approvers/list-proxy-approvers.js.map +1 -0
  509. package/dist/tools/roles/create-role-members.d.ts +8 -0
  510. package/dist/tools/roles/create-role-members.js +52 -0
  511. package/dist/tools/roles/create-role-members.js.map +1 -0
  512. package/dist/tools/roles/create-role.d.ts +26 -0
  513. package/dist/tools/roles/create-role.js +71 -0
  514. package/dist/tools/roles/create-role.js.map +1 -0
  515. package/dist/tools/roles/delete-role-member.d.ts +8 -0
  516. package/dist/tools/roles/delete-role-member.js +43 -0
  517. package/dist/tools/roles/delete-role-member.js.map +1 -0
  518. package/dist/tools/roles/delete-role.d.ts +7 -0
  519. package/dist/tools/roles/delete-role.js +42 -0
  520. package/dist/tools/roles/delete-role.js.map +1 -0
  521. package/dist/tools/roles/get-role.d.ts +7 -0
  522. package/dist/tools/roles/get-role.js +42 -0
  523. package/dist/tools/roles/get-role.js.map +1 -0
  524. package/dist/tools/roles/list-role-members.d.ts +9 -0
  525. package/dist/tools/roles/list-role-members.js +47 -0
  526. package/dist/tools/roles/list-role-members.js.map +1 -0
  527. package/dist/tools/roles/list-roles.d.ts +9 -0
  528. package/dist/tools/roles/list-roles.js +49 -0
  529. package/dist/tools/roles/list-roles.js.map +1 -0
  530. package/dist/tools/roles/update-role.d.ts +27 -0
  531. package/dist/tools/roles/update-role.js +83 -0
  532. package/dist/tools/roles/update-role.js.map +1 -0
  533. package/dist/tools/routes/get-route.d.ts +7 -0
  534. package/dist/tools/routes/get-route.js +46 -0
  535. package/dist/tools/routes/get-route.js.map +1 -0
  536. package/dist/tools/routes/list-routes.d.ts +11 -0
  537. package/dist/tools/routes/list-routes.js +71 -0
  538. package/dist/tools/routes/list-routes.js.map +1 -0
  539. package/dist/tools/search-tickets.d.ts +14 -0
  540. package/dist/tools/search-tickets.js +73 -0
  541. package/dist/tools/search-tickets.js.map +1 -0
  542. package/dist/tools/teams/create-team-members.d.ts +21 -0
  543. package/dist/tools/teams/create-team-members.js +69 -0
  544. package/dist/tools/teams/create-team-members.js.map +1 -0
  545. package/dist/tools/teams/create-team.d.ts +11 -0
  546. package/dist/tools/teams/create-team.js +60 -0
  547. package/dist/tools/teams/create-team.js.map +1 -0
  548. package/dist/tools/teams/delete-team-members.d.ts +9 -0
  549. package/dist/tools/teams/delete-team-members.js +53 -0
  550. package/dist/tools/teams/delete-team-members.js.map +1 -0
  551. package/dist/tools/teams/delete-team.d.ts +8 -0
  552. package/dist/tools/teams/delete-team.js +43 -0
  553. package/dist/tools/teams/delete-team.js.map +1 -0
  554. package/dist/tools/teams/get-team.d.ts +8 -0
  555. package/dist/tools/teams/get-team.js +43 -0
  556. package/dist/tools/teams/get-team.js.map +1 -0
  557. package/dist/tools/teams/list-team-members.d.ts +10 -0
  558. package/dist/tools/teams/list-team-members.js +53 -0
  559. package/dist/tools/teams/list-team-members.js.map +1 -0
  560. package/dist/tools/teams/list-teams.d.ts +10 -0
  561. package/dist/tools/teams/list-teams.js +52 -0
  562. package/dist/tools/teams/list-teams.js.map +1 -0
  563. package/dist/tools/teams/update-team-member.d.ts +11 -0
  564. package/dist/tools/teams/update-team-member.js +50 -0
  565. package/dist/tools/teams/update-team-member.js.map +1 -0
  566. package/dist/tools/teams/update-team.d.ts +12 -0
  567. package/dist/tools/teams/update-team.js +58 -0
  568. package/dist/tools/teams/update-team.js.map +1 -0
  569. package/dist/tools/ticket-links/list-ticket-links.d.ts +9 -0
  570. package/dist/tools/ticket-links/list-ticket-links.js +47 -0
  571. package/dist/tools/ticket-links/list-ticket-links.js.map +1 -0
  572. package/dist/tools/tickets/approve-ticket.d.ts +7 -0
  573. package/dist/tools/tickets/approve-ticket.js +42 -0
  574. package/dist/tools/tickets/approve-ticket.js.map +1 -0
  575. package/dist/tools/tickets/archive-ticket.d.ts +7 -0
  576. package/dist/tools/tickets/archive-ticket.js +42 -0
  577. package/dist/tools/tickets/archive-ticket.js.map +1 -0
  578. package/dist/tools/tickets/deny-ticket.d.ts +7 -0
  579. package/dist/tools/tickets/deny-ticket.js +48 -0
  580. package/dist/tools/tickets/deny-ticket.js.map +1 -0
  581. package/dist/tools/tickets/get-ticket.d.ts +7 -0
  582. package/dist/tools/tickets/get-ticket.js +50 -0
  583. package/dist/tools/tickets/get-ticket.js.map +1 -0
  584. package/dist/tools/tickets/list-tasks.d.ts +27 -0
  585. package/dist/tools/tickets/list-tasks.js +95 -0
  586. package/dist/tools/tickets/list-tasks.js.map +1 -0
  587. package/dist/tools/tickets/list-tickets.d.ts +28 -0
  588. package/dist/tools/tickets/list-tickets.js +119 -0
  589. package/dist/tools/tickets/list-tickets.js.map +1 -0
  590. package/dist/tools/tickets/reject-ticket.d.ts +8 -0
  591. package/dist/tools/tickets/reject-ticket.js +48 -0
  592. package/dist/tools/tickets/reject-ticket.js.map +1 -0
  593. package/dist/tools/tickets/withdraw-ticket.d.ts +7 -0
  594. package/dist/tools/tickets/withdraw-ticket.js +42 -0
  595. package/dist/tools/tickets/withdraw-ticket.js.map +1 -0
  596. package/dist/tools/types.d.ts +17 -0
  597. package/dist/tools/types.js +2 -0
  598. package/dist/tools/types.js.map +1 -0
  599. package/dist/tools/users/create-user.d.ts +12 -0
  600. package/dist/tools/users/create-user.js +58 -0
  601. package/dist/tools/users/create-user.js.map +1 -0
  602. package/dist/tools/users/delete-user.d.ts +7 -0
  603. package/dist/tools/users/delete-user.js +46 -0
  604. package/dist/tools/users/delete-user.js.map +1 -0
  605. package/dist/tools/users/get-current-user.d.ts +4 -0
  606. package/dist/tools/users/get-current-user.js +41 -0
  607. package/dist/tools/users/get-current-user.js.map +1 -0
  608. package/dist/tools/users/get-user.d.ts +7 -0
  609. package/dist/tools/users/get-user.js +42 -0
  610. package/dist/tools/users/get-user.js.map +1 -0
  611. package/dist/tools/users/list-user-roles.d.ts +9 -0
  612. package/dist/tools/users/list-user-roles.js +64 -0
  613. package/dist/tools/users/list-user-roles.js.map +1 -0
  614. package/dist/tools/users/list-user-teams.d.ts +10 -0
  615. package/dist/tools/users/list-user-teams.js +66 -0
  616. package/dist/tools/users/list-user-teams.js.map +1 -0
  617. package/dist/tools/users/list-users.d.ts +10 -0
  618. package/dist/tools/users/list-users.js +54 -0
  619. package/dist/tools/users/list-users.js.map +1 -0
  620. package/dist/tools/users/lookup-user-by-email.d.ts +7 -0
  621. package/dist/tools/users/lookup-user-by-email.js +49 -0
  622. package/dist/tools/users/lookup-user-by-email.js.map +1 -0
  623. package/dist/tools/users/reactivate-user.d.ts +7 -0
  624. package/dist/tools/users/reactivate-user.js +46 -0
  625. package/dist/tools/users/reactivate-user.js.map +1 -0
  626. package/dist/tools/users/reinvite-user.d.ts +7 -0
  627. package/dist/tools/users/reinvite-user.js +46 -0
  628. package/dist/tools/users/reinvite-user.js.map +1 -0
  629. package/dist/tools/users/suspend-user.d.ts +7 -0
  630. package/dist/tools/users/suspend-user.js +46 -0
  631. package/dist/tools/users/suspend-user.js.map +1 -0
  632. package/dist/tools/users/update-user.d.ts +12 -0
  633. package/dist/tools/users/update-user.js +66 -0
  634. package/dist/tools/users/update-user.js.map +1 -0
  635. package/dist/tools/viewers/create-viewer.d.ts +11 -0
  636. package/dist/tools/viewers/create-viewer.js +78 -0
  637. package/dist/tools/viewers/create-viewer.js.map +1 -0
  638. package/dist/tools/viewers/delete-viewer.d.ts +8 -0
  639. package/dist/tools/viewers/delete-viewer.js +43 -0
  640. package/dist/tools/viewers/delete-viewer.js.map +1 -0
  641. package/dist/tools/viewers/list-viewers.d.ts +10 -0
  642. package/dist/tools/viewers/list-viewers.js +51 -0
  643. package/dist/tools/viewers/list-viewers.js.map +1 -0
  644. package/dist/tools/workflows/get-workflow.d.ts +7 -0
  645. package/dist/tools/workflows/get-workflow.js +46 -0
  646. package/dist/tools/workflows/get-workflow.js.map +1 -0
  647. package/dist/tools/workflows/list-workflows.d.ts +10 -0
  648. package/dist/tools/workflows/list-workflows.js +69 -0
  649. package/dist/tools/workflows/list-workflows.js.map +1 -0
  650. package/dist/types.d.ts +8 -0
  651. package/dist/types.js +2 -0
  652. package/dist/types.js.map +1 -0
  653. package/package.json +51 -0
@@ -0,0 +1,4406 @@
1
+ /**
2
+ * Generated by orval v7.8.0 🍺
3
+ * Do not edit manually.
4
+ * kickflow REST API v1
5
+ * kickflowの開発者用REST API (v1)
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ import { z as zod } from 'zod';
9
+ /**
10
+ * ワークフローの一覧を取得します。ステータスによる絞り込みが可能です。
11
+ * @summary ワークフロー一覧を取得
12
+ */
13
+ export declare const listWorkflowsQueryPageDefault = 1;
14
+ export declare const listWorkflowsQueryPerPageDefault = 25;
15
+ export declare const listWorkflowsQueryPerPageMax = 100;
16
+ export declare const listWorkflowsQueryParams: zod.ZodObject<{
17
+ page: zod.ZodDefault<zod.ZodNumber>;
18
+ perPage: zod.ZodDefault<zod.ZodNumber>;
19
+ sortBy: zod.ZodOptional<zod.ZodString>;
20
+ status: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<["visible", "invisible"]>, "many">>;
21
+ }, "strip", zod.ZodTypeAny, {
22
+ page: number;
23
+ perPage: number;
24
+ status?: ("visible" | "invisible")[] | undefined;
25
+ sortBy?: string | undefined;
26
+ }, {
27
+ page?: number | undefined;
28
+ status?: ("visible" | "invisible")[] | undefined;
29
+ perPage?: number | undefined;
30
+ sortBy?: string | undefined;
31
+ }>;
32
+ export declare const listWorkflowsResponseCodeRegExp: RegExp;
33
+ export declare const listWorkflowsResponsePublicTicketDefault = false;
34
+ export declare const listWorkflowsResponseVisibleToTeamMembersDefault = false;
35
+ export declare const listWorkflowsResponseAllowEditingOfViewersDefault = true;
36
+ export declare const listWorkflowsResponseAuthorEmailMax = 255;
37
+ export declare const listWorkflowsResponseAuthorCodeMax = 255;
38
+ export declare const listWorkflowsResponseAuthorFirstNameMax = 255;
39
+ export declare const listWorkflowsResponseAuthorLastNameMax = 255;
40
+ export declare const listWorkflowsResponseAuthorFullNameMax = 255;
41
+ export declare const listWorkflowsResponseAuthorEmployeeIdMax = 255;
42
+ export declare const listWorkflowsResponseVersionAuthorEmailMax = 255;
43
+ export declare const listWorkflowsResponseVersionAuthorCodeMax = 255;
44
+ export declare const listWorkflowsResponseVersionAuthorFirstNameMax = 255;
45
+ export declare const listWorkflowsResponseVersionAuthorLastNameMax = 255;
46
+ export declare const listWorkflowsResponseVersionAuthorFullNameMax = 255;
47
+ export declare const listWorkflowsResponseVersionAuthorEmployeeIdMax = 255;
48
+ export declare const listWorkflowsResponseFolderNameMax = 255;
49
+ export declare const listWorkflowsResponseFolderCodeMax = 255;
50
+ export declare const listWorkflowsResponseFolderWorkflowsCountMin = 0;
51
+ export declare const listWorkflowsResponseFolderRoutesCountMin = 0;
52
+ export declare const listWorkflowsResponseFolderPipelinesCountMin = 0;
53
+ export declare const listWorkflowsResponseCategoriesItemNameMax = 100;
54
+ export declare const listWorkflowsResponseItem: zod.ZodObject<{
55
+ id: zod.ZodString;
56
+ code: zod.ZodString;
57
+ versionId: zod.ZodString;
58
+ versionNumber: zod.ZodNumber;
59
+ name: zod.ZodString;
60
+ description: zod.ZodString;
61
+ status: zod.ZodEnum<["visible", "invisible", "deleted"]>;
62
+ publicTicket: zod.ZodBoolean;
63
+ visibleToManager: zod.ZodEnum<["none", "direct", "all"]>;
64
+ visibleToTeamMembers: zod.ZodBoolean;
65
+ titleDescription: zod.ZodNullable<zod.ZodString>;
66
+ ticketNumberFormat: zod.ZodNullable<zod.ZodString>;
67
+ overwritable: zod.ZodBoolean;
68
+ createdAt: zod.ZodString;
69
+ updatedAt: zod.ZodString;
70
+ titleInputMode: zod.ZodEnum<["none", "input", "calculate"]>;
71
+ titleFormula: zod.ZodNullable<zod.ZodString>;
72
+ allowEditingOfViewers: zod.ZodDefault<zod.ZodBoolean>;
73
+ author: zod.ZodNullable<zod.ZodUnion<[zod.ZodObject<{
74
+ id: zod.ZodString;
75
+ email: zod.ZodString;
76
+ code: zod.ZodString;
77
+ firstName: zod.ZodString;
78
+ lastName: zod.ZodString;
79
+ fullName: zod.ZodString;
80
+ employeeId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
81
+ image: zod.ZodObject<{
82
+ "100x100": zod.ZodNullable<zod.ZodString>;
83
+ "64x64": zod.ZodNullable<zod.ZodString>;
84
+ "32x32": zod.ZodNullable<zod.ZodString>;
85
+ }, "strip", zod.ZodTypeAny, {
86
+ "100x100": string | null;
87
+ "64x64": string | null;
88
+ "32x32": string | null;
89
+ }, {
90
+ "100x100": string | null;
91
+ "64x64": string | null;
92
+ "32x32": string | null;
93
+ }>;
94
+ status: zod.ZodEnum<["invited", "activated", "suspended", "deactivated"]>;
95
+ locale: zod.ZodString;
96
+ createdAt: zod.ZodString;
97
+ updatedAt: zod.ZodString;
98
+ deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
99
+ }, "strip", zod.ZodTypeAny, {
100
+ code: string;
101
+ id: string;
102
+ image: {
103
+ "100x100": string | null;
104
+ "64x64": string | null;
105
+ "32x32": string | null;
106
+ };
107
+ email: string;
108
+ status: "suspended" | "activated" | "invited" | "deactivated";
109
+ firstName: string;
110
+ lastName: string;
111
+ fullName: string;
112
+ locale: string;
113
+ createdAt: string;
114
+ updatedAt: string;
115
+ employeeId?: string | null | undefined;
116
+ deactivatedAt?: string | null | undefined;
117
+ }, {
118
+ code: string;
119
+ id: string;
120
+ image: {
121
+ "100x100": string | null;
122
+ "64x64": string | null;
123
+ "32x32": string | null;
124
+ };
125
+ email: string;
126
+ status: "suspended" | "activated" | "invited" | "deactivated";
127
+ firstName: string;
128
+ lastName: string;
129
+ fullName: string;
130
+ locale: string;
131
+ createdAt: string;
132
+ updatedAt: string;
133
+ employeeId?: string | null | undefined;
134
+ deactivatedAt?: string | null | undefined;
135
+ }>, zod.ZodNullable<zod.ZodAny>]>>;
136
+ versionAuthor: zod.ZodNullable<zod.ZodUnion<[zod.ZodObject<{
137
+ id: zod.ZodString;
138
+ email: zod.ZodString;
139
+ code: zod.ZodString;
140
+ firstName: zod.ZodString;
141
+ lastName: zod.ZodString;
142
+ fullName: zod.ZodString;
143
+ employeeId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
144
+ image: zod.ZodObject<{
145
+ "100x100": zod.ZodNullable<zod.ZodString>;
146
+ "64x64": zod.ZodNullable<zod.ZodString>;
147
+ "32x32": zod.ZodNullable<zod.ZodString>;
148
+ }, "strip", zod.ZodTypeAny, {
149
+ "100x100": string | null;
150
+ "64x64": string | null;
151
+ "32x32": string | null;
152
+ }, {
153
+ "100x100": string | null;
154
+ "64x64": string | null;
155
+ "32x32": string | null;
156
+ }>;
157
+ status: zod.ZodEnum<["invited", "activated", "suspended", "deactivated"]>;
158
+ locale: zod.ZodString;
159
+ createdAt: zod.ZodString;
160
+ updatedAt: zod.ZodString;
161
+ deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
162
+ }, "strip", zod.ZodTypeAny, {
163
+ code: string;
164
+ id: string;
165
+ image: {
166
+ "100x100": string | null;
167
+ "64x64": string | null;
168
+ "32x32": string | null;
169
+ };
170
+ email: string;
171
+ status: "suspended" | "activated" | "invited" | "deactivated";
172
+ firstName: string;
173
+ lastName: string;
174
+ fullName: string;
175
+ locale: string;
176
+ createdAt: string;
177
+ updatedAt: string;
178
+ employeeId?: string | null | undefined;
179
+ deactivatedAt?: string | null | undefined;
180
+ }, {
181
+ code: string;
182
+ id: string;
183
+ image: {
184
+ "100x100": string | null;
185
+ "64x64": string | null;
186
+ "32x32": string | null;
187
+ };
188
+ email: string;
189
+ status: "suspended" | "activated" | "invited" | "deactivated";
190
+ firstName: string;
191
+ lastName: string;
192
+ fullName: string;
193
+ locale: string;
194
+ createdAt: string;
195
+ updatedAt: string;
196
+ employeeId?: string | null | undefined;
197
+ deactivatedAt?: string | null | undefined;
198
+ }>, zod.ZodNullable<zod.ZodAny>]>>;
199
+ folder: zod.ZodObject<{
200
+ id: zod.ZodString;
201
+ name: zod.ZodString;
202
+ code: zod.ZodString;
203
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
204
+ workflowsCount: zod.ZodNumber;
205
+ routesCount: zod.ZodNumber;
206
+ pipelinesCount: zod.ZodNumber;
207
+ createdAt: zod.ZodString;
208
+ updatedAt: zod.ZodString;
209
+ }, "strip", zod.ZodTypeAny, {
210
+ code: string;
211
+ name: string;
212
+ id: string;
213
+ createdAt: string;
214
+ updatedAt: string;
215
+ workflowsCount: number;
216
+ routesCount: number;
217
+ pipelinesCount: number;
218
+ description?: string | null | undefined;
219
+ }, {
220
+ code: string;
221
+ name: string;
222
+ id: string;
223
+ createdAt: string;
224
+ updatedAt: string;
225
+ workflowsCount: number;
226
+ routesCount: number;
227
+ pipelinesCount: number;
228
+ description?: string | null | undefined;
229
+ }>;
230
+ categories: zod.ZodArray<zod.ZodObject<{
231
+ id: zod.ZodString;
232
+ name: zod.ZodString;
233
+ createdAt: zod.ZodString;
234
+ updatedAt: zod.ZodString;
235
+ }, "strip", zod.ZodTypeAny, {
236
+ name: string;
237
+ id: string;
238
+ createdAt: string;
239
+ updatedAt: string;
240
+ }, {
241
+ name: string;
242
+ id: string;
243
+ createdAt: string;
244
+ updatedAt: string;
245
+ }>, "many">;
246
+ }, "strip", zod.ZodTypeAny, {
247
+ code: string;
248
+ name: string;
249
+ id: string;
250
+ description: string;
251
+ status: "visible" | "invisible" | "deleted";
252
+ createdAt: string;
253
+ updatedAt: string;
254
+ versionId: string;
255
+ versionNumber: number;
256
+ publicTicket: boolean;
257
+ visibleToManager: "direct" | "all" | "none";
258
+ visibleToTeamMembers: boolean;
259
+ titleDescription: string | null;
260
+ ticketNumberFormat: string | null;
261
+ overwritable: boolean;
262
+ titleInputMode: "input" | "none" | "calculate";
263
+ titleFormula: string | null;
264
+ allowEditingOfViewers: boolean;
265
+ folder: {
266
+ code: string;
267
+ name: string;
268
+ id: string;
269
+ createdAt: string;
270
+ updatedAt: string;
271
+ workflowsCount: number;
272
+ routesCount: number;
273
+ pipelinesCount: number;
274
+ description?: string | null | undefined;
275
+ };
276
+ categories: {
277
+ name: string;
278
+ id: string;
279
+ createdAt: string;
280
+ updatedAt: string;
281
+ }[];
282
+ author?: any;
283
+ versionAuthor?: any;
284
+ }, {
285
+ code: string;
286
+ name: string;
287
+ id: string;
288
+ description: string;
289
+ status: "visible" | "invisible" | "deleted";
290
+ createdAt: string;
291
+ updatedAt: string;
292
+ versionId: string;
293
+ versionNumber: number;
294
+ publicTicket: boolean;
295
+ visibleToManager: "direct" | "all" | "none";
296
+ visibleToTeamMembers: boolean;
297
+ titleDescription: string | null;
298
+ ticketNumberFormat: string | null;
299
+ overwritable: boolean;
300
+ titleInputMode: "input" | "none" | "calculate";
301
+ titleFormula: string | null;
302
+ folder: {
303
+ code: string;
304
+ name: string;
305
+ id: string;
306
+ createdAt: string;
307
+ updatedAt: string;
308
+ workflowsCount: number;
309
+ routesCount: number;
310
+ pipelinesCount: number;
311
+ description?: string | null | undefined;
312
+ };
313
+ categories: {
314
+ name: string;
315
+ id: string;
316
+ createdAt: string;
317
+ updatedAt: string;
318
+ }[];
319
+ author?: any;
320
+ allowEditingOfViewers?: boolean | undefined;
321
+ versionAuthor?: any;
322
+ }>;
323
+ export declare const listWorkflowsResponse: zod.ZodArray<zod.ZodObject<{
324
+ id: zod.ZodString;
325
+ code: zod.ZodString;
326
+ versionId: zod.ZodString;
327
+ versionNumber: zod.ZodNumber;
328
+ name: zod.ZodString;
329
+ description: zod.ZodString;
330
+ status: zod.ZodEnum<["visible", "invisible", "deleted"]>;
331
+ publicTicket: zod.ZodBoolean;
332
+ visibleToManager: zod.ZodEnum<["none", "direct", "all"]>;
333
+ visibleToTeamMembers: zod.ZodBoolean;
334
+ titleDescription: zod.ZodNullable<zod.ZodString>;
335
+ ticketNumberFormat: zod.ZodNullable<zod.ZodString>;
336
+ overwritable: zod.ZodBoolean;
337
+ createdAt: zod.ZodString;
338
+ updatedAt: zod.ZodString;
339
+ titleInputMode: zod.ZodEnum<["none", "input", "calculate"]>;
340
+ titleFormula: zod.ZodNullable<zod.ZodString>;
341
+ allowEditingOfViewers: zod.ZodDefault<zod.ZodBoolean>;
342
+ author: zod.ZodNullable<zod.ZodUnion<[zod.ZodObject<{
343
+ id: zod.ZodString;
344
+ email: zod.ZodString;
345
+ code: zod.ZodString;
346
+ firstName: zod.ZodString;
347
+ lastName: zod.ZodString;
348
+ fullName: zod.ZodString;
349
+ employeeId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
350
+ image: zod.ZodObject<{
351
+ "100x100": zod.ZodNullable<zod.ZodString>;
352
+ "64x64": zod.ZodNullable<zod.ZodString>;
353
+ "32x32": zod.ZodNullable<zod.ZodString>;
354
+ }, "strip", zod.ZodTypeAny, {
355
+ "100x100": string | null;
356
+ "64x64": string | null;
357
+ "32x32": string | null;
358
+ }, {
359
+ "100x100": string | null;
360
+ "64x64": string | null;
361
+ "32x32": string | null;
362
+ }>;
363
+ status: zod.ZodEnum<["invited", "activated", "suspended", "deactivated"]>;
364
+ locale: zod.ZodString;
365
+ createdAt: zod.ZodString;
366
+ updatedAt: zod.ZodString;
367
+ deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
368
+ }, "strip", zod.ZodTypeAny, {
369
+ code: string;
370
+ id: string;
371
+ image: {
372
+ "100x100": string | null;
373
+ "64x64": string | null;
374
+ "32x32": string | null;
375
+ };
376
+ email: string;
377
+ status: "suspended" | "activated" | "invited" | "deactivated";
378
+ firstName: string;
379
+ lastName: string;
380
+ fullName: string;
381
+ locale: string;
382
+ createdAt: string;
383
+ updatedAt: string;
384
+ employeeId?: string | null | undefined;
385
+ deactivatedAt?: string | null | undefined;
386
+ }, {
387
+ code: string;
388
+ id: string;
389
+ image: {
390
+ "100x100": string | null;
391
+ "64x64": string | null;
392
+ "32x32": string | null;
393
+ };
394
+ email: string;
395
+ status: "suspended" | "activated" | "invited" | "deactivated";
396
+ firstName: string;
397
+ lastName: string;
398
+ fullName: string;
399
+ locale: string;
400
+ createdAt: string;
401
+ updatedAt: string;
402
+ employeeId?: string | null | undefined;
403
+ deactivatedAt?: string | null | undefined;
404
+ }>, zod.ZodNullable<zod.ZodAny>]>>;
405
+ versionAuthor: zod.ZodNullable<zod.ZodUnion<[zod.ZodObject<{
406
+ id: zod.ZodString;
407
+ email: zod.ZodString;
408
+ code: zod.ZodString;
409
+ firstName: zod.ZodString;
410
+ lastName: zod.ZodString;
411
+ fullName: zod.ZodString;
412
+ employeeId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
413
+ image: zod.ZodObject<{
414
+ "100x100": zod.ZodNullable<zod.ZodString>;
415
+ "64x64": zod.ZodNullable<zod.ZodString>;
416
+ "32x32": zod.ZodNullable<zod.ZodString>;
417
+ }, "strip", zod.ZodTypeAny, {
418
+ "100x100": string | null;
419
+ "64x64": string | null;
420
+ "32x32": string | null;
421
+ }, {
422
+ "100x100": string | null;
423
+ "64x64": string | null;
424
+ "32x32": string | null;
425
+ }>;
426
+ status: zod.ZodEnum<["invited", "activated", "suspended", "deactivated"]>;
427
+ locale: zod.ZodString;
428
+ createdAt: zod.ZodString;
429
+ updatedAt: zod.ZodString;
430
+ deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
431
+ }, "strip", zod.ZodTypeAny, {
432
+ code: string;
433
+ id: string;
434
+ image: {
435
+ "100x100": string | null;
436
+ "64x64": string | null;
437
+ "32x32": string | null;
438
+ };
439
+ email: string;
440
+ status: "suspended" | "activated" | "invited" | "deactivated";
441
+ firstName: string;
442
+ lastName: string;
443
+ fullName: string;
444
+ locale: string;
445
+ createdAt: string;
446
+ updatedAt: string;
447
+ employeeId?: string | null | undefined;
448
+ deactivatedAt?: string | null | undefined;
449
+ }, {
450
+ code: string;
451
+ id: string;
452
+ image: {
453
+ "100x100": string | null;
454
+ "64x64": string | null;
455
+ "32x32": string | null;
456
+ };
457
+ email: string;
458
+ status: "suspended" | "activated" | "invited" | "deactivated";
459
+ firstName: string;
460
+ lastName: string;
461
+ fullName: string;
462
+ locale: string;
463
+ createdAt: string;
464
+ updatedAt: string;
465
+ employeeId?: string | null | undefined;
466
+ deactivatedAt?: string | null | undefined;
467
+ }>, zod.ZodNullable<zod.ZodAny>]>>;
468
+ folder: zod.ZodObject<{
469
+ id: zod.ZodString;
470
+ name: zod.ZodString;
471
+ code: zod.ZodString;
472
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
473
+ workflowsCount: zod.ZodNumber;
474
+ routesCount: zod.ZodNumber;
475
+ pipelinesCount: zod.ZodNumber;
476
+ createdAt: zod.ZodString;
477
+ updatedAt: zod.ZodString;
478
+ }, "strip", zod.ZodTypeAny, {
479
+ code: string;
480
+ name: string;
481
+ id: string;
482
+ createdAt: string;
483
+ updatedAt: string;
484
+ workflowsCount: number;
485
+ routesCount: number;
486
+ pipelinesCount: number;
487
+ description?: string | null | undefined;
488
+ }, {
489
+ code: string;
490
+ name: string;
491
+ id: string;
492
+ createdAt: string;
493
+ updatedAt: string;
494
+ workflowsCount: number;
495
+ routesCount: number;
496
+ pipelinesCount: number;
497
+ description?: string | null | undefined;
498
+ }>;
499
+ categories: zod.ZodArray<zod.ZodObject<{
500
+ id: zod.ZodString;
501
+ name: zod.ZodString;
502
+ createdAt: zod.ZodString;
503
+ updatedAt: zod.ZodString;
504
+ }, "strip", zod.ZodTypeAny, {
505
+ name: string;
506
+ id: string;
507
+ createdAt: string;
508
+ updatedAt: string;
509
+ }, {
510
+ name: string;
511
+ id: string;
512
+ createdAt: string;
513
+ updatedAt: string;
514
+ }>, "many">;
515
+ }, "strip", zod.ZodTypeAny, {
516
+ code: string;
517
+ name: string;
518
+ id: string;
519
+ description: string;
520
+ status: "visible" | "invisible" | "deleted";
521
+ createdAt: string;
522
+ updatedAt: string;
523
+ versionId: string;
524
+ versionNumber: number;
525
+ publicTicket: boolean;
526
+ visibleToManager: "direct" | "all" | "none";
527
+ visibleToTeamMembers: boolean;
528
+ titleDescription: string | null;
529
+ ticketNumberFormat: string | null;
530
+ overwritable: boolean;
531
+ titleInputMode: "input" | "none" | "calculate";
532
+ titleFormula: string | null;
533
+ allowEditingOfViewers: boolean;
534
+ folder: {
535
+ code: string;
536
+ name: string;
537
+ id: string;
538
+ createdAt: string;
539
+ updatedAt: string;
540
+ workflowsCount: number;
541
+ routesCount: number;
542
+ pipelinesCount: number;
543
+ description?: string | null | undefined;
544
+ };
545
+ categories: {
546
+ name: string;
547
+ id: string;
548
+ createdAt: string;
549
+ updatedAt: string;
550
+ }[];
551
+ author?: any;
552
+ versionAuthor?: any;
553
+ }, {
554
+ code: string;
555
+ name: string;
556
+ id: string;
557
+ description: string;
558
+ status: "visible" | "invisible" | "deleted";
559
+ createdAt: string;
560
+ updatedAt: string;
561
+ versionId: string;
562
+ versionNumber: number;
563
+ publicTicket: boolean;
564
+ visibleToManager: "direct" | "all" | "none";
565
+ visibleToTeamMembers: boolean;
566
+ titleDescription: string | null;
567
+ ticketNumberFormat: string | null;
568
+ overwritable: boolean;
569
+ titleInputMode: "input" | "none" | "calculate";
570
+ titleFormula: string | null;
571
+ folder: {
572
+ code: string;
573
+ name: string;
574
+ id: string;
575
+ createdAt: string;
576
+ updatedAt: string;
577
+ workflowsCount: number;
578
+ routesCount: number;
579
+ pipelinesCount: number;
580
+ description?: string | null | undefined;
581
+ };
582
+ categories: {
583
+ name: string;
584
+ id: string;
585
+ createdAt: string;
586
+ updatedAt: string;
587
+ }[];
588
+ author?: any;
589
+ allowEditingOfViewers?: boolean | undefined;
590
+ versionAuthor?: any;
591
+ }>, "many">;
592
+ /**
593
+ * 指定したIDのワークフローを取得します。
594
+ * @summary ワークフローを取得
595
+ */
596
+ export declare const getWorkflowResponseCodeRegExp: RegExp;
597
+ export declare const getWorkflowResponsePublicTicketDefault = false;
598
+ export declare const getWorkflowResponseVisibleToTeamMembersDefault = false;
599
+ export declare const getWorkflowResponseAllowEditingOfViewersDefault = true;
600
+ export declare const getWorkflowResponseAuthorEmailMax = 255;
601
+ export declare const getWorkflowResponseAuthorCodeMax = 255;
602
+ export declare const getWorkflowResponseAuthorFirstNameMax = 255;
603
+ export declare const getWorkflowResponseAuthorLastNameMax = 255;
604
+ export declare const getWorkflowResponseAuthorFullNameMax = 255;
605
+ export declare const getWorkflowResponseAuthorEmployeeIdMax = 255;
606
+ export declare const getWorkflowResponseVersionAuthorEmailMax = 255;
607
+ export declare const getWorkflowResponseVersionAuthorCodeMax = 255;
608
+ export declare const getWorkflowResponseVersionAuthorFirstNameMax = 255;
609
+ export declare const getWorkflowResponseVersionAuthorLastNameMax = 255;
610
+ export declare const getWorkflowResponseVersionAuthorFullNameMax = 255;
611
+ export declare const getWorkflowResponseVersionAuthorEmployeeIdMax = 255;
612
+ export declare const getWorkflowResponseFolderNameMax = 255;
613
+ export declare const getWorkflowResponseFolderCodeMax = 255;
614
+ export declare const getWorkflowResponseFolderWorkflowsCountMin = 0;
615
+ export declare const getWorkflowResponseFolderRoutesCountMin = 0;
616
+ export declare const getWorkflowResponseFolderPipelinesCountMin = 0;
617
+ export declare const getWorkflowResponseCategoriesItemNameMax = 100;
618
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemTitleMax = 255;
619
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemCodeMax = 255;
620
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemMinLengthMin = 0;
621
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemMaxLengthMin = 0;
622
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemDecimalDigitMin = 0;
623
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemGeneralMasterCodeMax = 255;
624
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemGeneralMasterNameMax = 255;
625
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemGeneralMasterFieldsItemTitleMax = 255;
626
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemGeneralMasterFieldsItemCodeMax = 255;
627
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemDefaultGeneralMasterItemCodeMax = 255;
628
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemDefaultGeneralMasterItemNameMax = 255;
629
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemDefaultGeneralMasterItemInputsItemFieldTitleMax = 255;
630
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemDefaultGeneralMasterItemInputsItemFieldCodeMax = 255;
631
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemExternalApiSettingMappingsItemFormFieldTitleMax = 255;
632
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemExternalApiSettingMappingsItemFormFieldCodeMax = 255;
633
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemExternalApiSettingMappingsItemFormFieldMinLengthMin = 0;
634
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemExternalApiSettingMappingsItemFormFieldMaxLengthMin = 0;
635
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemExternalApiSettingMappingsItemFormFieldDecimalDigitMin = 0;
636
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingFormFieldTitleMax = 255;
637
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingFormFieldCodeMax = 255;
638
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingFormFieldMinLengthMin = 0;
639
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingFormFieldMaxLengthMin = 0;
640
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingFormFieldDecimalDigitMin = 0;
641
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingMappingsItemFormFieldTitleMax = 255;
642
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingMappingsItemFormFieldCodeMax = 255;
643
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingMappingsItemFormFieldMinLengthMin = 0;
644
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingMappingsItemFormFieldMaxLengthMin = 0;
645
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingMappingsItemFormFieldDecimalDigitMin = 0;
646
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingFormFieldTitleMax = 255;
647
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingFormFieldCodeMax = 255;
648
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingFormFieldMinLengthMin = 0;
649
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingFormFieldMaxLengthMin = 0;
650
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingFormFieldDecimalDigitMin = 0;
651
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingMappingsItemFormFieldTitleMax = 255;
652
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingMappingsItemFormFieldCodeMax = 255;
653
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingMappingsItemFormFieldMinLengthMin = 0;
654
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingMappingsItemFormFieldMaxLengthMin = 0;
655
+ export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingMappingsItemFormFieldDecimalDigitMin = 0;
656
+ export declare const getWorkflowResponseSectionListItemSlipFieldsItemGeneralMasterCodeMax = 255;
657
+ export declare const getWorkflowResponseSectionListItemSlipFieldsItemGeneralMasterNameMax = 255;
658
+ export declare const getWorkflowResponseSectionListItemSlipFieldsItemGeneralMasterFieldsItemTitleMax = 255;
659
+ export declare const getWorkflowResponseSectionListItemSlipFieldsItemGeneralMasterFieldsItemCodeMax = 255;
660
+ export declare const getWorkflowResponseSectionListItemSlipFieldsItemDefaultGeneralMasterItemCodeMax = 255;
661
+ export declare const getWorkflowResponseSectionListItemSlipFieldsItemDefaultGeneralMasterItemNameMax = 255;
662
+ export declare const getWorkflowResponseSectionListItemSlipFieldsItemDefaultGeneralMasterItemInputsItemFieldTitleMax = 255;
663
+ export declare const getWorkflowResponseSectionListItemSlipFieldsItemDefaultGeneralMasterItemInputsItemFieldCodeMax = 255;
664
+ export declare const getWorkflowResponseTicketViewersItemUserEmailMax = 255;
665
+ export declare const getWorkflowResponseTicketViewersItemUserCodeMax = 255;
666
+ export declare const getWorkflowResponseTicketViewersItemUserFirstNameMax = 255;
667
+ export declare const getWorkflowResponseTicketViewersItemUserLastNameMax = 255;
668
+ export declare const getWorkflowResponseTicketViewersItemUserFullNameMax = 255;
669
+ export declare const getWorkflowResponseTicketViewersItemUserEmployeeIdMax = 255;
670
+ export declare const getWorkflowResponseTicketViewersItemTeamNameMax = 255;
671
+ export declare const getWorkflowResponseTicketViewersItemTeamCodeMax = 255;
672
+ export declare const getWorkflowResponseTicketViewersItemTeamUsersCountMin = 0;
673
+ export declare const getWorkflowResponseTicketViewersItemGradeNameMax = 255;
674
+ export declare const getWorkflowResponseTicketViewersItemGradeLevelMin = 0;
675
+ export declare const getWorkflowResponseTicketViewersItemGradeLevelMax = 255;
676
+ export declare const getWorkflowResponseTicketViewersItemGradeCodeMax = 255;
677
+ export declare const getWorkflowResponseTicketViewersItemGradeIsDefaultDefault = false;
678
+ export declare const getWorkflowResponseRouteConditionsItemRouteAuthorEmailMax = 255;
679
+ export declare const getWorkflowResponseRouteConditionsItemRouteAuthorCodeMax = 255;
680
+ export declare const getWorkflowResponseRouteConditionsItemRouteAuthorFirstNameMax = 255;
681
+ export declare const getWorkflowResponseRouteConditionsItemRouteAuthorLastNameMax = 255;
682
+ export declare const getWorkflowResponseRouteConditionsItemRouteAuthorFullNameMax = 255;
683
+ export declare const getWorkflowResponseRouteConditionsItemRouteAuthorEmployeeIdMax = 255;
684
+ export declare const getWorkflowResponseRouteConditionsItemRouteVersionAuthorEmailMax = 255;
685
+ export declare const getWorkflowResponseRouteConditionsItemRouteVersionAuthorCodeMax = 255;
686
+ export declare const getWorkflowResponseRouteConditionsItemRouteVersionAuthorFirstNameMax = 255;
687
+ export declare const getWorkflowResponseRouteConditionsItemRouteVersionAuthorLastNameMax = 255;
688
+ export declare const getWorkflowResponseRouteConditionsItemRouteVersionAuthorFullNameMax = 255;
689
+ export declare const getWorkflowResponseRouteConditionsItemRouteVersionAuthorEmployeeIdMax = 255;
690
+ export declare const getWorkflowResponseRouteConditionsItemRouteFolderNameMax = 255;
691
+ export declare const getWorkflowResponseRouteConditionsItemRouteFolderCodeMax = 255;
692
+ export declare const getWorkflowResponseRouteConditionsItemRouteFolderWorkflowsCountMin = 0;
693
+ export declare const getWorkflowResponseRouteConditionsItemRouteFolderRoutesCountMin = 0;
694
+ export declare const getWorkflowResponseRouteConditionsItemRouteFolderPipelinesCountMin = 0;
695
+ export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemFormFieldTitleMax = 255;
696
+ export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemFormFieldCodeMax = 255;
697
+ export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemFormFieldMinLengthMin = 0;
698
+ export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemFormFieldMaxLengthMin = 0;
699
+ export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemFormFieldDecimalDigitMin = 0;
700
+ export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGradeNameMax = 255;
701
+ export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGradeLevelMin = 0;
702
+ export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGradeLevelMax = 255;
703
+ export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGradeCodeMax = 255;
704
+ export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGradeIsDefaultDefault = false;
705
+ export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemTeamNameMax = 255;
706
+ export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemTeamCodeMax = 255;
707
+ export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemTeamUsersCountMin = 0;
708
+ export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGeneralMasterItemCodeMax = 255;
709
+ export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGeneralMasterItemNameMax = 255;
710
+ export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGeneralMasterItemInputsItemFieldTitleMax = 255;
711
+ export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGeneralMasterItemInputsItemFieldCodeMax = 255;
712
+ export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersection<zod.ZodObject<{
713
+ id: zod.ZodString;
714
+ code: zod.ZodString;
715
+ versionId: zod.ZodString;
716
+ versionNumber: zod.ZodNumber;
717
+ name: zod.ZodString;
718
+ description: zod.ZodString;
719
+ status: zod.ZodEnum<["visible", "invisible", "deleted"]>;
720
+ publicTicket: zod.ZodBoolean;
721
+ visibleToManager: zod.ZodEnum<["none", "direct", "all"]>;
722
+ visibleToTeamMembers: zod.ZodBoolean;
723
+ titleDescription: zod.ZodNullable<zod.ZodString>;
724
+ ticketNumberFormat: zod.ZodNullable<zod.ZodString>;
725
+ overwritable: zod.ZodBoolean;
726
+ createdAt: zod.ZodString;
727
+ updatedAt: zod.ZodString;
728
+ titleInputMode: zod.ZodEnum<["none", "input", "calculate"]>;
729
+ titleFormula: zod.ZodNullable<zod.ZodString>;
730
+ allowEditingOfViewers: zod.ZodDefault<zod.ZodBoolean>;
731
+ author: zod.ZodNullable<zod.ZodUnion<[zod.ZodObject<{
732
+ id: zod.ZodString;
733
+ email: zod.ZodString;
734
+ code: zod.ZodString;
735
+ firstName: zod.ZodString;
736
+ lastName: zod.ZodString;
737
+ fullName: zod.ZodString;
738
+ employeeId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
739
+ image: zod.ZodObject<{
740
+ "100x100": zod.ZodNullable<zod.ZodString>;
741
+ "64x64": zod.ZodNullable<zod.ZodString>;
742
+ "32x32": zod.ZodNullable<zod.ZodString>;
743
+ }, "strip", zod.ZodTypeAny, {
744
+ "100x100": string | null;
745
+ "64x64": string | null;
746
+ "32x32": string | null;
747
+ }, {
748
+ "100x100": string | null;
749
+ "64x64": string | null;
750
+ "32x32": string | null;
751
+ }>;
752
+ status: zod.ZodEnum<["invited", "activated", "suspended", "deactivated"]>;
753
+ locale: zod.ZodString;
754
+ createdAt: zod.ZodString;
755
+ updatedAt: zod.ZodString;
756
+ deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
757
+ }, "strip", zod.ZodTypeAny, {
758
+ code: string;
759
+ id: string;
760
+ image: {
761
+ "100x100": string | null;
762
+ "64x64": string | null;
763
+ "32x32": string | null;
764
+ };
765
+ email: string;
766
+ status: "suspended" | "activated" | "invited" | "deactivated";
767
+ firstName: string;
768
+ lastName: string;
769
+ fullName: string;
770
+ locale: string;
771
+ createdAt: string;
772
+ updatedAt: string;
773
+ employeeId?: string | null | undefined;
774
+ deactivatedAt?: string | null | undefined;
775
+ }, {
776
+ code: string;
777
+ id: string;
778
+ image: {
779
+ "100x100": string | null;
780
+ "64x64": string | null;
781
+ "32x32": string | null;
782
+ };
783
+ email: string;
784
+ status: "suspended" | "activated" | "invited" | "deactivated";
785
+ firstName: string;
786
+ lastName: string;
787
+ fullName: string;
788
+ locale: string;
789
+ createdAt: string;
790
+ updatedAt: string;
791
+ employeeId?: string | null | undefined;
792
+ deactivatedAt?: string | null | undefined;
793
+ }>, zod.ZodNullable<zod.ZodAny>]>>;
794
+ versionAuthor: zod.ZodNullable<zod.ZodUnion<[zod.ZodObject<{
795
+ id: zod.ZodString;
796
+ email: zod.ZodString;
797
+ code: zod.ZodString;
798
+ firstName: zod.ZodString;
799
+ lastName: zod.ZodString;
800
+ fullName: zod.ZodString;
801
+ employeeId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
802
+ image: zod.ZodObject<{
803
+ "100x100": zod.ZodNullable<zod.ZodString>;
804
+ "64x64": zod.ZodNullable<zod.ZodString>;
805
+ "32x32": zod.ZodNullable<zod.ZodString>;
806
+ }, "strip", zod.ZodTypeAny, {
807
+ "100x100": string | null;
808
+ "64x64": string | null;
809
+ "32x32": string | null;
810
+ }, {
811
+ "100x100": string | null;
812
+ "64x64": string | null;
813
+ "32x32": string | null;
814
+ }>;
815
+ status: zod.ZodEnum<["invited", "activated", "suspended", "deactivated"]>;
816
+ locale: zod.ZodString;
817
+ createdAt: zod.ZodString;
818
+ updatedAt: zod.ZodString;
819
+ deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
820
+ }, "strip", zod.ZodTypeAny, {
821
+ code: string;
822
+ id: string;
823
+ image: {
824
+ "100x100": string | null;
825
+ "64x64": string | null;
826
+ "32x32": string | null;
827
+ };
828
+ email: string;
829
+ status: "suspended" | "activated" | "invited" | "deactivated";
830
+ firstName: string;
831
+ lastName: string;
832
+ fullName: string;
833
+ locale: string;
834
+ createdAt: string;
835
+ updatedAt: string;
836
+ employeeId?: string | null | undefined;
837
+ deactivatedAt?: string | null | undefined;
838
+ }, {
839
+ code: string;
840
+ id: string;
841
+ image: {
842
+ "100x100": string | null;
843
+ "64x64": string | null;
844
+ "32x32": string | null;
845
+ };
846
+ email: string;
847
+ status: "suspended" | "activated" | "invited" | "deactivated";
848
+ firstName: string;
849
+ lastName: string;
850
+ fullName: string;
851
+ locale: string;
852
+ createdAt: string;
853
+ updatedAt: string;
854
+ employeeId?: string | null | undefined;
855
+ deactivatedAt?: string | null | undefined;
856
+ }>, zod.ZodNullable<zod.ZodAny>]>>;
857
+ folder: zod.ZodObject<{
858
+ id: zod.ZodString;
859
+ name: zod.ZodString;
860
+ code: zod.ZodString;
861
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
862
+ workflowsCount: zod.ZodNumber;
863
+ routesCount: zod.ZodNumber;
864
+ pipelinesCount: zod.ZodNumber;
865
+ createdAt: zod.ZodString;
866
+ updatedAt: zod.ZodString;
867
+ }, "strip", zod.ZodTypeAny, {
868
+ code: string;
869
+ name: string;
870
+ id: string;
871
+ createdAt: string;
872
+ updatedAt: string;
873
+ workflowsCount: number;
874
+ routesCount: number;
875
+ pipelinesCount: number;
876
+ description?: string | null | undefined;
877
+ }, {
878
+ code: string;
879
+ name: string;
880
+ id: string;
881
+ createdAt: string;
882
+ updatedAt: string;
883
+ workflowsCount: number;
884
+ routesCount: number;
885
+ pipelinesCount: number;
886
+ description?: string | null | undefined;
887
+ }>;
888
+ categories: zod.ZodArray<zod.ZodObject<{
889
+ id: zod.ZodString;
890
+ name: zod.ZodString;
891
+ createdAt: zod.ZodString;
892
+ updatedAt: zod.ZodString;
893
+ }, "strip", zod.ZodTypeAny, {
894
+ name: string;
895
+ id: string;
896
+ createdAt: string;
897
+ updatedAt: string;
898
+ }, {
899
+ name: string;
900
+ id: string;
901
+ createdAt: string;
902
+ updatedAt: string;
903
+ }>, "many">;
904
+ }, "strip", zod.ZodTypeAny, {
905
+ code: string;
906
+ name: string;
907
+ id: string;
908
+ description: string;
909
+ status: "visible" | "invisible" | "deleted";
910
+ createdAt: string;
911
+ updatedAt: string;
912
+ versionId: string;
913
+ versionNumber: number;
914
+ publicTicket: boolean;
915
+ visibleToManager: "direct" | "all" | "none";
916
+ visibleToTeamMembers: boolean;
917
+ titleDescription: string | null;
918
+ ticketNumberFormat: string | null;
919
+ overwritable: boolean;
920
+ titleInputMode: "input" | "none" | "calculate";
921
+ titleFormula: string | null;
922
+ allowEditingOfViewers: boolean;
923
+ folder: {
924
+ code: string;
925
+ name: string;
926
+ id: string;
927
+ createdAt: string;
928
+ updatedAt: string;
929
+ workflowsCount: number;
930
+ routesCount: number;
931
+ pipelinesCount: number;
932
+ description?: string | null | undefined;
933
+ };
934
+ categories: {
935
+ name: string;
936
+ id: string;
937
+ createdAt: string;
938
+ updatedAt: string;
939
+ }[];
940
+ author?: any;
941
+ versionAuthor?: any;
942
+ }, {
943
+ code: string;
944
+ name: string;
945
+ id: string;
946
+ description: string;
947
+ status: "visible" | "invisible" | "deleted";
948
+ createdAt: string;
949
+ updatedAt: string;
950
+ versionId: string;
951
+ versionNumber: number;
952
+ publicTicket: boolean;
953
+ visibleToManager: "direct" | "all" | "none";
954
+ visibleToTeamMembers: boolean;
955
+ titleDescription: string | null;
956
+ ticketNumberFormat: string | null;
957
+ overwritable: boolean;
958
+ titleInputMode: "input" | "none" | "calculate";
959
+ titleFormula: string | null;
960
+ folder: {
961
+ code: string;
962
+ name: string;
963
+ id: string;
964
+ createdAt: string;
965
+ updatedAt: string;
966
+ workflowsCount: number;
967
+ routesCount: number;
968
+ pipelinesCount: number;
969
+ description?: string | null | undefined;
970
+ };
971
+ categories: {
972
+ name: string;
973
+ id: string;
974
+ createdAt: string;
975
+ updatedAt: string;
976
+ }[];
977
+ author?: any;
978
+ allowEditingOfViewers?: boolean | undefined;
979
+ versionAuthor?: any;
980
+ }>, zod.ZodObject<{
981
+ sectionList: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
982
+ sectionType: zod.ZodEnum<["form", "slip"]>;
983
+ title: zod.ZodNullable<zod.ZodString>;
984
+ description: zod.ZodNullable<zod.ZodString>;
985
+ id: zod.ZodOptional<zod.ZodString>;
986
+ formFields: zod.ZodOptional<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
987
+ id: zod.ZodString;
988
+ title: zod.ZodString;
989
+ description: zod.ZodNullable<zod.ZodString>;
990
+ fieldType: zod.ZodEnum<["text", "text_long", "number", "integer", "checkbox", "pull_down", "date", "file", "master", "user", "team", "ticket", "calculation", "button_api", "button_kintone"]>;
991
+ required: zod.ZodBoolean;
992
+ approver: zod.ZodBoolean;
993
+ author: zod.ZodOptional<zod.ZodBoolean>;
994
+ options: zod.ZodNullable<zod.ZodArray<zod.ZodString, "many">>;
995
+ code: zod.ZodString;
996
+ size: zod.ZodEnum<["full", "half"]>;
997
+ regexpFormat: zod.ZodNullable<zod.ZodString>;
998
+ formula: zod.ZodNullable<zod.ZodString>;
999
+ defaultValue: zod.ZodNullable<zod.ZodString>;
1000
+ minValue: zod.ZodNullable<zod.ZodNumber>;
1001
+ maxValue: zod.ZodNullable<zod.ZodNumber>;
1002
+ minLength: zod.ZodNullable<zod.ZodNumber>;
1003
+ maxLength: zod.ZodNullable<zod.ZodNumber>;
1004
+ decimalDigit: zod.ZodNullable<zod.ZodNumber>;
1005
+ delimited: zod.ZodNullable<zod.ZodBoolean>;
1006
+ prefix: zod.ZodNullable<zod.ZodString>;
1007
+ suffix: zod.ZodNullable<zod.ZodString>;
1008
+ hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1009
+ readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1010
+ }, "strip", zod.ZodTypeAny, {
1011
+ code: string;
1012
+ required: boolean;
1013
+ id: string;
1014
+ title: string;
1015
+ prefix: string | null;
1016
+ options: string[] | null;
1017
+ size: "full" | "half";
1018
+ description: string | null;
1019
+ minLength: number | null;
1020
+ maxLength: number | null;
1021
+ defaultValue: string | null;
1022
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
1023
+ approver: boolean;
1024
+ regexpFormat: string | null;
1025
+ formula: string | null;
1026
+ minValue: number | null;
1027
+ maxValue: number | null;
1028
+ decimalDigit: number | null;
1029
+ delimited: boolean | null;
1030
+ suffix: string | null;
1031
+ hidden?: boolean | null | undefined;
1032
+ author?: boolean | undefined;
1033
+ readonlyOnUi?: boolean | null | undefined;
1034
+ }, {
1035
+ code: string;
1036
+ required: boolean;
1037
+ id: string;
1038
+ title: string;
1039
+ prefix: string | null;
1040
+ options: string[] | null;
1041
+ size: "full" | "half";
1042
+ description: string | null;
1043
+ minLength: number | null;
1044
+ maxLength: number | null;
1045
+ defaultValue: string | null;
1046
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
1047
+ approver: boolean;
1048
+ regexpFormat: string | null;
1049
+ formula: string | null;
1050
+ minValue: number | null;
1051
+ maxValue: number | null;
1052
+ decimalDigit: number | null;
1053
+ delimited: boolean | null;
1054
+ suffix: string | null;
1055
+ hidden?: boolean | null | undefined;
1056
+ author?: boolean | undefined;
1057
+ readonlyOnUi?: boolean | null | undefined;
1058
+ }>, zod.ZodObject<{
1059
+ generalMaster: zod.ZodOptional<zod.ZodUnion<[zod.ZodObject<{
1060
+ id: zod.ZodString;
1061
+ code: zod.ZodString;
1062
+ name: zod.ZodString;
1063
+ description: zod.ZodNullable<zod.ZodString>;
1064
+ createdAt: zod.ZodString;
1065
+ updatedAt: zod.ZodString;
1066
+ fields: zod.ZodArray<zod.ZodObject<{
1067
+ id: zod.ZodString;
1068
+ title: zod.ZodString;
1069
+ description: zod.ZodNullable<zod.ZodString>;
1070
+ code: zod.ZodString;
1071
+ fieldType: zod.ZodEnum<["text", "text_long", "number", "integer", "checkbox", "pull_down", "date"]>;
1072
+ required: zod.ZodBoolean;
1073
+ visible: zod.ZodBoolean;
1074
+ options: zod.ZodNullable<zod.ZodArray<zod.ZodString, "many">>;
1075
+ createdAt: zod.ZodString;
1076
+ updatedAt: zod.ZodString;
1077
+ }, "strip", zod.ZodTypeAny, {
1078
+ code: string;
1079
+ required: boolean;
1080
+ id: string;
1081
+ visible: boolean;
1082
+ title: string;
1083
+ options: string[] | null;
1084
+ description: string | null;
1085
+ createdAt: string;
1086
+ updatedAt: string;
1087
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
1088
+ }, {
1089
+ code: string;
1090
+ required: boolean;
1091
+ id: string;
1092
+ visible: boolean;
1093
+ title: string;
1094
+ options: string[] | null;
1095
+ description: string | null;
1096
+ createdAt: string;
1097
+ updatedAt: string;
1098
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
1099
+ }>, "many">;
1100
+ }, "strip", zod.ZodTypeAny, {
1101
+ code: string;
1102
+ name: string;
1103
+ id: string;
1104
+ description: string | null;
1105
+ createdAt: string;
1106
+ updatedAt: string;
1107
+ fields: {
1108
+ code: string;
1109
+ required: boolean;
1110
+ id: string;
1111
+ visible: boolean;
1112
+ title: string;
1113
+ options: string[] | null;
1114
+ description: string | null;
1115
+ createdAt: string;
1116
+ updatedAt: string;
1117
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
1118
+ }[];
1119
+ }, {
1120
+ code: string;
1121
+ name: string;
1122
+ id: string;
1123
+ description: string | null;
1124
+ createdAt: string;
1125
+ updatedAt: string;
1126
+ fields: {
1127
+ code: string;
1128
+ required: boolean;
1129
+ id: string;
1130
+ visible: boolean;
1131
+ title: string;
1132
+ options: string[] | null;
1133
+ description: string | null;
1134
+ createdAt: string;
1135
+ updatedAt: string;
1136
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
1137
+ }[];
1138
+ }>, zod.ZodNullable<zod.ZodAny>]>>;
1139
+ defaultGeneralMasterItem: zod.ZodOptional<zod.ZodNullable<zod.ZodUnion<[zod.ZodObject<{
1140
+ id: zod.ZodString;
1141
+ code: zod.ZodString;
1142
+ name: zod.ZodString;
1143
+ description: zod.ZodNullable<zod.ZodString>;
1144
+ createdAt: zod.ZodString;
1145
+ updatedAt: zod.ZodString;
1146
+ startsOn: zod.ZodNullable<zod.ZodString>;
1147
+ endsOn: zod.ZodNullable<zod.ZodString>;
1148
+ inputs: zod.ZodArray<zod.ZodObject<{
1149
+ id: zod.ZodString;
1150
+ value: zod.ZodUnion<[zod.ZodNullable<zod.ZodString>, zod.ZodArray<zod.ZodString, "many">]>;
1151
+ createdAt: zod.ZodString;
1152
+ updatedAt: zod.ZodString;
1153
+ field: zod.ZodObject<{
1154
+ id: zod.ZodString;
1155
+ title: zod.ZodString;
1156
+ description: zod.ZodNullable<zod.ZodString>;
1157
+ code: zod.ZodString;
1158
+ fieldType: zod.ZodEnum<["text", "text_long", "number", "integer", "checkbox", "pull_down", "date"]>;
1159
+ required: zod.ZodBoolean;
1160
+ visible: zod.ZodBoolean;
1161
+ options: zod.ZodNullable<zod.ZodArray<zod.ZodString, "many">>;
1162
+ createdAt: zod.ZodString;
1163
+ updatedAt: zod.ZodString;
1164
+ }, "strip", zod.ZodTypeAny, {
1165
+ code: string;
1166
+ required: boolean;
1167
+ id: string;
1168
+ visible: boolean;
1169
+ title: string;
1170
+ options: string[] | null;
1171
+ description: string | null;
1172
+ createdAt: string;
1173
+ updatedAt: string;
1174
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
1175
+ }, {
1176
+ code: string;
1177
+ required: boolean;
1178
+ id: string;
1179
+ visible: boolean;
1180
+ title: string;
1181
+ options: string[] | null;
1182
+ description: string | null;
1183
+ createdAt: string;
1184
+ updatedAt: string;
1185
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
1186
+ }>;
1187
+ }, "strip", zod.ZodTypeAny, {
1188
+ id: string;
1189
+ value: string | string[] | null;
1190
+ field: {
1191
+ code: string;
1192
+ required: boolean;
1193
+ id: string;
1194
+ visible: boolean;
1195
+ title: string;
1196
+ options: string[] | null;
1197
+ description: string | null;
1198
+ createdAt: string;
1199
+ updatedAt: string;
1200
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
1201
+ };
1202
+ createdAt: string;
1203
+ updatedAt: string;
1204
+ }, {
1205
+ id: string;
1206
+ value: string | string[] | null;
1207
+ field: {
1208
+ code: string;
1209
+ required: boolean;
1210
+ id: string;
1211
+ visible: boolean;
1212
+ title: string;
1213
+ options: string[] | null;
1214
+ description: string | null;
1215
+ createdAt: string;
1216
+ updatedAt: string;
1217
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
1218
+ };
1219
+ createdAt: string;
1220
+ updatedAt: string;
1221
+ }>, "many">;
1222
+ }, "strip", zod.ZodTypeAny, {
1223
+ code: string;
1224
+ name: string;
1225
+ id: string;
1226
+ description: string | null;
1227
+ createdAt: string;
1228
+ updatedAt: string;
1229
+ startsOn: string | null;
1230
+ endsOn: string | null;
1231
+ inputs: {
1232
+ id: string;
1233
+ value: string | string[] | null;
1234
+ field: {
1235
+ code: string;
1236
+ required: boolean;
1237
+ id: string;
1238
+ visible: boolean;
1239
+ title: string;
1240
+ options: string[] | null;
1241
+ description: string | null;
1242
+ createdAt: string;
1243
+ updatedAt: string;
1244
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
1245
+ };
1246
+ createdAt: string;
1247
+ updatedAt: string;
1248
+ }[];
1249
+ }, {
1250
+ code: string;
1251
+ name: string;
1252
+ id: string;
1253
+ description: string | null;
1254
+ createdAt: string;
1255
+ updatedAt: string;
1256
+ startsOn: string | null;
1257
+ endsOn: string | null;
1258
+ inputs: {
1259
+ id: string;
1260
+ value: string | string[] | null;
1261
+ field: {
1262
+ code: string;
1263
+ required: boolean;
1264
+ id: string;
1265
+ visible: boolean;
1266
+ title: string;
1267
+ options: string[] | null;
1268
+ description: string | null;
1269
+ createdAt: string;
1270
+ updatedAt: string;
1271
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
1272
+ };
1273
+ createdAt: string;
1274
+ updatedAt: string;
1275
+ }[];
1276
+ }>, zod.ZodNullable<zod.ZodAny>]>>>;
1277
+ externalApiSetting: zod.ZodOptional<zod.ZodNullable<zod.ZodUnion<[zod.ZodObject<{
1278
+ id: zod.ZodString;
1279
+ httpMethod: zod.ZodEnum<["get", "post", "put", "delete", "patch"]>;
1280
+ url: zod.ZodString;
1281
+ headers: zod.ZodArray<zod.ZodObject<{
1282
+ key: zod.ZodString;
1283
+ value: zod.ZodString;
1284
+ }, "strip", zod.ZodTypeAny, {
1285
+ key: string;
1286
+ value: string;
1287
+ }, {
1288
+ key: string;
1289
+ value: string;
1290
+ }>, "many">;
1291
+ responseArray: zod.ZodBoolean;
1292
+ arrayJsonPath: zod.ZodNullable<zod.ZodString>;
1293
+ mappings: zod.ZodArray<zod.ZodObject<{
1294
+ formField: zod.ZodObject<{
1295
+ id: zod.ZodString;
1296
+ title: zod.ZodString;
1297
+ description: zod.ZodNullable<zod.ZodString>;
1298
+ fieldType: zod.ZodEnum<["text", "text_long", "number", "integer", "checkbox", "pull_down", "date", "file", "master", "user", "team", "ticket", "calculation", "button_api", "button_kintone"]>;
1299
+ required: zod.ZodBoolean;
1300
+ approver: zod.ZodBoolean;
1301
+ author: zod.ZodOptional<zod.ZodBoolean>;
1302
+ options: zod.ZodNullable<zod.ZodArray<zod.ZodString, "many">>;
1303
+ code: zod.ZodString;
1304
+ size: zod.ZodEnum<["full", "half"]>;
1305
+ regexpFormat: zod.ZodNullable<zod.ZodString>;
1306
+ formula: zod.ZodNullable<zod.ZodString>;
1307
+ defaultValue: zod.ZodNullable<zod.ZodString>;
1308
+ minValue: zod.ZodNullable<zod.ZodNumber>;
1309
+ maxValue: zod.ZodNullable<zod.ZodNumber>;
1310
+ minLength: zod.ZodNullable<zod.ZodNumber>;
1311
+ maxLength: zod.ZodNullable<zod.ZodNumber>;
1312
+ decimalDigit: zod.ZodNullable<zod.ZodNumber>;
1313
+ delimited: zod.ZodNullable<zod.ZodBoolean>;
1314
+ prefix: zod.ZodNullable<zod.ZodString>;
1315
+ suffix: zod.ZodNullable<zod.ZodString>;
1316
+ hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1317
+ readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1318
+ }, "strip", zod.ZodTypeAny, {
1319
+ code: string;
1320
+ required: boolean;
1321
+ id: string;
1322
+ title: string;
1323
+ prefix: string | null;
1324
+ options: string[] | null;
1325
+ size: "full" | "half";
1326
+ description: string | null;
1327
+ minLength: number | null;
1328
+ maxLength: number | null;
1329
+ defaultValue: string | null;
1330
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
1331
+ approver: boolean;
1332
+ regexpFormat: string | null;
1333
+ formula: string | null;
1334
+ minValue: number | null;
1335
+ maxValue: number | null;
1336
+ decimalDigit: number | null;
1337
+ delimited: boolean | null;
1338
+ suffix: string | null;
1339
+ hidden?: boolean | null | undefined;
1340
+ author?: boolean | undefined;
1341
+ readonlyOnUi?: boolean | null | undefined;
1342
+ }, {
1343
+ code: string;
1344
+ required: boolean;
1345
+ id: string;
1346
+ title: string;
1347
+ prefix: string | null;
1348
+ options: string[] | null;
1349
+ size: "full" | "half";
1350
+ description: string | null;
1351
+ minLength: number | null;
1352
+ maxLength: number | null;
1353
+ defaultValue: string | null;
1354
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
1355
+ approver: boolean;
1356
+ regexpFormat: string | null;
1357
+ formula: string | null;
1358
+ minValue: number | null;
1359
+ maxValue: number | null;
1360
+ decimalDigit: number | null;
1361
+ delimited: boolean | null;
1362
+ suffix: string | null;
1363
+ hidden?: boolean | null | undefined;
1364
+ author?: boolean | undefined;
1365
+ readonlyOnUi?: boolean | null | undefined;
1366
+ }>;
1367
+ jsonPath: zod.ZodString;
1368
+ displayInTable: zod.ZodBoolean;
1369
+ title: zod.ZodNullable<zod.ZodString>;
1370
+ }, "strip", zod.ZodTypeAny, {
1371
+ title: string | null;
1372
+ formField: {
1373
+ code: string;
1374
+ required: boolean;
1375
+ id: string;
1376
+ title: string;
1377
+ prefix: string | null;
1378
+ options: string[] | null;
1379
+ size: "full" | "half";
1380
+ description: string | null;
1381
+ minLength: number | null;
1382
+ maxLength: number | null;
1383
+ defaultValue: string | null;
1384
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
1385
+ approver: boolean;
1386
+ regexpFormat: string | null;
1387
+ formula: string | null;
1388
+ minValue: number | null;
1389
+ maxValue: number | null;
1390
+ decimalDigit: number | null;
1391
+ delimited: boolean | null;
1392
+ suffix: string | null;
1393
+ hidden?: boolean | null | undefined;
1394
+ author?: boolean | undefined;
1395
+ readonlyOnUi?: boolean | null | undefined;
1396
+ };
1397
+ jsonPath: string;
1398
+ displayInTable: boolean;
1399
+ }, {
1400
+ title: string | null;
1401
+ formField: {
1402
+ code: string;
1403
+ required: boolean;
1404
+ id: string;
1405
+ title: string;
1406
+ prefix: string | null;
1407
+ options: string[] | null;
1408
+ size: "full" | "half";
1409
+ description: string | null;
1410
+ minLength: number | null;
1411
+ maxLength: number | null;
1412
+ defaultValue: string | null;
1413
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
1414
+ approver: boolean;
1415
+ regexpFormat: string | null;
1416
+ formula: string | null;
1417
+ minValue: number | null;
1418
+ maxValue: number | null;
1419
+ decimalDigit: number | null;
1420
+ delimited: boolean | null;
1421
+ suffix: string | null;
1422
+ hidden?: boolean | null | undefined;
1423
+ author?: boolean | undefined;
1424
+ readonlyOnUi?: boolean | null | undefined;
1425
+ };
1426
+ jsonPath: string;
1427
+ displayInTable: boolean;
1428
+ }>, "many">;
1429
+ }, "strip", zod.ZodTypeAny, {
1430
+ id: string;
1431
+ url: string;
1432
+ headers: {
1433
+ key: string;
1434
+ value: string;
1435
+ }[];
1436
+ httpMethod: "get" | "delete" | "post" | "put" | "patch";
1437
+ responseArray: boolean;
1438
+ arrayJsonPath: string | null;
1439
+ mappings: {
1440
+ title: string | null;
1441
+ formField: {
1442
+ code: string;
1443
+ required: boolean;
1444
+ id: string;
1445
+ title: string;
1446
+ prefix: string | null;
1447
+ options: string[] | null;
1448
+ size: "full" | "half";
1449
+ description: string | null;
1450
+ minLength: number | null;
1451
+ maxLength: number | null;
1452
+ defaultValue: string | null;
1453
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
1454
+ approver: boolean;
1455
+ regexpFormat: string | null;
1456
+ formula: string | null;
1457
+ minValue: number | null;
1458
+ maxValue: number | null;
1459
+ decimalDigit: number | null;
1460
+ delimited: boolean | null;
1461
+ suffix: string | null;
1462
+ hidden?: boolean | null | undefined;
1463
+ author?: boolean | undefined;
1464
+ readonlyOnUi?: boolean | null | undefined;
1465
+ };
1466
+ jsonPath: string;
1467
+ displayInTable: boolean;
1468
+ }[];
1469
+ }, {
1470
+ id: string;
1471
+ url: string;
1472
+ headers: {
1473
+ key: string;
1474
+ value: string;
1475
+ }[];
1476
+ httpMethod: "get" | "delete" | "post" | "put" | "patch";
1477
+ responseArray: boolean;
1478
+ arrayJsonPath: string | null;
1479
+ mappings: {
1480
+ title: string | null;
1481
+ formField: {
1482
+ code: string;
1483
+ required: boolean;
1484
+ id: string;
1485
+ title: string;
1486
+ prefix: string | null;
1487
+ options: string[] | null;
1488
+ size: "full" | "half";
1489
+ description: string | null;
1490
+ minLength: number | null;
1491
+ maxLength: number | null;
1492
+ defaultValue: string | null;
1493
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
1494
+ approver: boolean;
1495
+ regexpFormat: string | null;
1496
+ formula: string | null;
1497
+ minValue: number | null;
1498
+ maxValue: number | null;
1499
+ decimalDigit: number | null;
1500
+ delimited: boolean | null;
1501
+ suffix: string | null;
1502
+ hidden?: boolean | null | undefined;
1503
+ author?: boolean | undefined;
1504
+ readonlyOnUi?: boolean | null | undefined;
1505
+ };
1506
+ jsonPath: string;
1507
+ displayInTable: boolean;
1508
+ }[];
1509
+ }>, zod.ZodNullable<zod.ZodAny>]>>>;
1510
+ kintoneAppSetting: zod.ZodOptional<zod.ZodNullable<zod.ZodUnion<[zod.ZodObject<{
1511
+ id: zod.ZodString;
1512
+ formField: zod.ZodObject<{
1513
+ id: zod.ZodString;
1514
+ title: zod.ZodString;
1515
+ description: zod.ZodNullable<zod.ZodString>;
1516
+ fieldType: zod.ZodEnum<["text", "text_long", "number", "integer", "checkbox", "pull_down", "date", "file", "master", "user", "team", "ticket", "calculation", "button_api", "button_kintone"]>;
1517
+ required: zod.ZodBoolean;
1518
+ approver: zod.ZodBoolean;
1519
+ author: zod.ZodOptional<zod.ZodBoolean>;
1520
+ options: zod.ZodNullable<zod.ZodArray<zod.ZodString, "many">>;
1521
+ code: zod.ZodString;
1522
+ size: zod.ZodEnum<["full", "half"]>;
1523
+ regexpFormat: zod.ZodNullable<zod.ZodString>;
1524
+ formula: zod.ZodNullable<zod.ZodString>;
1525
+ defaultValue: zod.ZodNullable<zod.ZodString>;
1526
+ minValue: zod.ZodNullable<zod.ZodNumber>;
1527
+ maxValue: zod.ZodNullable<zod.ZodNumber>;
1528
+ minLength: zod.ZodNullable<zod.ZodNumber>;
1529
+ maxLength: zod.ZodNullable<zod.ZodNumber>;
1530
+ decimalDigit: zod.ZodNullable<zod.ZodNumber>;
1531
+ delimited: zod.ZodNullable<zod.ZodBoolean>;
1532
+ prefix: zod.ZodNullable<zod.ZodString>;
1533
+ suffix: zod.ZodNullable<zod.ZodString>;
1534
+ hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1535
+ readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1536
+ }, "strip", zod.ZodTypeAny, {
1537
+ code: string;
1538
+ required: boolean;
1539
+ id: string;
1540
+ title: string;
1541
+ prefix: string | null;
1542
+ options: string[] | null;
1543
+ size: "full" | "half";
1544
+ description: string | null;
1545
+ minLength: number | null;
1546
+ maxLength: number | null;
1547
+ defaultValue: string | null;
1548
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
1549
+ approver: boolean;
1550
+ regexpFormat: string | null;
1551
+ formula: string | null;
1552
+ minValue: number | null;
1553
+ maxValue: number | null;
1554
+ decimalDigit: number | null;
1555
+ delimited: boolean | null;
1556
+ suffix: string | null;
1557
+ hidden?: boolean | null | undefined;
1558
+ author?: boolean | undefined;
1559
+ readonlyOnUi?: boolean | null | undefined;
1560
+ }, {
1561
+ code: string;
1562
+ required: boolean;
1563
+ id: string;
1564
+ title: string;
1565
+ prefix: string | null;
1566
+ options: string[] | null;
1567
+ size: "full" | "half";
1568
+ description: string | null;
1569
+ minLength: number | null;
1570
+ maxLength: number | null;
1571
+ defaultValue: string | null;
1572
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
1573
+ approver: boolean;
1574
+ regexpFormat: string | null;
1575
+ formula: string | null;
1576
+ minValue: number | null;
1577
+ maxValue: number | null;
1578
+ decimalDigit: number | null;
1579
+ delimited: boolean | null;
1580
+ suffix: string | null;
1581
+ hidden?: boolean | null | undefined;
1582
+ author?: boolean | undefined;
1583
+ readonlyOnUi?: boolean | null | undefined;
1584
+ }>;
1585
+ kintoneApp: zod.ZodObject<{
1586
+ id: zod.ZodString;
1587
+ name: zod.ZodString;
1588
+ domain: zod.ZodString;
1589
+ appId: zod.ZodString;
1590
+ }, "strip", zod.ZodTypeAny, {
1591
+ name: string;
1592
+ id: string;
1593
+ domain: string;
1594
+ appId: string;
1595
+ }, {
1596
+ name: string;
1597
+ id: string;
1598
+ domain: string;
1599
+ appId: string;
1600
+ }>;
1601
+ mappings: zod.ZodArray<zod.ZodObject<{
1602
+ id: zod.ZodString;
1603
+ displayInTable: zod.ZodBoolean;
1604
+ kintoneFieldCode: zod.ZodString;
1605
+ kintoneFieldName: zod.ZodString;
1606
+ kintoneFieldType: zod.ZodString;
1607
+ formField: zod.ZodObject<{
1608
+ id: zod.ZodString;
1609
+ title: zod.ZodString;
1610
+ description: zod.ZodNullable<zod.ZodString>;
1611
+ fieldType: zod.ZodEnum<["text", "text_long", "number", "integer", "checkbox", "pull_down", "date", "file", "master", "user", "team", "ticket", "calculation", "button_api", "button_kintone"]>;
1612
+ required: zod.ZodBoolean;
1613
+ approver: zod.ZodBoolean;
1614
+ author: zod.ZodOptional<zod.ZodBoolean>;
1615
+ options: zod.ZodNullable<zod.ZodArray<zod.ZodString, "many">>;
1616
+ code: zod.ZodString;
1617
+ size: zod.ZodEnum<["full", "half"]>;
1618
+ regexpFormat: zod.ZodNullable<zod.ZodString>;
1619
+ formula: zod.ZodNullable<zod.ZodString>;
1620
+ defaultValue: zod.ZodNullable<zod.ZodString>;
1621
+ minValue: zod.ZodNullable<zod.ZodNumber>;
1622
+ maxValue: zod.ZodNullable<zod.ZodNumber>;
1623
+ minLength: zod.ZodNullable<zod.ZodNumber>;
1624
+ maxLength: zod.ZodNullable<zod.ZodNumber>;
1625
+ decimalDigit: zod.ZodNullable<zod.ZodNumber>;
1626
+ delimited: zod.ZodNullable<zod.ZodBoolean>;
1627
+ prefix: zod.ZodNullable<zod.ZodString>;
1628
+ suffix: zod.ZodNullable<zod.ZodString>;
1629
+ hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1630
+ readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1631
+ }, "strip", zod.ZodTypeAny, {
1632
+ code: string;
1633
+ required: boolean;
1634
+ id: string;
1635
+ title: string;
1636
+ prefix: string | null;
1637
+ options: string[] | null;
1638
+ size: "full" | "half";
1639
+ description: string | null;
1640
+ minLength: number | null;
1641
+ maxLength: number | null;
1642
+ defaultValue: string | null;
1643
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
1644
+ approver: boolean;
1645
+ regexpFormat: string | null;
1646
+ formula: string | null;
1647
+ minValue: number | null;
1648
+ maxValue: number | null;
1649
+ decimalDigit: number | null;
1650
+ delimited: boolean | null;
1651
+ suffix: string | null;
1652
+ hidden?: boolean | null | undefined;
1653
+ author?: boolean | undefined;
1654
+ readonlyOnUi?: boolean | null | undefined;
1655
+ }, {
1656
+ code: string;
1657
+ required: boolean;
1658
+ id: string;
1659
+ title: string;
1660
+ prefix: string | null;
1661
+ options: string[] | null;
1662
+ size: "full" | "half";
1663
+ description: string | null;
1664
+ minLength: number | null;
1665
+ maxLength: number | null;
1666
+ defaultValue: string | null;
1667
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
1668
+ approver: boolean;
1669
+ regexpFormat: string | null;
1670
+ formula: string | null;
1671
+ minValue: number | null;
1672
+ maxValue: number | null;
1673
+ decimalDigit: number | null;
1674
+ delimited: boolean | null;
1675
+ suffix: string | null;
1676
+ hidden?: boolean | null | undefined;
1677
+ author?: boolean | undefined;
1678
+ readonlyOnUi?: boolean | null | undefined;
1679
+ }>;
1680
+ }, "strip", zod.ZodTypeAny, {
1681
+ id: string;
1682
+ formField: {
1683
+ code: string;
1684
+ required: boolean;
1685
+ id: string;
1686
+ title: string;
1687
+ prefix: string | null;
1688
+ options: string[] | null;
1689
+ size: "full" | "half";
1690
+ description: string | null;
1691
+ minLength: number | null;
1692
+ maxLength: number | null;
1693
+ defaultValue: string | null;
1694
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
1695
+ approver: boolean;
1696
+ regexpFormat: string | null;
1697
+ formula: string | null;
1698
+ minValue: number | null;
1699
+ maxValue: number | null;
1700
+ decimalDigit: number | null;
1701
+ delimited: boolean | null;
1702
+ suffix: string | null;
1703
+ hidden?: boolean | null | undefined;
1704
+ author?: boolean | undefined;
1705
+ readonlyOnUi?: boolean | null | undefined;
1706
+ };
1707
+ displayInTable: boolean;
1708
+ kintoneFieldCode: string;
1709
+ kintoneFieldName: string;
1710
+ kintoneFieldType: string;
1711
+ }, {
1712
+ id: string;
1713
+ formField: {
1714
+ code: string;
1715
+ required: boolean;
1716
+ id: string;
1717
+ title: string;
1718
+ prefix: string | null;
1719
+ options: string[] | null;
1720
+ size: "full" | "half";
1721
+ description: string | null;
1722
+ minLength: number | null;
1723
+ maxLength: number | null;
1724
+ defaultValue: string | null;
1725
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
1726
+ approver: boolean;
1727
+ regexpFormat: string | null;
1728
+ formula: string | null;
1729
+ minValue: number | null;
1730
+ maxValue: number | null;
1731
+ decimalDigit: number | null;
1732
+ delimited: boolean | null;
1733
+ suffix: string | null;
1734
+ hidden?: boolean | null | undefined;
1735
+ author?: boolean | undefined;
1736
+ readonlyOnUi?: boolean | null | undefined;
1737
+ };
1738
+ displayInTable: boolean;
1739
+ kintoneFieldCode: string;
1740
+ kintoneFieldName: string;
1741
+ kintoneFieldType: string;
1742
+ }>, "many">;
1743
+ }, "strip", zod.ZodTypeAny, {
1744
+ id: string;
1745
+ formField: {
1746
+ code: string;
1747
+ required: boolean;
1748
+ id: string;
1749
+ title: string;
1750
+ prefix: string | null;
1751
+ options: string[] | null;
1752
+ size: "full" | "half";
1753
+ description: string | null;
1754
+ minLength: number | null;
1755
+ maxLength: number | null;
1756
+ defaultValue: string | null;
1757
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
1758
+ approver: boolean;
1759
+ regexpFormat: string | null;
1760
+ formula: string | null;
1761
+ minValue: number | null;
1762
+ maxValue: number | null;
1763
+ decimalDigit: number | null;
1764
+ delimited: boolean | null;
1765
+ suffix: string | null;
1766
+ hidden?: boolean | null | undefined;
1767
+ author?: boolean | undefined;
1768
+ readonlyOnUi?: boolean | null | undefined;
1769
+ };
1770
+ mappings: {
1771
+ id: string;
1772
+ formField: {
1773
+ code: string;
1774
+ required: boolean;
1775
+ id: string;
1776
+ title: string;
1777
+ prefix: string | null;
1778
+ options: string[] | null;
1779
+ size: "full" | "half";
1780
+ description: string | null;
1781
+ minLength: number | null;
1782
+ maxLength: number | null;
1783
+ defaultValue: string | null;
1784
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
1785
+ approver: boolean;
1786
+ regexpFormat: string | null;
1787
+ formula: string | null;
1788
+ minValue: number | null;
1789
+ maxValue: number | null;
1790
+ decimalDigit: number | null;
1791
+ delimited: boolean | null;
1792
+ suffix: string | null;
1793
+ hidden?: boolean | null | undefined;
1794
+ author?: boolean | undefined;
1795
+ readonlyOnUi?: boolean | null | undefined;
1796
+ };
1797
+ displayInTable: boolean;
1798
+ kintoneFieldCode: string;
1799
+ kintoneFieldName: string;
1800
+ kintoneFieldType: string;
1801
+ }[];
1802
+ kintoneApp: {
1803
+ name: string;
1804
+ id: string;
1805
+ domain: string;
1806
+ appId: string;
1807
+ };
1808
+ }, {
1809
+ id: string;
1810
+ formField: {
1811
+ code: string;
1812
+ required: boolean;
1813
+ id: string;
1814
+ title: string;
1815
+ prefix: string | null;
1816
+ options: string[] | null;
1817
+ size: "full" | "half";
1818
+ description: string | null;
1819
+ minLength: number | null;
1820
+ maxLength: number | null;
1821
+ defaultValue: string | null;
1822
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
1823
+ approver: boolean;
1824
+ regexpFormat: string | null;
1825
+ formula: string | null;
1826
+ minValue: number | null;
1827
+ maxValue: number | null;
1828
+ decimalDigit: number | null;
1829
+ delimited: boolean | null;
1830
+ suffix: string | null;
1831
+ hidden?: boolean | null | undefined;
1832
+ author?: boolean | undefined;
1833
+ readonlyOnUi?: boolean | null | undefined;
1834
+ };
1835
+ mappings: {
1836
+ id: string;
1837
+ formField: {
1838
+ code: string;
1839
+ required: boolean;
1840
+ id: string;
1841
+ title: string;
1842
+ prefix: string | null;
1843
+ options: string[] | null;
1844
+ size: "full" | "half";
1845
+ description: string | null;
1846
+ minLength: number | null;
1847
+ maxLength: number | null;
1848
+ defaultValue: string | null;
1849
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
1850
+ approver: boolean;
1851
+ regexpFormat: string | null;
1852
+ formula: string | null;
1853
+ minValue: number | null;
1854
+ maxValue: number | null;
1855
+ decimalDigit: number | null;
1856
+ delimited: boolean | null;
1857
+ suffix: string | null;
1858
+ hidden?: boolean | null | undefined;
1859
+ author?: boolean | undefined;
1860
+ readonlyOnUi?: boolean | null | undefined;
1861
+ };
1862
+ displayInTable: boolean;
1863
+ kintoneFieldCode: string;
1864
+ kintoneFieldName: string;
1865
+ kintoneFieldType: string;
1866
+ }[];
1867
+ kintoneApp: {
1868
+ name: string;
1869
+ id: string;
1870
+ domain: string;
1871
+ appId: string;
1872
+ };
1873
+ }>, zod.ZodNullable<zod.ZodAny>]>>>;
1874
+ climberCloudSetting: zod.ZodOptional<zod.ZodNullable<zod.ZodUnion<[zod.ZodObject<{
1875
+ id: zod.ZodString;
1876
+ contentsId: zod.ZodOptional<zod.ZodString>;
1877
+ formField: zod.ZodOptional<zod.ZodObject<{
1878
+ id: zod.ZodString;
1879
+ title: zod.ZodString;
1880
+ description: zod.ZodNullable<zod.ZodString>;
1881
+ fieldType: zod.ZodEnum<["text", "text_long", "number", "integer", "checkbox", "pull_down", "date", "file", "master", "user", "team", "ticket", "calculation", "button_api", "button_kintone"]>;
1882
+ required: zod.ZodBoolean;
1883
+ approver: zod.ZodBoolean;
1884
+ author: zod.ZodOptional<zod.ZodBoolean>;
1885
+ options: zod.ZodNullable<zod.ZodArray<zod.ZodString, "many">>;
1886
+ code: zod.ZodString;
1887
+ size: zod.ZodEnum<["full", "half"]>;
1888
+ regexpFormat: zod.ZodNullable<zod.ZodString>;
1889
+ formula: zod.ZodNullable<zod.ZodString>;
1890
+ defaultValue: zod.ZodNullable<zod.ZodString>;
1891
+ minValue: zod.ZodNullable<zod.ZodNumber>;
1892
+ maxValue: zod.ZodNullable<zod.ZodNumber>;
1893
+ minLength: zod.ZodNullable<zod.ZodNumber>;
1894
+ maxLength: zod.ZodNullable<zod.ZodNumber>;
1895
+ decimalDigit: zod.ZodNullable<zod.ZodNumber>;
1896
+ delimited: zod.ZodNullable<zod.ZodBoolean>;
1897
+ prefix: zod.ZodNullable<zod.ZodString>;
1898
+ suffix: zod.ZodNullable<zod.ZodString>;
1899
+ hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1900
+ readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1901
+ }, "strip", zod.ZodTypeAny, {
1902
+ code: string;
1903
+ required: boolean;
1904
+ id: string;
1905
+ title: string;
1906
+ prefix: string | null;
1907
+ options: string[] | null;
1908
+ size: "full" | "half";
1909
+ description: string | null;
1910
+ minLength: number | null;
1911
+ maxLength: number | null;
1912
+ defaultValue: string | null;
1913
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
1914
+ approver: boolean;
1915
+ regexpFormat: string | null;
1916
+ formula: string | null;
1917
+ minValue: number | null;
1918
+ maxValue: number | null;
1919
+ decimalDigit: number | null;
1920
+ delimited: boolean | null;
1921
+ suffix: string | null;
1922
+ hidden?: boolean | null | undefined;
1923
+ author?: boolean | undefined;
1924
+ readonlyOnUi?: boolean | null | undefined;
1925
+ }, {
1926
+ code: string;
1927
+ required: boolean;
1928
+ id: string;
1929
+ title: string;
1930
+ prefix: string | null;
1931
+ options: string[] | null;
1932
+ size: "full" | "half";
1933
+ description: string | null;
1934
+ minLength: number | null;
1935
+ maxLength: number | null;
1936
+ defaultValue: string | null;
1937
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
1938
+ approver: boolean;
1939
+ regexpFormat: string | null;
1940
+ formula: string | null;
1941
+ minValue: number | null;
1942
+ maxValue: number | null;
1943
+ decimalDigit: number | null;
1944
+ delimited: boolean | null;
1945
+ suffix: string | null;
1946
+ hidden?: boolean | null | undefined;
1947
+ author?: boolean | undefined;
1948
+ readonlyOnUi?: boolean | null | undefined;
1949
+ }>>;
1950
+ mappings: zod.ZodArray<zod.ZodObject<{
1951
+ formField: zod.ZodObject<{
1952
+ id: zod.ZodString;
1953
+ title: zod.ZodString;
1954
+ description: zod.ZodNullable<zod.ZodString>;
1955
+ fieldType: zod.ZodEnum<["text", "text_long", "number", "integer", "checkbox", "pull_down", "date", "file", "master", "user", "team", "ticket", "calculation", "button_api", "button_kintone"]>;
1956
+ required: zod.ZodBoolean;
1957
+ approver: zod.ZodBoolean;
1958
+ author: zod.ZodOptional<zod.ZodBoolean>;
1959
+ options: zod.ZodNullable<zod.ZodArray<zod.ZodString, "many">>;
1960
+ code: zod.ZodString;
1961
+ size: zod.ZodEnum<["full", "half"]>;
1962
+ regexpFormat: zod.ZodNullable<zod.ZodString>;
1963
+ formula: zod.ZodNullable<zod.ZodString>;
1964
+ defaultValue: zod.ZodNullable<zod.ZodString>;
1965
+ minValue: zod.ZodNullable<zod.ZodNumber>;
1966
+ maxValue: zod.ZodNullable<zod.ZodNumber>;
1967
+ minLength: zod.ZodNullable<zod.ZodNumber>;
1968
+ maxLength: zod.ZodNullable<zod.ZodNumber>;
1969
+ decimalDigit: zod.ZodNullable<zod.ZodNumber>;
1970
+ delimited: zod.ZodNullable<zod.ZodBoolean>;
1971
+ prefix: zod.ZodNullable<zod.ZodString>;
1972
+ suffix: zod.ZodNullable<zod.ZodString>;
1973
+ hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1974
+ readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1975
+ }, "strip", zod.ZodTypeAny, {
1976
+ code: string;
1977
+ required: boolean;
1978
+ id: string;
1979
+ title: string;
1980
+ prefix: string | null;
1981
+ options: string[] | null;
1982
+ size: "full" | "half";
1983
+ description: string | null;
1984
+ minLength: number | null;
1985
+ maxLength: number | null;
1986
+ defaultValue: string | null;
1987
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
1988
+ approver: boolean;
1989
+ regexpFormat: string | null;
1990
+ formula: string | null;
1991
+ minValue: number | null;
1992
+ maxValue: number | null;
1993
+ decimalDigit: number | null;
1994
+ delimited: boolean | null;
1995
+ suffix: string | null;
1996
+ hidden?: boolean | null | undefined;
1997
+ author?: boolean | undefined;
1998
+ readonlyOnUi?: boolean | null | undefined;
1999
+ }, {
2000
+ code: string;
2001
+ required: boolean;
2002
+ id: string;
2003
+ title: string;
2004
+ prefix: string | null;
2005
+ options: string[] | null;
2006
+ size: "full" | "half";
2007
+ description: string | null;
2008
+ minLength: number | null;
2009
+ maxLength: number | null;
2010
+ defaultValue: string | null;
2011
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
2012
+ approver: boolean;
2013
+ regexpFormat: string | null;
2014
+ formula: string | null;
2015
+ minValue: number | null;
2016
+ maxValue: number | null;
2017
+ decimalDigit: number | null;
2018
+ delimited: boolean | null;
2019
+ suffix: string | null;
2020
+ hidden?: boolean | null | undefined;
2021
+ author?: boolean | undefined;
2022
+ readonlyOnUi?: boolean | null | undefined;
2023
+ }>;
2024
+ order: zod.ZodNumber;
2025
+ }, "strip", zod.ZodTypeAny, {
2026
+ order: number;
2027
+ formField: {
2028
+ code: string;
2029
+ required: boolean;
2030
+ id: string;
2031
+ title: string;
2032
+ prefix: string | null;
2033
+ options: string[] | null;
2034
+ size: "full" | "half";
2035
+ description: string | null;
2036
+ minLength: number | null;
2037
+ maxLength: number | null;
2038
+ defaultValue: string | null;
2039
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
2040
+ approver: boolean;
2041
+ regexpFormat: string | null;
2042
+ formula: string | null;
2043
+ minValue: number | null;
2044
+ maxValue: number | null;
2045
+ decimalDigit: number | null;
2046
+ delimited: boolean | null;
2047
+ suffix: string | null;
2048
+ hidden?: boolean | null | undefined;
2049
+ author?: boolean | undefined;
2050
+ readonlyOnUi?: boolean | null | undefined;
2051
+ };
2052
+ }, {
2053
+ order: number;
2054
+ formField: {
2055
+ code: string;
2056
+ required: boolean;
2057
+ id: string;
2058
+ title: string;
2059
+ prefix: string | null;
2060
+ options: string[] | null;
2061
+ size: "full" | "half";
2062
+ description: string | null;
2063
+ minLength: number | null;
2064
+ maxLength: number | null;
2065
+ defaultValue: string | null;
2066
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
2067
+ approver: boolean;
2068
+ regexpFormat: string | null;
2069
+ formula: string | null;
2070
+ minValue: number | null;
2071
+ maxValue: number | null;
2072
+ decimalDigit: number | null;
2073
+ delimited: boolean | null;
2074
+ suffix: string | null;
2075
+ hidden?: boolean | null | undefined;
2076
+ author?: boolean | undefined;
2077
+ readonlyOnUi?: boolean | null | undefined;
2078
+ };
2079
+ }>, "many">;
2080
+ }, "strip", zod.ZodTypeAny, {
2081
+ id: string;
2082
+ mappings: {
2083
+ order: number;
2084
+ formField: {
2085
+ code: string;
2086
+ required: boolean;
2087
+ id: string;
2088
+ title: string;
2089
+ prefix: string | null;
2090
+ options: string[] | null;
2091
+ size: "full" | "half";
2092
+ description: string | null;
2093
+ minLength: number | null;
2094
+ maxLength: number | null;
2095
+ defaultValue: string | null;
2096
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
2097
+ approver: boolean;
2098
+ regexpFormat: string | null;
2099
+ formula: string | null;
2100
+ minValue: number | null;
2101
+ maxValue: number | null;
2102
+ decimalDigit: number | null;
2103
+ delimited: boolean | null;
2104
+ suffix: string | null;
2105
+ hidden?: boolean | null | undefined;
2106
+ author?: boolean | undefined;
2107
+ readonlyOnUi?: boolean | null | undefined;
2108
+ };
2109
+ }[];
2110
+ formField?: {
2111
+ code: string;
2112
+ required: boolean;
2113
+ id: string;
2114
+ title: string;
2115
+ prefix: string | null;
2116
+ options: string[] | null;
2117
+ size: "full" | "half";
2118
+ description: string | null;
2119
+ minLength: number | null;
2120
+ maxLength: number | null;
2121
+ defaultValue: string | null;
2122
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
2123
+ approver: boolean;
2124
+ regexpFormat: string | null;
2125
+ formula: string | null;
2126
+ minValue: number | null;
2127
+ maxValue: number | null;
2128
+ decimalDigit: number | null;
2129
+ delimited: boolean | null;
2130
+ suffix: string | null;
2131
+ hidden?: boolean | null | undefined;
2132
+ author?: boolean | undefined;
2133
+ readonlyOnUi?: boolean | null | undefined;
2134
+ } | undefined;
2135
+ contentsId?: string | undefined;
2136
+ }, {
2137
+ id: string;
2138
+ mappings: {
2139
+ order: number;
2140
+ formField: {
2141
+ code: string;
2142
+ required: boolean;
2143
+ id: string;
2144
+ title: string;
2145
+ prefix: string | null;
2146
+ options: string[] | null;
2147
+ size: "full" | "half";
2148
+ description: string | null;
2149
+ minLength: number | null;
2150
+ maxLength: number | null;
2151
+ defaultValue: string | null;
2152
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
2153
+ approver: boolean;
2154
+ regexpFormat: string | null;
2155
+ formula: string | null;
2156
+ minValue: number | null;
2157
+ maxValue: number | null;
2158
+ decimalDigit: number | null;
2159
+ delimited: boolean | null;
2160
+ suffix: string | null;
2161
+ hidden?: boolean | null | undefined;
2162
+ author?: boolean | undefined;
2163
+ readonlyOnUi?: boolean | null | undefined;
2164
+ };
2165
+ }[];
2166
+ formField?: {
2167
+ code: string;
2168
+ required: boolean;
2169
+ id: string;
2170
+ title: string;
2171
+ prefix: string | null;
2172
+ options: string[] | null;
2173
+ size: "full" | "half";
2174
+ description: string | null;
2175
+ minLength: number | null;
2176
+ maxLength: number | null;
2177
+ defaultValue: string | null;
2178
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
2179
+ approver: boolean;
2180
+ regexpFormat: string | null;
2181
+ formula: string | null;
2182
+ minValue: number | null;
2183
+ maxValue: number | null;
2184
+ decimalDigit: number | null;
2185
+ delimited: boolean | null;
2186
+ suffix: string | null;
2187
+ hidden?: boolean | null | undefined;
2188
+ author?: boolean | undefined;
2189
+ readonlyOnUi?: boolean | null | undefined;
2190
+ } | undefined;
2191
+ contentsId?: string | undefined;
2192
+ }>, zod.ZodNullable<zod.ZodAny>]>>>;
2193
+ }, "strip", zod.ZodTypeAny, {
2194
+ generalMaster?: any;
2195
+ defaultGeneralMasterItem?: any;
2196
+ externalApiSetting?: any;
2197
+ kintoneAppSetting?: any;
2198
+ climberCloudSetting?: any;
2199
+ }, {
2200
+ generalMaster?: any;
2201
+ defaultGeneralMasterItem?: any;
2202
+ externalApiSetting?: any;
2203
+ kintoneAppSetting?: any;
2204
+ climberCloudSetting?: any;
2205
+ }>>, "many">>;
2206
+ conditional: zod.ZodOptional<zod.ZodBoolean>;
2207
+ conditionAllOf: zod.ZodOptional<zod.ZodBoolean>;
2208
+ slipFields: zod.ZodOptional<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
2209
+ id: zod.ZodString;
2210
+ fieldType: zod.ZodEnum<["text", "number", "integer", "calculation", "pull_down", "checkbox", "date", "file", "master", "user", "team", "ticket"]>;
2211
+ code: zod.ZodString;
2212
+ title: zod.ZodString;
2213
+ required: zod.ZodBoolean;
2214
+ showTotal: zod.ZodBoolean;
2215
+ options: zod.ZodArray<zod.ZodString, "many">;
2216
+ regexpFormat: zod.ZodNullable<zod.ZodString>;
2217
+ formula: zod.ZodNullable<zod.ZodString>;
2218
+ maxValue: zod.ZodNullable<zod.ZodNumber>;
2219
+ minValue: zod.ZodNullable<zod.ZodNumber>;
2220
+ defaultValue: zod.ZodNullable<zod.ZodString>;
2221
+ decimalDigit: zod.ZodNullable<zod.ZodNumber>;
2222
+ delimited: zod.ZodNullable<zod.ZodBoolean>;
2223
+ allowedExtensions: zod.ZodArray<zod.ZodString, "many">;
2224
+ prefix: zod.ZodNullable<zod.ZodString>;
2225
+ suffix: zod.ZodNullable<zod.ZodString>;
2226
+ approver: zod.ZodBoolean;
2227
+ author: zod.ZodOptional<zod.ZodBoolean>;
2228
+ hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2229
+ readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2230
+ }, "strip", zod.ZodTypeAny, {
2231
+ code: string;
2232
+ required: boolean;
2233
+ id: string;
2234
+ title: string;
2235
+ prefix: string | null;
2236
+ options: string[];
2237
+ defaultValue: string | null;
2238
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "checkbox" | "pull_down" | "ticket" | "calculation";
2239
+ approver: boolean;
2240
+ regexpFormat: string | null;
2241
+ formula: string | null;
2242
+ minValue: number | null;
2243
+ maxValue: number | null;
2244
+ decimalDigit: number | null;
2245
+ delimited: boolean | null;
2246
+ suffix: string | null;
2247
+ showTotal: boolean;
2248
+ allowedExtensions: string[];
2249
+ hidden?: boolean | null | undefined;
2250
+ author?: boolean | undefined;
2251
+ readonlyOnUi?: boolean | null | undefined;
2252
+ }, {
2253
+ code: string;
2254
+ required: boolean;
2255
+ id: string;
2256
+ title: string;
2257
+ prefix: string | null;
2258
+ options: string[];
2259
+ defaultValue: string | null;
2260
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "checkbox" | "pull_down" | "ticket" | "calculation";
2261
+ approver: boolean;
2262
+ regexpFormat: string | null;
2263
+ formula: string | null;
2264
+ minValue: number | null;
2265
+ maxValue: number | null;
2266
+ decimalDigit: number | null;
2267
+ delimited: boolean | null;
2268
+ suffix: string | null;
2269
+ showTotal: boolean;
2270
+ allowedExtensions: string[];
2271
+ hidden?: boolean | null | undefined;
2272
+ author?: boolean | undefined;
2273
+ readonlyOnUi?: boolean | null | undefined;
2274
+ }>, zod.ZodObject<{
2275
+ generalMaster: zod.ZodOptional<zod.ZodNullable<zod.ZodUnion<[zod.ZodObject<{
2276
+ id: zod.ZodString;
2277
+ code: zod.ZodString;
2278
+ name: zod.ZodString;
2279
+ description: zod.ZodNullable<zod.ZodString>;
2280
+ createdAt: zod.ZodString;
2281
+ updatedAt: zod.ZodString;
2282
+ fields: zod.ZodArray<zod.ZodObject<{
2283
+ id: zod.ZodString;
2284
+ title: zod.ZodString;
2285
+ description: zod.ZodNullable<zod.ZodString>;
2286
+ code: zod.ZodString;
2287
+ fieldType: zod.ZodEnum<["text", "text_long", "number", "integer", "checkbox", "pull_down", "date"]>;
2288
+ required: zod.ZodBoolean;
2289
+ visible: zod.ZodBoolean;
2290
+ options: zod.ZodNullable<zod.ZodArray<zod.ZodString, "many">>;
2291
+ createdAt: zod.ZodString;
2292
+ updatedAt: zod.ZodString;
2293
+ }, "strip", zod.ZodTypeAny, {
2294
+ code: string;
2295
+ required: boolean;
2296
+ id: string;
2297
+ visible: boolean;
2298
+ title: string;
2299
+ options: string[] | null;
2300
+ description: string | null;
2301
+ createdAt: string;
2302
+ updatedAt: string;
2303
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
2304
+ }, {
2305
+ code: string;
2306
+ required: boolean;
2307
+ id: string;
2308
+ visible: boolean;
2309
+ title: string;
2310
+ options: string[] | null;
2311
+ description: string | null;
2312
+ createdAt: string;
2313
+ updatedAt: string;
2314
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
2315
+ }>, "many">;
2316
+ }, "strip", zod.ZodTypeAny, {
2317
+ code: string;
2318
+ name: string;
2319
+ id: string;
2320
+ description: string | null;
2321
+ createdAt: string;
2322
+ updatedAt: string;
2323
+ fields: {
2324
+ code: string;
2325
+ required: boolean;
2326
+ id: string;
2327
+ visible: boolean;
2328
+ title: string;
2329
+ options: string[] | null;
2330
+ description: string | null;
2331
+ createdAt: string;
2332
+ updatedAt: string;
2333
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
2334
+ }[];
2335
+ }, {
2336
+ code: string;
2337
+ name: string;
2338
+ id: string;
2339
+ description: string | null;
2340
+ createdAt: string;
2341
+ updatedAt: string;
2342
+ fields: {
2343
+ code: string;
2344
+ required: boolean;
2345
+ id: string;
2346
+ visible: boolean;
2347
+ title: string;
2348
+ options: string[] | null;
2349
+ description: string | null;
2350
+ createdAt: string;
2351
+ updatedAt: string;
2352
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
2353
+ }[];
2354
+ }>, zod.ZodNullable<zod.ZodObject<{}, "strip", zod.ZodTypeAny, {}, {}>>]>>>;
2355
+ defaultGeneralMasterItem: zod.ZodOptional<zod.ZodNullable<zod.ZodUnion<[zod.ZodObject<{
2356
+ id: zod.ZodString;
2357
+ code: zod.ZodString;
2358
+ name: zod.ZodString;
2359
+ description: zod.ZodNullable<zod.ZodString>;
2360
+ createdAt: zod.ZodString;
2361
+ updatedAt: zod.ZodString;
2362
+ startsOn: zod.ZodNullable<zod.ZodString>;
2363
+ endsOn: zod.ZodNullable<zod.ZodString>;
2364
+ inputs: zod.ZodArray<zod.ZodObject<{
2365
+ id: zod.ZodString;
2366
+ value: zod.ZodUnion<[zod.ZodNullable<zod.ZodString>, zod.ZodArray<zod.ZodString, "many">]>;
2367
+ createdAt: zod.ZodString;
2368
+ updatedAt: zod.ZodString;
2369
+ field: zod.ZodObject<{
2370
+ id: zod.ZodString;
2371
+ title: zod.ZodString;
2372
+ description: zod.ZodNullable<zod.ZodString>;
2373
+ code: zod.ZodString;
2374
+ fieldType: zod.ZodEnum<["text", "text_long", "number", "integer", "checkbox", "pull_down", "date"]>;
2375
+ required: zod.ZodBoolean;
2376
+ visible: zod.ZodBoolean;
2377
+ options: zod.ZodNullable<zod.ZodArray<zod.ZodString, "many">>;
2378
+ createdAt: zod.ZodString;
2379
+ updatedAt: zod.ZodString;
2380
+ }, "strip", zod.ZodTypeAny, {
2381
+ code: string;
2382
+ required: boolean;
2383
+ id: string;
2384
+ visible: boolean;
2385
+ title: string;
2386
+ options: string[] | null;
2387
+ description: string | null;
2388
+ createdAt: string;
2389
+ updatedAt: string;
2390
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
2391
+ }, {
2392
+ code: string;
2393
+ required: boolean;
2394
+ id: string;
2395
+ visible: boolean;
2396
+ title: string;
2397
+ options: string[] | null;
2398
+ description: string | null;
2399
+ createdAt: string;
2400
+ updatedAt: string;
2401
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
2402
+ }>;
2403
+ }, "strip", zod.ZodTypeAny, {
2404
+ id: string;
2405
+ value: string | string[] | null;
2406
+ field: {
2407
+ code: string;
2408
+ required: boolean;
2409
+ id: string;
2410
+ visible: boolean;
2411
+ title: string;
2412
+ options: string[] | null;
2413
+ description: string | null;
2414
+ createdAt: string;
2415
+ updatedAt: string;
2416
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
2417
+ };
2418
+ createdAt: string;
2419
+ updatedAt: string;
2420
+ }, {
2421
+ id: string;
2422
+ value: string | string[] | null;
2423
+ field: {
2424
+ code: string;
2425
+ required: boolean;
2426
+ id: string;
2427
+ visible: boolean;
2428
+ title: string;
2429
+ options: string[] | null;
2430
+ description: string | null;
2431
+ createdAt: string;
2432
+ updatedAt: string;
2433
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
2434
+ };
2435
+ createdAt: string;
2436
+ updatedAt: string;
2437
+ }>, "many">;
2438
+ }, "strip", zod.ZodTypeAny, {
2439
+ code: string;
2440
+ name: string;
2441
+ id: string;
2442
+ description: string | null;
2443
+ createdAt: string;
2444
+ updatedAt: string;
2445
+ startsOn: string | null;
2446
+ endsOn: string | null;
2447
+ inputs: {
2448
+ id: string;
2449
+ value: string | string[] | null;
2450
+ field: {
2451
+ code: string;
2452
+ required: boolean;
2453
+ id: string;
2454
+ visible: boolean;
2455
+ title: string;
2456
+ options: string[] | null;
2457
+ description: string | null;
2458
+ createdAt: string;
2459
+ updatedAt: string;
2460
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
2461
+ };
2462
+ createdAt: string;
2463
+ updatedAt: string;
2464
+ }[];
2465
+ }, {
2466
+ code: string;
2467
+ name: string;
2468
+ id: string;
2469
+ description: string | null;
2470
+ createdAt: string;
2471
+ updatedAt: string;
2472
+ startsOn: string | null;
2473
+ endsOn: string | null;
2474
+ inputs: {
2475
+ id: string;
2476
+ value: string | string[] | null;
2477
+ field: {
2478
+ code: string;
2479
+ required: boolean;
2480
+ id: string;
2481
+ visible: boolean;
2482
+ title: string;
2483
+ options: string[] | null;
2484
+ description: string | null;
2485
+ createdAt: string;
2486
+ updatedAt: string;
2487
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
2488
+ };
2489
+ createdAt: string;
2490
+ updatedAt: string;
2491
+ }[];
2492
+ }>, zod.ZodNullable<zod.ZodObject<{}, "strip", zod.ZodTypeAny, {}, {}>>]>>>;
2493
+ }, "strip", zod.ZodTypeAny, {
2494
+ generalMaster?: {
2495
+ code: string;
2496
+ name: string;
2497
+ id: string;
2498
+ description: string | null;
2499
+ createdAt: string;
2500
+ updatedAt: string;
2501
+ fields: {
2502
+ code: string;
2503
+ required: boolean;
2504
+ id: string;
2505
+ visible: boolean;
2506
+ title: string;
2507
+ options: string[] | null;
2508
+ description: string | null;
2509
+ createdAt: string;
2510
+ updatedAt: string;
2511
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
2512
+ }[];
2513
+ } | {} | null | undefined;
2514
+ defaultGeneralMasterItem?: {
2515
+ code: string;
2516
+ name: string;
2517
+ id: string;
2518
+ description: string | null;
2519
+ createdAt: string;
2520
+ updatedAt: string;
2521
+ startsOn: string | null;
2522
+ endsOn: string | null;
2523
+ inputs: {
2524
+ id: string;
2525
+ value: string | string[] | null;
2526
+ field: {
2527
+ code: string;
2528
+ required: boolean;
2529
+ id: string;
2530
+ visible: boolean;
2531
+ title: string;
2532
+ options: string[] | null;
2533
+ description: string | null;
2534
+ createdAt: string;
2535
+ updatedAt: string;
2536
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
2537
+ };
2538
+ createdAt: string;
2539
+ updatedAt: string;
2540
+ }[];
2541
+ } | {} | null | undefined;
2542
+ }, {
2543
+ generalMaster?: {
2544
+ code: string;
2545
+ name: string;
2546
+ id: string;
2547
+ description: string | null;
2548
+ createdAt: string;
2549
+ updatedAt: string;
2550
+ fields: {
2551
+ code: string;
2552
+ required: boolean;
2553
+ id: string;
2554
+ visible: boolean;
2555
+ title: string;
2556
+ options: string[] | null;
2557
+ description: string | null;
2558
+ createdAt: string;
2559
+ updatedAt: string;
2560
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
2561
+ }[];
2562
+ } | {} | null | undefined;
2563
+ defaultGeneralMasterItem?: {
2564
+ code: string;
2565
+ name: string;
2566
+ id: string;
2567
+ description: string | null;
2568
+ createdAt: string;
2569
+ updatedAt: string;
2570
+ startsOn: string | null;
2571
+ endsOn: string | null;
2572
+ inputs: {
2573
+ id: string;
2574
+ value: string | string[] | null;
2575
+ field: {
2576
+ code: string;
2577
+ required: boolean;
2578
+ id: string;
2579
+ visible: boolean;
2580
+ title: string;
2581
+ options: string[] | null;
2582
+ description: string | null;
2583
+ createdAt: string;
2584
+ updatedAt: string;
2585
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
2586
+ };
2587
+ createdAt: string;
2588
+ updatedAt: string;
2589
+ }[];
2590
+ } | {} | null | undefined;
2591
+ }>>, "many">>;
2592
+ }, "strip", zod.ZodTypeAny, {
2593
+ title: string | null;
2594
+ description: string | null;
2595
+ sectionType: "form" | "slip";
2596
+ conditional?: boolean | undefined;
2597
+ id?: string | undefined;
2598
+ formFields?: ({
2599
+ code: string;
2600
+ required: boolean;
2601
+ id: string;
2602
+ title: string;
2603
+ prefix: string | null;
2604
+ options: string[] | null;
2605
+ size: "full" | "half";
2606
+ description: string | null;
2607
+ minLength: number | null;
2608
+ maxLength: number | null;
2609
+ defaultValue: string | null;
2610
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
2611
+ approver: boolean;
2612
+ regexpFormat: string | null;
2613
+ formula: string | null;
2614
+ minValue: number | null;
2615
+ maxValue: number | null;
2616
+ decimalDigit: number | null;
2617
+ delimited: boolean | null;
2618
+ suffix: string | null;
2619
+ hidden?: boolean | null | undefined;
2620
+ author?: boolean | undefined;
2621
+ readonlyOnUi?: boolean | null | undefined;
2622
+ } & {
2623
+ generalMaster?: any;
2624
+ defaultGeneralMasterItem?: any;
2625
+ externalApiSetting?: any;
2626
+ kintoneAppSetting?: any;
2627
+ climberCloudSetting?: any;
2628
+ })[] | undefined;
2629
+ conditionAllOf?: boolean | undefined;
2630
+ slipFields?: ({
2631
+ code: string;
2632
+ required: boolean;
2633
+ id: string;
2634
+ title: string;
2635
+ prefix: string | null;
2636
+ options: string[];
2637
+ defaultValue: string | null;
2638
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "checkbox" | "pull_down" | "ticket" | "calculation";
2639
+ approver: boolean;
2640
+ regexpFormat: string | null;
2641
+ formula: string | null;
2642
+ minValue: number | null;
2643
+ maxValue: number | null;
2644
+ decimalDigit: number | null;
2645
+ delimited: boolean | null;
2646
+ suffix: string | null;
2647
+ showTotal: boolean;
2648
+ allowedExtensions: string[];
2649
+ hidden?: boolean | null | undefined;
2650
+ author?: boolean | undefined;
2651
+ readonlyOnUi?: boolean | null | undefined;
2652
+ } & {
2653
+ generalMaster?: {
2654
+ code: string;
2655
+ name: string;
2656
+ id: string;
2657
+ description: string | null;
2658
+ createdAt: string;
2659
+ updatedAt: string;
2660
+ fields: {
2661
+ code: string;
2662
+ required: boolean;
2663
+ id: string;
2664
+ visible: boolean;
2665
+ title: string;
2666
+ options: string[] | null;
2667
+ description: string | null;
2668
+ createdAt: string;
2669
+ updatedAt: string;
2670
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
2671
+ }[];
2672
+ } | {} | null | undefined;
2673
+ defaultGeneralMasterItem?: {
2674
+ code: string;
2675
+ name: string;
2676
+ id: string;
2677
+ description: string | null;
2678
+ createdAt: string;
2679
+ updatedAt: string;
2680
+ startsOn: string | null;
2681
+ endsOn: string | null;
2682
+ inputs: {
2683
+ id: string;
2684
+ value: string | string[] | null;
2685
+ field: {
2686
+ code: string;
2687
+ required: boolean;
2688
+ id: string;
2689
+ visible: boolean;
2690
+ title: string;
2691
+ options: string[] | null;
2692
+ description: string | null;
2693
+ createdAt: string;
2694
+ updatedAt: string;
2695
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
2696
+ };
2697
+ createdAt: string;
2698
+ updatedAt: string;
2699
+ }[];
2700
+ } | {} | null | undefined;
2701
+ })[] | undefined;
2702
+ }, {
2703
+ title: string | null;
2704
+ description: string | null;
2705
+ sectionType: "form" | "slip";
2706
+ conditional?: boolean | undefined;
2707
+ id?: string | undefined;
2708
+ formFields?: ({
2709
+ code: string;
2710
+ required: boolean;
2711
+ id: string;
2712
+ title: string;
2713
+ prefix: string | null;
2714
+ options: string[] | null;
2715
+ size: "full" | "half";
2716
+ description: string | null;
2717
+ minLength: number | null;
2718
+ maxLength: number | null;
2719
+ defaultValue: string | null;
2720
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
2721
+ approver: boolean;
2722
+ regexpFormat: string | null;
2723
+ formula: string | null;
2724
+ minValue: number | null;
2725
+ maxValue: number | null;
2726
+ decimalDigit: number | null;
2727
+ delimited: boolean | null;
2728
+ suffix: string | null;
2729
+ hidden?: boolean | null | undefined;
2730
+ author?: boolean | undefined;
2731
+ readonlyOnUi?: boolean | null | undefined;
2732
+ } & {
2733
+ generalMaster?: any;
2734
+ defaultGeneralMasterItem?: any;
2735
+ externalApiSetting?: any;
2736
+ kintoneAppSetting?: any;
2737
+ climberCloudSetting?: any;
2738
+ })[] | undefined;
2739
+ conditionAllOf?: boolean | undefined;
2740
+ slipFields?: ({
2741
+ code: string;
2742
+ required: boolean;
2743
+ id: string;
2744
+ title: string;
2745
+ prefix: string | null;
2746
+ options: string[];
2747
+ defaultValue: string | null;
2748
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "checkbox" | "pull_down" | "ticket" | "calculation";
2749
+ approver: boolean;
2750
+ regexpFormat: string | null;
2751
+ formula: string | null;
2752
+ minValue: number | null;
2753
+ maxValue: number | null;
2754
+ decimalDigit: number | null;
2755
+ delimited: boolean | null;
2756
+ suffix: string | null;
2757
+ showTotal: boolean;
2758
+ allowedExtensions: string[];
2759
+ hidden?: boolean | null | undefined;
2760
+ author?: boolean | undefined;
2761
+ readonlyOnUi?: boolean | null | undefined;
2762
+ } & {
2763
+ generalMaster?: {
2764
+ code: string;
2765
+ name: string;
2766
+ id: string;
2767
+ description: string | null;
2768
+ createdAt: string;
2769
+ updatedAt: string;
2770
+ fields: {
2771
+ code: string;
2772
+ required: boolean;
2773
+ id: string;
2774
+ visible: boolean;
2775
+ title: string;
2776
+ options: string[] | null;
2777
+ description: string | null;
2778
+ createdAt: string;
2779
+ updatedAt: string;
2780
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
2781
+ }[];
2782
+ } | {} | null | undefined;
2783
+ defaultGeneralMasterItem?: {
2784
+ code: string;
2785
+ name: string;
2786
+ id: string;
2787
+ description: string | null;
2788
+ createdAt: string;
2789
+ updatedAt: string;
2790
+ startsOn: string | null;
2791
+ endsOn: string | null;
2792
+ inputs: {
2793
+ id: string;
2794
+ value: string | string[] | null;
2795
+ field: {
2796
+ code: string;
2797
+ required: boolean;
2798
+ id: string;
2799
+ visible: boolean;
2800
+ title: string;
2801
+ options: string[] | null;
2802
+ description: string | null;
2803
+ createdAt: string;
2804
+ updatedAt: string;
2805
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
2806
+ };
2807
+ createdAt: string;
2808
+ updatedAt: string;
2809
+ }[];
2810
+ } | {} | null | undefined;
2811
+ })[] | undefined;
2812
+ }>, "many">>;
2813
+ ticketViewers: zod.ZodArray<zod.ZodObject<{
2814
+ id: zod.ZodString;
2815
+ user: zod.ZodNullable<zod.ZodObject<{
2816
+ id: zod.ZodString;
2817
+ email: zod.ZodString;
2818
+ code: zod.ZodString;
2819
+ firstName: zod.ZodString;
2820
+ lastName: zod.ZodString;
2821
+ fullName: zod.ZodString;
2822
+ employeeId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2823
+ image: zod.ZodObject<{
2824
+ "100x100": zod.ZodNullable<zod.ZodString>;
2825
+ "64x64": zod.ZodNullable<zod.ZodString>;
2826
+ "32x32": zod.ZodNullable<zod.ZodString>;
2827
+ }, "strip", zod.ZodTypeAny, {
2828
+ "100x100": string | null;
2829
+ "64x64": string | null;
2830
+ "32x32": string | null;
2831
+ }, {
2832
+ "100x100": string | null;
2833
+ "64x64": string | null;
2834
+ "32x32": string | null;
2835
+ }>;
2836
+ status: zod.ZodEnum<["invited", "activated", "suspended", "deactivated"]>;
2837
+ locale: zod.ZodString;
2838
+ createdAt: zod.ZodString;
2839
+ updatedAt: zod.ZodString;
2840
+ deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2841
+ }, "strip", zod.ZodTypeAny, {
2842
+ code: string;
2843
+ id: string;
2844
+ image: {
2845
+ "100x100": string | null;
2846
+ "64x64": string | null;
2847
+ "32x32": string | null;
2848
+ };
2849
+ email: string;
2850
+ status: "suspended" | "activated" | "invited" | "deactivated";
2851
+ firstName: string;
2852
+ lastName: string;
2853
+ fullName: string;
2854
+ locale: string;
2855
+ createdAt: string;
2856
+ updatedAt: string;
2857
+ employeeId?: string | null | undefined;
2858
+ deactivatedAt?: string | null | undefined;
2859
+ }, {
2860
+ code: string;
2861
+ id: string;
2862
+ image: {
2863
+ "100x100": string | null;
2864
+ "64x64": string | null;
2865
+ "32x32": string | null;
2866
+ };
2867
+ email: string;
2868
+ status: "suspended" | "activated" | "invited" | "deactivated";
2869
+ firstName: string;
2870
+ lastName: string;
2871
+ fullName: string;
2872
+ locale: string;
2873
+ createdAt: string;
2874
+ updatedAt: string;
2875
+ employeeId?: string | null | undefined;
2876
+ deactivatedAt?: string | null | undefined;
2877
+ }>>;
2878
+ team: zod.ZodNullable<zod.ZodObject<{
2879
+ id: zod.ZodString;
2880
+ name: zod.ZodString;
2881
+ fullName: zod.ZodString;
2882
+ code: zod.ZodString;
2883
+ approveOnly: zod.ZodBoolean;
2884
+ usersCount: zod.ZodNumber;
2885
+ createdAt: zod.ZodString;
2886
+ updatedAt: zod.ZodString;
2887
+ }, "strip", zod.ZodTypeAny, {
2888
+ code: string;
2889
+ name: string;
2890
+ id: string;
2891
+ fullName: string;
2892
+ createdAt: string;
2893
+ updatedAt: string;
2894
+ approveOnly: boolean;
2895
+ usersCount: number;
2896
+ }, {
2897
+ code: string;
2898
+ name: string;
2899
+ id: string;
2900
+ fullName: string;
2901
+ createdAt: string;
2902
+ updatedAt: string;
2903
+ approveOnly: boolean;
2904
+ usersCount: number;
2905
+ }>>;
2906
+ grade: zod.ZodNullable<zod.ZodObject<{
2907
+ id: zod.ZodString;
2908
+ name: zod.ZodString;
2909
+ level: zod.ZodNumber;
2910
+ code: zod.ZodNullable<zod.ZodString>;
2911
+ isDefault: zod.ZodBoolean;
2912
+ createdAt: zod.ZodString;
2913
+ updatedAt: zod.ZodString;
2914
+ }, "strip", zod.ZodTypeAny, {
2915
+ code: string | null;
2916
+ name: string;
2917
+ id: string;
2918
+ level: number;
2919
+ createdAt: string;
2920
+ updatedAt: string;
2921
+ isDefault: boolean;
2922
+ }, {
2923
+ code: string | null;
2924
+ name: string;
2925
+ id: string;
2926
+ level: number;
2927
+ createdAt: string;
2928
+ updatedAt: string;
2929
+ isDefault: boolean;
2930
+ }>>;
2931
+ }, "strip", zod.ZodTypeAny, {
2932
+ id: string;
2933
+ user: {
2934
+ code: string;
2935
+ id: string;
2936
+ image: {
2937
+ "100x100": string | null;
2938
+ "64x64": string | null;
2939
+ "32x32": string | null;
2940
+ };
2941
+ email: string;
2942
+ status: "suspended" | "activated" | "invited" | "deactivated";
2943
+ firstName: string;
2944
+ lastName: string;
2945
+ fullName: string;
2946
+ locale: string;
2947
+ createdAt: string;
2948
+ updatedAt: string;
2949
+ employeeId?: string | null | undefined;
2950
+ deactivatedAt?: string | null | undefined;
2951
+ } | null;
2952
+ team: {
2953
+ code: string;
2954
+ name: string;
2955
+ id: string;
2956
+ fullName: string;
2957
+ createdAt: string;
2958
+ updatedAt: string;
2959
+ approveOnly: boolean;
2960
+ usersCount: number;
2961
+ } | null;
2962
+ grade: {
2963
+ code: string | null;
2964
+ name: string;
2965
+ id: string;
2966
+ level: number;
2967
+ createdAt: string;
2968
+ updatedAt: string;
2969
+ isDefault: boolean;
2970
+ } | null;
2971
+ }, {
2972
+ id: string;
2973
+ user: {
2974
+ code: string;
2975
+ id: string;
2976
+ image: {
2977
+ "100x100": string | null;
2978
+ "64x64": string | null;
2979
+ "32x32": string | null;
2980
+ };
2981
+ email: string;
2982
+ status: "suspended" | "activated" | "invited" | "deactivated";
2983
+ firstName: string;
2984
+ lastName: string;
2985
+ fullName: string;
2986
+ locale: string;
2987
+ createdAt: string;
2988
+ updatedAt: string;
2989
+ employeeId?: string | null | undefined;
2990
+ deactivatedAt?: string | null | undefined;
2991
+ } | null;
2992
+ team: {
2993
+ code: string;
2994
+ name: string;
2995
+ id: string;
2996
+ fullName: string;
2997
+ createdAt: string;
2998
+ updatedAt: string;
2999
+ approveOnly: boolean;
3000
+ usersCount: number;
3001
+ } | null;
3002
+ grade: {
3003
+ code: string | null;
3004
+ name: string;
3005
+ id: string;
3006
+ level: number;
3007
+ createdAt: string;
3008
+ updatedAt: string;
3009
+ isDefault: boolean;
3010
+ } | null;
3011
+ }>, "many">;
3012
+ cloudSignSetting: zod.ZodUnion<[zod.ZodObject<{
3013
+ required: zod.ZodBoolean;
3014
+ }, "strip", zod.ZodTypeAny, {
3015
+ required: boolean;
3016
+ }, {
3017
+ required: boolean;
3018
+ }>, zod.ZodNullable<zod.ZodObject<{}, "strip", zod.ZodTypeAny, {}, {}>>]>;
3019
+ }, "strip", zod.ZodTypeAny, {
3020
+ ticketViewers: {
3021
+ id: string;
3022
+ user: {
3023
+ code: string;
3024
+ id: string;
3025
+ image: {
3026
+ "100x100": string | null;
3027
+ "64x64": string | null;
3028
+ "32x32": string | null;
3029
+ };
3030
+ email: string;
3031
+ status: "suspended" | "activated" | "invited" | "deactivated";
3032
+ firstName: string;
3033
+ lastName: string;
3034
+ fullName: string;
3035
+ locale: string;
3036
+ createdAt: string;
3037
+ updatedAt: string;
3038
+ employeeId?: string | null | undefined;
3039
+ deactivatedAt?: string | null | undefined;
3040
+ } | null;
3041
+ team: {
3042
+ code: string;
3043
+ name: string;
3044
+ id: string;
3045
+ fullName: string;
3046
+ createdAt: string;
3047
+ updatedAt: string;
3048
+ approveOnly: boolean;
3049
+ usersCount: number;
3050
+ } | null;
3051
+ grade: {
3052
+ code: string | null;
3053
+ name: string;
3054
+ id: string;
3055
+ level: number;
3056
+ createdAt: string;
3057
+ updatedAt: string;
3058
+ isDefault: boolean;
3059
+ } | null;
3060
+ }[];
3061
+ cloudSignSetting: {
3062
+ required: boolean;
3063
+ } | {} | null;
3064
+ sectionList?: {
3065
+ title: string | null;
3066
+ description: string | null;
3067
+ sectionType: "form" | "slip";
3068
+ conditional?: boolean | undefined;
3069
+ id?: string | undefined;
3070
+ formFields?: ({
3071
+ code: string;
3072
+ required: boolean;
3073
+ id: string;
3074
+ title: string;
3075
+ prefix: string | null;
3076
+ options: string[] | null;
3077
+ size: "full" | "half";
3078
+ description: string | null;
3079
+ minLength: number | null;
3080
+ maxLength: number | null;
3081
+ defaultValue: string | null;
3082
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
3083
+ approver: boolean;
3084
+ regexpFormat: string | null;
3085
+ formula: string | null;
3086
+ minValue: number | null;
3087
+ maxValue: number | null;
3088
+ decimalDigit: number | null;
3089
+ delimited: boolean | null;
3090
+ suffix: string | null;
3091
+ hidden?: boolean | null | undefined;
3092
+ author?: boolean | undefined;
3093
+ readonlyOnUi?: boolean | null | undefined;
3094
+ } & {
3095
+ generalMaster?: any;
3096
+ defaultGeneralMasterItem?: any;
3097
+ externalApiSetting?: any;
3098
+ kintoneAppSetting?: any;
3099
+ climberCloudSetting?: any;
3100
+ })[] | undefined;
3101
+ conditionAllOf?: boolean | undefined;
3102
+ slipFields?: ({
3103
+ code: string;
3104
+ required: boolean;
3105
+ id: string;
3106
+ title: string;
3107
+ prefix: string | null;
3108
+ options: string[];
3109
+ defaultValue: string | null;
3110
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "checkbox" | "pull_down" | "ticket" | "calculation";
3111
+ approver: boolean;
3112
+ regexpFormat: string | null;
3113
+ formula: string | null;
3114
+ minValue: number | null;
3115
+ maxValue: number | null;
3116
+ decimalDigit: number | null;
3117
+ delimited: boolean | null;
3118
+ suffix: string | null;
3119
+ showTotal: boolean;
3120
+ allowedExtensions: string[];
3121
+ hidden?: boolean | null | undefined;
3122
+ author?: boolean | undefined;
3123
+ readonlyOnUi?: boolean | null | undefined;
3124
+ } & {
3125
+ generalMaster?: {
3126
+ code: string;
3127
+ name: string;
3128
+ id: string;
3129
+ description: string | null;
3130
+ createdAt: string;
3131
+ updatedAt: string;
3132
+ fields: {
3133
+ code: string;
3134
+ required: boolean;
3135
+ id: string;
3136
+ visible: boolean;
3137
+ title: string;
3138
+ options: string[] | null;
3139
+ description: string | null;
3140
+ createdAt: string;
3141
+ updatedAt: string;
3142
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
3143
+ }[];
3144
+ } | {} | null | undefined;
3145
+ defaultGeneralMasterItem?: {
3146
+ code: string;
3147
+ name: string;
3148
+ id: string;
3149
+ description: string | null;
3150
+ createdAt: string;
3151
+ updatedAt: string;
3152
+ startsOn: string | null;
3153
+ endsOn: string | null;
3154
+ inputs: {
3155
+ id: string;
3156
+ value: string | string[] | null;
3157
+ field: {
3158
+ code: string;
3159
+ required: boolean;
3160
+ id: string;
3161
+ visible: boolean;
3162
+ title: string;
3163
+ options: string[] | null;
3164
+ description: string | null;
3165
+ createdAt: string;
3166
+ updatedAt: string;
3167
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
3168
+ };
3169
+ createdAt: string;
3170
+ updatedAt: string;
3171
+ }[];
3172
+ } | {} | null | undefined;
3173
+ })[] | undefined;
3174
+ }[] | undefined;
3175
+ }, {
3176
+ ticketViewers: {
3177
+ id: string;
3178
+ user: {
3179
+ code: string;
3180
+ id: string;
3181
+ image: {
3182
+ "100x100": string | null;
3183
+ "64x64": string | null;
3184
+ "32x32": string | null;
3185
+ };
3186
+ email: string;
3187
+ status: "suspended" | "activated" | "invited" | "deactivated";
3188
+ firstName: string;
3189
+ lastName: string;
3190
+ fullName: string;
3191
+ locale: string;
3192
+ createdAt: string;
3193
+ updatedAt: string;
3194
+ employeeId?: string | null | undefined;
3195
+ deactivatedAt?: string | null | undefined;
3196
+ } | null;
3197
+ team: {
3198
+ code: string;
3199
+ name: string;
3200
+ id: string;
3201
+ fullName: string;
3202
+ createdAt: string;
3203
+ updatedAt: string;
3204
+ approveOnly: boolean;
3205
+ usersCount: number;
3206
+ } | null;
3207
+ grade: {
3208
+ code: string | null;
3209
+ name: string;
3210
+ id: string;
3211
+ level: number;
3212
+ createdAt: string;
3213
+ updatedAt: string;
3214
+ isDefault: boolean;
3215
+ } | null;
3216
+ }[];
3217
+ cloudSignSetting: {
3218
+ required: boolean;
3219
+ } | {} | null;
3220
+ sectionList?: {
3221
+ title: string | null;
3222
+ description: string | null;
3223
+ sectionType: "form" | "slip";
3224
+ conditional?: boolean | undefined;
3225
+ id?: string | undefined;
3226
+ formFields?: ({
3227
+ code: string;
3228
+ required: boolean;
3229
+ id: string;
3230
+ title: string;
3231
+ prefix: string | null;
3232
+ options: string[] | null;
3233
+ size: "full" | "half";
3234
+ description: string | null;
3235
+ minLength: number | null;
3236
+ maxLength: number | null;
3237
+ defaultValue: string | null;
3238
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
3239
+ approver: boolean;
3240
+ regexpFormat: string | null;
3241
+ formula: string | null;
3242
+ minValue: number | null;
3243
+ maxValue: number | null;
3244
+ decimalDigit: number | null;
3245
+ delimited: boolean | null;
3246
+ suffix: string | null;
3247
+ hidden?: boolean | null | undefined;
3248
+ author?: boolean | undefined;
3249
+ readonlyOnUi?: boolean | null | undefined;
3250
+ } & {
3251
+ generalMaster?: any;
3252
+ defaultGeneralMasterItem?: any;
3253
+ externalApiSetting?: any;
3254
+ kintoneAppSetting?: any;
3255
+ climberCloudSetting?: any;
3256
+ })[] | undefined;
3257
+ conditionAllOf?: boolean | undefined;
3258
+ slipFields?: ({
3259
+ code: string;
3260
+ required: boolean;
3261
+ id: string;
3262
+ title: string;
3263
+ prefix: string | null;
3264
+ options: string[];
3265
+ defaultValue: string | null;
3266
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "checkbox" | "pull_down" | "ticket" | "calculation";
3267
+ approver: boolean;
3268
+ regexpFormat: string | null;
3269
+ formula: string | null;
3270
+ minValue: number | null;
3271
+ maxValue: number | null;
3272
+ decimalDigit: number | null;
3273
+ delimited: boolean | null;
3274
+ suffix: string | null;
3275
+ showTotal: boolean;
3276
+ allowedExtensions: string[];
3277
+ hidden?: boolean | null | undefined;
3278
+ author?: boolean | undefined;
3279
+ readonlyOnUi?: boolean | null | undefined;
3280
+ } & {
3281
+ generalMaster?: {
3282
+ code: string;
3283
+ name: string;
3284
+ id: string;
3285
+ description: string | null;
3286
+ createdAt: string;
3287
+ updatedAt: string;
3288
+ fields: {
3289
+ code: string;
3290
+ required: boolean;
3291
+ id: string;
3292
+ visible: boolean;
3293
+ title: string;
3294
+ options: string[] | null;
3295
+ description: string | null;
3296
+ createdAt: string;
3297
+ updatedAt: string;
3298
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
3299
+ }[];
3300
+ } | {} | null | undefined;
3301
+ defaultGeneralMasterItem?: {
3302
+ code: string;
3303
+ name: string;
3304
+ id: string;
3305
+ description: string | null;
3306
+ createdAt: string;
3307
+ updatedAt: string;
3308
+ startsOn: string | null;
3309
+ endsOn: string | null;
3310
+ inputs: {
3311
+ id: string;
3312
+ value: string | string[] | null;
3313
+ field: {
3314
+ code: string;
3315
+ required: boolean;
3316
+ id: string;
3317
+ visible: boolean;
3318
+ title: string;
3319
+ options: string[] | null;
3320
+ description: string | null;
3321
+ createdAt: string;
3322
+ updatedAt: string;
3323
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
3324
+ };
3325
+ createdAt: string;
3326
+ updatedAt: string;
3327
+ }[];
3328
+ } | {} | null | undefined;
3329
+ })[] | undefined;
3330
+ }[] | undefined;
3331
+ }>>, zod.ZodObject<{
3332
+ routeConditions: zod.ZodArray<zod.ZodObject<{
3333
+ id: zod.ZodString;
3334
+ conditionType: zod.ZodEnum<["always", "field", "field_otherwise"]>;
3335
+ combinationType: zod.ZodEnum<["all", "any", "custom"]>;
3336
+ combinationExpression: zod.ZodString;
3337
+ route: zod.ZodNullable<zod.ZodObject<{
3338
+ id: zod.ZodString;
3339
+ code: zod.ZodString;
3340
+ status: zod.ZodEnum<["visible", "deleted", "error"]>;
3341
+ versionId: zod.ZodString;
3342
+ versionNumber: zod.ZodNumber;
3343
+ name: zod.ZodString;
3344
+ description: zod.ZodString;
3345
+ createdAt: zod.ZodString;
3346
+ updatedAt: zod.ZodString;
3347
+ author: zod.ZodOptional<zod.ZodNullable<zod.ZodUnion<[zod.ZodObject<{
3348
+ id: zod.ZodString;
3349
+ email: zod.ZodString;
3350
+ code: zod.ZodString;
3351
+ firstName: zod.ZodString;
3352
+ lastName: zod.ZodString;
3353
+ fullName: zod.ZodString;
3354
+ employeeId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3355
+ image: zod.ZodObject<{
3356
+ "100x100": zod.ZodNullable<zod.ZodString>;
3357
+ "64x64": zod.ZodNullable<zod.ZodString>;
3358
+ "32x32": zod.ZodNullable<zod.ZodString>;
3359
+ }, "strip", zod.ZodTypeAny, {
3360
+ "100x100": string | null;
3361
+ "64x64": string | null;
3362
+ "32x32": string | null;
3363
+ }, {
3364
+ "100x100": string | null;
3365
+ "64x64": string | null;
3366
+ "32x32": string | null;
3367
+ }>;
3368
+ status: zod.ZodEnum<["invited", "activated", "suspended", "deactivated"]>;
3369
+ locale: zod.ZodString;
3370
+ createdAt: zod.ZodString;
3371
+ updatedAt: zod.ZodString;
3372
+ deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3373
+ }, "strip", zod.ZodTypeAny, {
3374
+ code: string;
3375
+ id: string;
3376
+ image: {
3377
+ "100x100": string | null;
3378
+ "64x64": string | null;
3379
+ "32x32": string | null;
3380
+ };
3381
+ email: string;
3382
+ status: "suspended" | "activated" | "invited" | "deactivated";
3383
+ firstName: string;
3384
+ lastName: string;
3385
+ fullName: string;
3386
+ locale: string;
3387
+ createdAt: string;
3388
+ updatedAt: string;
3389
+ employeeId?: string | null | undefined;
3390
+ deactivatedAt?: string | null | undefined;
3391
+ }, {
3392
+ code: string;
3393
+ id: string;
3394
+ image: {
3395
+ "100x100": string | null;
3396
+ "64x64": string | null;
3397
+ "32x32": string | null;
3398
+ };
3399
+ email: string;
3400
+ status: "suspended" | "activated" | "invited" | "deactivated";
3401
+ firstName: string;
3402
+ lastName: string;
3403
+ fullName: string;
3404
+ locale: string;
3405
+ createdAt: string;
3406
+ updatedAt: string;
3407
+ employeeId?: string | null | undefined;
3408
+ deactivatedAt?: string | null | undefined;
3409
+ }>, zod.ZodNullable<zod.ZodAny>]>>>;
3410
+ versionAuthor: zod.ZodOptional<zod.ZodUnion<[zod.ZodObject<{
3411
+ id: zod.ZodString;
3412
+ email: zod.ZodString;
3413
+ code: zod.ZodString;
3414
+ firstName: zod.ZodString;
3415
+ lastName: zod.ZodString;
3416
+ fullName: zod.ZodString;
3417
+ employeeId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3418
+ image: zod.ZodObject<{
3419
+ "100x100": zod.ZodNullable<zod.ZodString>;
3420
+ "64x64": zod.ZodNullable<zod.ZodString>;
3421
+ "32x32": zod.ZodNullable<zod.ZodString>;
3422
+ }, "strip", zod.ZodTypeAny, {
3423
+ "100x100": string | null;
3424
+ "64x64": string | null;
3425
+ "32x32": string | null;
3426
+ }, {
3427
+ "100x100": string | null;
3428
+ "64x64": string | null;
3429
+ "32x32": string | null;
3430
+ }>;
3431
+ status: zod.ZodEnum<["invited", "activated", "suspended", "deactivated"]>;
3432
+ locale: zod.ZodString;
3433
+ createdAt: zod.ZodString;
3434
+ updatedAt: zod.ZodString;
3435
+ deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3436
+ }, "strip", zod.ZodTypeAny, {
3437
+ code: string;
3438
+ id: string;
3439
+ image: {
3440
+ "100x100": string | null;
3441
+ "64x64": string | null;
3442
+ "32x32": string | null;
3443
+ };
3444
+ email: string;
3445
+ status: "suspended" | "activated" | "invited" | "deactivated";
3446
+ firstName: string;
3447
+ lastName: string;
3448
+ fullName: string;
3449
+ locale: string;
3450
+ createdAt: string;
3451
+ updatedAt: string;
3452
+ employeeId?: string | null | undefined;
3453
+ deactivatedAt?: string | null | undefined;
3454
+ }, {
3455
+ code: string;
3456
+ id: string;
3457
+ image: {
3458
+ "100x100": string | null;
3459
+ "64x64": string | null;
3460
+ "32x32": string | null;
3461
+ };
3462
+ email: string;
3463
+ status: "suspended" | "activated" | "invited" | "deactivated";
3464
+ firstName: string;
3465
+ lastName: string;
3466
+ fullName: string;
3467
+ locale: string;
3468
+ createdAt: string;
3469
+ updatedAt: string;
3470
+ employeeId?: string | null | undefined;
3471
+ deactivatedAt?: string | null | undefined;
3472
+ }>, zod.ZodNullable<zod.ZodAny>]>>;
3473
+ folder: zod.ZodObject<{
3474
+ id: zod.ZodString;
3475
+ name: zod.ZodString;
3476
+ code: zod.ZodString;
3477
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3478
+ workflowsCount: zod.ZodNumber;
3479
+ routesCount: zod.ZodNumber;
3480
+ pipelinesCount: zod.ZodNumber;
3481
+ createdAt: zod.ZodString;
3482
+ updatedAt: zod.ZodString;
3483
+ }, "strip", zod.ZodTypeAny, {
3484
+ code: string;
3485
+ name: string;
3486
+ id: string;
3487
+ createdAt: string;
3488
+ updatedAt: string;
3489
+ workflowsCount: number;
3490
+ routesCount: number;
3491
+ pipelinesCount: number;
3492
+ description?: string | null | undefined;
3493
+ }, {
3494
+ code: string;
3495
+ name: string;
3496
+ id: string;
3497
+ createdAt: string;
3498
+ updatedAt: string;
3499
+ workflowsCount: number;
3500
+ routesCount: number;
3501
+ pipelinesCount: number;
3502
+ description?: string | null | undefined;
3503
+ }>;
3504
+ }, "strip", zod.ZodTypeAny, {
3505
+ code: string;
3506
+ name: string;
3507
+ id: string;
3508
+ description: string;
3509
+ status: "error" | "visible" | "deleted";
3510
+ createdAt: string;
3511
+ updatedAt: string;
3512
+ versionId: string;
3513
+ versionNumber: number;
3514
+ folder: {
3515
+ code: string;
3516
+ name: string;
3517
+ id: string;
3518
+ createdAt: string;
3519
+ updatedAt: string;
3520
+ workflowsCount: number;
3521
+ routesCount: number;
3522
+ pipelinesCount: number;
3523
+ description?: string | null | undefined;
3524
+ };
3525
+ author?: any;
3526
+ versionAuthor?: any;
3527
+ }, {
3528
+ code: string;
3529
+ name: string;
3530
+ id: string;
3531
+ description: string;
3532
+ status: "error" | "visible" | "deleted";
3533
+ createdAt: string;
3534
+ updatedAt: string;
3535
+ versionId: string;
3536
+ versionNumber: number;
3537
+ folder: {
3538
+ code: string;
3539
+ name: string;
3540
+ id: string;
3541
+ createdAt: string;
3542
+ updatedAt: string;
3543
+ workflowsCount: number;
3544
+ routesCount: number;
3545
+ pipelinesCount: number;
3546
+ description?: string | null | undefined;
3547
+ };
3548
+ author?: any;
3549
+ versionAuthor?: any;
3550
+ }>>;
3551
+ conditionFields: zod.ZodArray<zod.ZodObject<{
3552
+ id: zod.ZodString;
3553
+ symbol: zod.ZodString;
3554
+ value: zod.ZodNullable<zod.ZodString>;
3555
+ formField: zod.ZodObject<{
3556
+ id: zod.ZodString;
3557
+ title: zod.ZodString;
3558
+ description: zod.ZodNullable<zod.ZodString>;
3559
+ fieldType: zod.ZodEnum<["text", "text_long", "number", "integer", "checkbox", "pull_down", "date", "file", "master", "user", "team", "ticket", "calculation", "button_api", "button_kintone"]>;
3560
+ required: zod.ZodBoolean;
3561
+ approver: zod.ZodBoolean;
3562
+ author: zod.ZodOptional<zod.ZodBoolean>;
3563
+ options: zod.ZodNullable<zod.ZodArray<zod.ZodString, "many">>;
3564
+ code: zod.ZodString;
3565
+ size: zod.ZodEnum<["full", "half"]>;
3566
+ regexpFormat: zod.ZodNullable<zod.ZodString>;
3567
+ formula: zod.ZodNullable<zod.ZodString>;
3568
+ defaultValue: zod.ZodNullable<zod.ZodString>;
3569
+ minValue: zod.ZodNullable<zod.ZodNumber>;
3570
+ maxValue: zod.ZodNullable<zod.ZodNumber>;
3571
+ minLength: zod.ZodNullable<zod.ZodNumber>;
3572
+ maxLength: zod.ZodNullable<zod.ZodNumber>;
3573
+ decimalDigit: zod.ZodNullable<zod.ZodNumber>;
3574
+ delimited: zod.ZodNullable<zod.ZodBoolean>;
3575
+ prefix: zod.ZodNullable<zod.ZodString>;
3576
+ suffix: zod.ZodNullable<zod.ZodString>;
3577
+ hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3578
+ readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3579
+ }, "strip", zod.ZodTypeAny, {
3580
+ code: string;
3581
+ required: boolean;
3582
+ id: string;
3583
+ title: string;
3584
+ prefix: string | null;
3585
+ options: string[] | null;
3586
+ size: "full" | "half";
3587
+ description: string | null;
3588
+ minLength: number | null;
3589
+ maxLength: number | null;
3590
+ defaultValue: string | null;
3591
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
3592
+ approver: boolean;
3593
+ regexpFormat: string | null;
3594
+ formula: string | null;
3595
+ minValue: number | null;
3596
+ maxValue: number | null;
3597
+ decimalDigit: number | null;
3598
+ delimited: boolean | null;
3599
+ suffix: string | null;
3600
+ hidden?: boolean | null | undefined;
3601
+ author?: boolean | undefined;
3602
+ readonlyOnUi?: boolean | null | undefined;
3603
+ }, {
3604
+ code: string;
3605
+ required: boolean;
3606
+ id: string;
3607
+ title: string;
3608
+ prefix: string | null;
3609
+ options: string[] | null;
3610
+ size: "full" | "half";
3611
+ description: string | null;
3612
+ minLength: number | null;
3613
+ maxLength: number | null;
3614
+ defaultValue: string | null;
3615
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
3616
+ approver: boolean;
3617
+ regexpFormat: string | null;
3618
+ formula: string | null;
3619
+ minValue: number | null;
3620
+ maxValue: number | null;
3621
+ decimalDigit: number | null;
3622
+ delimited: boolean | null;
3623
+ suffix: string | null;
3624
+ hidden?: boolean | null | undefined;
3625
+ author?: boolean | undefined;
3626
+ readonlyOnUi?: boolean | null | undefined;
3627
+ }>;
3628
+ grade: zod.ZodNullable<zod.ZodObject<{
3629
+ id: zod.ZodString;
3630
+ name: zod.ZodString;
3631
+ level: zod.ZodNumber;
3632
+ code: zod.ZodNullable<zod.ZodString>;
3633
+ isDefault: zod.ZodBoolean;
3634
+ createdAt: zod.ZodString;
3635
+ updatedAt: zod.ZodString;
3636
+ }, "strip", zod.ZodTypeAny, {
3637
+ code: string | null;
3638
+ name: string;
3639
+ id: string;
3640
+ level: number;
3641
+ createdAt: string;
3642
+ updatedAt: string;
3643
+ isDefault: boolean;
3644
+ }, {
3645
+ code: string | null;
3646
+ name: string;
3647
+ id: string;
3648
+ level: number;
3649
+ createdAt: string;
3650
+ updatedAt: string;
3651
+ isDefault: boolean;
3652
+ }>>;
3653
+ team: zod.ZodNullable<zod.ZodObject<{
3654
+ id: zod.ZodString;
3655
+ name: zod.ZodString;
3656
+ fullName: zod.ZodString;
3657
+ code: zod.ZodString;
3658
+ approveOnly: zod.ZodBoolean;
3659
+ usersCount: zod.ZodNumber;
3660
+ createdAt: zod.ZodString;
3661
+ updatedAt: zod.ZodString;
3662
+ }, "strip", zod.ZodTypeAny, {
3663
+ code: string;
3664
+ name: string;
3665
+ id: string;
3666
+ fullName: string;
3667
+ createdAt: string;
3668
+ updatedAt: string;
3669
+ approveOnly: boolean;
3670
+ usersCount: number;
3671
+ }, {
3672
+ code: string;
3673
+ name: string;
3674
+ id: string;
3675
+ fullName: string;
3676
+ createdAt: string;
3677
+ updatedAt: string;
3678
+ approveOnly: boolean;
3679
+ usersCount: number;
3680
+ }>>;
3681
+ generalMasterItem: zod.ZodNullable<zod.ZodObject<{
3682
+ id: zod.ZodString;
3683
+ code: zod.ZodString;
3684
+ name: zod.ZodString;
3685
+ description: zod.ZodNullable<zod.ZodString>;
3686
+ createdAt: zod.ZodString;
3687
+ updatedAt: zod.ZodString;
3688
+ startsOn: zod.ZodNullable<zod.ZodString>;
3689
+ endsOn: zod.ZodNullable<zod.ZodString>;
3690
+ inputs: zod.ZodArray<zod.ZodObject<{
3691
+ id: zod.ZodString;
3692
+ value: zod.ZodUnion<[zod.ZodNullable<zod.ZodString>, zod.ZodArray<zod.ZodString, "many">]>;
3693
+ createdAt: zod.ZodString;
3694
+ updatedAt: zod.ZodString;
3695
+ field: zod.ZodObject<{
3696
+ id: zod.ZodString;
3697
+ title: zod.ZodString;
3698
+ description: zod.ZodNullable<zod.ZodString>;
3699
+ code: zod.ZodString;
3700
+ fieldType: zod.ZodEnum<["text", "text_long", "number", "integer", "checkbox", "pull_down", "date"]>;
3701
+ required: zod.ZodBoolean;
3702
+ visible: zod.ZodBoolean;
3703
+ options: zod.ZodNullable<zod.ZodArray<zod.ZodString, "many">>;
3704
+ createdAt: zod.ZodString;
3705
+ updatedAt: zod.ZodString;
3706
+ }, "strip", zod.ZodTypeAny, {
3707
+ code: string;
3708
+ required: boolean;
3709
+ id: string;
3710
+ visible: boolean;
3711
+ title: string;
3712
+ options: string[] | null;
3713
+ description: string | null;
3714
+ createdAt: string;
3715
+ updatedAt: string;
3716
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
3717
+ }, {
3718
+ code: string;
3719
+ required: boolean;
3720
+ id: string;
3721
+ visible: boolean;
3722
+ title: string;
3723
+ options: string[] | null;
3724
+ description: string | null;
3725
+ createdAt: string;
3726
+ updatedAt: string;
3727
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
3728
+ }>;
3729
+ }, "strip", zod.ZodTypeAny, {
3730
+ id: string;
3731
+ value: string | string[] | null;
3732
+ field: {
3733
+ code: string;
3734
+ required: boolean;
3735
+ id: string;
3736
+ visible: boolean;
3737
+ title: string;
3738
+ options: string[] | null;
3739
+ description: string | null;
3740
+ createdAt: string;
3741
+ updatedAt: string;
3742
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
3743
+ };
3744
+ createdAt: string;
3745
+ updatedAt: string;
3746
+ }, {
3747
+ id: string;
3748
+ value: string | string[] | null;
3749
+ field: {
3750
+ code: string;
3751
+ required: boolean;
3752
+ id: string;
3753
+ visible: boolean;
3754
+ title: string;
3755
+ options: string[] | null;
3756
+ description: string | null;
3757
+ createdAt: string;
3758
+ updatedAt: string;
3759
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
3760
+ };
3761
+ createdAt: string;
3762
+ updatedAt: string;
3763
+ }>, "many">;
3764
+ }, "strip", zod.ZodTypeAny, {
3765
+ code: string;
3766
+ name: string;
3767
+ id: string;
3768
+ description: string | null;
3769
+ createdAt: string;
3770
+ updatedAt: string;
3771
+ startsOn: string | null;
3772
+ endsOn: string | null;
3773
+ inputs: {
3774
+ id: string;
3775
+ value: string | string[] | null;
3776
+ field: {
3777
+ code: string;
3778
+ required: boolean;
3779
+ id: string;
3780
+ visible: boolean;
3781
+ title: string;
3782
+ options: string[] | null;
3783
+ description: string | null;
3784
+ createdAt: string;
3785
+ updatedAt: string;
3786
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
3787
+ };
3788
+ createdAt: string;
3789
+ updatedAt: string;
3790
+ }[];
3791
+ }, {
3792
+ code: string;
3793
+ name: string;
3794
+ id: string;
3795
+ description: string | null;
3796
+ createdAt: string;
3797
+ updatedAt: string;
3798
+ startsOn: string | null;
3799
+ endsOn: string | null;
3800
+ inputs: {
3801
+ id: string;
3802
+ value: string | string[] | null;
3803
+ field: {
3804
+ code: string;
3805
+ required: boolean;
3806
+ id: string;
3807
+ visible: boolean;
3808
+ title: string;
3809
+ options: string[] | null;
3810
+ description: string | null;
3811
+ createdAt: string;
3812
+ updatedAt: string;
3813
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
3814
+ };
3815
+ createdAt: string;
3816
+ updatedAt: string;
3817
+ }[];
3818
+ }>>;
3819
+ }, "strip", zod.ZodTypeAny, {
3820
+ symbol: string;
3821
+ id: string;
3822
+ value: string | null;
3823
+ team: {
3824
+ code: string;
3825
+ name: string;
3826
+ id: string;
3827
+ fullName: string;
3828
+ createdAt: string;
3829
+ updatedAt: string;
3830
+ approveOnly: boolean;
3831
+ usersCount: number;
3832
+ } | null;
3833
+ grade: {
3834
+ code: string | null;
3835
+ name: string;
3836
+ id: string;
3837
+ level: number;
3838
+ createdAt: string;
3839
+ updatedAt: string;
3840
+ isDefault: boolean;
3841
+ } | null;
3842
+ generalMasterItem: {
3843
+ code: string;
3844
+ name: string;
3845
+ id: string;
3846
+ description: string | null;
3847
+ createdAt: string;
3848
+ updatedAt: string;
3849
+ startsOn: string | null;
3850
+ endsOn: string | null;
3851
+ inputs: {
3852
+ id: string;
3853
+ value: string | string[] | null;
3854
+ field: {
3855
+ code: string;
3856
+ required: boolean;
3857
+ id: string;
3858
+ visible: boolean;
3859
+ title: string;
3860
+ options: string[] | null;
3861
+ description: string | null;
3862
+ createdAt: string;
3863
+ updatedAt: string;
3864
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
3865
+ };
3866
+ createdAt: string;
3867
+ updatedAt: string;
3868
+ }[];
3869
+ } | null;
3870
+ formField: {
3871
+ code: string;
3872
+ required: boolean;
3873
+ id: string;
3874
+ title: string;
3875
+ prefix: string | null;
3876
+ options: string[] | null;
3877
+ size: "full" | "half";
3878
+ description: string | null;
3879
+ minLength: number | null;
3880
+ maxLength: number | null;
3881
+ defaultValue: string | null;
3882
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
3883
+ approver: boolean;
3884
+ regexpFormat: string | null;
3885
+ formula: string | null;
3886
+ minValue: number | null;
3887
+ maxValue: number | null;
3888
+ decimalDigit: number | null;
3889
+ delimited: boolean | null;
3890
+ suffix: string | null;
3891
+ hidden?: boolean | null | undefined;
3892
+ author?: boolean | undefined;
3893
+ readonlyOnUi?: boolean | null | undefined;
3894
+ };
3895
+ }, {
3896
+ symbol: string;
3897
+ id: string;
3898
+ value: string | null;
3899
+ team: {
3900
+ code: string;
3901
+ name: string;
3902
+ id: string;
3903
+ fullName: string;
3904
+ createdAt: string;
3905
+ updatedAt: string;
3906
+ approveOnly: boolean;
3907
+ usersCount: number;
3908
+ } | null;
3909
+ grade: {
3910
+ code: string | null;
3911
+ name: string;
3912
+ id: string;
3913
+ level: number;
3914
+ createdAt: string;
3915
+ updatedAt: string;
3916
+ isDefault: boolean;
3917
+ } | null;
3918
+ generalMasterItem: {
3919
+ code: string;
3920
+ name: string;
3921
+ id: string;
3922
+ description: string | null;
3923
+ createdAt: string;
3924
+ updatedAt: string;
3925
+ startsOn: string | null;
3926
+ endsOn: string | null;
3927
+ inputs: {
3928
+ id: string;
3929
+ value: string | string[] | null;
3930
+ field: {
3931
+ code: string;
3932
+ required: boolean;
3933
+ id: string;
3934
+ visible: boolean;
3935
+ title: string;
3936
+ options: string[] | null;
3937
+ description: string | null;
3938
+ createdAt: string;
3939
+ updatedAt: string;
3940
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
3941
+ };
3942
+ createdAt: string;
3943
+ updatedAt: string;
3944
+ }[];
3945
+ } | null;
3946
+ formField: {
3947
+ code: string;
3948
+ required: boolean;
3949
+ id: string;
3950
+ title: string;
3951
+ prefix: string | null;
3952
+ options: string[] | null;
3953
+ size: "full" | "half";
3954
+ description: string | null;
3955
+ minLength: number | null;
3956
+ maxLength: number | null;
3957
+ defaultValue: string | null;
3958
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
3959
+ approver: boolean;
3960
+ regexpFormat: string | null;
3961
+ formula: string | null;
3962
+ minValue: number | null;
3963
+ maxValue: number | null;
3964
+ decimalDigit: number | null;
3965
+ delimited: boolean | null;
3966
+ suffix: string | null;
3967
+ hidden?: boolean | null | undefined;
3968
+ author?: boolean | undefined;
3969
+ readonlyOnUi?: boolean | null | undefined;
3970
+ };
3971
+ }>, "many">;
3972
+ errorMessage: zod.ZodNullable<zod.ZodString>;
3973
+ }, "strip", zod.ZodTypeAny, {
3974
+ id: string;
3975
+ route: {
3976
+ code: string;
3977
+ name: string;
3978
+ id: string;
3979
+ description: string;
3980
+ status: "error" | "visible" | "deleted";
3981
+ createdAt: string;
3982
+ updatedAt: string;
3983
+ versionId: string;
3984
+ versionNumber: number;
3985
+ folder: {
3986
+ code: string;
3987
+ name: string;
3988
+ id: string;
3989
+ createdAt: string;
3990
+ updatedAt: string;
3991
+ workflowsCount: number;
3992
+ routesCount: number;
3993
+ pipelinesCount: number;
3994
+ description?: string | null | undefined;
3995
+ };
3996
+ author?: any;
3997
+ versionAuthor?: any;
3998
+ } | null;
3999
+ conditionType: "always" | "field" | "field_otherwise";
4000
+ combinationType: "all" | "custom" | "any";
4001
+ combinationExpression: string;
4002
+ conditionFields: {
4003
+ symbol: string;
4004
+ id: string;
4005
+ value: string | null;
4006
+ team: {
4007
+ code: string;
4008
+ name: string;
4009
+ id: string;
4010
+ fullName: string;
4011
+ createdAt: string;
4012
+ updatedAt: string;
4013
+ approveOnly: boolean;
4014
+ usersCount: number;
4015
+ } | null;
4016
+ grade: {
4017
+ code: string | null;
4018
+ name: string;
4019
+ id: string;
4020
+ level: number;
4021
+ createdAt: string;
4022
+ updatedAt: string;
4023
+ isDefault: boolean;
4024
+ } | null;
4025
+ generalMasterItem: {
4026
+ code: string;
4027
+ name: string;
4028
+ id: string;
4029
+ description: string | null;
4030
+ createdAt: string;
4031
+ updatedAt: string;
4032
+ startsOn: string | null;
4033
+ endsOn: string | null;
4034
+ inputs: {
4035
+ id: string;
4036
+ value: string | string[] | null;
4037
+ field: {
4038
+ code: string;
4039
+ required: boolean;
4040
+ id: string;
4041
+ visible: boolean;
4042
+ title: string;
4043
+ options: string[] | null;
4044
+ description: string | null;
4045
+ createdAt: string;
4046
+ updatedAt: string;
4047
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
4048
+ };
4049
+ createdAt: string;
4050
+ updatedAt: string;
4051
+ }[];
4052
+ } | null;
4053
+ formField: {
4054
+ code: string;
4055
+ required: boolean;
4056
+ id: string;
4057
+ title: string;
4058
+ prefix: string | null;
4059
+ options: string[] | null;
4060
+ size: "full" | "half";
4061
+ description: string | null;
4062
+ minLength: number | null;
4063
+ maxLength: number | null;
4064
+ defaultValue: string | null;
4065
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
4066
+ approver: boolean;
4067
+ regexpFormat: string | null;
4068
+ formula: string | null;
4069
+ minValue: number | null;
4070
+ maxValue: number | null;
4071
+ decimalDigit: number | null;
4072
+ delimited: boolean | null;
4073
+ suffix: string | null;
4074
+ hidden?: boolean | null | undefined;
4075
+ author?: boolean | undefined;
4076
+ readonlyOnUi?: boolean | null | undefined;
4077
+ };
4078
+ }[];
4079
+ errorMessage: string | null;
4080
+ }, {
4081
+ id: string;
4082
+ route: {
4083
+ code: string;
4084
+ name: string;
4085
+ id: string;
4086
+ description: string;
4087
+ status: "error" | "visible" | "deleted";
4088
+ createdAt: string;
4089
+ updatedAt: string;
4090
+ versionId: string;
4091
+ versionNumber: number;
4092
+ folder: {
4093
+ code: string;
4094
+ name: string;
4095
+ id: string;
4096
+ createdAt: string;
4097
+ updatedAt: string;
4098
+ workflowsCount: number;
4099
+ routesCount: number;
4100
+ pipelinesCount: number;
4101
+ description?: string | null | undefined;
4102
+ };
4103
+ author?: any;
4104
+ versionAuthor?: any;
4105
+ } | null;
4106
+ conditionType: "always" | "field" | "field_otherwise";
4107
+ combinationType: "all" | "custom" | "any";
4108
+ combinationExpression: string;
4109
+ conditionFields: {
4110
+ symbol: string;
4111
+ id: string;
4112
+ value: string | null;
4113
+ team: {
4114
+ code: string;
4115
+ name: string;
4116
+ id: string;
4117
+ fullName: string;
4118
+ createdAt: string;
4119
+ updatedAt: string;
4120
+ approveOnly: boolean;
4121
+ usersCount: number;
4122
+ } | null;
4123
+ grade: {
4124
+ code: string | null;
4125
+ name: string;
4126
+ id: string;
4127
+ level: number;
4128
+ createdAt: string;
4129
+ updatedAt: string;
4130
+ isDefault: boolean;
4131
+ } | null;
4132
+ generalMasterItem: {
4133
+ code: string;
4134
+ name: string;
4135
+ id: string;
4136
+ description: string | null;
4137
+ createdAt: string;
4138
+ updatedAt: string;
4139
+ startsOn: string | null;
4140
+ endsOn: string | null;
4141
+ inputs: {
4142
+ id: string;
4143
+ value: string | string[] | null;
4144
+ field: {
4145
+ code: string;
4146
+ required: boolean;
4147
+ id: string;
4148
+ visible: boolean;
4149
+ title: string;
4150
+ options: string[] | null;
4151
+ description: string | null;
4152
+ createdAt: string;
4153
+ updatedAt: string;
4154
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
4155
+ };
4156
+ createdAt: string;
4157
+ updatedAt: string;
4158
+ }[];
4159
+ } | null;
4160
+ formField: {
4161
+ code: string;
4162
+ required: boolean;
4163
+ id: string;
4164
+ title: string;
4165
+ prefix: string | null;
4166
+ options: string[] | null;
4167
+ size: "full" | "half";
4168
+ description: string | null;
4169
+ minLength: number | null;
4170
+ maxLength: number | null;
4171
+ defaultValue: string | null;
4172
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
4173
+ approver: boolean;
4174
+ regexpFormat: string | null;
4175
+ formula: string | null;
4176
+ minValue: number | null;
4177
+ maxValue: number | null;
4178
+ decimalDigit: number | null;
4179
+ delimited: boolean | null;
4180
+ suffix: string | null;
4181
+ hidden?: boolean | null | undefined;
4182
+ author?: boolean | undefined;
4183
+ readonlyOnUi?: boolean | null | undefined;
4184
+ };
4185
+ }[];
4186
+ errorMessage: string | null;
4187
+ }>, "many">;
4188
+ }, "strip", zod.ZodTypeAny, {
4189
+ routeConditions: {
4190
+ id: string;
4191
+ route: {
4192
+ code: string;
4193
+ name: string;
4194
+ id: string;
4195
+ description: string;
4196
+ status: "error" | "visible" | "deleted";
4197
+ createdAt: string;
4198
+ updatedAt: string;
4199
+ versionId: string;
4200
+ versionNumber: number;
4201
+ folder: {
4202
+ code: string;
4203
+ name: string;
4204
+ id: string;
4205
+ createdAt: string;
4206
+ updatedAt: string;
4207
+ workflowsCount: number;
4208
+ routesCount: number;
4209
+ pipelinesCount: number;
4210
+ description?: string | null | undefined;
4211
+ };
4212
+ author?: any;
4213
+ versionAuthor?: any;
4214
+ } | null;
4215
+ conditionType: "always" | "field" | "field_otherwise";
4216
+ combinationType: "all" | "custom" | "any";
4217
+ combinationExpression: string;
4218
+ conditionFields: {
4219
+ symbol: string;
4220
+ id: string;
4221
+ value: string | null;
4222
+ team: {
4223
+ code: string;
4224
+ name: string;
4225
+ id: string;
4226
+ fullName: string;
4227
+ createdAt: string;
4228
+ updatedAt: string;
4229
+ approveOnly: boolean;
4230
+ usersCount: number;
4231
+ } | null;
4232
+ grade: {
4233
+ code: string | null;
4234
+ name: string;
4235
+ id: string;
4236
+ level: number;
4237
+ createdAt: string;
4238
+ updatedAt: string;
4239
+ isDefault: boolean;
4240
+ } | null;
4241
+ generalMasterItem: {
4242
+ code: string;
4243
+ name: string;
4244
+ id: string;
4245
+ description: string | null;
4246
+ createdAt: string;
4247
+ updatedAt: string;
4248
+ startsOn: string | null;
4249
+ endsOn: string | null;
4250
+ inputs: {
4251
+ id: string;
4252
+ value: string | string[] | null;
4253
+ field: {
4254
+ code: string;
4255
+ required: boolean;
4256
+ id: string;
4257
+ visible: boolean;
4258
+ title: string;
4259
+ options: string[] | null;
4260
+ description: string | null;
4261
+ createdAt: string;
4262
+ updatedAt: string;
4263
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
4264
+ };
4265
+ createdAt: string;
4266
+ updatedAt: string;
4267
+ }[];
4268
+ } | null;
4269
+ formField: {
4270
+ code: string;
4271
+ required: boolean;
4272
+ id: string;
4273
+ title: string;
4274
+ prefix: string | null;
4275
+ options: string[] | null;
4276
+ size: "full" | "half";
4277
+ description: string | null;
4278
+ minLength: number | null;
4279
+ maxLength: number | null;
4280
+ defaultValue: string | null;
4281
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
4282
+ approver: boolean;
4283
+ regexpFormat: string | null;
4284
+ formula: string | null;
4285
+ minValue: number | null;
4286
+ maxValue: number | null;
4287
+ decimalDigit: number | null;
4288
+ delimited: boolean | null;
4289
+ suffix: string | null;
4290
+ hidden?: boolean | null | undefined;
4291
+ author?: boolean | undefined;
4292
+ readonlyOnUi?: boolean | null | undefined;
4293
+ };
4294
+ }[];
4295
+ errorMessage: string | null;
4296
+ }[];
4297
+ }, {
4298
+ routeConditions: {
4299
+ id: string;
4300
+ route: {
4301
+ code: string;
4302
+ name: string;
4303
+ id: string;
4304
+ description: string;
4305
+ status: "error" | "visible" | "deleted";
4306
+ createdAt: string;
4307
+ updatedAt: string;
4308
+ versionId: string;
4309
+ versionNumber: number;
4310
+ folder: {
4311
+ code: string;
4312
+ name: string;
4313
+ id: string;
4314
+ createdAt: string;
4315
+ updatedAt: string;
4316
+ workflowsCount: number;
4317
+ routesCount: number;
4318
+ pipelinesCount: number;
4319
+ description?: string | null | undefined;
4320
+ };
4321
+ author?: any;
4322
+ versionAuthor?: any;
4323
+ } | null;
4324
+ conditionType: "always" | "field" | "field_otherwise";
4325
+ combinationType: "all" | "custom" | "any";
4326
+ combinationExpression: string;
4327
+ conditionFields: {
4328
+ symbol: string;
4329
+ id: string;
4330
+ value: string | null;
4331
+ team: {
4332
+ code: string;
4333
+ name: string;
4334
+ id: string;
4335
+ fullName: string;
4336
+ createdAt: string;
4337
+ updatedAt: string;
4338
+ approveOnly: boolean;
4339
+ usersCount: number;
4340
+ } | null;
4341
+ grade: {
4342
+ code: string | null;
4343
+ name: string;
4344
+ id: string;
4345
+ level: number;
4346
+ createdAt: string;
4347
+ updatedAt: string;
4348
+ isDefault: boolean;
4349
+ } | null;
4350
+ generalMasterItem: {
4351
+ code: string;
4352
+ name: string;
4353
+ id: string;
4354
+ description: string | null;
4355
+ createdAt: string;
4356
+ updatedAt: string;
4357
+ startsOn: string | null;
4358
+ endsOn: string | null;
4359
+ inputs: {
4360
+ id: string;
4361
+ value: string | string[] | null;
4362
+ field: {
4363
+ code: string;
4364
+ required: boolean;
4365
+ id: string;
4366
+ visible: boolean;
4367
+ title: string;
4368
+ options: string[] | null;
4369
+ description: string | null;
4370
+ createdAt: string;
4371
+ updatedAt: string;
4372
+ fieldType: "number" | "text" | "integer" | "date" | "text_long" | "checkbox" | "pull_down";
4373
+ };
4374
+ createdAt: string;
4375
+ updatedAt: string;
4376
+ }[];
4377
+ } | null;
4378
+ formField: {
4379
+ code: string;
4380
+ required: boolean;
4381
+ id: string;
4382
+ title: string;
4383
+ prefix: string | null;
4384
+ options: string[] | null;
4385
+ size: "full" | "half";
4386
+ description: string | null;
4387
+ minLength: number | null;
4388
+ maxLength: number | null;
4389
+ defaultValue: string | null;
4390
+ fieldType: "number" | "file" | "text" | "user" | "integer" | "date" | "team" | "master" | "text_long" | "checkbox" | "pull_down" | "ticket" | "calculation" | "button_api" | "button_kintone";
4391
+ approver: boolean;
4392
+ regexpFormat: string | null;
4393
+ formula: string | null;
4394
+ minValue: number | null;
4395
+ maxValue: number | null;
4396
+ decimalDigit: number | null;
4397
+ delimited: boolean | null;
4398
+ suffix: string | null;
4399
+ hidden?: boolean | null | undefined;
4400
+ author?: boolean | undefined;
4401
+ readonlyOnUi?: boolean | null | undefined;
4402
+ };
4403
+ }[];
4404
+ errorMessage: string | null;
4405
+ }[];
4406
+ }>>;