@elyx-code/project-logic-tree 0.0.6281 → 0.0.6282

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 (452) hide show
  1. package/dist/index.d.ts +14454 -3
  2. package/package.json +4 -1
  3. package/dist/definitions/built-in-base-entities/conditions/comparison/index.d.ts +0 -6
  4. package/dist/definitions/built-in-base-entities/conditions/comparison/more-than-or-equal.d.ts +0 -11
  5. package/dist/definitions/built-in-base-entities/conditions/index.d.ts +0 -8
  6. package/dist/definitions/built-in-base-entities/conditions/standalone/index.d.ts +0 -6
  7. package/dist/definitions/built-in-base-entities/conditions/standalone/not-empty.d.ts +0 -5
  8. package/dist/definitions/built-in-base-entities/entities/cron/entity.d.ts +0 -7
  9. package/dist/definitions/built-in-base-entities/entities/cron/index.d.ts +0 -2
  10. package/dist/definitions/built-in-base-entities/entities/cron/trigger.d.ts +0 -4
  11. package/dist/definitions/built-in-base-entities/entities/endpoint.d.ts +0 -53
  12. package/dist/definitions/built-in-base-entities/entities/execution/index.d.ts +0 -5
  13. package/dist/definitions/built-in-base-entities/entities/index.d.ts +0 -8
  14. package/dist/definitions/built-in-base-entities/entities/other/index.d.ts +0 -1
  15. package/dist/definitions/built-in-base-entities/entities/other/key-value-param.d.ts +0 -10
  16. package/dist/definitions/built-in-base-entities/entities/persisted/entity.d.ts +0 -3
  17. package/dist/definitions/built-in-base-entities/entities/persisted/index.d.ts +0 -3
  18. package/dist/definitions/built-in-base-entities/entities/persisted/methods/delete.d.ts +0 -4
  19. package/dist/definitions/built-in-base-entities/entities/persisted/methods/index.d.ts +0 -2
  20. package/dist/definitions/built-in-base-entities/entities/persisted/methods/soft-delete.d.ts +0 -4
  21. package/dist/definitions/built-in-base-entities/entities/persisted/properties.d.ts +0 -17
  22. package/dist/definitions/built-in-base-entities/entities/relational-database/entity.d.ts +0 -30
  23. package/dist/definitions/built-in-base-entities/entities/relational-database/index.d.ts +0 -1
  24. package/dist/definitions/built-in-base-entities/global-events/index.d.ts +0 -7
  25. package/dist/definitions/built-in-base-entities/global-events/project-published.d.ts +0 -3
  26. package/dist/definitions/built-in-base-entities/ids.d.ts +0 -491
  27. package/dist/definitions/built-in-base-entities/index.d.ts +0 -11
  28. package/dist/definitions/built-in-base-entities/loops/counted/body.d.ts +0 -11
  29. package/dist/definitions/built-in-base-entities/loops/counted/index.d.ts +0 -2
  30. package/dist/definitions/built-in-base-entities/loops/counted/loop.d.ts +0 -11
  31. package/dist/definitions/built-in-base-entities/loops/index.d.ts +0 -10
  32. package/dist/definitions/built-in-base-entities/loops/list/body.d.ts +0 -15
  33. package/dist/definitions/built-in-base-entities/loops/list/index.d.ts +0 -2
  34. package/dist/definitions/built-in-base-entities/loops/list/loop.d.ts +0 -9
  35. package/dist/definitions/built-in-base-entities/loops/manual-flow/body.d.ts +0 -11
  36. package/dist/definitions/built-in-base-entities/loops/manual-flow/index.d.ts +0 -2
  37. package/dist/definitions/built-in-base-entities/loops/manual-flow/loop.d.ts +0 -5
  38. package/dist/definitions/built-in-base-entities/loops/object-keys-loop/body.d.ts +0 -15
  39. package/dist/definitions/built-in-base-entities/loops/object-keys-loop/index.d.ts +0 -2
  40. package/dist/definitions/built-in-base-entities/loops/object-keys-loop/loop.d.ts +0 -9
  41. package/dist/definitions/built-in-base-entities/loops/object-values-loop/body.d.ts +0 -15
  42. package/dist/definitions/built-in-base-entities/loops/object-values-loop/index.d.ts +0 -2
  43. package/dist/definitions/built-in-base-entities/loops/object-values-loop/loop.d.ts +0 -9
  44. package/dist/definitions/built-in-base-entities/loops/string/body.d.ts +0 -15
  45. package/dist/definitions/built-in-base-entities/loops/string/index.d.ts +0 -2
  46. package/dist/definitions/built-in-base-entities/loops/string/loop.d.ts +0 -9
  47. package/dist/definitions/built-in-base-entities/operations/definition-entity/create-new.d.ts +0 -22
  48. package/dist/definitions/built-in-base-entities/operations/definition-entity/index.d.ts +0 -7
  49. package/dist/definitions/built-in-base-entities/operations/definition-entity/validate-data.d.ts +0 -15
  50. package/dist/definitions/built-in-base-entities/operations/function-execution/index.d.ts +0 -8
  51. package/dist/definitions/built-in-base-entities/operations/function-execution/parallel.d.ts +0 -19
  52. package/dist/definitions/built-in-base-entities/operations/function-execution/sequential.d.ts +0 -23
  53. package/dist/definitions/built-in-base-entities/operations/function-execution/wait.d.ts +0 -15
  54. package/dist/definitions/built-in-base-entities/operations/http-request/http-request.d.ts +0 -45
  55. package/dist/definitions/built-in-base-entities/operations/http-request/index.d.ts +0 -6
  56. package/dist/definitions/built-in-base-entities/operations/index.d.ts +0 -12
  57. package/dist/definitions/built-in-base-entities/operations/list/append.d.ts +0 -25
  58. package/dist/definitions/built-in-base-entities/operations/list/get-last.d.ts +0 -20
  59. package/dist/definitions/built-in-base-entities/operations/list/index.d.ts +0 -9
  60. package/dist/definitions/built-in-base-entities/operations/list/join-lists.d.ts +0 -25
  61. package/dist/definitions/built-in-base-entities/operations/list/split-list.d.ts +0 -29
  62. package/dist/definitions/built-in-base-entities/operations/number/index.d.ts +0 -7
  63. package/dist/definitions/built-in-base-entities/operations/number/number-addition.d.ts +0 -20
  64. package/dist/definitions/built-in-base-entities/operations/number/number-subtraction.d.ts +0 -20
  65. package/dist/definitions/built-in-base-entities/operations/string/index.d.ts +0 -7
  66. package/dist/definitions/built-in-base-entities/operations/string/join-strings.d.ts +0 -27
  67. package/dist/definitions/built-in-base-entities/operations/string/split-string.d.ts +0 -21
  68. package/dist/definitions/built-in-base-entities/primitive-entities.d.ts +0 -17
  69. package/dist/definitions/built-in-base-entities/value-descriptors/index.d.ts +0 -5
  70. package/dist/definitions/built-in-base-entities/value-descriptors/process-output.d.ts +0 -5
  71. package/dist/definitions/built-in-base-entities/value-descriptors/search-error-output.d.ts +0 -5
  72. package/dist/definitions/index.d.ts +0 -4
  73. package/dist/definitions/logic/definition-entity-to-zod-schema.d.ts +0 -4
  74. package/dist/definitions/logic/index.d.ts +0 -2
  75. package/dist/definitions/logic/value-autogeneration/boolean.d.ts +0 -3
  76. package/dist/definitions/logic/value-autogeneration/date.d.ts +0 -6
  77. package/dist/definitions/logic/value-autogeneration/index.d.ts +0 -6
  78. package/dist/definitions/logic/value-autogeneration/number.d.ts +0 -6
  79. package/dist/definitions/logic/value-autogeneration/text.d.ts +0 -6
  80. package/dist/definitions/logic/value-autogeneration/uuid.d.ts +0 -1
  81. package/dist/definitions/logic/value-autogeneration/value-autogeneration.d.ts +0 -3
  82. package/dist/definitions/mock/default-mock/entities/alt-relational-database/entity.d.ts +0 -4
  83. package/dist/definitions/mock/default-mock/entities/alt-relational-database/properties.d.ts +0 -16
  84. package/dist/definitions/mock/default-mock/entities/animal.d.ts +0 -14
  85. package/dist/definitions/mock/default-mock/entities/back-account/account-owner-event.d.ts +0 -26
  86. package/dist/definitions/mock/default-mock/entities/back-account/change-owner-of-account.d.ts +0 -16
  87. package/dist/definitions/mock/default-mock/entities/back-account/entity.d.ts +0 -4
  88. package/dist/definitions/mock/default-mock/entities/back-account/properties.d.ts +0 -10
  89. package/dist/definitions/mock/default-mock/entities/base-table/entity.d.ts +0 -4
  90. package/dist/definitions/mock/default-mock/entities/base-table/ids.d.ts +0 -2
  91. package/dist/definitions/mock/default-mock/entities/base-table/index.d.ts +0 -2
  92. package/dist/definitions/mock/default-mock/entities/base-table/properties.d.ts +0 -24
  93. package/dist/definitions/mock/default-mock/entities/bitcoin-api-response/bpi/currency/entity.d.ts +0 -4
  94. package/dist/definitions/mock/default-mock/entities/bitcoin-api-response/bpi/currency/properties.d.ts +0 -22
  95. package/dist/definitions/mock/default-mock/entities/bitcoin-api-response/bpi/entity.d.ts +0 -4
  96. package/dist/definitions/mock/default-mock/entities/bitcoin-api-response/bpi/properties.d.ts +0 -14
  97. package/dist/definitions/mock/default-mock/entities/bitcoin-api-response/entity.d.ts +0 -4
  98. package/dist/definitions/mock/default-mock/entities/bitcoin-api-response/ids.d.ts +0 -15
  99. package/dist/definitions/mock/default-mock/entities/bitcoin-api-response/properties.d.ts +0 -18
  100. package/dist/definitions/mock/default-mock/entities/company/change-owner-of-company.d.ts +0 -16
  101. package/dist/definitions/mock/default-mock/entities/company/company-changed-event/company-name-exists-condition.d.ts +0 -8
  102. package/dist/definitions/mock/default-mock/entities/company/company-changed-event/gov-registry-func-call.d.ts +0 -16
  103. package/dist/definitions/mock/default-mock/entities/company/company-changed-event/index.d.ts +0 -18
  104. package/dist/definitions/mock/default-mock/entities/company/entity.d.ts +0 -4
  105. package/dist/definitions/mock/default-mock/entities/company/properties.d.ts +0 -22
  106. package/dist/definitions/mock/default-mock/entities/cron-job/entity.d.ts +0 -13
  107. package/dist/definitions/mock/default-mock/entities/default-relational-database/entity.d.ts +0 -4
  108. package/dist/definitions/mock/default-mock/entities/default-relational-database/properties.d.ts +0 -27
  109. package/dist/definitions/mock/default-mock/entities/employee.d.ts +0 -17
  110. package/dist/definitions/mock/default-mock/entities/get-all-bank-accounts-endpoint/entity.d.ts +0 -4
  111. package/dist/definitions/mock/default-mock/entities/get-company-by-id-endpoint/endpoint-reached-event.d.ts +0 -39
  112. package/dist/definitions/mock/default-mock/entities/get-company-by-id-endpoint/entity.d.ts +0 -4
  113. package/dist/definitions/mock/default-mock/entities/get-company-by-id-endpoint/ids.d.ts +0 -1
  114. package/dist/definitions/mock/default-mock/entities/get-company-by-id-endpoint/properties.d.ts +0 -12
  115. package/dist/definitions/mock/default-mock/entities/person.d.ts +0 -12
  116. package/dist/definitions/mock/default-mock/entities/plant.d.ts +0 -13
  117. package/dist/definitions/mock/default-mock/entities/product.d.ts +0 -18
  118. package/dist/definitions/mock/default-mock/entities/user.d.ts +0 -13
  119. package/dist/definitions/mock/default-mock/events/project-loaded/get-bitcoin-price/get-bitcoin-price-http-call.d.ts +0 -20
  120. package/dist/definitions/mock/default-mock/events/project-loaded/get-bitcoin-price/validate-bitcoin-price-response.d.ts +0 -13
  121. package/dist/definitions/mock/default-mock/events/project-loaded/ids.d.ts +0 -4
  122. package/dist/definitions/mock/default-mock/events/project-loaded/index.d.ts +0 -7
  123. package/dist/definitions/mock/default-mock/function-calls/call-execution-abort.d.ts +0 -4
  124. package/dist/definitions/mock/default-mock/function-calls/call-hello-world-loop.d.ts +0 -4
  125. package/dist/definitions/mock/default-mock/functions/abort-execution/execution-abort-call-var.d.ts +0 -9
  126. package/dist/definitions/mock/default-mock/functions/abort-execution/execution-var-declaration.d.ts +0 -8
  127. package/dist/definitions/mock/default-mock/functions/abort-execution/execution-var-instance-write.d.ts +0 -8
  128. package/dist/definitions/mock/default-mock/functions/abort-execution/function.d.ts +0 -4
  129. package/dist/definitions/mock/default-mock/functions/abort-execution/ids.d.ts +0 -11
  130. package/dist/definitions/mock/default-mock/functions/abort-execution/long-wait-return-statement.d.ts +0 -10
  131. package/dist/definitions/mock/default-mock/functions/abort-execution/long-wait.d.ts +0 -9
  132. package/dist/definitions/mock/default-mock/functions/abort-execution/second-wait.d.ts +0 -8
  133. package/dist/definitions/mock/default-mock/functions/abort-execution/small-wait-return-statement.d.ts +0 -10
  134. package/dist/definitions/mock/default-mock/functions/abort-execution/small-wait.d.ts +0 -8
  135. package/dist/definitions/mock/default-mock/functions/check-gov-registry/gov-http-call.d.ts +0 -35
  136. package/dist/definitions/mock/default-mock/functions/check-gov-registry/index.d.ts +0 -8
  137. package/dist/definitions/mock/default-mock/functions/check-gov-registry/join-query-string-operation.d.ts +0 -19
  138. package/dist/definitions/mock/default-mock/functions/check-gov-registry/return-statement.d.ts +0 -11
  139. package/dist/definitions/mock/default-mock/functions/check-gov-registry/shared-arg-map.d.ts +0 -5
  140. package/dist/definitions/mock/default-mock/functions/company-dto/employee-dto-map-loop/body.d.ts +0 -24
  141. package/dist/definitions/mock/default-mock/functions/company-dto/employee-dto-map-loop/loop.d.ts +0 -10
  142. package/dist/definitions/mock/default-mock/functions/company-dto/function.d.ts +0 -8
  143. package/dist/definitions/mock/default-mock/functions/company-dto/ids.d.ts +0 -28
  144. package/dist/definitions/mock/default-mock/functions/company-dto/return-statement.d.ts +0 -10
  145. package/dist/definitions/mock/default-mock/functions/company-dto/variable-mapping/bank-account-variable.d.ts +0 -10
  146. package/dist/definitions/mock/default-mock/functions/company-dto/variable-mapping/company/outputs.d.ts +0 -12
  147. package/dist/definitions/mock/default-mock/functions/company-dto/variable-mapping/company/variable.d.ts +0 -8
  148. package/dist/definitions/mock/default-mock/functions/company-dto/variable-mapping/company-dto/inputs.d.ts +0 -17
  149. package/dist/definitions/mock/default-mock/functions/company-dto/variable-mapping/company-dto/variable.d.ts +0 -7
  150. package/dist/definitions/mock/default-mock/functions/company-dto/variable-mapping/owner-variable.d.ts +0 -10
  151. package/dist/definitions/mock/default-mock/functions/concurrency-and-waits/company-dto/mapping-func-call.d.ts +0 -8
  152. package/dist/definitions/mock/default-mock/functions/concurrency-and-waits/company-dto/var-chain.d.ts +0 -15
  153. package/dist/definitions/mock/default-mock/functions/concurrency-and-waits/exec-in-parallel-call/operation.d.ts +0 -13
  154. package/dist/definitions/mock/default-mock/functions/concurrency-and-waits/exec-sequentially-call/operation.d.ts +0 -13
  155. package/dist/definitions/mock/default-mock/functions/concurrency-and-waits/function-list-variable.d.ts +0 -17
  156. package/dist/definitions/mock/default-mock/functions/concurrency-and-waits/function.d.ts +0 -4
  157. package/dist/definitions/mock/default-mock/functions/concurrency-and-waits/ids.d.ts +0 -14
  158. package/dist/definitions/mock/default-mock/functions/concurrency-and-waits/return-statement.d.ts +0 -10
  159. package/dist/definitions/mock/default-mock/functions/concurrency-and-waits/wait.d.ts +0 -9
  160. package/dist/definitions/mock/default-mock/functions/create-new-company/index.d.ts +0 -4
  161. package/dist/definitions/mock/default-mock/functions/create-new-company/return-statement.d.ts +0 -9
  162. package/dist/definitions/mock/default-mock/functions/current-time.d.ts +0 -16
  163. package/dist/definitions/mock/default-mock/functions/do-math/ids.d.ts +0 -2
  164. package/dist/definitions/mock/default-mock/functions/do-math/index.d.ts +0 -18
  165. package/dist/definitions/mock/default-mock/functions/do-math/op-output-variables.d.ts +0 -8
  166. package/dist/definitions/mock/default-mock/functions/do-math/return-statement.d.ts +0 -9
  167. package/dist/definitions/mock/default-mock/functions/do-math/sum-operation.d.ts +0 -12
  168. package/dist/definitions/mock/default-mock/functions/do-math/var-to-return-statement.d.ts +0 -7
  169. package/dist/definitions/mock/default-mock/functions/employee-dto/function.d.ts +0 -8
  170. package/dist/definitions/mock/default-mock/functions/employee-dto/ids.d.ts +0 -16
  171. package/dist/definitions/mock/default-mock/functions/employee-dto/return-statement.d.ts +0 -10
  172. package/dist/definitions/mock/default-mock/functions/employee-dto/variable-mapping/employee/outputs.d.ts +0 -10
  173. package/dist/definitions/mock/default-mock/functions/employee-dto/variable-mapping/employee/variable.d.ts +0 -8
  174. package/dist/definitions/mock/default-mock/functions/employee-dto/variable-mapping/employee-dto/inputs.d.ts +0 -14
  175. package/dist/definitions/mock/default-mock/functions/employee-dto/variable-mapping/employee-dto/variable.d.ts +0 -5
  176. package/dist/definitions/mock/default-mock/functions/employee-dto/variable-mapping/manager-variable.d.ts +0 -10
  177. package/dist/definitions/mock/default-mock/functions/manual-hello-world-loop/function.d.ts +0 -4
  178. package/dist/definitions/mock/default-mock/functions/manual-hello-world-loop/ids.d.ts +0 -13
  179. package/dist/definitions/mock/default-mock/functions/manual-hello-world-loop/loop/add-latest-text-to-final-list.d.ts +0 -14
  180. package/dist/definitions/mock/default-mock/functions/manual-hello-world-loop/loop/break-statement.d.ts +0 -10
  181. package/dist/definitions/mock/default-mock/functions/manual-hello-world-loop/loop/continue-statement.d.ts +0 -10
  182. package/dist/definitions/mock/default-mock/functions/manual-hello-world-loop/loop/iteration-smaller-than-ten-condition.d.ts +0 -10
  183. package/dist/definitions/mock/default-mock/functions/manual-hello-world-loop/loop/join-texts.d.ts +0 -13
  184. package/dist/definitions/mock/default-mock/functions/manual-hello-world-loop/loop/loop-body.d.ts +0 -12
  185. package/dist/definitions/mock/default-mock/functions/manual-hello-world-loop/loop/loop.d.ts +0 -9
  186. package/dist/definitions/mock/default-mock/functions/manual-hello-world-loop/return-statement.d.ts +0 -10
  187. package/dist/definitions/mock/default-mock/functions/replace-back-account-in-company/company-variable-declaration.d.ts +0 -10
  188. package/dist/definitions/mock/default-mock/functions/replace-back-account-in-company/company-variable-instance.d.ts +0 -9
  189. package/dist/definitions/mock/default-mock/functions/replace-back-account-in-company/create-new-bank-account.d.ts +0 -21
  190. package/dist/definitions/mock/default-mock/functions/replace-back-account-in-company/ids.d.ts +0 -17
  191. package/dist/definitions/mock/default-mock/functions/replace-back-account-in-company/index.d.ts +0 -19
  192. package/dist/definitions/mock/default-mock/functions/replace-back-account-in-company/old-bank-account-variable.d.ts +0 -16
  193. package/dist/definitions/mock/default-mock/functions/replace-back-account-in-company/person-not-empty-condition.d.ts +0 -8
  194. package/dist/definitions/mock/default-mock/functions/replace-back-account-in-company/person-not-found-return-error.d.ts +0 -10
  195. package/dist/definitions/mock/default-mock/functions/replace-back-account-in-company/search-person-by-id/found-person-output.d.ts +0 -8
  196. package/dist/definitions/mock/default-mock/functions/replace-back-account-in-company/search-person-by-id/index.d.ts +0 -5
  197. package/dist/definitions/mock/default-mock/functions/replace-back-account-in-company/search-person-by-id/person-id-input.d.ts +0 -9
  198. package/dist/definitions/mock/default-mock/functions/replace-back-account-in-company/search-person-by-id/search-query.d.ts +0 -1
  199. package/dist/definitions/mock/default-mock/functions/show-popup/index.d.ts +0 -4
  200. package/dist/definitions/mock/default-mock/ids.d.ts +0 -3
  201. package/dist/definitions/mock/default-mock/index.d.ts +0 -4
  202. package/dist/definitions/mock/default-mock/installed-projects/mock-third-party-project.d.ts +0 -6
  203. package/dist/definitions/mock/default-mock/loops/global-counted-loop-test/body.d.ts +0 -8
  204. package/dist/definitions/mock/default-mock/loops/global-counted-loop-test/ids.d.ts +0 -3
  205. package/dist/definitions/mock/default-mock/loops/global-counted-loop-test/loop.d.ts +0 -8
  206. package/dist/definitions/mock/default-mock/loops/global-object-keys-loop/body.d.ts +0 -8
  207. package/dist/definitions/mock/default-mock/loops/global-object-keys-loop/ids.d.ts +0 -3
  208. package/dist/definitions/mock/default-mock/loops/global-object-keys-loop/loop.d.ts +0 -9
  209. package/dist/definitions/mock/default-mock/loops/global-object-values-loop/body.d.ts +0 -8
  210. package/dist/definitions/mock/default-mock/loops/global-object-values-loop/ids.d.ts +0 -3
  211. package/dist/definitions/mock/default-mock/loops/global-object-values-loop/loop.d.ts +0 -8
  212. package/dist/definitions/mock/default-mock/loops/global-test-iterate-over-string/body.d.ts +0 -12
  213. package/dist/definitions/mock/default-mock/loops/global-test-iterate-over-string/ids.d.ts +0 -4
  214. package/dist/definitions/mock/default-mock/loops/global-test-iterate-over-string/loop.d.ts +0 -8
  215. package/dist/definitions/mock/default-mock/loops/iterate-over-list/body.d.ts +0 -8
  216. package/dist/definitions/mock/default-mock/loops/iterate-over-list/ids.d.ts +0 -3
  217. package/dist/definitions/mock/default-mock/loops/iterate-over-list/loop.d.ts +0 -6
  218. package/dist/definitions/mock/default-mock/operations/random-wait.d.ts +0 -7
  219. package/dist/definitions/mock/default-mock/searches/find-companies-with-multiple-employees-and-bank-account.d.ts +0 -8
  220. package/dist/definitions/mock/default-mock/variables/global-data-mapping/company-employee/company-employee.d.ts +0 -6
  221. package/dist/definitions/mock/default-mock/variables/global-data-mapping/company-employee/outputs.d.ts +0 -10
  222. package/dist/definitions/mock/default-mock/variables/global-data-mapping/employee-dto/company-employee-mapped-DTO.d.ts +0 -12
  223. package/dist/definitions/mock/default-mock/variables/global-data-mapping/employee-dto/inputs.d.ts +0 -17
  224. package/dist/definitions/mock/default-mock/variables/global-data-mapping/global-user-instance.d.ts +0 -6
  225. package/dist/definitions/mock/default-mock/variables/global-data-mapping/ids.d.ts +0 -17
  226. package/dist/definitions/mock/default-mock/variables/global-data-mapping/manager-variable.d.ts +0 -9
  227. package/dist/definitions/mock/default-mock/variables/isTestEnv.d.ts +0 -9
  228. package/dist/definitions/mock/default-mock/variables/lastTimestamp.d.ts +0 -7
  229. package/dist/definitions/mock/default-mock/variables/user.d.ts +0 -6
  230. package/dist/definitions/mock/index.d.ts +0 -3
  231. package/dist/definitions/types/action-descriptor.d.ts +0 -73
  232. package/dist/definitions/types/autogeneration.d.ts +0 -101
  233. package/dist/definitions/types/base-entity.d.ts +0 -79
  234. package/dist/definitions/types/base.d.ts +0 -189
  235. package/dist/definitions/types/condition.d.ts +0 -61
  236. package/dist/definitions/types/data-type.d.ts +0 -58
  237. package/dist/definitions/types/definition-entity.d.ts +0 -34
  238. package/dist/definitions/types/event.d.ts +0 -50
  239. package/dist/definitions/types/function.d.ts +0 -116
  240. package/dist/definitions/types/generic-reference.d.ts +0 -96
  241. package/dist/definitions/types/index.d.ts +0 -238
  242. package/dist/definitions/types/input-output-map.d.ts +0 -139
  243. package/dist/definitions/types/loop.d.ts +0 -41
  244. package/dist/definitions/types/operation.d.ts +0 -92
  245. package/dist/definitions/types/primitives.d.ts +0 -208
  246. package/dist/definitions/types/project.d.ts +0 -84
  247. package/dist/definitions/types/property.d.ts +0 -49
  248. package/dist/definitions/types/return.d.ts +0 -130
  249. package/dist/definitions/types/search.d.ts +0 -61
  250. package/dist/definitions/types/variable.d.ts +0 -139
  251. package/dist/events.d.ts +0 -15
  252. package/dist/tree/built-in/built-in-base-entities/endpoint/entity.d.ts +0 -27
  253. package/dist/tree/built-in/built-in-base-entities/endpoint/index.d.ts +0 -1
  254. package/dist/tree/built-in/built-in-base-entities/index.d.ts +0 -2
  255. package/dist/tree/built-in/built-in-base-entities/init.d.ts +0 -4
  256. package/dist/tree/built-in/built-in-base-entities/persisted/entity.d.ts +0 -22
  257. package/dist/tree/built-in/built-in-base-entities/persisted/index.d.ts +0 -1
  258. package/dist/tree/built-in/built-in-base-entities/relational-database/entity.d.ts +0 -22
  259. package/dist/tree/built-in/built-in-base-entities/relational-database/index.d.ts +0 -1
  260. package/dist/tree/built-in/index.d.ts +0 -3
  261. package/dist/tree/built-in/operations/definition-entity/create-new.d.ts +0 -5
  262. package/dist/tree/built-in/operations/definition-entity/index.d.ts +0 -2
  263. package/dist/tree/built-in/operations/definition-entity/validate-data.d.ts +0 -17
  264. package/dist/tree/built-in/operations/definition-entity/validate-data.test.d.ts +0 -1
  265. package/dist/tree/built-in/operations/function-execution/index.d.ts +0 -3
  266. package/dist/tree/built-in/operations/function-execution/parallel.d.ts +0 -17
  267. package/dist/tree/built-in/operations/function-execution/sequential.d.ts +0 -18
  268. package/dist/tree/built-in/operations/function-execution/wait.d.ts +0 -17
  269. package/dist/tree/built-in/operations/http-request/http-request.d.ts +0 -5
  270. package/dist/tree/built-in/operations/http-request/index.d.ts +0 -1
  271. package/dist/tree/built-in/operations/index.d.ts +0 -1
  272. package/dist/tree/built-in/operations/init.d.ts +0 -4
  273. package/dist/tree/built-in/operations/list/append.d.ts +0 -5
  274. package/dist/tree/built-in/operations/list/get-last.d.ts +0 -5
  275. package/dist/tree/built-in/operations/list/index.d.ts +0 -4
  276. package/dist/tree/built-in/operations/list/join-lists.d.ts +0 -5
  277. package/dist/tree/built-in/operations/list/split-list.d.ts +0 -5
  278. package/dist/tree/built-in/operations/number/index.d.ts +0 -1
  279. package/dist/tree/built-in/operations/number/number-addition.d.ts +0 -5
  280. package/dist/tree/built-in/operations/string/index.d.ts +0 -1
  281. package/dist/tree/built-in/operations/string/join-strings.d.ts +0 -5
  282. package/dist/tree/built-in/primitive-entities/index.d.ts +0 -1
  283. package/dist/tree/index.d.ts +0 -3
  284. package/dist/tree/state/action-descriptor/action-descriptor.d.ts +0 -153
  285. package/dist/tree/state/action-descriptor/index.d.ts +0 -2
  286. package/dist/tree/state/action-descriptor/validation/logic-validation.d.ts +0 -4
  287. package/dist/tree/state/action-descriptor/validation/validation-schema.d.ts +0 -361
  288. package/dist/tree/state/argument-declaration/argument-declaration.d.ts +0 -135
  289. package/dist/tree/state/argument-declaration/index.d.ts +0 -2
  290. package/dist/tree/state/argument-declaration/validation/logic-validation.d.ts +0 -4
  291. package/dist/tree/state/argument-declaration/validation/validation-schema.d.ts +0 -489
  292. package/dist/tree/state/autogeneration.d.ts +0 -823
  293. package/dist/tree/state/base.d.ts +0 -177
  294. package/dist/tree/state/break-statement/break-statement.d.ts +0 -128
  295. package/dist/tree/state/break-statement/index.d.ts +0 -2
  296. package/dist/tree/state/break-statement/validation/logic-validation.d.ts +0 -4
  297. package/dist/tree/state/break-statement/validation/validation-schema.d.ts +0 -1117
  298. package/dist/tree/state/built-in-base-entity/built-in-base-entity.d.ts +0 -61
  299. package/dist/tree/state/built-in-base-entity/built-in-base-entity.test.d.ts +0 -1
  300. package/dist/tree/state/built-in-base-entity/index.d.ts +0 -1
  301. package/dist/tree/state/built-in-base-entity/logic-validation.d.ts +0 -4
  302. package/dist/tree/state/built-in-base-entity/validation-schema.d.ts +0 -256
  303. package/dist/tree/state/change-set/change-set.d.ts +0 -95
  304. package/dist/tree/state/change-set/change-set.test.d.ts +0 -1
  305. package/dist/tree/state/change-set/index.d.ts +0 -3
  306. package/dist/tree/state/change-set/side-effect-events.d.ts +0 -3
  307. package/dist/tree/state/change-set/versioning.d.ts +0 -12
  308. package/dist/tree/state/condition/condition.d.ts +0 -138
  309. package/dist/tree/state/condition/index.d.ts +0 -2
  310. package/dist/tree/state/condition/init.d.ts +0 -4
  311. package/dist/tree/state/condition/validation/logic-validation.d.ts +0 -4
  312. package/dist/tree/state/condition/validation/validation-schema.d.ts +0 -2386
  313. package/dist/tree/state/continue-statement/continue-statement.d.ts +0 -128
  314. package/dist/tree/state/continue-statement/index.d.ts +0 -2
  315. package/dist/tree/state/continue-statement/validation/logic-validation.d.ts +0 -4
  316. package/dist/tree/state/continue-statement/validation/validation-schema.d.ts +0 -1117
  317. package/dist/tree/state/create.d.ts +0 -8
  318. package/dist/tree/state/data-type/data-type.d.ts +0 -147
  319. package/dist/tree/state/data-type/data-type.test.d.ts +0 -1
  320. package/dist/tree/state/data-type/index.d.ts +0 -2
  321. package/dist/tree/state/data-type/validation/logic-validation.d.ts +0 -4
  322. package/dist/tree/state/data-type/validation/references.d.ts +0 -5
  323. package/dist/tree/state/data-type/validation/validation-schema.d.ts +0 -14485
  324. package/dist/tree/state/definition-entity/definition-entity.d.ts +0 -167
  325. package/dist/tree/state/definition-entity/definition-entity.test.d.ts +0 -1
  326. package/dist/tree/state/definition-entity/index.d.ts +0 -2
  327. package/dist/tree/state/definition-entity/validation/logic-validation.d.ts +0 -15
  328. package/dist/tree/state/definition-entity/validation/references.d.ts +0 -5
  329. package/dist/tree/state/definition-entity/validation/validation-schema.d.ts +0 -472
  330. package/dist/tree/state/error.d.ts +0 -172
  331. package/dist/tree/state/function-call/function-call.d.ts +0 -146
  332. package/dist/tree/state/function-call/index.d.ts +0 -2
  333. package/dist/tree/state/function-call/validation/logic-validation.d.ts +0 -4
  334. package/dist/tree/state/function-call/validation/validation-schema.d.ts +0 -2517
  335. package/dist/tree/state/function-declaration/function-declaration.d.ts +0 -154
  336. package/dist/tree/state/function-declaration/function-declaration.test.d.ts +0 -1
  337. package/dist/tree/state/function-declaration/index.d.ts +0 -2
  338. package/dist/tree/state/function-declaration/validation/logic-validation.d.ts +0 -4
  339. package/dist/tree/state/function-declaration/validation/validation-schema.d.ts +0 -505
  340. package/dist/tree/state/global-event/global-event.d.ts +0 -133
  341. package/dist/tree/state/global-event/index.d.ts +0 -2
  342. package/dist/tree/state/global-event/init.d.ts +0 -4
  343. package/dist/tree/state/global-event/validation/logic-validation.d.ts +0 -4
  344. package/dist/tree/state/global-event/validation/validation-schema.d.ts +0 -1283
  345. package/dist/tree/state/index.d.ts +0 -35
  346. package/dist/tree/state/input-map/index.d.ts +0 -2
  347. package/dist/tree/state/input-map/input-map.d.ts +0 -159
  348. package/dist/tree/state/input-map/validation/logic-validation.d.ts +0 -4
  349. package/dist/tree/state/input-map/validation/validation-schema.d.ts +0 -43343
  350. package/dist/tree/state/installed-project/index.d.ts +0 -2
  351. package/dist/tree/state/installed-project/installed-project.d.ts +0 -117
  352. package/dist/tree/state/installed-project/validation/logic-validation.d.ts +0 -4
  353. package/dist/tree/state/installed-project/validation/validation-schema.d.ts +0 -238
  354. package/dist/tree/state/internal-call/index.d.ts +0 -2
  355. package/dist/tree/state/internal-call/internal-call.d.ts +0 -145
  356. package/dist/tree/state/internal-call/validation/logic-validation.d.ts +0 -5
  357. package/dist/tree/state/internal-call/validation/validation-schema.d.ts +0 -2433
  358. package/dist/tree/state/literal-value/index.d.ts +0 -2
  359. package/dist/tree/state/literal-value/literal-value.d.ts +0 -142
  360. package/dist/tree/state/literal-value/literal-value.test.d.ts +0 -1
  361. package/dist/tree/state/literal-value/validation/logic-validation.d.ts +0 -4
  362. package/dist/tree/state/literal-value/validation/references.d.ts +0 -5
  363. package/dist/tree/state/literal-value/validation/validation-schema.d.ts +0 -13204
  364. package/dist/tree/state/logic-validation.test.d.ts +0 -1
  365. package/dist/tree/state/loop/index.d.ts +0 -2
  366. package/dist/tree/state/loop/init.d.ts +0 -4
  367. package/dist/tree/state/loop/loop.d.ts +0 -189
  368. package/dist/tree/state/loop/loop.test.d.ts +0 -1
  369. package/dist/tree/state/loop/validation/logic-validation.d.ts +0 -5
  370. package/dist/tree/state/loop/validation/validation-schema.d.ts +0 -2549
  371. package/dist/tree/state/operation/index.d.ts +0 -2
  372. package/dist/tree/state/operation/operation.d.ts +0 -145
  373. package/dist/tree/state/operation/operation.test.d.ts +0 -1
  374. package/dist/tree/state/operation/validation/logic-validation.d.ts +0 -4
  375. package/dist/tree/state/operation/validation/validation-schema.d.ts +0 -2527
  376. package/dist/tree/state/output-map/index.d.ts +0 -2
  377. package/dist/tree/state/output-map/output-map.d.ts +0 -150
  378. package/dist/tree/state/output-map/output-map.test.d.ts +0 -1
  379. package/dist/tree/state/output-map/validation/logic-validation.d.ts +0 -4
  380. package/dist/tree/state/output-map/validation/validation-schema.d.ts +0 -1543
  381. package/dist/tree/state/primitive-entity/index.d.ts +0 -1
  382. package/dist/tree/state/primitive-entity/init.d.ts +0 -4
  383. package/dist/tree/state/primitive-entity/primitive-entity.d.ts +0 -56
  384. package/dist/tree/state/primitive-entity/validation/logic-validation.d.ts +0 -4
  385. package/dist/tree/state/primitive-entity/validation/validation-schema.d.ts +0 -251
  386. package/dist/tree/state/project/index.d.ts +0 -1
  387. package/dist/tree/state/project/project.d.ts +0 -268
  388. package/dist/tree/state/project/project.test.d.ts +0 -1
  389. package/dist/tree/state/project/validation/validation-schema.d.ts +0 -389
  390. package/dist/tree/state/property/index.d.ts +0 -2
  391. package/dist/tree/state/property/property.d.ts +0 -142
  392. package/dist/tree/state/property/property.test.d.ts +0 -1
  393. package/dist/tree/state/property/validation/logic-validation.d.ts +0 -5
  394. package/dist/tree/state/property/validation/references.d.ts +0 -5
  395. package/dist/tree/state/property/validation/validation-schema.d.ts +0 -365
  396. package/dist/tree/state/return-declaration/index.d.ts +0 -2
  397. package/dist/tree/state/return-declaration/return-declaration.d.ts +0 -143
  398. package/dist/tree/state/return-declaration/return-declaration.test.d.ts +0 -1
  399. package/dist/tree/state/return-declaration/validation/logic-validation.d.ts +0 -4
  400. package/dist/tree/state/return-declaration/validation/validation-schema.d.ts +0 -499
  401. package/dist/tree/state/return-statement/index.d.ts +0 -2
  402. package/dist/tree/state/return-statement/return-statement.d.ts +0 -128
  403. package/dist/tree/state/return-statement/return-statement.test.d.ts +0 -1
  404. package/dist/tree/state/return-statement/validation/logic-validation.d.ts +0 -4
  405. package/dist/tree/state/return-statement/validation/references.d.ts +0 -8
  406. package/dist/tree/state/return-statement/validation/validation-schema.d.ts +0 -1217
  407. package/dist/tree/state/search/index.d.ts +0 -5
  408. package/dist/tree/state/search/query/hydrate.d.ts +0 -113
  409. package/dist/tree/state/search/query/search-statement-state.d.ts +0 -233
  410. package/dist/tree/state/search/query/search-statement-state.test.d.ts +0 -1
  411. package/dist/tree/state/search/search.d.ts +0 -160
  412. package/dist/tree/state/search/search.test.d.ts +0 -1
  413. package/dist/tree/state/search/validation/logic-validation.d.ts +0 -4
  414. package/dist/tree/state/search/validation/validation-schema.d.ts +0 -2493
  415. package/dist/tree/state/state.test.d.ts +0 -1
  416. package/dist/tree/state/store.d.ts +0 -40
  417. package/dist/tree/state/store.test.d.ts +0 -1
  418. package/dist/tree/state/types/constructors.d.ts +0 -31
  419. package/dist/tree/state/types/index.d.ts +0 -22
  420. package/dist/tree/state/types/state.d.ts +0 -52
  421. package/dist/tree/state/types/validation.d.ts +0 -3591
  422. package/dist/tree/state/validate.d.ts +0 -123
  423. package/dist/tree/state/validate.test.d.ts +0 -1
  424. package/dist/tree/state/value-descriptor/index.d.ts +0 -2
  425. package/dist/tree/state/value-descriptor/init.d.ts +0 -4
  426. package/dist/tree/state/value-descriptor/validation/logic-validation.d.ts +0 -4
  427. package/dist/tree/state/value-descriptor/validation/validation-schema.d.ts +0 -191
  428. package/dist/tree/state/value-descriptor/value-descriptor.d.ts +0 -136
  429. package/dist/tree/state/variable-declaration/index.d.ts +0 -2
  430. package/dist/tree/state/variable-declaration/validation/logic-validation.d.ts +0 -4
  431. package/dist/tree/state/variable-declaration/validation/validation-schema.d.ts +0 -2687
  432. package/dist/tree/state/variable-declaration/variable-declaration.d.ts +0 -177
  433. package/dist/tree/state/variable-instance/index.d.ts +0 -2
  434. package/dist/tree/state/variable-instance/validation/logic-validation.d.ts +0 -4
  435. package/dist/tree/state/variable-instance/validation/validation-schema.d.ts +0 -2689
  436. package/dist/tree/state/variable-instance/variable-instance.d.ts +0 -170
  437. package/dist/tree/state/variables.test.d.ts +0 -1
  438. package/dist/tree/state/version.d.ts +0 -11
  439. package/dist/tree/utils/data-type.d.ts +0 -53
  440. package/dist/tree/utils/index.d.ts +0 -292
  441. package/dist/tree/utils/names.d.ts +0 -28
  442. package/dist/tree/utils/names.test.d.ts +0 -1
  443. package/dist/tree/utils/references.d.ts +0 -4
  444. package/dist/tree/utils/shared-data-structure-entity.d.ts +0 -41
  445. package/dist/tree/utils/shared-data-structure-entity.test.d.ts +0 -1
  446. package/dist/tree/utils/string.d.ts +0 -2
  447. package/dist/tree/utils/traverser.d.ts +0 -21
  448. package/dist/tree/utils/traverser.test.d.ts +0 -1
  449. package/dist/tree/utils/utils.test.d.ts +0 -1
  450. package/dist/tree/utils/uuid.d.ts +0 -7
  451. package/dist/tree/utils/values-validations.d.ts +0 -9
  452. package/dist/tree/utils/variables.d.ts +0 -5
