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

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 +14458 -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,1217 +0,0 @@
1
- import { EntityType } from '../../../../definitions';
2
- import { z } from 'zod';
3
-
4
- export declare function getReturnStatementTypeSchema(): z.ZodUnion<[z.ZodObject<{
5
- type: z.ZodLiteral<EntityType.ReturnStatement>;
6
- }, "strip", z.ZodTypeAny, {
7
- type: EntityType.ReturnStatement;
8
- }, {
9
- type: EntityType.ReturnStatement;
10
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>;
11
- export declare function getReturnStatementReferenceSchema(): z.ZodObject<{
12
- id: z.ZodString;
13
- type: z.ZodLiteral<EntityType.GenericReference>;
14
- entityId: z.ZodString;
15
- entityType: z.ZodLiteral<EntityType.ReturnStatement>;
16
- }, "strip", z.ZodTypeAny, {
17
- id: string;
18
- type: EntityType.GenericReference;
19
- entityType: EntityType.ReturnStatement;
20
- entityId: string;
21
- }, {
22
- id: string;
23
- type: EntityType.GenericReference;
24
- entityType: EntityType.ReturnStatement;
25
- entityId: string;
26
- }>;
27
- export declare function getReturnStatementBaseSchema(): z.ZodObject<{
28
- id: z.ZodString;
29
- type: z.ZodLiteral<EntityType.ReturnStatement>;
30
- }, "strip", z.ZodTypeAny, {
31
- id: string;
32
- type: EntityType.ReturnStatement;
33
- }, {
34
- id: string;
35
- type: EntityType.ReturnStatement;
36
- }>;
37
- export declare function getReturnStatementMetaSchema(): z.ZodObject<z.objectUtil.extendShape<{
38
- id: z.ZodString;
39
- type: z.ZodLiteral<EntityType.ReturnStatement>;
40
- }, {
41
- version: z.ZodNumber;
42
- x: z.ZodNumber;
43
- y: z.ZodNumber;
44
- }>, "strip", z.ZodTypeAny, {
45
- id: string;
46
- type: EntityType.ReturnStatement;
47
- version: number;
48
- x: number;
49
- y: number;
50
- }, {
51
- id: string;
52
- type: EntityType.ReturnStatement;
53
- version: number;
54
- x: number;
55
- y: number;
56
- }>;
57
- export declare function getReturnStatementGenerationTargetSchema(): z.ZodObject<z.objectUtil.extendShape<{
58
- id: z.ZodString;
59
- type: z.ZodLiteral<EntityType.ReturnStatement>;
60
- }, {}>, "strip", z.ZodTypeAny, {
61
- id: string;
62
- type: EntityType.ReturnStatement;
63
- }, {
64
- id: string;
65
- type: EntityType.ReturnStatement;
66
- }>;
67
- export declare function getReturnStatementNestedEntitiesSchema(): z.ZodObject<{
68
- calledBySuccess: z.ZodArray<z.ZodUnion<[z.ZodObject<{
69
- id: z.ZodString;
70
- type: z.ZodLiteral<EntityType.GenericReference>;
71
- entityId: z.ZodString;
72
- entityType: z.ZodLiteral<EntityType.Operation>;
73
- }, "strip", z.ZodTypeAny, {
74
- id: string;
75
- type: EntityType.GenericReference;
76
- entityType: EntityType.Operation;
77
- entityId: string;
78
- }, {
79
- id: string;
80
- type: EntityType.GenericReference;
81
- entityType: EntityType.Operation;
82
- entityId: string;
83
- }>, z.ZodObject<{
84
- id: z.ZodString;
85
- type: z.ZodLiteral<EntityType.GenericReference>;
86
- entityId: z.ZodString;
87
- entityType: z.ZodLiteral<EntityType.FunctionCall>;
88
- }, "strip", z.ZodTypeAny, {
89
- id: string;
90
- type: EntityType.GenericReference;
91
- entityType: EntityType.FunctionCall;
92
- entityId: string;
93
- }, {
94
- id: string;
95
- type: EntityType.GenericReference;
96
- entityType: EntityType.FunctionCall;
97
- entityId: string;
98
- }>, z.ZodObject<{
99
- id: z.ZodString;
100
- type: z.ZodLiteral<EntityType.GenericReference>;
101
- entityId: z.ZodString;
102
- entityType: z.ZodLiteral<EntityType.Condition>;
103
- }, "strip", z.ZodTypeAny, {
104
- id: string;
105
- type: EntityType.GenericReference;
106
- entityType: EntityType.Condition;
107
- entityId: string;
108
- }, {
109
- id: string;
110
- type: EntityType.GenericReference;
111
- entityType: EntityType.Condition;
112
- entityId: string;
113
- }>, z.ZodObject<{
114
- id: z.ZodString;
115
- type: z.ZodLiteral<EntityType.GenericReference>;
116
- entityId: z.ZodString;
117
- entityType: z.ZodLiteral<EntityType.Search>;
118
- }, "strip", z.ZodTypeAny, {
119
- id: string;
120
- type: EntityType.GenericReference;
121
- entityType: EntityType.Search;
122
- entityId: string;
123
- }, {
124
- id: string;
125
- type: EntityType.GenericReference;
126
- entityType: EntityType.Search;
127
- entityId: string;
128
- }>, z.ZodUnion<[z.ZodObject<{
129
- id: z.ZodString;
130
- type: z.ZodLiteral<EntityType.GenericReference>;
131
- entityId: z.ZodString;
132
- entityType: z.ZodLiteral<EntityType.VariableDeclaration>;
133
- }, "strip", z.ZodTypeAny, {
134
- id: string;
135
- type: EntityType.GenericReference;
136
- entityType: EntityType.VariableDeclaration;
137
- entityId: string;
138
- }, {
139
- id: string;
140
- type: EntityType.GenericReference;
141
- entityType: EntityType.VariableDeclaration;
142
- entityId: string;
143
- }>, z.ZodObject<{
144
- id: z.ZodString;
145
- type: z.ZodLiteral<EntityType.GenericReference>;
146
- entityId: z.ZodString;
147
- entityType: z.ZodLiteral<EntityType.VariableInstance>;
148
- }, "strip", z.ZodTypeAny, {
149
- id: string;
150
- type: EntityType.GenericReference;
151
- entityType: EntityType.VariableInstance;
152
- entityId: string;
153
- }, {
154
- id: string;
155
- type: EntityType.GenericReference;
156
- entityType: EntityType.VariableInstance;
157
- entityId: string;
158
- }>]>, z.ZodObject<{
159
- id: z.ZodString;
160
- type: z.ZodLiteral<EntityType.GenericReference>;
161
- entityId: z.ZodString;
162
- entityType: z.ZodLiteral<EntityType.InternalCall>;
163
- }, "strip", z.ZodTypeAny, {
164
- id: string;
165
- type: EntityType.GenericReference;
166
- entityType: EntityType.InternalCall;
167
- entityId: string;
168
- }, {
169
- id: string;
170
- type: EntityType.GenericReference;
171
- entityType: EntityType.InternalCall;
172
- entityId: string;
173
- }>, z.ZodObject<{
174
- id: z.ZodString;
175
- type: z.ZodLiteral<EntityType.GenericReference>;
176
- entityId: z.ZodString;
177
- entityType: z.ZodLiteral<EntityType.Loop>;
178
- }, "strip", z.ZodTypeAny, {
179
- id: string;
180
- type: EntityType.GenericReference;
181
- entityType: EntityType.Loop;
182
- entityId: string;
183
- }, {
184
- id: string;
185
- type: EntityType.GenericReference;
186
- entityType: EntityType.Loop;
187
- entityId: string;
188
- }>]>, "many">;
189
- calledByError: z.ZodArray<z.ZodUnion<[z.ZodObject<{
190
- id: z.ZodString;
191
- type: z.ZodLiteral<EntityType.GenericReference>;
192
- entityId: z.ZodString;
193
- entityType: z.ZodLiteral<EntityType.Operation>;
194
- }, "strip", z.ZodTypeAny, {
195
- id: string;
196
- type: EntityType.GenericReference;
197
- entityType: EntityType.Operation;
198
- entityId: string;
199
- }, {
200
- id: string;
201
- type: EntityType.GenericReference;
202
- entityType: EntityType.Operation;
203
- entityId: string;
204
- }>, z.ZodObject<{
205
- id: z.ZodString;
206
- type: z.ZodLiteral<EntityType.GenericReference>;
207
- entityId: z.ZodString;
208
- entityType: z.ZodLiteral<EntityType.FunctionCall>;
209
- }, "strip", z.ZodTypeAny, {
210
- id: string;
211
- type: EntityType.GenericReference;
212
- entityType: EntityType.FunctionCall;
213
- entityId: string;
214
- }, {
215
- id: string;
216
- type: EntityType.GenericReference;
217
- entityType: EntityType.FunctionCall;
218
- entityId: string;
219
- }>, z.ZodObject<{
220
- id: z.ZodString;
221
- type: z.ZodLiteral<EntityType.GenericReference>;
222
- entityId: z.ZodString;
223
- entityType: z.ZodLiteral<EntityType.Condition>;
224
- }, "strip", z.ZodTypeAny, {
225
- id: string;
226
- type: EntityType.GenericReference;
227
- entityType: EntityType.Condition;
228
- entityId: string;
229
- }, {
230
- id: string;
231
- type: EntityType.GenericReference;
232
- entityType: EntityType.Condition;
233
- entityId: string;
234
- }>, z.ZodObject<{
235
- id: z.ZodString;
236
- type: z.ZodLiteral<EntityType.GenericReference>;
237
- entityId: z.ZodString;
238
- entityType: z.ZodLiteral<EntityType.Search>;
239
- }, "strip", z.ZodTypeAny, {
240
- id: string;
241
- type: EntityType.GenericReference;
242
- entityType: EntityType.Search;
243
- entityId: string;
244
- }, {
245
- id: string;
246
- type: EntityType.GenericReference;
247
- entityType: EntityType.Search;
248
- entityId: string;
249
- }>, z.ZodUnion<[z.ZodObject<{
250
- id: z.ZodString;
251
- type: z.ZodLiteral<EntityType.GenericReference>;
252
- entityId: z.ZodString;
253
- entityType: z.ZodLiteral<EntityType.VariableDeclaration>;
254
- }, "strip", z.ZodTypeAny, {
255
- id: string;
256
- type: EntityType.GenericReference;
257
- entityType: EntityType.VariableDeclaration;
258
- entityId: string;
259
- }, {
260
- id: string;
261
- type: EntityType.GenericReference;
262
- entityType: EntityType.VariableDeclaration;
263
- entityId: string;
264
- }>, z.ZodObject<{
265
- id: z.ZodString;
266
- type: z.ZodLiteral<EntityType.GenericReference>;
267
- entityId: z.ZodString;
268
- entityType: z.ZodLiteral<EntityType.VariableInstance>;
269
- }, "strip", z.ZodTypeAny, {
270
- id: string;
271
- type: EntityType.GenericReference;
272
- entityType: EntityType.VariableInstance;
273
- entityId: string;
274
- }, {
275
- id: string;
276
- type: EntityType.GenericReference;
277
- entityType: EntityType.VariableInstance;
278
- entityId: string;
279
- }>]>, z.ZodObject<{
280
- id: z.ZodString;
281
- type: z.ZodLiteral<EntityType.GenericReference>;
282
- entityId: z.ZodString;
283
- entityType: z.ZodLiteral<EntityType.InternalCall>;
284
- }, "strip", z.ZodTypeAny, {
285
- id: string;
286
- type: EntityType.GenericReference;
287
- entityType: EntityType.InternalCall;
288
- entityId: string;
289
- }, {
290
- id: string;
291
- type: EntityType.GenericReference;
292
- entityType: EntityType.InternalCall;
293
- entityId: string;
294
- }>, z.ZodObject<{
295
- id: z.ZodString;
296
- type: z.ZodLiteral<EntityType.GenericReference>;
297
- entityId: z.ZodString;
298
- entityType: z.ZodLiteral<EntityType.Loop>;
299
- }, "strip", z.ZodTypeAny, {
300
- id: string;
301
- type: EntityType.GenericReference;
302
- entityType: EntityType.Loop;
303
- entityId: string;
304
- }, {
305
- id: string;
306
- type: EntityType.GenericReference;
307
- entityType: EntityType.Loop;
308
- entityId: string;
309
- }>]>, "many">;
310
- calledByEntry: z.ZodArray<z.ZodUnion<[z.ZodObject<{
311
- id: z.ZodString;
312
- type: z.ZodLiteral<EntityType.GenericReference>;
313
- entityId: z.ZodString;
314
- entityType: z.ZodLiteral<EntityType.FunctionDeclaration>;
315
- }, "strip", z.ZodTypeAny, {
316
- id: string;
317
- type: EntityType.GenericReference;
318
- entityType: EntityType.FunctionDeclaration;
319
- entityId: string;
320
- }, {
321
- id: string;
322
- type: EntityType.GenericReference;
323
- entityType: EntityType.FunctionDeclaration;
324
- entityId: string;
325
- }>, z.ZodObject<{
326
- id: z.ZodString;
327
- type: z.ZodLiteral<EntityType.GenericReference>;
328
- entityId: z.ZodString;
329
- entityType: z.ZodLiteral<EntityType.GlobalEvent>;
330
- }, "strip", z.ZodTypeAny, {
331
- id: string;
332
- type: EntityType.GenericReference;
333
- entityType: EntityType.GlobalEvent;
334
- entityId: string;
335
- }, {
336
- id: string;
337
- type: EntityType.GenericReference;
338
- entityType: EntityType.GlobalEvent;
339
- entityId: string;
340
- }>]>, "many">;
341
- outputs: z.ZodArray<z.ZodUnion<[z.ZodObject<{
342
- type: z.ZodLiteral<EntityType.ReturnDeclaration>;
343
- }, "strip", z.ZodTypeAny, {
344
- type: EntityType.ReturnDeclaration;
345
- }, {
346
- type: EntityType.ReturnDeclaration;
347
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>, "many">;
348
- throws: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
349
- type: z.ZodLiteral<EntityType.ReturnDeclaration>;
350
- }, "strip", z.ZodTypeAny, {
351
- type: EntityType.ReturnDeclaration;
352
- }, {
353
- type: EntityType.ReturnDeclaration;
354
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>>;
355
- parent: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
356
- id: z.ZodString;
357
- type: z.ZodLiteral<EntityType.GenericReference>;
358
- entityId: z.ZodString;
359
- entityType: z.ZodLiteral<EntityType.FunctionDeclaration>;
360
- }, "strip", z.ZodTypeAny, {
361
- id: string;
362
- type: EntityType.GenericReference;
363
- entityType: EntityType.FunctionDeclaration;
364
- entityId: string;
365
- }, {
366
- id: string;
367
- type: EntityType.GenericReference;
368
- entityType: EntityType.FunctionDeclaration;
369
- entityId: string;
370
- }>, z.ZodObject<{
371
- id: z.ZodString;
372
- type: z.ZodLiteral<EntityType.GenericReference>;
373
- entityId: z.ZodString;
374
- entityType: z.ZodLiteral<EntityType.GlobalEvent>;
375
- }, "strip", z.ZodTypeAny, {
376
- id: string;
377
- type: EntityType.GenericReference;
378
- entityType: EntityType.GlobalEvent;
379
- entityId: string;
380
- }, {
381
- id: string;
382
- type: EntityType.GenericReference;
383
- entityType: EntityType.GlobalEvent;
384
- entityId: string;
385
- }>]>, z.ZodObject<{
386
- id: z.ZodString;
387
- type: z.ZodLiteral<EntityType.GenericReference>;
388
- entityId: z.ZodString;
389
- entityType: z.ZodLiteral<EntityType.Loop>;
390
- }, "strip", z.ZodTypeAny, {
391
- id: string;
392
- type: EntityType.GenericReference;
393
- entityType: EntityType.Loop;
394
- entityId: string;
395
- }, {
396
- id: string;
397
- type: EntityType.GenericReference;
398
- entityType: EntityType.Loop;
399
- entityId: string;
400
- }>]>;
401
- }, "strip", z.ZodTypeAny, {
402
- calledBySuccess: ({
403
- id: string;
404
- type: EntityType.GenericReference;
405
- entityType: EntityType.Loop;
406
- entityId: string;
407
- } | {
408
- id: string;
409
- type: EntityType.GenericReference;
410
- entityType: EntityType.Operation;
411
- entityId: string;
412
- } | {
413
- id: string;
414
- type: EntityType.GenericReference;
415
- entityType: EntityType.FunctionCall;
416
- entityId: string;
417
- } | {
418
- id: string;
419
- type: EntityType.GenericReference;
420
- entityType: EntityType.Condition;
421
- entityId: string;
422
- } | {
423
- id: string;
424
- type: EntityType.GenericReference;
425
- entityType: EntityType.Search;
426
- entityId: string;
427
- } | {
428
- id: string;
429
- type: EntityType.GenericReference;
430
- entityType: EntityType.VariableDeclaration;
431
- entityId: string;
432
- } | {
433
- id: string;
434
- type: EntityType.GenericReference;
435
- entityType: EntityType.VariableInstance;
436
- entityId: string;
437
- } | {
438
- id: string;
439
- type: EntityType.GenericReference;
440
- entityType: EntityType.InternalCall;
441
- entityId: string;
442
- })[];
443
- calledByError: ({
444
- id: string;
445
- type: EntityType.GenericReference;
446
- entityType: EntityType.Loop;
447
- entityId: string;
448
- } | {
449
- id: string;
450
- type: EntityType.GenericReference;
451
- entityType: EntityType.Operation;
452
- entityId: string;
453
- } | {
454
- id: string;
455
- type: EntityType.GenericReference;
456
- entityType: EntityType.FunctionCall;
457
- entityId: string;
458
- } | {
459
- id: string;
460
- type: EntityType.GenericReference;
461
- entityType: EntityType.Condition;
462
- entityId: string;
463
- } | {
464
- id: string;
465
- type: EntityType.GenericReference;
466
- entityType: EntityType.Search;
467
- entityId: string;
468
- } | {
469
- id: string;
470
- type: EntityType.GenericReference;
471
- entityType: EntityType.VariableDeclaration;
472
- entityId: string;
473
- } | {
474
- id: string;
475
- type: EntityType.GenericReference;
476
- entityType: EntityType.VariableInstance;
477
- entityId: string;
478
- } | {
479
- id: string;
480
- type: EntityType.GenericReference;
481
- entityType: EntityType.InternalCall;
482
- entityId: string;
483
- })[];
484
- calledByEntry: ({
485
- id: string;
486
- type: EntityType.GenericReference;
487
- entityType: EntityType.FunctionDeclaration;
488
- entityId: string;
489
- } | {
490
- id: string;
491
- type: EntityType.GenericReference;
492
- entityType: EntityType.GlobalEvent;
493
- entityId: string;
494
- })[];
495
- parent: {
496
- id: string;
497
- type: EntityType.GenericReference;
498
- entityType: EntityType.Loop;
499
- entityId: string;
500
- } | {
501
- id: string;
502
- type: EntityType.GenericReference;
503
- entityType: EntityType.FunctionDeclaration;
504
- entityId: string;
505
- } | {
506
- id: string;
507
- type: EntityType.GenericReference;
508
- entityType: EntityType.GlobalEvent;
509
- entityId: string;
510
- };
511
- outputs: (Record<string, any> | {
512
- type: EntityType.ReturnDeclaration;
513
- })[];
514
- throws?: Record<string, any> | {
515
- type: EntityType.ReturnDeclaration;
516
- } | undefined;
517
- }, {
518
- calledBySuccess: ({
519
- id: string;
520
- type: EntityType.GenericReference;
521
- entityType: EntityType.Loop;
522
- entityId: string;
523
- } | {
524
- id: string;
525
- type: EntityType.GenericReference;
526
- entityType: EntityType.Operation;
527
- entityId: string;
528
- } | {
529
- id: string;
530
- type: EntityType.GenericReference;
531
- entityType: EntityType.FunctionCall;
532
- entityId: string;
533
- } | {
534
- id: string;
535
- type: EntityType.GenericReference;
536
- entityType: EntityType.Condition;
537
- entityId: string;
538
- } | {
539
- id: string;
540
- type: EntityType.GenericReference;
541
- entityType: EntityType.Search;
542
- entityId: string;
543
- } | {
544
- id: string;
545
- type: EntityType.GenericReference;
546
- entityType: EntityType.VariableDeclaration;
547
- entityId: string;
548
- } | {
549
- id: string;
550
- type: EntityType.GenericReference;
551
- entityType: EntityType.VariableInstance;
552
- entityId: string;
553
- } | {
554
- id: string;
555
- type: EntityType.GenericReference;
556
- entityType: EntityType.InternalCall;
557
- entityId: string;
558
- })[];
559
- calledByError: ({
560
- id: string;
561
- type: EntityType.GenericReference;
562
- entityType: EntityType.Loop;
563
- entityId: string;
564
- } | {
565
- id: string;
566
- type: EntityType.GenericReference;
567
- entityType: EntityType.Operation;
568
- entityId: string;
569
- } | {
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.Condition;
578
- entityId: string;
579
- } | {
580
- id: string;
581
- type: EntityType.GenericReference;
582
- entityType: EntityType.Search;
583
- entityId: string;
584
- } | {
585
- id: string;
586
- type: EntityType.GenericReference;
587
- entityType: EntityType.VariableDeclaration;
588
- entityId: string;
589
- } | {
590
- id: string;
591
- type: EntityType.GenericReference;
592
- entityType: EntityType.VariableInstance;
593
- entityId: string;
594
- } | {
595
- id: string;
596
- type: EntityType.GenericReference;
597
- entityType: EntityType.InternalCall;
598
- entityId: string;
599
- })[];
600
- calledByEntry: ({
601
- id: string;
602
- type: EntityType.GenericReference;
603
- entityType: EntityType.FunctionDeclaration;
604
- entityId: string;
605
- } | {
606
- id: string;
607
- type: EntityType.GenericReference;
608
- entityType: EntityType.GlobalEvent;
609
- entityId: string;
610
- })[];
611
- parent: {
612
- id: string;
613
- type: EntityType.GenericReference;
614
- entityType: EntityType.Loop;
615
- entityId: string;
616
- } | {
617
- id: string;
618
- type: EntityType.GenericReference;
619
- entityType: EntityType.FunctionDeclaration;
620
- entityId: string;
621
- } | {
622
- id: string;
623
- type: EntityType.GenericReference;
624
- entityType: EntityType.GlobalEvent;
625
- entityId: string;
626
- };
627
- outputs: (Record<string, any> | {
628
- type: EntityType.ReturnDeclaration;
629
- })[];
630
- throws?: Record<string, any> | {
631
- type: EntityType.ReturnDeclaration;
632
- } | undefined;
633
- }>;
634
- export declare function getReturnStatementSchema(): z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
635
- id: z.ZodString;
636
- type: z.ZodLiteral<EntityType.ReturnStatement>;
637
- }, {
638
- version: z.ZodNumber;
639
- x: z.ZodNumber;
640
- y: z.ZodNumber;
641
- }>, {
642
- calledBySuccess: z.ZodArray<z.ZodUnion<[z.ZodObject<{
643
- id: z.ZodString;
644
- type: z.ZodLiteral<EntityType.GenericReference>;
645
- entityId: z.ZodString;
646
- entityType: z.ZodLiteral<EntityType.Operation>;
647
- }, "strip", z.ZodTypeAny, {
648
- id: string;
649
- type: EntityType.GenericReference;
650
- entityType: EntityType.Operation;
651
- entityId: string;
652
- }, {
653
- id: string;
654
- type: EntityType.GenericReference;
655
- entityType: EntityType.Operation;
656
- entityId: string;
657
- }>, z.ZodObject<{
658
- id: z.ZodString;
659
- type: z.ZodLiteral<EntityType.GenericReference>;
660
- entityId: z.ZodString;
661
- entityType: z.ZodLiteral<EntityType.FunctionCall>;
662
- }, "strip", z.ZodTypeAny, {
663
- id: string;
664
- type: EntityType.GenericReference;
665
- entityType: EntityType.FunctionCall;
666
- entityId: string;
667
- }, {
668
- id: string;
669
- type: EntityType.GenericReference;
670
- entityType: EntityType.FunctionCall;
671
- entityId: string;
672
- }>, z.ZodObject<{
673
- id: z.ZodString;
674
- type: z.ZodLiteral<EntityType.GenericReference>;
675
- entityId: z.ZodString;
676
- entityType: z.ZodLiteral<EntityType.Condition>;
677
- }, "strip", z.ZodTypeAny, {
678
- id: string;
679
- type: EntityType.GenericReference;
680
- entityType: EntityType.Condition;
681
- entityId: string;
682
- }, {
683
- id: string;
684
- type: EntityType.GenericReference;
685
- entityType: EntityType.Condition;
686
- entityId: string;
687
- }>, z.ZodObject<{
688
- id: z.ZodString;
689
- type: z.ZodLiteral<EntityType.GenericReference>;
690
- entityId: z.ZodString;
691
- entityType: z.ZodLiteral<EntityType.Search>;
692
- }, "strip", z.ZodTypeAny, {
693
- id: string;
694
- type: EntityType.GenericReference;
695
- entityType: EntityType.Search;
696
- entityId: string;
697
- }, {
698
- id: string;
699
- type: EntityType.GenericReference;
700
- entityType: EntityType.Search;
701
- entityId: string;
702
- }>, z.ZodUnion<[z.ZodObject<{
703
- id: z.ZodString;
704
- type: z.ZodLiteral<EntityType.GenericReference>;
705
- entityId: z.ZodString;
706
- entityType: z.ZodLiteral<EntityType.VariableDeclaration>;
707
- }, "strip", z.ZodTypeAny, {
708
- id: string;
709
- type: EntityType.GenericReference;
710
- entityType: EntityType.VariableDeclaration;
711
- entityId: string;
712
- }, {
713
- id: string;
714
- type: EntityType.GenericReference;
715
- entityType: EntityType.VariableDeclaration;
716
- entityId: string;
717
- }>, z.ZodObject<{
718
- id: z.ZodString;
719
- type: z.ZodLiteral<EntityType.GenericReference>;
720
- entityId: z.ZodString;
721
- entityType: z.ZodLiteral<EntityType.VariableInstance>;
722
- }, "strip", z.ZodTypeAny, {
723
- id: string;
724
- type: EntityType.GenericReference;
725
- entityType: EntityType.VariableInstance;
726
- entityId: string;
727
- }, {
728
- id: string;
729
- type: EntityType.GenericReference;
730
- entityType: EntityType.VariableInstance;
731
- entityId: string;
732
- }>]>, z.ZodObject<{
733
- id: z.ZodString;
734
- type: z.ZodLiteral<EntityType.GenericReference>;
735
- entityId: z.ZodString;
736
- entityType: z.ZodLiteral<EntityType.InternalCall>;
737
- }, "strip", z.ZodTypeAny, {
738
- id: string;
739
- type: EntityType.GenericReference;
740
- entityType: EntityType.InternalCall;
741
- entityId: string;
742
- }, {
743
- id: string;
744
- type: EntityType.GenericReference;
745
- entityType: EntityType.InternalCall;
746
- entityId: string;
747
- }>, z.ZodObject<{
748
- id: z.ZodString;
749
- type: z.ZodLiteral<EntityType.GenericReference>;
750
- entityId: z.ZodString;
751
- entityType: z.ZodLiteral<EntityType.Loop>;
752
- }, "strip", z.ZodTypeAny, {
753
- id: string;
754
- type: EntityType.GenericReference;
755
- entityType: EntityType.Loop;
756
- entityId: string;
757
- }, {
758
- id: string;
759
- type: EntityType.GenericReference;
760
- entityType: EntityType.Loop;
761
- entityId: string;
762
- }>]>, "many">;
763
- calledByError: z.ZodArray<z.ZodUnion<[z.ZodObject<{
764
- id: z.ZodString;
765
- type: z.ZodLiteral<EntityType.GenericReference>;
766
- entityId: z.ZodString;
767
- entityType: z.ZodLiteral<EntityType.Operation>;
768
- }, "strip", z.ZodTypeAny, {
769
- id: string;
770
- type: EntityType.GenericReference;
771
- entityType: EntityType.Operation;
772
- entityId: string;
773
- }, {
774
- id: string;
775
- type: EntityType.GenericReference;
776
- entityType: EntityType.Operation;
777
- entityId: string;
778
- }>, z.ZodObject<{
779
- id: z.ZodString;
780
- type: z.ZodLiteral<EntityType.GenericReference>;
781
- entityId: z.ZodString;
782
- entityType: z.ZodLiteral<EntityType.FunctionCall>;
783
- }, "strip", z.ZodTypeAny, {
784
- id: string;
785
- type: EntityType.GenericReference;
786
- entityType: EntityType.FunctionCall;
787
- entityId: string;
788
- }, {
789
- id: string;
790
- type: EntityType.GenericReference;
791
- entityType: EntityType.FunctionCall;
792
- entityId: string;
793
- }>, z.ZodObject<{
794
- id: z.ZodString;
795
- type: z.ZodLiteral<EntityType.GenericReference>;
796
- entityId: z.ZodString;
797
- entityType: z.ZodLiteral<EntityType.Condition>;
798
- }, "strip", z.ZodTypeAny, {
799
- id: string;
800
- type: EntityType.GenericReference;
801
- entityType: EntityType.Condition;
802
- entityId: string;
803
- }, {
804
- id: string;
805
- type: EntityType.GenericReference;
806
- entityType: EntityType.Condition;
807
- entityId: string;
808
- }>, z.ZodObject<{
809
- id: z.ZodString;
810
- type: z.ZodLiteral<EntityType.GenericReference>;
811
- entityId: z.ZodString;
812
- entityType: z.ZodLiteral<EntityType.Search>;
813
- }, "strip", z.ZodTypeAny, {
814
- id: string;
815
- type: EntityType.GenericReference;
816
- entityType: EntityType.Search;
817
- entityId: string;
818
- }, {
819
- id: string;
820
- type: EntityType.GenericReference;
821
- entityType: EntityType.Search;
822
- entityId: string;
823
- }>, z.ZodUnion<[z.ZodObject<{
824
- id: z.ZodString;
825
- type: z.ZodLiteral<EntityType.GenericReference>;
826
- entityId: z.ZodString;
827
- entityType: z.ZodLiteral<EntityType.VariableDeclaration>;
828
- }, "strip", z.ZodTypeAny, {
829
- id: string;
830
- type: EntityType.GenericReference;
831
- entityType: EntityType.VariableDeclaration;
832
- entityId: string;
833
- }, {
834
- id: string;
835
- type: EntityType.GenericReference;
836
- entityType: EntityType.VariableDeclaration;
837
- entityId: string;
838
- }>, z.ZodObject<{
839
- id: z.ZodString;
840
- type: z.ZodLiteral<EntityType.GenericReference>;
841
- entityId: z.ZodString;
842
- entityType: z.ZodLiteral<EntityType.VariableInstance>;
843
- }, "strip", z.ZodTypeAny, {
844
- id: string;
845
- type: EntityType.GenericReference;
846
- entityType: EntityType.VariableInstance;
847
- entityId: string;
848
- }, {
849
- id: string;
850
- type: EntityType.GenericReference;
851
- entityType: EntityType.VariableInstance;
852
- entityId: string;
853
- }>]>, z.ZodObject<{
854
- id: z.ZodString;
855
- type: z.ZodLiteral<EntityType.GenericReference>;
856
- entityId: z.ZodString;
857
- entityType: z.ZodLiteral<EntityType.InternalCall>;
858
- }, "strip", z.ZodTypeAny, {
859
- id: string;
860
- type: EntityType.GenericReference;
861
- entityType: EntityType.InternalCall;
862
- entityId: string;
863
- }, {
864
- id: string;
865
- type: EntityType.GenericReference;
866
- entityType: EntityType.InternalCall;
867
- entityId: string;
868
- }>, z.ZodObject<{
869
- id: z.ZodString;
870
- type: z.ZodLiteral<EntityType.GenericReference>;
871
- entityId: z.ZodString;
872
- entityType: z.ZodLiteral<EntityType.Loop>;
873
- }, "strip", z.ZodTypeAny, {
874
- id: string;
875
- type: EntityType.GenericReference;
876
- entityType: EntityType.Loop;
877
- entityId: string;
878
- }, {
879
- id: string;
880
- type: EntityType.GenericReference;
881
- entityType: EntityType.Loop;
882
- entityId: string;
883
- }>]>, "many">;
884
- calledByEntry: z.ZodArray<z.ZodUnion<[z.ZodObject<{
885
- id: z.ZodString;
886
- type: z.ZodLiteral<EntityType.GenericReference>;
887
- entityId: z.ZodString;
888
- entityType: z.ZodLiteral<EntityType.FunctionDeclaration>;
889
- }, "strip", z.ZodTypeAny, {
890
- id: string;
891
- type: EntityType.GenericReference;
892
- entityType: EntityType.FunctionDeclaration;
893
- entityId: string;
894
- }, {
895
- id: string;
896
- type: EntityType.GenericReference;
897
- entityType: EntityType.FunctionDeclaration;
898
- entityId: string;
899
- }>, z.ZodObject<{
900
- id: z.ZodString;
901
- type: z.ZodLiteral<EntityType.GenericReference>;
902
- entityId: z.ZodString;
903
- entityType: z.ZodLiteral<EntityType.GlobalEvent>;
904
- }, "strip", z.ZodTypeAny, {
905
- id: string;
906
- type: EntityType.GenericReference;
907
- entityType: EntityType.GlobalEvent;
908
- entityId: string;
909
- }, {
910
- id: string;
911
- type: EntityType.GenericReference;
912
- entityType: EntityType.GlobalEvent;
913
- entityId: string;
914
- }>]>, "many">;
915
- outputs: z.ZodArray<z.ZodUnion<[z.ZodObject<{
916
- type: z.ZodLiteral<EntityType.ReturnDeclaration>;
917
- }, "strip", z.ZodTypeAny, {
918
- type: EntityType.ReturnDeclaration;
919
- }, {
920
- type: EntityType.ReturnDeclaration;
921
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>, "many">;
922
- throws: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
923
- type: z.ZodLiteral<EntityType.ReturnDeclaration>;
924
- }, "strip", z.ZodTypeAny, {
925
- type: EntityType.ReturnDeclaration;
926
- }, {
927
- type: EntityType.ReturnDeclaration;
928
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>>;
929
- parent: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
930
- id: z.ZodString;
931
- type: z.ZodLiteral<EntityType.GenericReference>;
932
- entityId: z.ZodString;
933
- entityType: z.ZodLiteral<EntityType.FunctionDeclaration>;
934
- }, "strip", z.ZodTypeAny, {
935
- id: string;
936
- type: EntityType.GenericReference;
937
- entityType: EntityType.FunctionDeclaration;
938
- entityId: string;
939
- }, {
940
- id: string;
941
- type: EntityType.GenericReference;
942
- entityType: EntityType.FunctionDeclaration;
943
- entityId: string;
944
- }>, z.ZodObject<{
945
- id: z.ZodString;
946
- type: z.ZodLiteral<EntityType.GenericReference>;
947
- entityId: z.ZodString;
948
- entityType: z.ZodLiteral<EntityType.GlobalEvent>;
949
- }, "strip", z.ZodTypeAny, {
950
- id: string;
951
- type: EntityType.GenericReference;
952
- entityType: EntityType.GlobalEvent;
953
- entityId: string;
954
- }, {
955
- id: string;
956
- type: EntityType.GenericReference;
957
- entityType: EntityType.GlobalEvent;
958
- entityId: string;
959
- }>]>, z.ZodObject<{
960
- id: z.ZodString;
961
- type: z.ZodLiteral<EntityType.GenericReference>;
962
- entityId: z.ZodString;
963
- entityType: z.ZodLiteral<EntityType.Loop>;
964
- }, "strip", z.ZodTypeAny, {
965
- id: string;
966
- type: EntityType.GenericReference;
967
- entityType: EntityType.Loop;
968
- entityId: string;
969
- }, {
970
- id: string;
971
- type: EntityType.GenericReference;
972
- entityType: EntityType.Loop;
973
- entityId: string;
974
- }>]>;
975
- }>, "strip", z.ZodTypeAny, {
976
- id: string;
977
- type: EntityType.ReturnStatement;
978
- calledBySuccess: ({
979
- id: string;
980
- type: EntityType.GenericReference;
981
- entityType: EntityType.Loop;
982
- entityId: string;
983
- } | {
984
- id: string;
985
- type: EntityType.GenericReference;
986
- entityType: EntityType.Operation;
987
- entityId: string;
988
- } | {
989
- id: string;
990
- type: EntityType.GenericReference;
991
- entityType: EntityType.FunctionCall;
992
- entityId: string;
993
- } | {
994
- id: string;
995
- type: EntityType.GenericReference;
996
- entityType: EntityType.Condition;
997
- entityId: string;
998
- } | {
999
- id: string;
1000
- type: EntityType.GenericReference;
1001
- entityType: EntityType.Search;
1002
- entityId: string;
1003
- } | {
1004
- id: string;
1005
- type: EntityType.GenericReference;
1006
- entityType: EntityType.VariableDeclaration;
1007
- entityId: string;
1008
- } | {
1009
- id: string;
1010
- type: EntityType.GenericReference;
1011
- entityType: EntityType.VariableInstance;
1012
- entityId: string;
1013
- } | {
1014
- id: string;
1015
- type: EntityType.GenericReference;
1016
- entityType: EntityType.InternalCall;
1017
- entityId: string;
1018
- })[];
1019
- calledByError: ({
1020
- id: string;
1021
- type: EntityType.GenericReference;
1022
- entityType: EntityType.Loop;
1023
- entityId: string;
1024
- } | {
1025
- id: string;
1026
- type: EntityType.GenericReference;
1027
- entityType: EntityType.Operation;
1028
- entityId: string;
1029
- } | {
1030
- id: string;
1031
- type: EntityType.GenericReference;
1032
- entityType: EntityType.FunctionCall;
1033
- entityId: string;
1034
- } | {
1035
- id: string;
1036
- type: EntityType.GenericReference;
1037
- entityType: EntityType.Condition;
1038
- entityId: string;
1039
- } | {
1040
- id: string;
1041
- type: EntityType.GenericReference;
1042
- entityType: EntityType.Search;
1043
- entityId: string;
1044
- } | {
1045
- id: string;
1046
- type: EntityType.GenericReference;
1047
- entityType: EntityType.VariableDeclaration;
1048
- entityId: string;
1049
- } | {
1050
- id: string;
1051
- type: EntityType.GenericReference;
1052
- entityType: EntityType.VariableInstance;
1053
- entityId: string;
1054
- } | {
1055
- id: string;
1056
- type: EntityType.GenericReference;
1057
- entityType: EntityType.InternalCall;
1058
- entityId: string;
1059
- })[];
1060
- calledByEntry: ({
1061
- id: string;
1062
- type: EntityType.GenericReference;
1063
- entityType: EntityType.FunctionDeclaration;
1064
- entityId: string;
1065
- } | {
1066
- id: string;
1067
- type: EntityType.GenericReference;
1068
- entityType: EntityType.GlobalEvent;
1069
- entityId: string;
1070
- })[];
1071
- parent: {
1072
- id: string;
1073
- type: EntityType.GenericReference;
1074
- entityType: EntityType.Loop;
1075
- entityId: string;
1076
- } | {
1077
- id: string;
1078
- type: EntityType.GenericReference;
1079
- entityType: EntityType.FunctionDeclaration;
1080
- entityId: string;
1081
- } | {
1082
- id: string;
1083
- type: EntityType.GenericReference;
1084
- entityType: EntityType.GlobalEvent;
1085
- entityId: string;
1086
- };
1087
- version: number;
1088
- x: number;
1089
- y: number;
1090
- outputs: (Record<string, any> | {
1091
- type: EntityType.ReturnDeclaration;
1092
- })[];
1093
- throws?: Record<string, any> | {
1094
- type: EntityType.ReturnDeclaration;
1095
- } | undefined;
1096
- }, {
1097
- id: string;
1098
- type: EntityType.ReturnStatement;
1099
- calledBySuccess: ({
1100
- id: string;
1101
- type: EntityType.GenericReference;
1102
- entityType: EntityType.Loop;
1103
- entityId: string;
1104
- } | {
1105
- id: string;
1106
- type: EntityType.GenericReference;
1107
- entityType: EntityType.Operation;
1108
- entityId: string;
1109
- } | {
1110
- id: string;
1111
- type: EntityType.GenericReference;
1112
- entityType: EntityType.FunctionCall;
1113
- entityId: string;
1114
- } | {
1115
- id: string;
1116
- type: EntityType.GenericReference;
1117
- entityType: EntityType.Condition;
1118
- entityId: string;
1119
- } | {
1120
- id: string;
1121
- type: EntityType.GenericReference;
1122
- entityType: EntityType.Search;
1123
- entityId: string;
1124
- } | {
1125
- id: string;
1126
- type: EntityType.GenericReference;
1127
- entityType: EntityType.VariableDeclaration;
1128
- entityId: string;
1129
- } | {
1130
- id: string;
1131
- type: EntityType.GenericReference;
1132
- entityType: EntityType.VariableInstance;
1133
- entityId: string;
1134
- } | {
1135
- id: string;
1136
- type: EntityType.GenericReference;
1137
- entityType: EntityType.InternalCall;
1138
- entityId: string;
1139
- })[];
1140
- calledByError: ({
1141
- id: string;
1142
- type: EntityType.GenericReference;
1143
- entityType: EntityType.Loop;
1144
- entityId: string;
1145
- } | {
1146
- id: string;
1147
- type: EntityType.GenericReference;
1148
- entityType: EntityType.Operation;
1149
- entityId: string;
1150
- } | {
1151
- id: string;
1152
- type: EntityType.GenericReference;
1153
- entityType: EntityType.FunctionCall;
1154
- entityId: string;
1155
- } | {
1156
- id: string;
1157
- type: EntityType.GenericReference;
1158
- entityType: EntityType.Condition;
1159
- entityId: string;
1160
- } | {
1161
- id: string;
1162
- type: EntityType.GenericReference;
1163
- entityType: EntityType.Search;
1164
- entityId: string;
1165
- } | {
1166
- id: string;
1167
- type: EntityType.GenericReference;
1168
- entityType: EntityType.VariableDeclaration;
1169
- entityId: string;
1170
- } | {
1171
- id: string;
1172
- type: EntityType.GenericReference;
1173
- entityType: EntityType.VariableInstance;
1174
- entityId: string;
1175
- } | {
1176
- id: string;
1177
- type: EntityType.GenericReference;
1178
- entityType: EntityType.InternalCall;
1179
- entityId: string;
1180
- })[];
1181
- calledByEntry: ({
1182
- id: string;
1183
- type: EntityType.GenericReference;
1184
- entityType: EntityType.FunctionDeclaration;
1185
- entityId: string;
1186
- } | {
1187
- id: string;
1188
- type: EntityType.GenericReference;
1189
- entityType: EntityType.GlobalEvent;
1190
- entityId: string;
1191
- })[];
1192
- parent: {
1193
- id: string;
1194
- type: EntityType.GenericReference;
1195
- entityType: EntityType.Loop;
1196
- entityId: string;
1197
- } | {
1198
- id: string;
1199
- type: EntityType.GenericReference;
1200
- entityType: EntityType.FunctionDeclaration;
1201
- entityId: string;
1202
- } | {
1203
- id: string;
1204
- type: EntityType.GenericReference;
1205
- entityType: EntityType.GlobalEvent;
1206
- entityId: string;
1207
- };
1208
- version: number;
1209
- x: number;
1210
- y: number;
1211
- outputs: (Record<string, any> | {
1212
- type: EntityType.ReturnDeclaration;
1213
- })[];
1214
- throws?: Record<string, any> | {
1215
- type: EntityType.ReturnDeclaration;
1216
- } | undefined;
1217
- }>;