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