@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,1117 +0,0 @@
1
- import { EntityType } from '../../../../definitions';
2
- import { z } from 'zod';
3
-
4
- export declare function getContinueStatementTypeSchema(): z.ZodUnion<[z.ZodObject<{
5
- type: z.ZodLiteral<EntityType.ContinueStatement>;
6
- }, "strip", z.ZodTypeAny, {
7
- type: EntityType.ContinueStatement;
8
- }, {
9
- type: EntityType.ContinueStatement;
10
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>;
11
- export declare function getContinueStatementReferenceSchema(): z.ZodObject<{
12
- id: z.ZodString;
13
- type: z.ZodLiteral<EntityType.GenericReference>;
14
- entityId: z.ZodString;
15
- entityType: z.ZodLiteral<EntityType.ContinueStatement>;
16
- }, "strip", z.ZodTypeAny, {
17
- id: string;
18
- type: EntityType.GenericReference;
19
- entityType: EntityType.ContinueStatement;
20
- entityId: string;
21
- }, {
22
- id: string;
23
- type: EntityType.GenericReference;
24
- entityType: EntityType.ContinueStatement;
25
- entityId: string;
26
- }>;
27
- export declare function getContinueStatementBaseSchema(): z.ZodObject<{
28
- id: z.ZodString;
29
- type: z.ZodLiteral<EntityType.ContinueStatement>;
30
- }, "strip", z.ZodTypeAny, {
31
- id: string;
32
- type: EntityType.ContinueStatement;
33
- }, {
34
- id: string;
35
- type: EntityType.ContinueStatement;
36
- }>;
37
- export declare function getContinueStatementMetaSchema(): z.ZodObject<z.objectUtil.extendShape<{
38
- id: z.ZodString;
39
- type: z.ZodLiteral<EntityType.ContinueStatement>;
40
- }, {
41
- version: z.ZodNumber;
42
- x: z.ZodNumber;
43
- y: z.ZodNumber;
44
- }>, "strip", z.ZodTypeAny, {
45
- id: string;
46
- type: EntityType.ContinueStatement;
47
- version: number;
48
- x: number;
49
- y: number;
50
- }, {
51
- id: string;
52
- type: EntityType.ContinueStatement;
53
- version: number;
54
- x: number;
55
- y: number;
56
- }>;
57
- export declare function getContinueStatementGenerationTargetSchema(): z.ZodObject<z.objectUtil.extendShape<{
58
- id: z.ZodString;
59
- type: z.ZodLiteral<EntityType.ContinueStatement>;
60
- }, {}>, "strip", z.ZodTypeAny, {
61
- id: string;
62
- type: EntityType.ContinueStatement;
63
- }, {
64
- id: string;
65
- type: EntityType.ContinueStatement;
66
- }>;
67
- export declare function getContinueStatementNestedEntitiesSchema(): 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.ZodObject<{
356
- id: z.ZodString;
357
- type: z.ZodLiteral<EntityType.GenericReference>;
358
- entityId: z.ZodString;
359
- entityType: z.ZodLiteral<EntityType.Loop>;
360
- }, "strip", z.ZodTypeAny, {
361
- id: string;
362
- type: EntityType.GenericReference;
363
- entityType: EntityType.Loop;
364
- entityId: string;
365
- }, {
366
- id: string;
367
- type: EntityType.GenericReference;
368
- entityType: EntityType.Loop;
369
- entityId: string;
370
- }>;
371
- }, "strip", z.ZodTypeAny, {
372
- calledBySuccess: ({
373
- id: string;
374
- type: EntityType.GenericReference;
375
- entityType: EntityType.Loop;
376
- entityId: string;
377
- } | {
378
- id: string;
379
- type: EntityType.GenericReference;
380
- entityType: EntityType.Operation;
381
- entityId: string;
382
- } | {
383
- id: string;
384
- type: EntityType.GenericReference;
385
- entityType: EntityType.FunctionCall;
386
- entityId: string;
387
- } | {
388
- id: string;
389
- type: EntityType.GenericReference;
390
- entityType: EntityType.Condition;
391
- entityId: string;
392
- } | {
393
- id: string;
394
- type: EntityType.GenericReference;
395
- entityType: EntityType.Search;
396
- entityId: string;
397
- } | {
398
- id: string;
399
- type: EntityType.GenericReference;
400
- entityType: EntityType.VariableDeclaration;
401
- entityId: string;
402
- } | {
403
- id: string;
404
- type: EntityType.GenericReference;
405
- entityType: EntityType.VariableInstance;
406
- entityId: string;
407
- } | {
408
- id: string;
409
- type: EntityType.GenericReference;
410
- entityType: EntityType.InternalCall;
411
- entityId: string;
412
- })[];
413
- calledByError: ({
414
- id: string;
415
- type: EntityType.GenericReference;
416
- entityType: EntityType.Loop;
417
- entityId: string;
418
- } | {
419
- id: string;
420
- type: EntityType.GenericReference;
421
- entityType: EntityType.Operation;
422
- entityId: string;
423
- } | {
424
- id: string;
425
- type: EntityType.GenericReference;
426
- entityType: EntityType.FunctionCall;
427
- entityId: string;
428
- } | {
429
- id: string;
430
- type: EntityType.GenericReference;
431
- entityType: EntityType.Condition;
432
- entityId: string;
433
- } | {
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.VariableDeclaration;
442
- entityId: string;
443
- } | {
444
- id: string;
445
- type: EntityType.GenericReference;
446
- entityType: EntityType.VariableInstance;
447
- entityId: string;
448
- } | {
449
- id: string;
450
- type: EntityType.GenericReference;
451
- entityType: EntityType.InternalCall;
452
- entityId: string;
453
- })[];
454
- calledByEntry: ({
455
- id: string;
456
- type: EntityType.GenericReference;
457
- entityType: EntityType.FunctionDeclaration;
458
- entityId: string;
459
- } | {
460
- id: string;
461
- type: EntityType.GenericReference;
462
- entityType: EntityType.GlobalEvent;
463
- entityId: string;
464
- })[];
465
- parent: {
466
- id: string;
467
- type: EntityType.GenericReference;
468
- entityType: EntityType.Loop;
469
- entityId: string;
470
- };
471
- outputs: (Record<string, any> | {
472
- type: EntityType.ReturnDeclaration;
473
- })[];
474
- throws?: Record<string, any> | {
475
- type: EntityType.ReturnDeclaration;
476
- } | undefined;
477
- }, {
478
- calledBySuccess: ({
479
- id: string;
480
- type: EntityType.GenericReference;
481
- entityType: EntityType.Loop;
482
- entityId: string;
483
- } | {
484
- id: string;
485
- type: EntityType.GenericReference;
486
- entityType: EntityType.Operation;
487
- entityId: string;
488
- } | {
489
- id: string;
490
- type: EntityType.GenericReference;
491
- entityType: EntityType.FunctionCall;
492
- entityId: string;
493
- } | {
494
- id: string;
495
- type: EntityType.GenericReference;
496
- entityType: EntityType.Condition;
497
- entityId: string;
498
- } | {
499
- id: string;
500
- type: EntityType.GenericReference;
501
- entityType: EntityType.Search;
502
- entityId: string;
503
- } | {
504
- id: string;
505
- type: EntityType.GenericReference;
506
- entityType: EntityType.VariableDeclaration;
507
- entityId: string;
508
- } | {
509
- id: string;
510
- type: EntityType.GenericReference;
511
- entityType: EntityType.VariableInstance;
512
- entityId: string;
513
- } | {
514
- id: string;
515
- type: EntityType.GenericReference;
516
- entityType: EntityType.InternalCall;
517
- entityId: string;
518
- })[];
519
- calledByError: ({
520
- id: string;
521
- type: EntityType.GenericReference;
522
- entityType: EntityType.Loop;
523
- entityId: string;
524
- } | {
525
- id: string;
526
- type: EntityType.GenericReference;
527
- entityType: EntityType.Operation;
528
- entityId: string;
529
- } | {
530
- id: string;
531
- type: EntityType.GenericReference;
532
- entityType: EntityType.FunctionCall;
533
- entityId: string;
534
- } | {
535
- id: string;
536
- type: EntityType.GenericReference;
537
- entityType: EntityType.Condition;
538
- entityId: string;
539
- } | {
540
- id: string;
541
- type: EntityType.GenericReference;
542
- entityType: EntityType.Search;
543
- entityId: string;
544
- } | {
545
- id: string;
546
- type: EntityType.GenericReference;
547
- entityType: EntityType.VariableDeclaration;
548
- entityId: string;
549
- } | {
550
- id: string;
551
- type: EntityType.GenericReference;
552
- entityType: EntityType.VariableInstance;
553
- entityId: string;
554
- } | {
555
- id: string;
556
- type: EntityType.GenericReference;
557
- entityType: EntityType.InternalCall;
558
- entityId: string;
559
- })[];
560
- calledByEntry: ({
561
- id: string;
562
- type: EntityType.GenericReference;
563
- entityType: EntityType.FunctionDeclaration;
564
- entityId: string;
565
- } | {
566
- id: string;
567
- type: EntityType.GenericReference;
568
- entityType: EntityType.GlobalEvent;
569
- entityId: string;
570
- })[];
571
- parent: {
572
- id: string;
573
- type: EntityType.GenericReference;
574
- entityType: EntityType.Loop;
575
- entityId: string;
576
- };
577
- outputs: (Record<string, any> | {
578
- type: EntityType.ReturnDeclaration;
579
- })[];
580
- throws?: Record<string, any> | {
581
- type: EntityType.ReturnDeclaration;
582
- } | undefined;
583
- }>;
584
- export declare function getContinueStatementSchema(): z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
585
- id: z.ZodString;
586
- type: z.ZodLiteral<EntityType.ContinueStatement>;
587
- }, {
588
- version: z.ZodNumber;
589
- x: z.ZodNumber;
590
- y: z.ZodNumber;
591
- }>, {
592
- calledBySuccess: z.ZodArray<z.ZodUnion<[z.ZodObject<{
593
- id: z.ZodString;
594
- type: z.ZodLiteral<EntityType.GenericReference>;
595
- entityId: z.ZodString;
596
- entityType: z.ZodLiteral<EntityType.Operation>;
597
- }, "strip", z.ZodTypeAny, {
598
- id: string;
599
- type: EntityType.GenericReference;
600
- entityType: EntityType.Operation;
601
- entityId: string;
602
- }, {
603
- id: string;
604
- type: EntityType.GenericReference;
605
- entityType: EntityType.Operation;
606
- entityId: string;
607
- }>, z.ZodObject<{
608
- id: z.ZodString;
609
- type: z.ZodLiteral<EntityType.GenericReference>;
610
- entityId: z.ZodString;
611
- entityType: z.ZodLiteral<EntityType.FunctionCall>;
612
- }, "strip", z.ZodTypeAny, {
613
- id: string;
614
- type: EntityType.GenericReference;
615
- entityType: EntityType.FunctionCall;
616
- entityId: string;
617
- }, {
618
- id: string;
619
- type: EntityType.GenericReference;
620
- entityType: EntityType.FunctionCall;
621
- entityId: string;
622
- }>, z.ZodObject<{
623
- id: z.ZodString;
624
- type: z.ZodLiteral<EntityType.GenericReference>;
625
- entityId: z.ZodString;
626
- entityType: z.ZodLiteral<EntityType.Condition>;
627
- }, "strip", z.ZodTypeAny, {
628
- id: string;
629
- type: EntityType.GenericReference;
630
- entityType: EntityType.Condition;
631
- entityId: string;
632
- }, {
633
- id: string;
634
- type: EntityType.GenericReference;
635
- entityType: EntityType.Condition;
636
- entityId: string;
637
- }>, z.ZodObject<{
638
- id: z.ZodString;
639
- type: z.ZodLiteral<EntityType.GenericReference>;
640
- entityId: z.ZodString;
641
- entityType: z.ZodLiteral<EntityType.Search>;
642
- }, "strip", z.ZodTypeAny, {
643
- id: string;
644
- type: EntityType.GenericReference;
645
- entityType: EntityType.Search;
646
- entityId: string;
647
- }, {
648
- id: string;
649
- type: EntityType.GenericReference;
650
- entityType: EntityType.Search;
651
- entityId: string;
652
- }>, z.ZodUnion<[z.ZodObject<{
653
- id: z.ZodString;
654
- type: z.ZodLiteral<EntityType.GenericReference>;
655
- entityId: z.ZodString;
656
- entityType: z.ZodLiteral<EntityType.VariableDeclaration>;
657
- }, "strip", z.ZodTypeAny, {
658
- id: string;
659
- type: EntityType.GenericReference;
660
- entityType: EntityType.VariableDeclaration;
661
- entityId: string;
662
- }, {
663
- id: string;
664
- type: EntityType.GenericReference;
665
- entityType: EntityType.VariableDeclaration;
666
- entityId: string;
667
- }>, z.ZodObject<{
668
- id: z.ZodString;
669
- type: z.ZodLiteral<EntityType.GenericReference>;
670
- entityId: z.ZodString;
671
- entityType: z.ZodLiteral<EntityType.VariableInstance>;
672
- }, "strip", z.ZodTypeAny, {
673
- id: string;
674
- type: EntityType.GenericReference;
675
- entityType: EntityType.VariableInstance;
676
- entityId: string;
677
- }, {
678
- id: string;
679
- type: EntityType.GenericReference;
680
- entityType: EntityType.VariableInstance;
681
- entityId: string;
682
- }>]>, z.ZodObject<{
683
- id: z.ZodString;
684
- type: z.ZodLiteral<EntityType.GenericReference>;
685
- entityId: z.ZodString;
686
- entityType: z.ZodLiteral<EntityType.InternalCall>;
687
- }, "strip", z.ZodTypeAny, {
688
- id: string;
689
- type: EntityType.GenericReference;
690
- entityType: EntityType.InternalCall;
691
- entityId: string;
692
- }, {
693
- id: string;
694
- type: EntityType.GenericReference;
695
- entityType: EntityType.InternalCall;
696
- entityId: string;
697
- }>, z.ZodObject<{
698
- id: z.ZodString;
699
- type: z.ZodLiteral<EntityType.GenericReference>;
700
- entityId: z.ZodString;
701
- entityType: z.ZodLiteral<EntityType.Loop>;
702
- }, "strip", z.ZodTypeAny, {
703
- id: string;
704
- type: EntityType.GenericReference;
705
- entityType: EntityType.Loop;
706
- entityId: string;
707
- }, {
708
- id: string;
709
- type: EntityType.GenericReference;
710
- entityType: EntityType.Loop;
711
- entityId: string;
712
- }>]>, "many">;
713
- calledByError: z.ZodArray<z.ZodUnion<[z.ZodObject<{
714
- id: z.ZodString;
715
- type: z.ZodLiteral<EntityType.GenericReference>;
716
- entityId: z.ZodString;
717
- entityType: z.ZodLiteral<EntityType.Operation>;
718
- }, "strip", z.ZodTypeAny, {
719
- id: string;
720
- type: EntityType.GenericReference;
721
- entityType: EntityType.Operation;
722
- entityId: string;
723
- }, {
724
- id: string;
725
- type: EntityType.GenericReference;
726
- entityType: EntityType.Operation;
727
- entityId: string;
728
- }>, z.ZodObject<{
729
- id: z.ZodString;
730
- type: z.ZodLiteral<EntityType.GenericReference>;
731
- entityId: z.ZodString;
732
- entityType: z.ZodLiteral<EntityType.FunctionCall>;
733
- }, "strip", z.ZodTypeAny, {
734
- id: string;
735
- type: EntityType.GenericReference;
736
- entityType: EntityType.FunctionCall;
737
- entityId: string;
738
- }, {
739
- id: string;
740
- type: EntityType.GenericReference;
741
- entityType: EntityType.FunctionCall;
742
- entityId: string;
743
- }>, z.ZodObject<{
744
- id: z.ZodString;
745
- type: z.ZodLiteral<EntityType.GenericReference>;
746
- entityId: z.ZodString;
747
- entityType: z.ZodLiteral<EntityType.Condition>;
748
- }, "strip", z.ZodTypeAny, {
749
- id: string;
750
- type: EntityType.GenericReference;
751
- entityType: EntityType.Condition;
752
- entityId: string;
753
- }, {
754
- id: string;
755
- type: EntityType.GenericReference;
756
- entityType: EntityType.Condition;
757
- entityId: string;
758
- }>, z.ZodObject<{
759
- id: z.ZodString;
760
- type: z.ZodLiteral<EntityType.GenericReference>;
761
- entityId: z.ZodString;
762
- entityType: z.ZodLiteral<EntityType.Search>;
763
- }, "strip", z.ZodTypeAny, {
764
- id: string;
765
- type: EntityType.GenericReference;
766
- entityType: EntityType.Search;
767
- entityId: string;
768
- }, {
769
- id: string;
770
- type: EntityType.GenericReference;
771
- entityType: EntityType.Search;
772
- entityId: string;
773
- }>, z.ZodUnion<[z.ZodObject<{
774
- id: z.ZodString;
775
- type: z.ZodLiteral<EntityType.GenericReference>;
776
- entityId: z.ZodString;
777
- entityType: z.ZodLiteral<EntityType.VariableDeclaration>;
778
- }, "strip", z.ZodTypeAny, {
779
- id: string;
780
- type: EntityType.GenericReference;
781
- entityType: EntityType.VariableDeclaration;
782
- entityId: string;
783
- }, {
784
- id: string;
785
- type: EntityType.GenericReference;
786
- entityType: EntityType.VariableDeclaration;
787
- entityId: string;
788
- }>, z.ZodObject<{
789
- id: z.ZodString;
790
- type: z.ZodLiteral<EntityType.GenericReference>;
791
- entityId: z.ZodString;
792
- entityType: z.ZodLiteral<EntityType.VariableInstance>;
793
- }, "strip", z.ZodTypeAny, {
794
- id: string;
795
- type: EntityType.GenericReference;
796
- entityType: EntityType.VariableInstance;
797
- entityId: string;
798
- }, {
799
- id: string;
800
- type: EntityType.GenericReference;
801
- entityType: EntityType.VariableInstance;
802
- entityId: string;
803
- }>]>, z.ZodObject<{
804
- id: z.ZodString;
805
- type: z.ZodLiteral<EntityType.GenericReference>;
806
- entityId: z.ZodString;
807
- entityType: z.ZodLiteral<EntityType.InternalCall>;
808
- }, "strip", z.ZodTypeAny, {
809
- id: string;
810
- type: EntityType.GenericReference;
811
- entityType: EntityType.InternalCall;
812
- entityId: string;
813
- }, {
814
- id: string;
815
- type: EntityType.GenericReference;
816
- entityType: EntityType.InternalCall;
817
- entityId: string;
818
- }>, z.ZodObject<{
819
- id: z.ZodString;
820
- type: z.ZodLiteral<EntityType.GenericReference>;
821
- entityId: z.ZodString;
822
- entityType: z.ZodLiteral<EntityType.Loop>;
823
- }, "strip", z.ZodTypeAny, {
824
- id: string;
825
- type: EntityType.GenericReference;
826
- entityType: EntityType.Loop;
827
- entityId: string;
828
- }, {
829
- id: string;
830
- type: EntityType.GenericReference;
831
- entityType: EntityType.Loop;
832
- entityId: string;
833
- }>]>, "many">;
834
- calledByEntry: z.ZodArray<z.ZodUnion<[z.ZodObject<{
835
- id: z.ZodString;
836
- type: z.ZodLiteral<EntityType.GenericReference>;
837
- entityId: z.ZodString;
838
- entityType: z.ZodLiteral<EntityType.FunctionDeclaration>;
839
- }, "strip", z.ZodTypeAny, {
840
- id: string;
841
- type: EntityType.GenericReference;
842
- entityType: EntityType.FunctionDeclaration;
843
- entityId: string;
844
- }, {
845
- id: string;
846
- type: EntityType.GenericReference;
847
- entityType: EntityType.FunctionDeclaration;
848
- entityId: string;
849
- }>, z.ZodObject<{
850
- id: z.ZodString;
851
- type: z.ZodLiteral<EntityType.GenericReference>;
852
- entityId: z.ZodString;
853
- entityType: z.ZodLiteral<EntityType.GlobalEvent>;
854
- }, "strip", z.ZodTypeAny, {
855
- id: string;
856
- type: EntityType.GenericReference;
857
- entityType: EntityType.GlobalEvent;
858
- entityId: string;
859
- }, {
860
- id: string;
861
- type: EntityType.GenericReference;
862
- entityType: EntityType.GlobalEvent;
863
- entityId: string;
864
- }>]>, "many">;
865
- outputs: z.ZodArray<z.ZodUnion<[z.ZodObject<{
866
- type: z.ZodLiteral<EntityType.ReturnDeclaration>;
867
- }, "strip", z.ZodTypeAny, {
868
- type: EntityType.ReturnDeclaration;
869
- }, {
870
- type: EntityType.ReturnDeclaration;
871
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>, "many">;
872
- throws: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
873
- type: z.ZodLiteral<EntityType.ReturnDeclaration>;
874
- }, "strip", z.ZodTypeAny, {
875
- type: EntityType.ReturnDeclaration;
876
- }, {
877
- type: EntityType.ReturnDeclaration;
878
- }>, z.ZodRecord<z.ZodString, z.ZodAny>]>>;
879
- parent: z.ZodObject<{
880
- id: z.ZodString;
881
- type: z.ZodLiteral<EntityType.GenericReference>;
882
- entityId: z.ZodString;
883
- entityType: z.ZodLiteral<EntityType.Loop>;
884
- }, "strip", z.ZodTypeAny, {
885
- id: string;
886
- type: EntityType.GenericReference;
887
- entityType: EntityType.Loop;
888
- entityId: string;
889
- }, {
890
- id: string;
891
- type: EntityType.GenericReference;
892
- entityType: EntityType.Loop;
893
- entityId: string;
894
- }>;
895
- }>, "strip", z.ZodTypeAny, {
896
- id: string;
897
- type: EntityType.ContinueStatement;
898
- calledBySuccess: ({
899
- id: string;
900
- type: EntityType.GenericReference;
901
- entityType: EntityType.Loop;
902
- entityId: string;
903
- } | {
904
- id: string;
905
- type: EntityType.GenericReference;
906
- entityType: EntityType.Operation;
907
- entityId: string;
908
- } | {
909
- id: string;
910
- type: EntityType.GenericReference;
911
- entityType: EntityType.FunctionCall;
912
- entityId: string;
913
- } | {
914
- id: string;
915
- type: EntityType.GenericReference;
916
- entityType: EntityType.Condition;
917
- entityId: string;
918
- } | {
919
- id: string;
920
- type: EntityType.GenericReference;
921
- entityType: EntityType.Search;
922
- entityId: string;
923
- } | {
924
- id: string;
925
- type: EntityType.GenericReference;
926
- entityType: EntityType.VariableDeclaration;
927
- entityId: string;
928
- } | {
929
- id: string;
930
- type: EntityType.GenericReference;
931
- entityType: EntityType.VariableInstance;
932
- entityId: string;
933
- } | {
934
- id: string;
935
- type: EntityType.GenericReference;
936
- entityType: EntityType.InternalCall;
937
- entityId: string;
938
- })[];
939
- calledByError: ({
940
- id: string;
941
- type: EntityType.GenericReference;
942
- entityType: EntityType.Loop;
943
- entityId: string;
944
- } | {
945
- id: string;
946
- type: EntityType.GenericReference;
947
- entityType: EntityType.Operation;
948
- entityId: string;
949
- } | {
950
- id: string;
951
- type: EntityType.GenericReference;
952
- entityType: EntityType.FunctionCall;
953
- entityId: string;
954
- } | {
955
- id: string;
956
- type: EntityType.GenericReference;
957
- entityType: EntityType.Condition;
958
- entityId: string;
959
- } | {
960
- id: string;
961
- type: EntityType.GenericReference;
962
- entityType: EntityType.Search;
963
- entityId: string;
964
- } | {
965
- id: string;
966
- type: EntityType.GenericReference;
967
- entityType: EntityType.VariableDeclaration;
968
- entityId: string;
969
- } | {
970
- id: string;
971
- type: EntityType.GenericReference;
972
- entityType: EntityType.VariableInstance;
973
- entityId: string;
974
- } | {
975
- id: string;
976
- type: EntityType.GenericReference;
977
- entityType: EntityType.InternalCall;
978
- entityId: string;
979
- })[];
980
- calledByEntry: ({
981
- id: string;
982
- type: EntityType.GenericReference;
983
- entityType: EntityType.FunctionDeclaration;
984
- entityId: string;
985
- } | {
986
- id: string;
987
- type: EntityType.GenericReference;
988
- entityType: EntityType.GlobalEvent;
989
- entityId: string;
990
- })[];
991
- parent: {
992
- id: string;
993
- type: EntityType.GenericReference;
994
- entityType: EntityType.Loop;
995
- entityId: string;
996
- };
997
- version: number;
998
- x: number;
999
- y: number;
1000
- outputs: (Record<string, any> | {
1001
- type: EntityType.ReturnDeclaration;
1002
- })[];
1003
- throws?: Record<string, any> | {
1004
- type: EntityType.ReturnDeclaration;
1005
- } | undefined;
1006
- }, {
1007
- id: string;
1008
- type: EntityType.ContinueStatement;
1009
- calledBySuccess: ({
1010
- id: string;
1011
- type: EntityType.GenericReference;
1012
- entityType: EntityType.Loop;
1013
- entityId: string;
1014
- } | {
1015
- id: string;
1016
- type: EntityType.GenericReference;
1017
- entityType: EntityType.Operation;
1018
- entityId: string;
1019
- } | {
1020
- id: string;
1021
- type: EntityType.GenericReference;
1022
- entityType: EntityType.FunctionCall;
1023
- entityId: string;
1024
- } | {
1025
- id: string;
1026
- type: EntityType.GenericReference;
1027
- entityType: EntityType.Condition;
1028
- entityId: string;
1029
- } | {
1030
- id: string;
1031
- type: EntityType.GenericReference;
1032
- entityType: EntityType.Search;
1033
- entityId: string;
1034
- } | {
1035
- id: string;
1036
- type: EntityType.GenericReference;
1037
- entityType: EntityType.VariableDeclaration;
1038
- entityId: string;
1039
- } | {
1040
- id: string;
1041
- type: EntityType.GenericReference;
1042
- entityType: EntityType.VariableInstance;
1043
- entityId: string;
1044
- } | {
1045
- id: string;
1046
- type: EntityType.GenericReference;
1047
- entityType: EntityType.InternalCall;
1048
- entityId: string;
1049
- })[];
1050
- calledByError: ({
1051
- id: string;
1052
- type: EntityType.GenericReference;
1053
- entityType: EntityType.Loop;
1054
- entityId: string;
1055
- } | {
1056
- id: string;
1057
- type: EntityType.GenericReference;
1058
- entityType: EntityType.Operation;
1059
- entityId: string;
1060
- } | {
1061
- id: string;
1062
- type: EntityType.GenericReference;
1063
- entityType: EntityType.FunctionCall;
1064
- entityId: string;
1065
- } | {
1066
- id: string;
1067
- type: EntityType.GenericReference;
1068
- entityType: EntityType.Condition;
1069
- entityId: string;
1070
- } | {
1071
- id: string;
1072
- type: EntityType.GenericReference;
1073
- entityType: EntityType.Search;
1074
- entityId: string;
1075
- } | {
1076
- id: string;
1077
- type: EntityType.GenericReference;
1078
- entityType: EntityType.VariableDeclaration;
1079
- entityId: string;
1080
- } | {
1081
- id: string;
1082
- type: EntityType.GenericReference;
1083
- entityType: EntityType.VariableInstance;
1084
- entityId: string;
1085
- } | {
1086
- id: string;
1087
- type: EntityType.GenericReference;
1088
- entityType: EntityType.InternalCall;
1089
- entityId: string;
1090
- })[];
1091
- calledByEntry: ({
1092
- id: string;
1093
- type: EntityType.GenericReference;
1094
- entityType: EntityType.FunctionDeclaration;
1095
- entityId: string;
1096
- } | {
1097
- id: string;
1098
- type: EntityType.GenericReference;
1099
- entityType: EntityType.GlobalEvent;
1100
- entityId: string;
1101
- })[];
1102
- parent: {
1103
- id: string;
1104
- type: EntityType.GenericReference;
1105
- entityType: EntityType.Loop;
1106
- entityId: string;
1107
- };
1108
- version: number;
1109
- x: number;
1110
- y: number;
1111
- outputs: (Record<string, any> | {
1112
- type: EntityType.ReturnDeclaration;
1113
- })[];
1114
- throws?: Record<string, any> | {
1115
- type: EntityType.ReturnDeclaration;
1116
- } | undefined;
1117
- }>;