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