@@ -1,2549 +0,0 @@
1
- import { EntityType } from '../../../../definitions';
2
- import { z } from 'zod';
3
-
4
- export declare function getLoopTypeSchema(): z.ZodUnion<[z.ZodObject<{
5
- type: z.ZodLiteral<EntityType.Loop>;
6
- }, "strip", z.ZodTypeAny, {
7
- type: EntityType.Loop;
8
- }, {
9
- type: EntityType.Loop;
10
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>;
11
- export declare function getLoopReferenceSchema(): z.ZodObject<{
12
- id: z.ZodString;
13
- type: z.ZodLiteral<EntityType.GenericReference>;
14
- entityId: z.ZodString;
15
- entityType: z.ZodLiteral<EntityType.Loop>;
16
- }, "strip", z.ZodTypeAny, {
17
- id: string;
18
- type: EntityType.GenericReference;
19
- entityType: EntityType.Loop;
20
- entityId: string;
21
- }, {
22
- id: string;
23
- type: EntityType.GenericReference;
24
- entityType: EntityType.Loop;
25
- entityId: string;
26
- }>;
27
- export declare function getLoopBaseSchema(): z.ZodObject<{
28
- id: z.ZodString;
29
- type: z.ZodLiteral<EntityType.Loop>;
30
- }, "strip", z.ZodTypeAny, {
31
- id: string;
32
- type: EntityType.Loop;
33
- }, {
34
- id: string;
35
- type: EntityType.Loop;
36
- }>;
37
- export declare function getLoopMetaSchema(): z.ZodObject<z.objectUtil.extendShape<{
38
- id: z.ZodString;
39
- type: z.ZodLiteral<EntityType.Loop>;
40
- }, {
41
- version: z.ZodNumber;
42
- x: z.ZodNumber;
43
- y: z.ZodNumber;
44
- }>, "strip", z.ZodTypeAny, {
45
- id: string;
46
- type: EntityType.Loop;
47
- version: number;
48
- x: number;
49
- y: number;
50
- }, {
51
- id: string;
52
- type: EntityType.Loop;
53
- version: number;
54
- x: number;
55
- y: number;
56
- }>;
57
- export declare function getLoopGenerationTargetSchema(): z.ZodObject<z.objectUtil.extendShape<{
58
- id: z.ZodString;
59
- type: z.ZodLiteral<EntityType.Loop>;
60
- }, {
61
- declaration: z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodObject<{
62
- type: z.ZodLiteral<EntityType.FunctionDeclaration>;
63
- }, "strip", z.ZodTypeAny, {
64
- type: EntityType.FunctionDeclaration;
65
- }, {
66
- type: EntityType.FunctionDeclaration;
67
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>]>;
68
- }>, "strip", z.ZodTypeAny, {
69
- id: string;
70
- type: EntityType.Loop;
71
- declaration: string | Record<string, any> | {
72
- type: EntityType.FunctionDeclaration;
73
- };
74
- }, {
75
- id: string;
76
- type: EntityType.Loop;
77
- declaration: string | Record<string, any> | {
78
- type: EntityType.FunctionDeclaration;
79
- };
80
- }>;
81
- export declare function getLoopNestedEntitiesSchema(): z.ZodObject<{
82
- calledBySuccess: z.ZodArray<z.ZodUnion<[z.ZodObject<{
83
- id: z.ZodString;
84
- type: z.ZodLiteral<EntityType.GenericReference>;
85
- entityId: z.ZodString;
86
- entityType: z.ZodLiteral<EntityType.Operation>;
87
- }, "strip", z.ZodTypeAny, {
88
- id: string;
89
- type: EntityType.GenericReference;
90
- entityType: EntityType.Operation;
91
- entityId: string;
92
- }, {
93
- id: string;
94
- type: EntityType.GenericReference;
95
- entityType: EntityType.Operation;
96
- entityId: string;
97
- }>, z.ZodObject<{
98
- id: z.ZodString;
99
- type: z.ZodLiteral<EntityType.GenericReference>;
100
- entityId: z.ZodString;
101
- entityType: z.ZodLiteral<EntityType.FunctionCall>;
102
- }, "strip", z.ZodTypeAny, {
103
- id: string;
104
- type: EntityType.GenericReference;
105
- entityType: EntityType.FunctionCall;
106
- entityId: string;
107
- }, {
108
- id: string;
109
- type: EntityType.GenericReference;
110
- entityType: EntityType.FunctionCall;
111
- entityId: string;
112
- }>, z.ZodObject<{
113
- id: z.ZodString;
114
- type: z.ZodLiteral<EntityType.GenericReference>;
115
- entityId: z.ZodString;
116
- entityType: z.ZodLiteral<EntityType.Condition>;
117
- }, "strip", z.ZodTypeAny, {
118
- id: string;
119
- type: EntityType.GenericReference;
120
- entityType: EntityType.Condition;
121
- entityId: string;
122
- }, {
123
- id: string;
124
- type: EntityType.GenericReference;
125
- entityType: EntityType.Condition;
126
- entityId: string;
127
- }>, z.ZodObject<{
128
- id: z.ZodString;
129
- type: z.ZodLiteral<EntityType.GenericReference>;
130
- entityId: z.ZodString;
131
- entityType: z.ZodLiteral<EntityType.Search>;
132
- }, "strip", z.ZodTypeAny, {
133
- id: string;
134
- type: EntityType.GenericReference;
135
- entityType: EntityType.Search;
136
- entityId: string;
137
- }, {
138
- id: string;
139
- type: EntityType.GenericReference;
140
- entityType: EntityType.Search;
141
- entityId: string;
142
- }>, z.ZodUnion<[z.ZodObject<{
143
- id: z.ZodString;
144
- type: z.ZodLiteral<EntityType.GenericReference>;
145
- entityId: z.ZodString;
146
- entityType: z.ZodLiteral<EntityType.VariableDeclaration>;
147
- }, "strip", z.ZodTypeAny, {
148
- id: string;
149
- type: EntityType.GenericReference;
150
- entityType: EntityType.VariableDeclaration;
151
- entityId: string;
152
- }, {
153
- id: string;
154
- type: EntityType.GenericReference;
155
- entityType: EntityType.VariableDeclaration;
156
- entityId: string;
157
- }>, z.ZodObject<{
158
- id: z.ZodString;
159
- type: z.ZodLiteral<EntityType.GenericReference>;
160
- entityId: z.ZodString;
161
- entityType: z.ZodLiteral<EntityType.VariableInstance>;
162
- }, "strip", z.ZodTypeAny, {
163
- id: string;
164
- type: EntityType.GenericReference;
165
- entityType: EntityType.VariableInstance;
166
- entityId: string;
167
- }, {
168
- id: string;
169
- type: EntityType.GenericReference;
170
- entityType: EntityType.VariableInstance;
171
- entityId: string;
172
- }>]>, z.ZodObject<{
173
- id: z.ZodString;
174
- type: z.ZodLiteral<EntityType.GenericReference>;
175
- entityId: z.ZodString;
176
- entityType: z.ZodLiteral<EntityType.InternalCall>;
177
- }, "strip", z.ZodTypeAny, {
178
- id: string;
179
- type: EntityType.GenericReference;
180
- entityType: EntityType.InternalCall;
181
- entityId: string;
182
- }, {
183
- id: string;
184
- type: EntityType.GenericReference;
185
- entityType: EntityType.InternalCall;
186
- entityId: string;
187
- }>, z.ZodObject<{
188
- id: z.ZodString;
189
- type: z.ZodLiteral<EntityType.GenericReference>;
190
- entityId: z.ZodString;
191
- entityType: z.ZodLiteral<EntityType.Loop>;
192
- }, "strip", z.ZodTypeAny, {
193
- id: string;
194
- type: EntityType.GenericReference;
195
- entityType: EntityType.Loop;
196
- entityId: string;
197
- }, {
198
- id: string;
199
- type: EntityType.GenericReference;
200
- entityType: EntityType.Loop;
201
- entityId: string;
202
- }>]>, "many">;
203
- calledByError: z.ZodArray<z.ZodUnion<[z.ZodObject<{
204
- id: z.ZodString;
205
- type: z.ZodLiteral<EntityType.GenericReference>;
206
- entityId: z.ZodString;
207
- entityType: z.ZodLiteral<EntityType.Operation>;
208
- }, "strip", z.ZodTypeAny, {
209
- id: string;
210
- type: EntityType.GenericReference;
211
- entityType: EntityType.Operation;
212
- entityId: string;
213
- }, {
214
- id: string;
215
- type: EntityType.GenericReference;
216
- entityType: EntityType.Operation;
217
- entityId: string;
218
- }>, z.ZodObject<{
219
- id: z.ZodString;
220
- type: z.ZodLiteral<EntityType.GenericReference>;
221
- entityId: z.ZodString;
222
- entityType: z.ZodLiteral<EntityType.FunctionCall>;
223
- }, "strip", z.ZodTypeAny, {
224
- id: string;
225
- type: EntityType.GenericReference;
226
- entityType: EntityType.FunctionCall;
227
- entityId: string;
228
- }, {
229
- id: string;
230
- type: EntityType.GenericReference;
231
- entityType: EntityType.FunctionCall;
232
- entityId: string;
233
- }>, z.ZodObject<{
234
- id: z.ZodString;
235
- type: z.ZodLiteral<EntityType.GenericReference>;
236
- entityId: z.ZodString;
237
- entityType: z.ZodLiteral<EntityType.Condition>;
238
- }, "strip", z.ZodTypeAny, {
239
- id: string;
240
- type: EntityType.GenericReference;
241
- entityType: EntityType.Condition;
242
- entityId: string;
243
- }, {
244
- id: string;
245
- type: EntityType.GenericReference;
246
- entityType: EntityType.Condition;
247
- entityId: string;
248
- }>, z.ZodObject<{
249
- id: z.ZodString;
250
- type: z.ZodLiteral<EntityType.GenericReference>;
251
- entityId: z.ZodString;
252
- entityType: z.ZodLiteral<EntityType.Search>;
253
- }, "strip", z.ZodTypeAny, {
254
- id: string;
255
- type: EntityType.GenericReference;
256
- entityType: EntityType.Search;
257
- entityId: string;
258
- }, {
259
- id: string;
260
- type: EntityType.GenericReference;
261
- entityType: EntityType.Search;
262
- entityId: string;
263
- }>, z.ZodUnion<[z.ZodObject<{
264
- id: z.ZodString;
265
- type: z.ZodLiteral<EntityType.GenericReference>;
266
- entityId: z.ZodString;
267
- entityType: z.ZodLiteral<EntityType.VariableDeclaration>;
268
- }, "strip", z.ZodTypeAny, {
269
- id: string;
270
- type: EntityType.GenericReference;
271
- entityType: EntityType.VariableDeclaration;
272
- entityId: string;
273
- }, {
274
- id: string;
275
- type: EntityType.GenericReference;
276
- entityType: EntityType.VariableDeclaration;
277
- entityId: string;
278
- }>, z.ZodObject<{
279
- id: z.ZodString;
280
- type: z.ZodLiteral<EntityType.GenericReference>;
281
- entityId: z.ZodString;
282
- entityType: z.ZodLiteral<EntityType.VariableInstance>;
283
- }, "strip", z.ZodTypeAny, {
284
- id: string;
285
- type: EntityType.GenericReference;
286
- entityType: EntityType.VariableInstance;
287
- entityId: string;
288
- }, {
289
- id: string;
290
- type: EntityType.GenericReference;
291
- entityType: EntityType.VariableInstance;
292
- entityId: string;
293
- }>]>, z.ZodObject<{
294
- id: z.ZodString;
295
- type: z.ZodLiteral<EntityType.GenericReference>;
296
- entityId: z.ZodString;
297
- entityType: z.ZodLiteral<EntityType.InternalCall>;
298
- }, "strip", z.ZodTypeAny, {
299
- id: string;
300
- type: EntityType.GenericReference;
301
- entityType: EntityType.InternalCall;
302
- entityId: string;
303
- }, {
304
- id: string;
305
- type: EntityType.GenericReference;
306
- entityType: EntityType.InternalCall;
307
- entityId: string;
308
- }>, z.ZodObject<{
309
- id: z.ZodString;
310
- type: z.ZodLiteral<EntityType.GenericReference>;
311
- entityId: z.ZodString;
312
- entityType: z.ZodLiteral<EntityType.Loop>;
313
- }, "strip", z.ZodTypeAny, {
314
- id: string;
315
- type: EntityType.GenericReference;
316
- entityType: EntityType.Loop;
317
- entityId: string;
318
- }, {
319
- id: string;
320
- type: EntityType.GenericReference;
321
- entityType: EntityType.Loop;
322
- entityId: string;
323
- }>]>, "many">;
324
- calledByEntry: z.ZodArray<z.ZodUnion<[z.ZodObject<{
325
- id: z.ZodString;
326
- type: z.ZodLiteral<EntityType.GenericReference>;
327
- entityId: z.ZodString;
328
- entityType: z.ZodLiteral<EntityType.FunctionDeclaration>;
329
- }, "strip", z.ZodTypeAny, {
330
- id: string;
331
- type: EntityType.GenericReference;
332
- entityType: EntityType.FunctionDeclaration;
333
- entityId: string;
334
- }, {
335
- id: string;
336
- type: EntityType.GenericReference;
337
- entityType: EntityType.FunctionDeclaration;
338
- entityId: string;
339
- }>, z.ZodObject<{
340
- id: z.ZodString;
341
- type: z.ZodLiteral<EntityType.GenericReference>;
342
- entityId: z.ZodString;
343
- entityType: z.ZodLiteral<EntityType.GlobalEvent>;
344
- }, "strip", z.ZodTypeAny, {
345
- id: string;
346
- type: EntityType.GenericReference;
347
- entityType: EntityType.GlobalEvent;
348
- entityId: string;
349
- }, {
350
- id: string;
351
- type: EntityType.GenericReference;
352
- entityType: EntityType.GlobalEvent;
353
- entityId: string;
354
- }>]>, "many">;
355
- declaration: z.ZodUnion<[z.ZodObject<{
356
- type: z.ZodLiteral<EntityType.ActionDescriptor>;
357
- }, "strip", z.ZodTypeAny, {
358
- type: EntityType.ActionDescriptor;
359
- }, {
360
- type: EntityType.ActionDescriptor;
361
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>;
362
- inputs: z.ZodArray<z.ZodUnion<[z.ZodObject<{
363
- type: z.ZodLiteral<EntityType.InputMap>;
364
- }, "strip", z.ZodTypeAny, {
365
- type: EntityType.InputMap;
366
- }, {
367
- type: EntityType.InputMap;
368
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>, "many">;
369
- outputs: z.ZodArray<z.ZodUnion<[z.ZodObject<{
370
- type: z.ZodLiteral<EntityType.OutputMap>;
371
- }, "strip", z.ZodTypeAny, {
372
- type: EntityType.OutputMap;
373
- }, {
374
- type: EntityType.OutputMap;
375
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>, "many">;
376
- outputsDeclarations: z.ZodArray<z.ZodUnion<[z.ZodObject<{
377
- type: z.ZodLiteral<EntityType.ValueDescriptor>;
378
- }, "strip", z.ZodTypeAny, {
379
- type: EntityType.ValueDescriptor;
380
- }, {
381
- type: EntityType.ValueDescriptor;
382
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>, "many">;
383
- successCalls: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
384
- id: z.ZodString;
385
- type: z.ZodLiteral<EntityType.GenericReference>;
386
- entityId: z.ZodString;
387
- entityType: z.ZodLiteral<EntityType.Operation>;
388
- }, "strip", z.ZodTypeAny, {
389
- id: string;
390
- type: EntityType.GenericReference;
391
- entityType: EntityType.Operation;
392
- entityId: string;
393
- }, {
394
- id: string;
395
- type: EntityType.GenericReference;
396
- entityType: EntityType.Operation;
397
- entityId: string;
398
- }>, z.ZodObject<{
399
- id: z.ZodString;
400
- type: z.ZodLiteral<EntityType.GenericReference>;
401
- entityId: z.ZodString;
402
- entityType: z.ZodLiteral<EntityType.FunctionCall>;
403
- }, "strip", z.ZodTypeAny, {
404
- id: string;
405
- type: EntityType.GenericReference;
406
- entityType: EntityType.FunctionCall;
407
- entityId: string;
408
- }, {
409
- id: string;
410
- type: EntityType.GenericReference;
411
- entityType: EntityType.FunctionCall;
412
- entityId: string;
413
- }>, z.ZodObject<{
414
- id: z.ZodString;
415
- type: z.ZodLiteral<EntityType.GenericReference>;
416
- entityId: z.ZodString;
417
- entityType: z.ZodLiteral<EntityType.Condition>;
418
- }, "strip", z.ZodTypeAny, {
419
- id: string;
420
- type: EntityType.GenericReference;
421
- entityType: EntityType.Condition;
422
- entityId: string;
423
- }, {
424
- id: string;
425
- type: EntityType.GenericReference;
426
- entityType: EntityType.Condition;
427
- entityId: string;
428
- }>, z.ZodObject<{
429
- id: z.ZodString;
430
- type: z.ZodLiteral<EntityType.GenericReference>;
431
- entityId: z.ZodString;
432
- entityType: z.ZodLiteral<EntityType.Search>;
433
- }, "strip", z.ZodTypeAny, {
434
- id: string;
435
- type: EntityType.GenericReference;
436
- entityType: EntityType.Search;
437
- entityId: string;
438
- }, {
439
- id: string;
440
- type: EntityType.GenericReference;
441
- entityType: EntityType.Search;
442
- entityId: string;
443
- }>, z.ZodUnion<[z.ZodObject<{
444
- id: z.ZodString;
445
- type: z.ZodLiteral<EntityType.GenericReference>;
446
- entityId: z.ZodString;
447
- entityType: z.ZodLiteral<EntityType.VariableDeclaration>;
448
- }, "strip", z.ZodTypeAny, {
449
- id: string;
450
- type: EntityType.GenericReference;
451
- entityType: EntityType.VariableDeclaration;
452
- entityId: string;
453
- }, {
454
- id: string;
455
- type: EntityType.GenericReference;
456
- entityType: EntityType.VariableDeclaration;
457
- entityId: string;
458
- }>, z.ZodObject<{
459
- id: z.ZodString;
460
- type: z.ZodLiteral<EntityType.GenericReference>;
461
- entityId: z.ZodString;
462
- entityType: z.ZodLiteral<EntityType.VariableInstance>;
463
- }, "strip", z.ZodTypeAny, {
464
- id: string;
465
- type: EntityType.GenericReference;
466
- entityType: EntityType.VariableInstance;
467
- entityId: string;
468
- }, {
469
- id: string;
470
- type: EntityType.GenericReference;
471
- entityType: EntityType.VariableInstance;
472
- entityId: string;
473
- }>]>, z.ZodObject<{
474
- id: z.ZodString;
475
- type: z.ZodLiteral<EntityType.GenericReference>;
476
- entityId: z.ZodString;
477
- entityType: z.ZodLiteral<EntityType.InternalCall>;
478
- }, "strip", z.ZodTypeAny, {
479
- id: string;
480
- type: EntityType.GenericReference;
481
- entityType: EntityType.InternalCall;
482
- entityId: string;
483
- }, {
484
- id: string;
485
- type: EntityType.GenericReference;
486
- entityType: EntityType.InternalCall;
487
- entityId: string;
488
- }>, z.ZodObject<{
489
- id: z.ZodString;
490
- type: z.ZodLiteral<EntityType.GenericReference>;
491
- entityId: z.ZodString;
492
- entityType: z.ZodLiteral<EntityType.Loop>;
493
- }, "strip", z.ZodTypeAny, {
494
- id: string;
495
- type: EntityType.GenericReference;
496
- entityType: EntityType.Loop;
497
- entityId: string;
498
- }, {
499
- id: string;
500
- type: EntityType.GenericReference;
501
- entityType: EntityType.Loop;
502
- entityId: string;
503
- }>]>, z.ZodObject<{
504
- id: z.ZodString;
505
- type: z.ZodLiteral<EntityType.GenericReference>;
506
- entityId: z.ZodString;
507
- entityType: z.ZodLiteral<EntityType.ReturnStatement>;
508
- }, "strip", z.ZodTypeAny, {
509
- id: string;
510
- type: EntityType.GenericReference;
511
- entityType: EntityType.ReturnStatement;
512
- entityId: string;
513
- }, {
514
- id: string;
515
- type: EntityType.GenericReference;
516
- entityType: EntityType.ReturnStatement;
517
- entityId: string;
518
- }>, z.ZodObject<{
519
- id: z.ZodString;
520
- type: z.ZodLiteral<EntityType.GenericReference>;
521
- entityId: z.ZodString;
522
- entityType: z.ZodLiteral<EntityType.BreakStatement>;
523
- }, "strip", z.ZodTypeAny, {
524
- id: string;
525
- type: EntityType.GenericReference;
526
- entityType: EntityType.BreakStatement;
527
- entityId: string;
528
- }, {
529
- id: string;
530
- type: EntityType.GenericReference;
531
- entityType: EntityType.BreakStatement;
532
- entityId: string;
533
- }>, z.ZodObject<{
534
- id: z.ZodString;
535
- type: z.ZodLiteral<EntityType.GenericReference>;
536
- entityId: z.ZodString;
537
- entityType: z.ZodLiteral<EntityType.ContinueStatement>;
538
- }, "strip", z.ZodTypeAny, {
539
- id: string;
540
- type: EntityType.GenericReference;
541
- entityType: EntityType.ContinueStatement;
542
- entityId: string;
543
- }, {
544
- id: string;
545
- type: EntityType.GenericReference;
546
- entityType: EntityType.ContinueStatement;
547
- entityId: string;
548
- }>]>, "many">;
549
- errorCalls: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
550
- id: z.ZodString;
551
- type: z.ZodLiteral<EntityType.GenericReference>;
552
- entityId: z.ZodString;
553
- entityType: z.ZodLiteral<EntityType.Operation>;
554
- }, "strip", z.ZodTypeAny, {
555
- id: string;
556
- type: EntityType.GenericReference;
557
- entityType: EntityType.Operation;
558
- entityId: string;
559
- }, {
560
- id: string;
561
- type: EntityType.GenericReference;
562
- entityType: EntityType.Operation;
563
- entityId: string;
564
- }>, z.ZodObject<{
565
- id: z.ZodString;
566
- type: z.ZodLiteral<EntityType.GenericReference>;
567
- entityId: z.ZodString;
568
- entityType: z.ZodLiteral<EntityType.FunctionCall>;
569
- }, "strip", z.ZodTypeAny, {
570
- id: string;
571
- type: EntityType.GenericReference;
572
- entityType: EntityType.FunctionCall;
573
- entityId: string;
574
- }, {
575
- id: string;
576
- type: EntityType.GenericReference;
577
- entityType: EntityType.FunctionCall;
578
- entityId: string;
579
- }>, z.ZodObject<{
580
- id: z.ZodString;
581
- type: z.ZodLiteral<EntityType.GenericReference>;
582
- entityId: z.ZodString;
583
- entityType: z.ZodLiteral<EntityType.Condition>;
584
- }, "strip", z.ZodTypeAny, {
585
- id: string;
586
- type: EntityType.GenericReference;
587
- entityType: EntityType.Condition;
588
- entityId: string;
589
- }, {
590
- id: string;
591
- type: EntityType.GenericReference;
592
- entityType: EntityType.Condition;
593
- entityId: string;
594
- }>, z.ZodObject<{
595
- id: z.ZodString;
596
- type: z.ZodLiteral<EntityType.GenericReference>;
597
- entityId: z.ZodString;
598
- entityType: z.ZodLiteral<EntityType.Search>;
599
- }, "strip", z.ZodTypeAny, {
600
- id: string;
601
- type: EntityType.GenericReference;
602
- entityType: EntityType.Search;
603
- entityId: string;
604
- }, {
605
- id: string;
606
- type: EntityType.GenericReference;
607
- entityType: EntityType.Search;
608
- entityId: string;
609
- }>, z.ZodUnion<[z.ZodObject<{
610
- id: z.ZodString;
611
- type: z.ZodLiteral<EntityType.GenericReference>;
612
- entityId: z.ZodString;
613
- entityType: z.ZodLiteral<EntityType.VariableDeclaration>;
614
- }, "strip", z.ZodTypeAny, {
615
- id: string;
616
- type: EntityType.GenericReference;
617
- entityType: EntityType.VariableDeclaration;
618
- entityId: string;
619
- }, {
620
- id: string;
621
- type: EntityType.GenericReference;
622
- entityType: EntityType.VariableDeclaration;
623
- entityId: string;
624
- }>, z.ZodObject<{
625
- id: z.ZodString;
626
- type: z.ZodLiteral<EntityType.GenericReference>;
627
- entityId: z.ZodString;
628
- entityType: z.ZodLiteral<EntityType.VariableInstance>;
629
- }, "strip", z.ZodTypeAny, {
630
- id: string;
631
- type: EntityType.GenericReference;
632
- entityType: EntityType.VariableInstance;
633
- entityId: string;
634
- }, {
635
- id: string;
636
- type: EntityType.GenericReference;
637
- entityType: EntityType.VariableInstance;
638
- entityId: string;
639
- }>]>, z.ZodObject<{
640
- id: z.ZodString;
641
- type: z.ZodLiteral<EntityType.GenericReference>;
642
- entityId: z.ZodString;
643
- entityType: z.ZodLiteral<EntityType.InternalCall>;
644
- }, "strip", z.ZodTypeAny, {
645
- id: string;
646
- type: EntityType.GenericReference;
647
- entityType: EntityType.InternalCall;
648
- entityId: string;
649
- }, {
650
- id: string;
651
- type: EntityType.GenericReference;
652
- entityType: EntityType.InternalCall;
653
- entityId: string;
654
- }>, z.ZodObject<{
655
- id: z.ZodString;
656
- type: z.ZodLiteral<EntityType.GenericReference>;
657
- entityId: z.ZodString;
658
- entityType: z.ZodLiteral<EntityType.Loop>;
659
- }, "strip", z.ZodTypeAny, {
660
- id: string;
661
- type: EntityType.GenericReference;
662
- entityType: EntityType.Loop;
663
- entityId: string;
664
- }, {
665
- id: string;
666
- type: EntityType.GenericReference;
667
- entityType: EntityType.Loop;
668
- entityId: string;
669
- }>]>, z.ZodObject<{
670
- id: z.ZodString;
671
- type: z.ZodLiteral<EntityType.GenericReference>;
672
- entityId: z.ZodString;
673
- entityType: z.ZodLiteral<EntityType.ReturnStatement>;
674
- }, "strip", z.ZodTypeAny, {
675
- id: string;
676
- type: EntityType.GenericReference;
677
- entityType: EntityType.ReturnStatement;
678
- entityId: string;
679
- }, {
680
- id: string;
681
- type: EntityType.GenericReference;
682
- entityType: EntityType.ReturnStatement;
683
- entityId: string;
684
- }>, z.ZodObject<{
685
- id: z.ZodString;
686
- type: z.ZodLiteral<EntityType.GenericReference>;
687
- entityId: z.ZodString;
688
- entityType: z.ZodLiteral<EntityType.BreakStatement>;
689
- }, "strip", z.ZodTypeAny, {
690
- id: string;
691
- type: EntityType.GenericReference;
692
- entityType: EntityType.BreakStatement;
693
- entityId: string;
694
- }, {
695
- id: string;
696
- type: EntityType.GenericReference;
697
- entityType: EntityType.BreakStatement;
698
- entityId: string;
699
- }>, z.ZodObject<{
700
- id: z.ZodString;
701
- type: z.ZodLiteral<EntityType.GenericReference>;
702
- entityId: z.ZodString;
703
- entityType: z.ZodLiteral<EntityType.ContinueStatement>;
704
- }, "strip", z.ZodTypeAny, {
705
- id: string;
706
- type: EntityType.GenericReference;
707
- entityType: EntityType.ContinueStatement;
708
- entityId: string;
709
- }, {
710
- id: string;
711
- type: EntityType.GenericReference;
712
- entityType: EntityType.ContinueStatement;
713
- entityId: string;
714
- }>]>, "many">;
715
- error: z.ZodUnion<[z.ZodObject<{
716
- type: z.ZodLiteral<EntityType.OutputMap>;
717
- }, "strip", z.ZodTypeAny, {
718
- type: EntityType.OutputMap;
719
- }, {
720
- type: EntityType.OutputMap;
721
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>;
722
- body: z.ZodUnion<[z.ZodObject<{
723
- type: z.ZodLiteral<EntityType.FunctionDeclaration>;
724
- }, "strip", z.ZodTypeAny, {
725
- type: EntityType.FunctionDeclaration;
726
- }, {
727
- type: EntityType.FunctionDeclaration;
728
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>;
729
- parent: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
730
- id: z.ZodString;
731
- type: z.ZodLiteral<EntityType.GenericReference>;
732
- entityId: z.ZodString;
733
- entityType: z.ZodLiteral<EntityType.FunctionDeclaration>;
734
- }, "strip", z.ZodTypeAny, {
735
- id: string;
736
- type: EntityType.GenericReference;
737
- entityType: EntityType.FunctionDeclaration;
738
- entityId: string;
739
- }, {
740
- id: string;
741
- type: EntityType.GenericReference;
742
- entityType: EntityType.FunctionDeclaration;
743
- entityId: string;
744
- }>, z.ZodObject<{
745
- id: z.ZodString;
746
- type: z.ZodLiteral<EntityType.GenericReference>;
747
- entityId: z.ZodString;
748
- entityType: z.ZodLiteral<EntityType.GlobalEvent>;
749
- }, "strip", z.ZodTypeAny, {
750
- id: string;
751
- type: EntityType.GenericReference;
752
- entityType: EntityType.GlobalEvent;
753
- entityId: string;
754
- }, {
755
- id: string;
756
- type: EntityType.GenericReference;
757
- entityType: EntityType.GlobalEvent;
758
- entityId: string;
759
- }>]>, z.ZodObject<{
760
- id: z.ZodString;
761
- type: z.ZodLiteral<EntityType.GenericReference>;
762
- entityId: z.ZodString;
763
- entityType: z.ZodLiteral<EntityType.Loop>;
764
- }, "strip", z.ZodTypeAny, {
765
- id: string;
766
- type: EntityType.GenericReference;
767
- entityType: EntityType.Loop;
768
- entityId: string;
769
- }, {
770
- id: string;
771
- type: EntityType.GenericReference;
772
- entityType: EntityType.Loop;
773
- entityId: string;
774
- }>]>, z.ZodObject<{
775
- entityType: z.ZodLiteral<EntityType.Project>;
776
- entityId: z.ZodString;
777
- id: z.ZodString;
778
- type: z.ZodLiteral<EntityType.GenericReference>;
779
- }, "strip", z.ZodTypeAny, {
780
- id: string;
781
- type: EntityType.GenericReference;
782
- entityType: EntityType.Project;
783
- entityId: string;
784
- }, {
785
- id: string;
786
- type: EntityType.GenericReference;
787
- entityType: EntityType.Project;
788
- entityId: string;
789
- }>]>;
790
- breakStatements: z.ZodArray<z.ZodUnion<[z.ZodObject<{
791
- type: z.ZodLiteral<EntityType.BreakStatement>;
792
- }, "strip", z.ZodTypeAny, {
793
- type: EntityType.BreakStatement;
794
- }, {
795
- type: EntityType.BreakStatement;
796
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>, "many">;
797
- continueStatements: z.ZodArray<z.ZodUnion<[z.ZodObject<{
798
- type: z.ZodLiteral<EntityType.ContinueStatement>;
799
- }, "strip", z.ZodTypeAny, {
800
- type: EntityType.ContinueStatement;
801
- }, {
802
- type: EntityType.ContinueStatement;
803
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>, "many">;
804
- }, "strip", z.ZodTypeAny, {
805
- declaration: Record<string, any> | {
806
- type: EntityType.ActionDescriptor;
807
- };
808
- calledBySuccess: ({
809
- id: string;
810
- type: EntityType.GenericReference;
811
- entityType: EntityType.Loop;
812
- entityId: string;
813
- } | {
814
- id: string;
815
- type: EntityType.GenericReference;
816
- entityType: EntityType.Operation;
817
- entityId: string;
818
- } | {
819
- id: string;
820
- type: EntityType.GenericReference;
821
- entityType: EntityType.FunctionCall;
822
- entityId: string;
823
- } | {
824
- id: string;
825
- type: EntityType.GenericReference;
826
- entityType: EntityType.Condition;
827
- entityId: string;
828
- } | {
829
- id: string;
830
- type: EntityType.GenericReference;
831
- entityType: EntityType.Search;
832
- entityId: string;
833
- } | {
834
- id: string;
835
- type: EntityType.GenericReference;
836
- entityType: EntityType.VariableDeclaration;
837
- entityId: string;
838
- } | {
839
- id: string;
840
- type: EntityType.GenericReference;
841
- entityType: EntityType.VariableInstance;
842
- entityId: string;
843
- } | {
844
- id: string;
845
- type: EntityType.GenericReference;
846
- entityType: EntityType.InternalCall;
847
- entityId: string;
848
- })[];
849
- calledByError: ({
850
- id: string;
851
- type: EntityType.GenericReference;
852
- entityType: EntityType.Loop;
853
- entityId: string;
854
- } | {
855
- id: string;
856
- type: EntityType.GenericReference;
857
- entityType: EntityType.Operation;
858
- entityId: string;
859
- } | {
860
- id: string;
861
- type: EntityType.GenericReference;
862
- entityType: EntityType.FunctionCall;
863
- entityId: string;
864
- } | {
865
- id: string;
866
- type: EntityType.GenericReference;
867
- entityType: EntityType.Condition;
868
- entityId: string;
869
- } | {
870
- id: string;
871
- type: EntityType.GenericReference;
872
- entityType: EntityType.Search;
873
- entityId: string;
874
- } | {
875
- id: string;
876
- type: EntityType.GenericReference;
877
- entityType: EntityType.VariableDeclaration;
878
- entityId: string;
879
- } | {
880
- id: string;
881
- type: EntityType.GenericReference;
882
- entityType: EntityType.VariableInstance;
883
- entityId: string;
884
- } | {
885
- id: string;
886
- type: EntityType.GenericReference;
887
- entityType: EntityType.InternalCall;
888
- entityId: string;
889
- })[];
890
- calledByEntry: ({
891
- id: string;
892
- type: EntityType.GenericReference;
893
- entityType: EntityType.FunctionDeclaration;
894
- entityId: string;
895
- } | {
896
- id: string;
897
- type: EntityType.GenericReference;
898
- entityType: EntityType.GlobalEvent;
899
- entityId: string;
900
- })[];
901
- parent: {
902
- id: string;
903
- type: EntityType.GenericReference;
904
- entityType: EntityType.Project;
905
- entityId: string;
906
- } | {
907
- id: string;
908
- type: EntityType.GenericReference;
909
- entityType: EntityType.Loop;
910
- entityId: string;
911
- } | {
912
- id: string;
913
- type: EntityType.GenericReference;
914
- entityType: EntityType.FunctionDeclaration;
915
- entityId: string;
916
- } | {
917
- id: string;
918
- type: EntityType.GenericReference;
919
- entityType: EntityType.GlobalEvent;
920
- entityId: string;
921
- };
922
- error: Record<string, any> | {
923
- type: EntityType.OutputMap;
924
- };
925
- inputs: (Record<string, any> | {
926
- type: EntityType.InputMap;
927
- })[];
928
- outputs: (Record<string, any> | {
929
- type: EntityType.OutputMap;
930
- })[];
931
- successCalls: ({
932
- id: string;
933
- type: EntityType.GenericReference;
934
- entityType: EntityType.Loop;
935
- entityId: string;
936
- } | {
937
- id: string;
938
- type: EntityType.GenericReference;
939
- entityType: EntityType.Operation;
940
- entityId: string;
941
- } | {
942
- id: string;
943
- type: EntityType.GenericReference;
944
- entityType: EntityType.FunctionCall;
945
- entityId: string;
946
- } | {
947
- id: string;
948
- type: EntityType.GenericReference;
949
- entityType: EntityType.Condition;
950
- entityId: string;
951
- } | {
952
- id: string;
953
- type: EntityType.GenericReference;
954
- entityType: EntityType.Search;
955
- entityId: string;
956
- } | {
957
- id: string;
958
- type: EntityType.GenericReference;
959
- entityType: EntityType.VariableDeclaration;
960
- entityId: string;
961
- } | {
962
- id: string;
963
- type: EntityType.GenericReference;
964
- entityType: EntityType.VariableInstance;
965
- entityId: string;
966
- } | {
967
- id: string;
968
- type: EntityType.GenericReference;
969
- entityType: EntityType.InternalCall;
970
- entityId: string;
971
- } | {
972
- id: string;
973
- type: EntityType.GenericReference;
974
- entityType: EntityType.ReturnStatement;
975
- entityId: string;
976
- } | {
977
- id: string;
978
- type: EntityType.GenericReference;
979
- entityType: EntityType.BreakStatement;
980
- entityId: string;
981
- } | {
982
- id: string;
983
- type: EntityType.GenericReference;
984
- entityType: EntityType.ContinueStatement;
985
- entityId: string;
986
- })[];
987
- errorCalls: ({
988
- id: string;
989
- type: EntityType.GenericReference;
990
- entityType: EntityType.Loop;
991
- entityId: string;
992
- } | {
993
- id: string;
994
- type: EntityType.GenericReference;
995
- entityType: EntityType.Operation;
996
- entityId: string;
997
- } | {
998
- id: string;
999
- type: EntityType.GenericReference;
1000
- entityType: EntityType.FunctionCall;
1001
- entityId: string;
1002
- } | {
1003
- id: string;
1004
- type: EntityType.GenericReference;
1005
- entityType: EntityType.Condition;
1006
- entityId: string;
1007
- } | {
1008
- id: string;
1009
- type: EntityType.GenericReference;
1010
- entityType: EntityType.Search;
1011
- entityId: string;
1012
- } | {
1013
- id: string;
1014
- type: EntityType.GenericReference;
1015
- entityType: EntityType.VariableDeclaration;
1016
- entityId: string;
1017
- } | {
1018
- id: string;
1019
- type: EntityType.GenericReference;
1020
- entityType: EntityType.VariableInstance;
1021
- entityId: string;
1022
- } | {
1023
- id: string;
1024
- type: EntityType.GenericReference;
1025
- entityType: EntityType.InternalCall;
1026
- entityId: string;
1027
- } | {
1028
- id: string;
1029
- type: EntityType.GenericReference;
1030
- entityType: EntityType.ReturnStatement;
1031
- entityId: string;
1032
- } | {
1033
- id: string;
1034
- type: EntityType.GenericReference;
1035
- entityType: EntityType.BreakStatement;
1036
- entityId: string;
1037
- } | {
1038
- id: string;
1039
- type: EntityType.GenericReference;
1040
- entityType: EntityType.ContinueStatement;
1041
- entityId: string;
1042
- })[];
1043
- outputsDeclarations: ({
1044
- type: EntityType.ValueDescriptor;
1045
- } | Record<string, any>)[];
1046
- body: Record<string, any> | {
1047
- type: EntityType.FunctionDeclaration;
1048
- };
1049
- breakStatements: (Record<string, any> | {
1050
- type: EntityType.BreakStatement;
1051
- })[];
1052
- continueStatements: (Record<string, any> | {
1053
- type: EntityType.ContinueStatement;
1054
- })[];
1055
- }, {
1056
- declaration: Record<string, any> | {
1057
- type: EntityType.ActionDescriptor;
1058
- };
1059
- calledBySuccess: ({
1060
- id: string;
1061
- type: EntityType.GenericReference;
1062
- entityType: EntityType.Loop;
1063
- entityId: string;
1064
- } | {
1065
- id: string;
1066
- type: EntityType.GenericReference;
1067
- entityType: EntityType.Operation;
1068
- entityId: string;
1069
- } | {
1070
- id: string;
1071
- type: EntityType.GenericReference;
1072
- entityType: EntityType.FunctionCall;
1073
- entityId: string;
1074
- } | {
1075
- id: string;
1076
- type: EntityType.GenericReference;
1077
- entityType: EntityType.Condition;
1078
- entityId: string;
1079
- } | {
1080
- id: string;
1081
- type: EntityType.GenericReference;
1082
- entityType: EntityType.Search;
1083
- entityId: string;
1084
- } | {
1085
- id: string;
1086
- type: EntityType.GenericReference;
1087
- entityType: EntityType.VariableDeclaration;
1088
- entityId: string;
1089
- } | {
1090
- id: string;
1091
- type: EntityType.GenericReference;
1092
- entityType: EntityType.VariableInstance;
1093
- entityId: string;
1094
- } | {
1095
- id: string;
1096
- type: EntityType.GenericReference;
1097
- entityType: EntityType.InternalCall;
1098
- entityId: string;
1099
- })[];
1100
- calledByError: ({
1101
- id: string;
1102
- type: EntityType.GenericReference;
1103
- entityType: EntityType.Loop;
1104
- entityId: string;
1105
- } | {
1106
- id: string;
1107
- type: EntityType.GenericReference;
1108
- entityType: EntityType.Operation;
1109
- entityId: string;
1110
- } | {
1111
- id: string;
1112
- type: EntityType.GenericReference;
1113
- entityType: EntityType.FunctionCall;
1114
- entityId: string;
1115
- } | {
1116
- id: string;
1117
- type: EntityType.GenericReference;
1118
- entityType: EntityType.Condition;
1119
- entityId: string;
1120
- } | {
1121
- id: string;
1122
- type: EntityType.GenericReference;
1123
- entityType: EntityType.Search;
1124
- entityId: string;
1125
- } | {
1126
- id: string;
1127
- type: EntityType.GenericReference;
1128
- entityType: EntityType.VariableDeclaration;
1129
- entityId: string;
1130
- } | {
1131
- id: string;
1132
- type: EntityType.GenericReference;
1133
- entityType: EntityType.VariableInstance;
1134
- entityId: string;
1135
- } | {
1136
- id: string;
1137
- type: EntityType.GenericReference;
1138
- entityType: EntityType.InternalCall;
1139
- entityId: string;
1140
- })[];
1141
- calledByEntry: ({
1142
- id: string;
1143
- type: EntityType.GenericReference;
1144
- entityType: EntityType.FunctionDeclaration;
1145
- entityId: string;
1146
- } | {
1147
- id: string;
1148
- type: EntityType.GenericReference;
1149
- entityType: EntityType.GlobalEvent;
1150
- entityId: string;
1151
- })[];
1152
- parent: {
1153
- id: string;
1154
- type: EntityType.GenericReference;
1155
- entityType: EntityType.Project;
1156
- entityId: string;
1157
- } | {
1158
- id: string;
1159
- type: EntityType.GenericReference;
1160
- entityType: EntityType.Loop;
1161
- entityId: string;
1162
- } | {
1163
- id: string;
1164
- type: EntityType.GenericReference;
1165
- entityType: EntityType.FunctionDeclaration;
1166
- entityId: string;
1167
- } | {
1168
- id: string;
1169
- type: EntityType.GenericReference;
1170
- entityType: EntityType.GlobalEvent;
1171
- entityId: string;
1172
- };
1173
- error: Record<string, any> | {
1174
- type: EntityType.OutputMap;
1175
- };
1176
- inputs: (Record<string, any> | {
1177
- type: EntityType.InputMap;
1178
- })[];
1179
- outputs: (Record<string, any> | {
1180
- type: EntityType.OutputMap;
1181
- })[];
1182
- successCalls: ({
1183
- id: string;
1184
- type: EntityType.GenericReference;
1185
- entityType: EntityType.Loop;
1186
- entityId: string;
1187
- } | {
1188
- id: string;
1189
- type: EntityType.GenericReference;
1190
- entityType: EntityType.Operation;
1191
- entityId: string;
1192
- } | {
1193
- id: string;
1194
- type: EntityType.GenericReference;
1195
- entityType: EntityType.FunctionCall;
1196
- entityId: string;
1197
- } | {
1198
- id: string;
1199
- type: EntityType.GenericReference;
1200
- entityType: EntityType.Condition;
1201
- entityId: string;
1202
- } | {
1203
- id: string;
1204
- type: EntityType.GenericReference;
1205
- entityType: EntityType.Search;
1206
- entityId: string;
1207
- } | {
1208
- id: string;
1209
- type: EntityType.GenericReference;
1210
- entityType: EntityType.VariableDeclaration;
1211
- entityId: string;
1212
- } | {
1213
- id: string;
1214
- type: EntityType.GenericReference;
1215
- entityType: EntityType.VariableInstance;
1216
- entityId: string;
1217
- } | {
1218
- id: string;
1219
- type: EntityType.GenericReference;
1220
- entityType: EntityType.InternalCall;
1221
- entityId: string;
1222
- } | {
1223
- id: string;
1224
- type: EntityType.GenericReference;
1225
- entityType: EntityType.ReturnStatement;
1226
- entityId: string;
1227
- } | {
1228
- id: string;
1229
- type: EntityType.GenericReference;
1230
- entityType: EntityType.BreakStatement;
1231
- entityId: string;
1232
- } | {
1233
- id: string;
1234
- type: EntityType.GenericReference;
1235
- entityType: EntityType.ContinueStatement;
1236
- entityId: string;
1237
- })[];
1238
- errorCalls: ({
1239
- id: string;
1240
- type: EntityType.GenericReference;
1241
- entityType: EntityType.Loop;
1242
- entityId: string;
1243
- } | {
1244
- id: string;
1245
- type: EntityType.GenericReference;
1246
- entityType: EntityType.Operation;
1247
- entityId: string;
1248
- } | {
1249
- id: string;
1250
- type: EntityType.GenericReference;
1251
- entityType: EntityType.FunctionCall;
1252
- entityId: string;
1253
- } | {
1254
- id: string;
1255
- type: EntityType.GenericReference;
1256
- entityType: EntityType.Condition;
1257
- entityId: string;
1258
- } | {
1259
- id: string;
1260
- type: EntityType.GenericReference;
1261
- entityType: EntityType.Search;
1262
- entityId: string;
1263
- } | {
1264
- id: string;
1265
- type: EntityType.GenericReference;
1266
- entityType: EntityType.VariableDeclaration;
1267
- entityId: string;
1268
- } | {
1269
- id: string;
1270
- type: EntityType.GenericReference;
1271
- entityType: EntityType.VariableInstance;
1272
- entityId: string;
1273
- } | {
1274
- id: string;
1275
- type: EntityType.GenericReference;
1276
- entityType: EntityType.InternalCall;
1277
- entityId: string;
1278
- } | {
1279
- id: string;
1280
- type: EntityType.GenericReference;
1281
- entityType: EntityType.ReturnStatement;
1282
- entityId: string;
1283
- } | {
1284
- id: string;
1285
- type: EntityType.GenericReference;
1286
- entityType: EntityType.BreakStatement;
1287
- entityId: string;
1288
- } | {
1289
- id: string;
1290
- type: EntityType.GenericReference;
1291
- entityType: EntityType.ContinueStatement;
1292
- entityId: string;
1293
- })[];
1294
- outputsDeclarations: ({
1295
- type: EntityType.ValueDescriptor;
1296
- } | Record<string, any>)[];
1297
- body: Record<string, any> | {
1298
- type: EntityType.FunctionDeclaration;
1299
- };
1300
- breakStatements: (Record<string, any> | {
1301
- type: EntityType.BreakStatement;
1302
- })[];
1303
- continueStatements: (Record<string, any> | {
1304
- type: EntityType.ContinueStatement;
1305
- })[];
1306
- }>;
1307
- export declare function getLoopSchema(): z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1308
- id: z.ZodString;
1309
- type: z.ZodLiteral<EntityType.Loop>;
1310
- }, {
1311
- version: z.ZodNumber;
1312
- x: z.ZodNumber;
1313
- y: z.ZodNumber;
1314
- }>, {
1315
- calledBySuccess: z.ZodArray<z.ZodUnion<[z.ZodObject<{
1316
- id: z.ZodString;
1317
- type: z.ZodLiteral<EntityType.GenericReference>;
1318
- entityId: z.ZodString;
1319
- entityType: z.ZodLiteral<EntityType.Operation>;
1320
- }, "strip", z.ZodTypeAny, {
1321
- id: string;
1322
- type: EntityType.GenericReference;
1323
- entityType: EntityType.Operation;
1324
- entityId: string;
1325
- }, {
1326
- id: string;
1327
- type: EntityType.GenericReference;
1328
- entityType: EntityType.Operation;
1329
- entityId: string;
1330
- }>, z.ZodObject<{
1331
- id: z.ZodString;
1332
- type: z.ZodLiteral<EntityType.GenericReference>;
1333
- entityId: z.ZodString;
1334
- entityType: z.ZodLiteral<EntityType.FunctionCall>;
1335
- }, "strip", z.ZodTypeAny, {
1336
- id: string;
1337
- type: EntityType.GenericReference;
1338
- entityType: EntityType.FunctionCall;
1339
- entityId: string;
1340
- }, {
1341
- id: string;
1342
- type: EntityType.GenericReference;
1343
- entityType: EntityType.FunctionCall;
1344
- entityId: string;
1345
- }>, z.ZodObject<{
1346
- id: z.ZodString;
1347
- type: z.ZodLiteral<EntityType.GenericReference>;
1348
- entityId: z.ZodString;
1349
- entityType: z.ZodLiteral<EntityType.Condition>;
1350
- }, "strip", z.ZodTypeAny, {
1351
- id: string;
1352
- type: EntityType.GenericReference;
1353
- entityType: EntityType.Condition;
1354
- entityId: string;
1355
- }, {
1356
- id: string;
1357
- type: EntityType.GenericReference;
1358
- entityType: EntityType.Condition;
1359
- entityId: string;
1360
- }>, z.ZodObject<{
1361
- id: z.ZodString;
1362
- type: z.ZodLiteral<EntityType.GenericReference>;
1363
- entityId: z.ZodString;
1364
- entityType: z.ZodLiteral<EntityType.Search>;
1365
- }, "strip", z.ZodTypeAny, {
1366
- id: string;
1367
- type: EntityType.GenericReference;
1368
- entityType: EntityType.Search;
1369
- entityId: string;
1370
- }, {
1371
- id: string;
1372
- type: EntityType.GenericReference;
1373
- entityType: EntityType.Search;
1374
- entityId: string;
1375
- }>, z.ZodUnion<[z.ZodObject<{
1376
- id: z.ZodString;
1377
- type: z.ZodLiteral<EntityType.GenericReference>;
1378
- entityId: z.ZodString;
1379
- entityType: z.ZodLiteral<EntityType.VariableDeclaration>;
1380
- }, "strip", z.ZodTypeAny, {
1381
- id: string;
1382
- type: EntityType.GenericReference;
1383
- entityType: EntityType.VariableDeclaration;
1384
- entityId: string;
1385
- }, {
1386
- id: string;
1387
- type: EntityType.GenericReference;
1388
- entityType: EntityType.VariableDeclaration;
1389
- entityId: string;
1390
- }>, z.ZodObject<{
1391
- id: z.ZodString;
1392
- type: z.ZodLiteral<EntityType.GenericReference>;
1393
- entityId: z.ZodString;
1394
- entityType: z.ZodLiteral<EntityType.VariableInstance>;
1395
- }, "strip", z.ZodTypeAny, {
1396
- id: string;
1397
- type: EntityType.GenericReference;
1398
- entityType: EntityType.VariableInstance;
1399
- entityId: string;
1400
- }, {
1401
- id: string;
1402
- type: EntityType.GenericReference;
1403
- entityType: EntityType.VariableInstance;
1404
- entityId: string;
1405
- }>]>, z.ZodObject<{
1406
- id: z.ZodString;
1407
- type: z.ZodLiteral<EntityType.GenericReference>;
1408
- entityId: z.ZodString;
1409
- entityType: z.ZodLiteral<EntityType.InternalCall>;
1410
- }, "strip", z.ZodTypeAny, {
1411
- id: string;
1412
- type: EntityType.GenericReference;
1413
- entityType: EntityType.InternalCall;
1414
- entityId: string;
1415
- }, {
1416
- id: string;
1417
- type: EntityType.GenericReference;
1418
- entityType: EntityType.InternalCall;
1419
- entityId: string;
1420
- }>, z.ZodObject<{
1421
- id: z.ZodString;
1422
- type: z.ZodLiteral<EntityType.GenericReference>;
1423
- entityId: z.ZodString;
1424
- entityType: z.ZodLiteral<EntityType.Loop>;
1425
- }, "strip", z.ZodTypeAny, {
1426
- id: string;
1427
- type: EntityType.GenericReference;
1428
- entityType: EntityType.Loop;
1429
- entityId: string;
1430
- }, {
1431
- id: string;
1432
- type: EntityType.GenericReference;
1433
- entityType: EntityType.Loop;
1434
- entityId: string;
1435
- }>]>, "many">;
1436
- calledByError: z.ZodArray<z.ZodUnion<[z.ZodObject<{
1437
- id: z.ZodString;
1438
- type: z.ZodLiteral<EntityType.GenericReference>;
1439
- entityId: z.ZodString;
1440
- entityType: z.ZodLiteral<EntityType.Operation>;
1441
- }, "strip", z.ZodTypeAny, {
1442
- id: string;
1443
- type: EntityType.GenericReference;
1444
- entityType: EntityType.Operation;
1445
- entityId: string;
1446
- }, {
1447
- id: string;
1448
- type: EntityType.GenericReference;
1449
- entityType: EntityType.Operation;
1450
- entityId: string;
1451
- }>, z.ZodObject<{
1452
- id: z.ZodString;
1453
- type: z.ZodLiteral<EntityType.GenericReference>;
1454
- entityId: z.ZodString;
1455
- entityType: z.ZodLiteral<EntityType.FunctionCall>;
1456
- }, "strip", z.ZodTypeAny, {
1457
- id: string;
1458
- type: EntityType.GenericReference;
1459
- entityType: EntityType.FunctionCall;
1460
- entityId: string;
1461
- }, {
1462
- id: string;
1463
- type: EntityType.GenericReference;
1464
- entityType: EntityType.FunctionCall;
1465
- entityId: string;
1466
- }>, z.ZodObject<{
1467
- id: z.ZodString;
1468
- type: z.ZodLiteral<EntityType.GenericReference>;
1469
- entityId: z.ZodString;
1470
- entityType: z.ZodLiteral<EntityType.Condition>;
1471
- }, "strip", z.ZodTypeAny, {
1472
- id: string;
1473
- type: EntityType.GenericReference;
1474
- entityType: EntityType.Condition;
1475
- entityId: string;
1476
- }, {
1477
- id: string;
1478
- type: EntityType.GenericReference;
1479
- entityType: EntityType.Condition;
1480
- entityId: string;
1481
- }>, z.ZodObject<{
1482
- id: z.ZodString;
1483
- type: z.ZodLiteral<EntityType.GenericReference>;
1484
- entityId: z.ZodString;
1485
- entityType: z.ZodLiteral<EntityType.Search>;
1486
- }, "strip", z.ZodTypeAny, {
1487
- id: string;
1488
- type: EntityType.GenericReference;
1489
- entityType: EntityType.Search;
1490
- entityId: string;
1491
- }, {
1492
- id: string;
1493
- type: EntityType.GenericReference;
1494
- entityType: EntityType.Search;
1495
- entityId: string;
1496
- }>, z.ZodUnion<[z.ZodObject<{
1497
- id: z.ZodString;
1498
- type: z.ZodLiteral<EntityType.GenericReference>;
1499
- entityId: z.ZodString;
1500
- entityType: z.ZodLiteral<EntityType.VariableDeclaration>;
1501
- }, "strip", z.ZodTypeAny, {
1502
- id: string;
1503
- type: EntityType.GenericReference;
1504
- entityType: EntityType.VariableDeclaration;
1505
- entityId: string;
1506
- }, {
1507
- id: string;
1508
- type: EntityType.GenericReference;
1509
- entityType: EntityType.VariableDeclaration;
1510
- entityId: string;
1511
- }>, z.ZodObject<{
1512
- id: z.ZodString;
1513
- type: z.ZodLiteral<EntityType.GenericReference>;
1514
- entityId: z.ZodString;
1515
- entityType: z.ZodLiteral<EntityType.VariableInstance>;
1516
- }, "strip", z.ZodTypeAny, {
1517
- id: string;
1518
- type: EntityType.GenericReference;
1519
- entityType: EntityType.VariableInstance;
1520
- entityId: string;
1521
- }, {
1522
- id: string;
1523
- type: EntityType.GenericReference;
1524
- entityType: EntityType.VariableInstance;
1525
- entityId: string;
1526
- }>]>, z.ZodObject<{
1527
- id: z.ZodString;
1528
- type: z.ZodLiteral<EntityType.GenericReference>;
1529
- entityId: z.ZodString;
1530
- entityType: z.ZodLiteral<EntityType.InternalCall>;
1531
- }, "strip", z.ZodTypeAny, {
1532
- id: string;
1533
- type: EntityType.GenericReference;
1534
- entityType: EntityType.InternalCall;
1535
- entityId: string;
1536
- }, {
1537
- id: string;
1538
- type: EntityType.GenericReference;
1539
- entityType: EntityType.InternalCall;
1540
- entityId: string;
1541
- }>, z.ZodObject<{
1542
- id: z.ZodString;
1543
- type: z.ZodLiteral<EntityType.GenericReference>;
1544
- entityId: z.ZodString;
1545
- entityType: z.ZodLiteral<EntityType.Loop>;
1546
- }, "strip", z.ZodTypeAny, {
1547
- id: string;
1548
- type: EntityType.GenericReference;
1549
- entityType: EntityType.Loop;
1550
- entityId: string;
1551
- }, {
1552
- id: string;
1553
- type: EntityType.GenericReference;
1554
- entityType: EntityType.Loop;
1555
- entityId: string;
1556
- }>]>, "many">;
1557
- calledByEntry: z.ZodArray<z.ZodUnion<[z.ZodObject<{
1558
- id: z.ZodString;
1559
- type: z.ZodLiteral<EntityType.GenericReference>;
1560
- entityId: z.ZodString;
1561
- entityType: z.ZodLiteral<EntityType.FunctionDeclaration>;
1562
- }, "strip", z.ZodTypeAny, {
1563
- id: string;
1564
- type: EntityType.GenericReference;
1565
- entityType: EntityType.FunctionDeclaration;
1566
- entityId: string;
1567
- }, {
1568
- id: string;
1569
- type: EntityType.GenericReference;
1570
- entityType: EntityType.FunctionDeclaration;
1571
- entityId: string;
1572
- }>, z.ZodObject<{
1573
- id: z.ZodString;
1574
- type: z.ZodLiteral<EntityType.GenericReference>;
1575
- entityId: z.ZodString;
1576
- entityType: z.ZodLiteral<EntityType.GlobalEvent>;
1577
- }, "strip", z.ZodTypeAny, {
1578
- id: string;
1579
- type: EntityType.GenericReference;
1580
- entityType: EntityType.GlobalEvent;
1581
- entityId: string;
1582
- }, {
1583
- id: string;
1584
- type: EntityType.GenericReference;
1585
- entityType: EntityType.GlobalEvent;
1586
- entityId: string;
1587
- }>]>, "many">;
1588
- declaration: z.ZodUnion<[z.ZodObject<{
1589
- type: z.ZodLiteral<EntityType.ActionDescriptor>;
1590
- }, "strip", z.ZodTypeAny, {
1591
- type: EntityType.ActionDescriptor;
1592
- }, {
1593
- type: EntityType.ActionDescriptor;
1594
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>;
1595
- inputs: z.ZodArray<z.ZodUnion<[z.ZodObject<{
1596
- type: z.ZodLiteral<EntityType.InputMap>;
1597
- }, "strip", z.ZodTypeAny, {
1598
- type: EntityType.InputMap;
1599
- }, {
1600
- type: EntityType.InputMap;
1601
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>, "many">;
1602
- outputs: z.ZodArray<z.ZodUnion<[z.ZodObject<{
1603
- type: z.ZodLiteral<EntityType.OutputMap>;
1604
- }, "strip", z.ZodTypeAny, {
1605
- type: EntityType.OutputMap;
1606
- }, {
1607
- type: EntityType.OutputMap;
1608
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>, "many">;
1609
- outputsDeclarations: z.ZodArray<z.ZodUnion<[z.ZodObject<{
1610
- type: z.ZodLiteral<EntityType.ValueDescriptor>;
1611
- }, "strip", z.ZodTypeAny, {
1612
- type: EntityType.ValueDescriptor;
1613
- }, {
1614
- type: EntityType.ValueDescriptor;
1615
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>, "many">;
1616
- successCalls: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1617
- id: z.ZodString;
1618
- type: z.ZodLiteral<EntityType.GenericReference>;
1619
- entityId: z.ZodString;
1620
- entityType: z.ZodLiteral<EntityType.Operation>;
1621
- }, "strip", z.ZodTypeAny, {
1622
- id: string;
1623
- type: EntityType.GenericReference;
1624
- entityType: EntityType.Operation;
1625
- entityId: string;
1626
- }, {
1627
- id: string;
1628
- type: EntityType.GenericReference;
1629
- entityType: EntityType.Operation;
1630
- entityId: string;
1631
- }>, z.ZodObject<{
1632
- id: z.ZodString;
1633
- type: z.ZodLiteral<EntityType.GenericReference>;
1634
- entityId: z.ZodString;
1635
- entityType: z.ZodLiteral<EntityType.FunctionCall>;
1636
- }, "strip", z.ZodTypeAny, {
1637
- id: string;
1638
- type: EntityType.GenericReference;
1639
- entityType: EntityType.FunctionCall;
1640
- entityId: string;
1641
- }, {
1642
- id: string;
1643
- type: EntityType.GenericReference;
1644
- entityType: EntityType.FunctionCall;
1645
- entityId: string;
1646
- }>, z.ZodObject<{
1647
- id: z.ZodString;
1648
- type: z.ZodLiteral<EntityType.GenericReference>;
1649
- entityId: z.ZodString;
1650
- entityType: z.ZodLiteral<EntityType.Condition>;
1651
- }, "strip", z.ZodTypeAny, {
1652
- id: string;
1653
- type: EntityType.GenericReference;
1654
- entityType: EntityType.Condition;
1655
- entityId: string;
1656
- }, {
1657
- id: string;
1658
- type: EntityType.GenericReference;
1659
- entityType: EntityType.Condition;
1660
- entityId: string;
1661
- }>, z.ZodObject<{
1662
- id: z.ZodString;
1663
- type: z.ZodLiteral<EntityType.GenericReference>;
1664
- entityId: z.ZodString;
1665
- entityType: z.ZodLiteral<EntityType.Search>;
1666
- }, "strip", z.ZodTypeAny, {
1667
- id: string;
1668
- type: EntityType.GenericReference;
1669
- entityType: EntityType.Search;
1670
- entityId: string;
1671
- }, {
1672
- id: string;
1673
- type: EntityType.GenericReference;
1674
- entityType: EntityType.Search;
1675
- entityId: string;
1676
- }>, z.ZodUnion<[z.ZodObject<{
1677
- id: z.ZodString;
1678
- type: z.ZodLiteral<EntityType.GenericReference>;
1679
- entityId: z.ZodString;
1680
- entityType: z.ZodLiteral<EntityType.VariableDeclaration>;
1681
- }, "strip", z.ZodTypeAny, {
1682
- id: string;
1683
- type: EntityType.GenericReference;
1684
- entityType: EntityType.VariableDeclaration;
1685
- entityId: string;
1686
- }, {
1687
- id: string;
1688
- type: EntityType.GenericReference;
1689
- entityType: EntityType.VariableDeclaration;
1690
- entityId: string;
1691
- }>, z.ZodObject<{
1692
- id: z.ZodString;
1693
- type: z.ZodLiteral<EntityType.GenericReference>;
1694
- entityId: z.ZodString;
1695
- entityType: z.ZodLiteral<EntityType.VariableInstance>;
1696
- }, "strip", z.ZodTypeAny, {
1697
- id: string;
1698
- type: EntityType.GenericReference;
1699
- entityType: EntityType.VariableInstance;
1700
- entityId: string;
1701
- }, {
1702
- id: string;
1703
- type: EntityType.GenericReference;
1704
- entityType: EntityType.VariableInstance;
1705
- entityId: string;
1706
- }>]>, z.ZodObject<{
1707
- id: z.ZodString;
1708
- type: z.ZodLiteral<EntityType.GenericReference>;
1709
- entityId: z.ZodString;
1710
- entityType: z.ZodLiteral<EntityType.InternalCall>;
1711
- }, "strip", z.ZodTypeAny, {
1712
- id: string;
1713
- type: EntityType.GenericReference;
1714
- entityType: EntityType.InternalCall;
1715
- entityId: string;
1716
- }, {
1717
- id: string;
1718
- type: EntityType.GenericReference;
1719
- entityType: EntityType.InternalCall;
1720
- entityId: string;
1721
- }>, z.ZodObject<{
1722
- id: z.ZodString;
1723
- type: z.ZodLiteral<EntityType.GenericReference>;
1724
- entityId: z.ZodString;
1725
- entityType: z.ZodLiteral<EntityType.Loop>;
1726
- }, "strip", z.ZodTypeAny, {
1727
- id: string;
1728
- type: EntityType.GenericReference;
1729
- entityType: EntityType.Loop;
1730
- entityId: string;
1731
- }, {
1732
- id: string;
1733
- type: EntityType.GenericReference;
1734
- entityType: EntityType.Loop;
1735
- entityId: string;
1736
- }>]>, z.ZodObject<{
1737
- id: z.ZodString;
1738
- type: z.ZodLiteral<EntityType.GenericReference>;
1739
- entityId: z.ZodString;
1740
- entityType: z.ZodLiteral<EntityType.ReturnStatement>;
1741
- }, "strip", z.ZodTypeAny, {
1742
- id: string;
1743
- type: EntityType.GenericReference;
1744
- entityType: EntityType.ReturnStatement;
1745
- entityId: string;
1746
- }, {
1747
- id: string;
1748
- type: EntityType.GenericReference;
1749
- entityType: EntityType.ReturnStatement;
1750
- entityId: string;
1751
- }>, z.ZodObject<{
1752
- id: z.ZodString;
1753
- type: z.ZodLiteral<EntityType.GenericReference>;
1754
- entityId: z.ZodString;
1755
- entityType: z.ZodLiteral<EntityType.BreakStatement>;
1756
- }, "strip", z.ZodTypeAny, {
1757
- id: string;
1758
- type: EntityType.GenericReference;
1759
- entityType: EntityType.BreakStatement;
1760
- entityId: string;
1761
- }, {
1762
- id: string;
1763
- type: EntityType.GenericReference;
1764
- entityType: EntityType.BreakStatement;
1765
- entityId: string;
1766
- }>, z.ZodObject<{
1767
- id: z.ZodString;
1768
- type: z.ZodLiteral<EntityType.GenericReference>;
1769
- entityId: z.ZodString;
1770
- entityType: z.ZodLiteral<EntityType.ContinueStatement>;
1771
- }, "strip", z.ZodTypeAny, {
1772
- id: string;
1773
- type: EntityType.GenericReference;
1774
- entityType: EntityType.ContinueStatement;
1775
- entityId: string;
1776
- }, {
1777
- id: string;
1778
- type: EntityType.GenericReference;
1779
- entityType: EntityType.ContinueStatement;
1780
- entityId: string;
1781
- }>]>, "many">;
1782
- errorCalls: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1783
- id: z.ZodString;
1784
- type: z.ZodLiteral<EntityType.GenericReference>;
1785
- entityId: z.ZodString;
1786
- entityType: z.ZodLiteral<EntityType.Operation>;
1787
- }, "strip", z.ZodTypeAny, {
1788
- id: string;
1789
- type: EntityType.GenericReference;
1790
- entityType: EntityType.Operation;
1791
- entityId: string;
1792
- }, {
1793
- id: string;
1794
- type: EntityType.GenericReference;
1795
- entityType: EntityType.Operation;
1796
- entityId: string;
1797
- }>, z.ZodObject<{
1798
- id: z.ZodString;
1799
- type: z.ZodLiteral<EntityType.GenericReference>;
1800
- entityId: z.ZodString;
1801
- entityType: z.ZodLiteral<EntityType.FunctionCall>;
1802
- }, "strip", z.ZodTypeAny, {
1803
- id: string;
1804
- type: EntityType.GenericReference;
1805
- entityType: EntityType.FunctionCall;
1806
- entityId: string;
1807
- }, {
1808
- id: string;
1809
- type: EntityType.GenericReference;
1810
- entityType: EntityType.FunctionCall;
1811
- entityId: string;
1812
- }>, z.ZodObject<{
1813
- id: z.ZodString;
1814
- type: z.ZodLiteral<EntityType.GenericReference>;
1815
- entityId: z.ZodString;
1816
- entityType: z.ZodLiteral<EntityType.Condition>;
1817
- }, "strip", z.ZodTypeAny, {
1818
- id: string;
1819
- type: EntityType.GenericReference;
1820
- entityType: EntityType.Condition;
1821
- entityId: string;
1822
- }, {
1823
- id: string;
1824
- type: EntityType.GenericReference;
1825
- entityType: EntityType.Condition;
1826
- entityId: string;
1827
- }>, z.ZodObject<{
1828
- id: z.ZodString;
1829
- type: z.ZodLiteral<EntityType.GenericReference>;
1830
- entityId: z.ZodString;
1831
- entityType: z.ZodLiteral<EntityType.Search>;
1832
- }, "strip", z.ZodTypeAny, {
1833
- id: string;
1834
- type: EntityType.GenericReference;
1835
- entityType: EntityType.Search;
1836
- entityId: string;
1837
- }, {
1838
- id: string;
1839
- type: EntityType.GenericReference;
1840
- entityType: EntityType.Search;
1841
- entityId: string;
1842
- }>, z.ZodUnion<[z.ZodObject<{
1843
- id: z.ZodString;
1844
- type: z.ZodLiteral<EntityType.GenericReference>;
1845
- entityId: z.ZodString;
1846
- entityType: z.ZodLiteral<EntityType.VariableDeclaration>;
1847
- }, "strip", z.ZodTypeAny, {
1848
- id: string;
1849
- type: EntityType.GenericReference;
1850
- entityType: EntityType.VariableDeclaration;
1851
- entityId: string;
1852
- }, {
1853
- id: string;
1854
- type: EntityType.GenericReference;
1855
- entityType: EntityType.VariableDeclaration;
1856
- entityId: string;
1857
- }>, z.ZodObject<{
1858
- id: z.ZodString;
1859
- type: z.ZodLiteral<EntityType.GenericReference>;
1860
- entityId: z.ZodString;
1861
- entityType: z.ZodLiteral<EntityType.VariableInstance>;
1862
- }, "strip", z.ZodTypeAny, {
1863
- id: string;
1864
- type: EntityType.GenericReference;
1865
- entityType: EntityType.VariableInstance;
1866
- entityId: string;
1867
- }, {
1868
- id: string;
1869
- type: EntityType.GenericReference;
1870
- entityType: EntityType.VariableInstance;
1871
- entityId: string;
1872
- }>]>, z.ZodObject<{
1873
- id: z.ZodString;
1874
- type: z.ZodLiteral<EntityType.GenericReference>;
1875
- entityId: z.ZodString;
1876
- entityType: z.ZodLiteral<EntityType.InternalCall>;
1877
- }, "strip", z.ZodTypeAny, {
1878
- id: string;
1879
- type: EntityType.GenericReference;
1880
- entityType: EntityType.InternalCall;
1881
- entityId: string;
1882
- }, {
1883
- id: string;
1884
- type: EntityType.GenericReference;
1885
- entityType: EntityType.InternalCall;
1886
- entityId: string;
1887
- }>, z.ZodObject<{
1888
- id: z.ZodString;
1889
- type: z.ZodLiteral<EntityType.GenericReference>;
1890
- entityId: z.ZodString;
1891
- entityType: z.ZodLiteral<EntityType.Loop>;
1892
- }, "strip", z.ZodTypeAny, {
1893
- id: string;
1894
- type: EntityType.GenericReference;
1895
- entityType: EntityType.Loop;
1896
- entityId: string;
1897
- }, {
1898
- id: string;
1899
- type: EntityType.GenericReference;
1900
- entityType: EntityType.Loop;
1901
- entityId: string;
1902
- }>]>, z.ZodObject<{
1903
- id: z.ZodString;
1904
- type: z.ZodLiteral<EntityType.GenericReference>;
1905
- entityId: z.ZodString;
1906
- entityType: z.ZodLiteral<EntityType.ReturnStatement>;
1907
- }, "strip", z.ZodTypeAny, {
1908
- id: string;
1909
- type: EntityType.GenericReference;
1910
- entityType: EntityType.ReturnStatement;
1911
- entityId: string;
1912
- }, {
1913
- id: string;
1914
- type: EntityType.GenericReference;
1915
- entityType: EntityType.ReturnStatement;
1916
- entityId: string;
1917
- }>, z.ZodObject<{
1918
- id: z.ZodString;
1919
- type: z.ZodLiteral<EntityType.GenericReference>;
1920
- entityId: z.ZodString;
1921
- entityType: z.ZodLiteral<EntityType.BreakStatement>;
1922
- }, "strip", z.ZodTypeAny, {
1923
- id: string;
1924
- type: EntityType.GenericReference;
1925
- entityType: EntityType.BreakStatement;
1926
- entityId: string;
1927
- }, {
1928
- id: string;
1929
- type: EntityType.GenericReference;
1930
- entityType: EntityType.BreakStatement;
1931
- entityId: string;
1932
- }>, z.ZodObject<{
1933
- id: z.ZodString;
1934
- type: z.ZodLiteral<EntityType.GenericReference>;
1935
- entityId: z.ZodString;
1936
- entityType: z.ZodLiteral<EntityType.ContinueStatement>;
1937
- }, "strip", z.ZodTypeAny, {
1938
- id: string;
1939
- type: EntityType.GenericReference;
1940
- entityType: EntityType.ContinueStatement;
1941
- entityId: string;
1942
- }, {
1943
- id: string;
1944
- type: EntityType.GenericReference;
1945
- entityType: EntityType.ContinueStatement;
1946
- entityId: string;
1947
- }>]>, "many">;
1948
- error: z.ZodUnion<[z.ZodObject<{
1949
- type: z.ZodLiteral<EntityType.OutputMap>;
1950
- }, "strip", z.ZodTypeAny, {
1951
- type: EntityType.OutputMap;
1952
- }, {
1953
- type: EntityType.OutputMap;
1954
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>;
1955
- body: z.ZodUnion<[z.ZodObject<{
1956
- type: z.ZodLiteral<EntityType.FunctionDeclaration>;
1957
- }, "strip", z.ZodTypeAny, {
1958
- type: EntityType.FunctionDeclaration;
1959
- }, {
1960
- type: EntityType.FunctionDeclaration;
1961
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>;
1962
- parent: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1963
- id: z.ZodString;
1964
- type: z.ZodLiteral<EntityType.GenericReference>;
1965
- entityId: z.ZodString;
1966
- entityType: z.ZodLiteral<EntityType.FunctionDeclaration>;
1967
- }, "strip", z.ZodTypeAny, {
1968
- id: string;
1969
- type: EntityType.GenericReference;
1970
- entityType: EntityType.FunctionDeclaration;
1971
- entityId: string;
1972
- }, {
1973
- id: string;
1974
- type: EntityType.GenericReference;
1975
- entityType: EntityType.FunctionDeclaration;
1976
- entityId: string;
1977
- }>, z.ZodObject<{
1978
- id: z.ZodString;
1979
- type: z.ZodLiteral<EntityType.GenericReference>;
1980
- entityId: z.ZodString;
1981
- entityType: z.ZodLiteral<EntityType.GlobalEvent>;
1982
- }, "strip", z.ZodTypeAny, {
1983
- id: string;
1984
- type: EntityType.GenericReference;
1985
- entityType: EntityType.GlobalEvent;
1986
- entityId: string;
1987
- }, {
1988
- id: string;
1989
- type: EntityType.GenericReference;
1990
- entityType: EntityType.GlobalEvent;
1991
- entityId: string;
1992
- }>]>, z.ZodObject<{
1993
- id: z.ZodString;
1994
- type: z.ZodLiteral<EntityType.GenericReference>;
1995
- entityId: z.ZodString;
1996
- entityType: z.ZodLiteral<EntityType.Loop>;
1997
- }, "strip", z.ZodTypeAny, {
1998
- id: string;
1999
- type: EntityType.GenericReference;
2000
- entityType: EntityType.Loop;
2001
- entityId: string;
2002
- }, {
2003
- id: string;
2004
- type: EntityType.GenericReference;
2005
- entityType: EntityType.Loop;
2006
- entityId: string;
2007
- }>]>, z.ZodObject<{
2008
- entityType: z.ZodLiteral<EntityType.Project>;
2009
- entityId: z.ZodString;
2010
- id: z.ZodString;
2011
- type: z.ZodLiteral<EntityType.GenericReference>;
2012
- }, "strip", z.ZodTypeAny, {
2013
- id: string;
2014
- type: EntityType.GenericReference;
2015
- entityType: EntityType.Project;
2016
- entityId: string;
2017
- }, {
2018
- id: string;
2019
- type: EntityType.GenericReference;
2020
- entityType: EntityType.Project;
2021
- entityId: string;
2022
- }>]>;
2023
- breakStatements: z.ZodArray<z.ZodUnion<[z.ZodObject<{
2024
- type: z.ZodLiteral<EntityType.BreakStatement>;
2025
- }, "strip", z.ZodTypeAny, {
2026
- type: EntityType.BreakStatement;
2027
- }, {
2028
- type: EntityType.BreakStatement;
2029
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>, "many">;
2030
- continueStatements: z.ZodArray<z.ZodUnion<[z.ZodObject<{
2031
- type: z.ZodLiteral<EntityType.ContinueStatement>;
2032
- }, "strip", z.ZodTypeAny, {
2033
- type: EntityType.ContinueStatement;
2034
- }, {
2035
- type: EntityType.ContinueStatement;
2036
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>, "many">;
2037
- }>, "strip", z.ZodTypeAny, {
2038
- id: string;
2039
- type: EntityType.Loop;
2040
- declaration: Record<string, any> | {
2041
- type: EntityType.ActionDescriptor;
2042
- };
2043
- calledBySuccess: ({
2044
- id: string;
2045
- type: EntityType.GenericReference;
2046
- entityType: EntityType.Loop;
2047
- entityId: string;
2048
- } | {
2049
- id: string;
2050
- type: EntityType.GenericReference;
2051
- entityType: EntityType.Operation;
2052
- entityId: string;
2053
- } | {
2054
- id: string;
2055
- type: EntityType.GenericReference;
2056
- entityType: EntityType.FunctionCall;
2057
- entityId: string;
2058
- } | {
2059
- id: string;
2060
- type: EntityType.GenericReference;
2061
- entityType: EntityType.Condition;
2062
- entityId: string;
2063
- } | {
2064
- id: string;
2065
- type: EntityType.GenericReference;
2066
- entityType: EntityType.Search;
2067
- entityId: string;
2068
- } | {
2069
- id: string;
2070
- type: EntityType.GenericReference;
2071
- entityType: EntityType.VariableDeclaration;
2072
- entityId: string;
2073
- } | {
2074
- id: string;
2075
- type: EntityType.GenericReference;
2076
- entityType: EntityType.VariableInstance;
2077
- entityId: string;
2078
- } | {
2079
- id: string;
2080
- type: EntityType.GenericReference;
2081
- entityType: EntityType.InternalCall;
2082
- entityId: string;
2083
- })[];
2084
- calledByError: ({
2085
- id: string;
2086
- type: EntityType.GenericReference;
2087
- entityType: EntityType.Loop;
2088
- entityId: string;
2089
- } | {
2090
- id: string;
2091
- type: EntityType.GenericReference;
2092
- entityType: EntityType.Operation;
2093
- entityId: string;
2094
- } | {
2095
- id: string;
2096
- type: EntityType.GenericReference;
2097
- entityType: EntityType.FunctionCall;
2098
- entityId: string;
2099
- } | {
2100
- id: string;
2101
- type: EntityType.GenericReference;
2102
- entityType: EntityType.Condition;
2103
- entityId: string;
2104
- } | {
2105
- id: string;
2106
- type: EntityType.GenericReference;
2107
- entityType: EntityType.Search;
2108
- entityId: string;
2109
- } | {
2110
- id: string;
2111
- type: EntityType.GenericReference;
2112
- entityType: EntityType.VariableDeclaration;
2113
- entityId: string;
2114
- } | {
2115
- id: string;
2116
- type: EntityType.GenericReference;
2117
- entityType: EntityType.VariableInstance;
2118
- entityId: string;
2119
- } | {
2120
- id: string;
2121
- type: EntityType.GenericReference;
2122
- entityType: EntityType.InternalCall;
2123
- entityId: string;
2124
- })[];
2125
- calledByEntry: ({
2126
- id: string;
2127
- type: EntityType.GenericReference;
2128
- entityType: EntityType.FunctionDeclaration;
2129
- entityId: string;
2130
- } | {
2131
- id: string;
2132
- type: EntityType.GenericReference;
2133
- entityType: EntityType.GlobalEvent;
2134
- entityId: string;
2135
- })[];
2136
- parent: {
2137
- id: string;
2138
- type: EntityType.GenericReference;
2139
- entityType: EntityType.Project;
2140
- entityId: string;
2141
- } | {
2142
- id: string;
2143
- type: EntityType.GenericReference;
2144
- entityType: EntityType.Loop;
2145
- entityId: string;
2146
- } | {
2147
- id: string;
2148
- type: EntityType.GenericReference;
2149
- entityType: EntityType.FunctionDeclaration;
2150
- entityId: string;
2151
- } | {
2152
- id: string;
2153
- type: EntityType.GenericReference;
2154
- entityType: EntityType.GlobalEvent;
2155
- entityId: string;
2156
- };
2157
- error: Record<string, any> | {
2158
- type: EntityType.OutputMap;
2159
- };
2160
- version: number;
2161
- x: number;
2162
- y: number;
2163
- inputs: (Record<string, any> | {
2164
- type: EntityType.InputMap;
2165
- })[];
2166
- outputs: (Record<string, any> | {
2167
- type: EntityType.OutputMap;
2168
- })[];
2169
- successCalls: ({
2170
- id: string;
2171
- type: EntityType.GenericReference;
2172
- entityType: EntityType.Loop;
2173
- entityId: string;
2174
- } | {
2175
- id: string;
2176
- type: EntityType.GenericReference;
2177
- entityType: EntityType.Operation;
2178
- entityId: string;
2179
- } | {
2180
- id: string;
2181
- type: EntityType.GenericReference;
2182
- entityType: EntityType.FunctionCall;
2183
- entityId: string;
2184
- } | {
2185
- id: string;
2186
- type: EntityType.GenericReference;
2187
- entityType: EntityType.Condition;
2188
- entityId: string;
2189
- } | {
2190
- id: string;
2191
- type: EntityType.GenericReference;
2192
- entityType: EntityType.Search;
2193
- entityId: string;
2194
- } | {
2195
- id: string;
2196
- type: EntityType.GenericReference;
2197
- entityType: EntityType.VariableDeclaration;
2198
- entityId: string;
2199
- } | {
2200
- id: string;
2201
- type: EntityType.GenericReference;
2202
- entityType: EntityType.VariableInstance;
2203
- entityId: string;
2204
- } | {
2205
- id: string;
2206
- type: EntityType.GenericReference;
2207
- entityType: EntityType.InternalCall;
2208
- entityId: string;
2209
- } | {
2210
- id: string;
2211
- type: EntityType.GenericReference;
2212
- entityType: EntityType.ReturnStatement;
2213
- entityId: string;
2214
- } | {
2215
- id: string;
2216
- type: EntityType.GenericReference;
2217
- entityType: EntityType.BreakStatement;
2218
- entityId: string;
2219
- } | {
2220
- id: string;
2221
- type: EntityType.GenericReference;
2222
- entityType: EntityType.ContinueStatement;
2223
- entityId: string;
2224
- })[];
2225
- errorCalls: ({
2226
- id: string;
2227
- type: EntityType.GenericReference;
2228
- entityType: EntityType.Loop;
2229
- entityId: string;
2230
- } | {
2231
- id: string;
2232
- type: EntityType.GenericReference;
2233
- entityType: EntityType.Operation;
2234
- entityId: string;
2235
- } | {
2236
- id: string;
2237
- type: EntityType.GenericReference;
2238
- entityType: EntityType.FunctionCall;
2239
- entityId: string;
2240
- } | {
2241
- id: string;
2242
- type: EntityType.GenericReference;
2243
- entityType: EntityType.Condition;
2244
- entityId: string;
2245
- } | {
2246
- id: string;
2247
- type: EntityType.GenericReference;
2248
- entityType: EntityType.Search;
2249
- entityId: string;
2250
- } | {
2251
- id: string;
2252
- type: EntityType.GenericReference;
2253
- entityType: EntityType.VariableDeclaration;
2254
- entityId: string;
2255
- } | {
2256
- id: string;
2257
- type: EntityType.GenericReference;
2258
- entityType: EntityType.VariableInstance;
2259
- entityId: string;
2260
- } | {
2261
- id: string;
2262
- type: EntityType.GenericReference;
2263
- entityType: EntityType.InternalCall;
2264
- entityId: string;
2265
- } | {
2266
- id: string;
2267
- type: EntityType.GenericReference;
2268
- entityType: EntityType.ReturnStatement;
2269
- entityId: string;
2270
- } | {
2271
- id: string;
2272
- type: EntityType.GenericReference;
2273
- entityType: EntityType.BreakStatement;
2274
- entityId: string;
2275
- } | {
2276
- id: string;
2277
- type: EntityType.GenericReference;
2278
- entityType: EntityType.ContinueStatement;
2279
- entityId: string;
2280
- })[];
2281
- outputsDeclarations: ({
2282
- type: EntityType.ValueDescriptor;
2283
- } | Record<string, any>)[];
2284
- body: Record<string, any> | {
2285
- type: EntityType.FunctionDeclaration;
2286
- };
2287
- breakStatements: (Record<string, any> | {
2288
- type: EntityType.BreakStatement;
2289
- })[];
2290
- continueStatements: (Record<string, any> | {
2291
- type: EntityType.ContinueStatement;
2292
- })[];
2293
- }, {
2294
- id: string;
2295
- type: EntityType.Loop;
2296
- declaration: Record<string, any> | {
2297
- type: EntityType.ActionDescriptor;
2298
- };
2299
- calledBySuccess: ({
2300
- id: string;
2301
- type: EntityType.GenericReference;
2302
- entityType: EntityType.Loop;
2303
- entityId: string;
2304
- } | {
2305
- id: string;
2306
- type: EntityType.GenericReference;
2307
- entityType: EntityType.Operation;
2308
- entityId: string;
2309
- } | {
2310
- id: string;
2311
- type: EntityType.GenericReference;
2312
- entityType: EntityType.FunctionCall;
2313
- entityId: string;
2314
- } | {
2315
- id: string;
2316
- type: EntityType.GenericReference;
2317
- entityType: EntityType.Condition;
2318
- entityId: string;
2319
- } | {
2320
- id: string;
2321
- type: EntityType.GenericReference;
2322
- entityType: EntityType.Search;
2323
- entityId: string;
2324
- } | {
2325
- id: string;
2326
- type: EntityType.GenericReference;
2327
- entityType: EntityType.VariableDeclaration;
2328
- entityId: string;
2329
- } | {
2330
- id: string;
2331
- type: EntityType.GenericReference;
2332
- entityType: EntityType.VariableInstance;
2333
- entityId: string;
2334
- } | {
2335
- id: string;
2336
- type: EntityType.GenericReference;
2337
- entityType: EntityType.InternalCall;
2338
- entityId: string;
2339
- })[];
2340
- calledByError: ({
2341
- id: string;
2342
- type: EntityType.GenericReference;
2343
- entityType: EntityType.Loop;
2344
- entityId: string;
2345
- } | {
2346
- id: string;
2347
- type: EntityType.GenericReference;
2348
- entityType: EntityType.Operation;
2349
- entityId: string;
2350
- } | {
2351
- id: string;
2352
- type: EntityType.GenericReference;
2353
- entityType: EntityType.FunctionCall;
2354
- entityId: string;
2355
- } | {
2356
- id: string;
2357
- type: EntityType.GenericReference;
2358
- entityType: EntityType.Condition;
2359
- entityId: string;
2360
- } | {
2361
- id: string;
2362
- type: EntityType.GenericReference;
2363
- entityType: EntityType.Search;
2364
- entityId: string;
2365
- } | {
2366
- id: string;
2367
- type: EntityType.GenericReference;
2368
- entityType: EntityType.VariableDeclaration;
2369
- entityId: string;
2370
- } | {
2371
- id: string;
2372
- type: EntityType.GenericReference;
2373
- entityType: EntityType.VariableInstance;
2374
- entityId: string;
2375
- } | {
2376
- id: string;
2377
- type: EntityType.GenericReference;
2378
- entityType: EntityType.InternalCall;
2379
- entityId: string;
2380
- })[];
2381
- calledByEntry: ({
2382
- id: string;
2383
- type: EntityType.GenericReference;
2384
- entityType: EntityType.FunctionDeclaration;
2385
- entityId: string;
2386
- } | {
2387
- id: string;
2388
- type: EntityType.GenericReference;
2389
- entityType: EntityType.GlobalEvent;
2390
- entityId: string;
2391
- })[];
2392
- parent: {
2393
- id: string;
2394
- type: EntityType.GenericReference;
2395
- entityType: EntityType.Project;
2396
- entityId: string;
2397
- } | {
2398
- id: string;
2399
- type: EntityType.GenericReference;
2400
- entityType: EntityType.Loop;
2401
- entityId: string;
2402
- } | {
2403
- id: string;
2404
- type: EntityType.GenericReference;
2405
- entityType: EntityType.FunctionDeclaration;
2406
- entityId: string;
2407
- } | {
2408
- id: string;
2409
- type: EntityType.GenericReference;
2410
- entityType: EntityType.GlobalEvent;
2411
- entityId: string;
2412
- };
2413
- error: Record<string, any> | {
2414
- type: EntityType.OutputMap;
2415
- };
2416
- version: number;
2417
- x: number;
2418
- y: number;
2419
- inputs: (Record<string, any> | {
2420
- type: EntityType.InputMap;
2421
- })[];
2422
- outputs: (Record<string, any> | {
2423
- type: EntityType.OutputMap;
2424
- })[];
2425
- successCalls: ({
2426
- id: string;
2427
- type: EntityType.GenericReference;
2428
- entityType: EntityType.Loop;
2429
- entityId: string;
2430
- } | {
2431
- id: string;
2432
- type: EntityType.GenericReference;
2433
- entityType: EntityType.Operation;
2434
- entityId: string;
2435
- } | {
2436
- id: string;
2437
- type: EntityType.GenericReference;
2438
- entityType: EntityType.FunctionCall;
2439
- entityId: string;
2440
- } | {
2441
- id: string;
2442
- type: EntityType.GenericReference;
2443
- entityType: EntityType.Condition;
2444
- entityId: string;
2445
- } | {
2446
- id: string;
2447
- type: EntityType.GenericReference;
2448
- entityType: EntityType.Search;
2449
- entityId: string;
2450
- } | {
2451
- id: string;
2452
- type: EntityType.GenericReference;
2453
- entityType: EntityType.VariableDeclaration;
2454
- entityId: string;
2455
- } | {
2456
- id: string;
2457
- type: EntityType.GenericReference;
2458
- entityType: EntityType.VariableInstance;
2459
- entityId: string;
2460
- } | {
2461
- id: string;
2462
- type: EntityType.GenericReference;
2463
- entityType: EntityType.InternalCall;
2464
- entityId: string;
2465
- } | {
2466
- id: string;
2467
- type: EntityType.GenericReference;
2468
- entityType: EntityType.ReturnStatement;
2469
- entityId: string;
2470
- } | {
2471
- id: string;
2472
- type: EntityType.GenericReference;
2473
- entityType: EntityType.BreakStatement;
2474
- entityId: string;
2475
- } | {
2476
- id: string;
2477
- type: EntityType.GenericReference;
2478
- entityType: EntityType.ContinueStatement;
2479
- entityId: string;
2480
- })[];
2481
- errorCalls: ({
2482
- id: string;
2483
- type: EntityType.GenericReference;
2484
- entityType: EntityType.Loop;
2485
- entityId: string;
2486
- } | {
2487
- id: string;
2488
- type: EntityType.GenericReference;
2489
- entityType: EntityType.Operation;
2490
- entityId: string;
2491
- } | {
2492
- id: string;
2493
- type: EntityType.GenericReference;
2494
- entityType: EntityType.FunctionCall;
2495
- entityId: string;
2496
- } | {
2497
- id: string;
2498
- type: EntityType.GenericReference;
2499
- entityType: EntityType.Condition;
2500
- entityId: string;
2501
- } | {
2502
- id: string;
2503
- type: EntityType.GenericReference;
2504
- entityType: EntityType.Search;
2505
- entityId: string;
2506
- } | {
2507
- id: string;
2508
- type: EntityType.GenericReference;
2509
- entityType: EntityType.VariableDeclaration;
2510
- entityId: string;
2511
- } | {
2512
- id: string;
2513
- type: EntityType.GenericReference;
2514
- entityType: EntityType.VariableInstance;
2515
- entityId: string;
2516
- } | {
2517
- id: string;
2518
- type: EntityType.GenericReference;
2519
- entityType: EntityType.InternalCall;
2520
- entityId: string;
2521
- } | {
2522
- id: string;
2523
- type: EntityType.GenericReference;
2524
- entityType: EntityType.ReturnStatement;
2525
- entityId: string;
2526
- } | {
2527
- id: string;
2528
- type: EntityType.GenericReference;
2529
- entityType: EntityType.BreakStatement;
2530
- entityId: string;
2531
- } | {
2532
- id: string;
2533
- type: EntityType.GenericReference;
2534
- entityType: EntityType.ContinueStatement;
2535
- entityId: string;
2536
- })[];
2537
- outputsDeclarations: ({
2538
- type: EntityType.ValueDescriptor;
2539
- } | Record<string, any>)[];
2540
- body: Record<string, any> | {
2541
- type: EntityType.FunctionDeclaration;
2542
- };
2543
- breakStatements: (Record<string, any> | {
2544
- type: EntityType.BreakStatement;
2545
- })[];
2546
- continueStatements: (Record<string, any> | {
2547
- type: EntityType.ContinueStatement;
2548
- })[];
2549
- }>;