@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,14 +0,0 @@
1
- import { IOutputMapReference, IVariableDeclarationReference, IVariableInputMapTransfer } from '../../../../../..';
2
-
3
- export declare const employeeDTOFuncEmployeeDTOVariableManagerInputMapReadsValueRef: IOutputMapReference;
4
- export declare const employeeDTOFuncEmployeeDTOVariableManagerInputMapParentRef: IVariableDeclarationReference;
5
- export declare const employeeDTOFuncEmployeeDTOVariableManagerInputMap: IVariableInputMapTransfer;
6
- export declare const employeeDTOFuncEmployeeDTOVariableDepartmentInputMapReadsValueRef: IOutputMapReference;
7
- export declare const employeeDTOFuncEmployeeDTOVariableDepartmentInputMapParentRef: IVariableDeclarationReference;
8
- export declare const employeeDTOFuncEmployeeDTOVariableDepartmentInputMap: IVariableInputMapTransfer;
9
- export declare const employeeDTOFuncEmployeeDTOVariableBirthDateInputMapReadsValueRef: IOutputMapReference;
10
- export declare const employeeDTOFuncEmployeeDTOVariableBirthDateInputMapParentRef: IVariableDeclarationReference;
11
- export declare const employeeDTOFuncEmployeeDTOVariableBirthDateInputMap: IVariableInputMapTransfer;
12
- export declare const employeeDTOFuncEmployeeDTOVariableIDOuputMapReadsValueRef: IOutputMapReference;
13
- export declare const employeeDTOFuncEmployeeDTOVariableIDOuputMapParentRef: IVariableDeclarationReference;
14
- export declare const employeeDTOFuncEmployeeDTOVariableIDOuputMap: IVariableInputMapTransfer;
@@ -1,5 +0,0 @@
1
- import { IFunctionDeclarationReference, IVariableDeclarationReference, IVariableDeclarationTransfer } from '../../../../../..';
2
-
3
- export declare const employeeDTOFuncEmployeeDTOVariableParentRef: IFunctionDeclarationReference;
4
- export declare const employeeDTOFuncEmployeeDTOVariableCalledByRef: IVariableDeclarationReference;
5
- export declare const employeeDTOFuncEmployeeDTOVariable: IVariableDeclarationTransfer;
@@ -1,10 +0,0 @@
1
- import { IDataTypeTransfer, IFunctionDeclarationReference, IOutputMapReference, IVariableDeclarationReference, IVariableDeclarationTransfer, IVariableOutputMapTransfer } from '../../../../..';
2
-
3
- export declare const employeeDTOFuncManagerVariableIDOuputMapParentRef: IVariableDeclarationReference;
4
- export declare const employeeDTOFuncManagerVariableIDOuputMap: IVariableOutputMapTransfer;
5
- export declare const employeeDTOFuncManagerVariableDataTypeParentRef: IVariableDeclarationReference;
6
- export declare const employeeDTOFuncManagerVariableDataType: IDataTypeTransfer;
7
- export declare const employeeDTOFuncManagerVariableReadsValueRef: IOutputMapReference;
8
- export declare const employeeDTOFuncManagerVariableParentRef: IFunctionDeclarationReference;
9
- export declare const employeeDTOFuncManagerVariableCalledByRef: IVariableDeclarationReference;
10
- export declare const employeeDTOFuncManagerVariable: IVariableDeclarationTransfer;
@@ -1,4 +0,0 @@
1
- import { IFunctionDeclarationTransfer, IProjectReference } from '../../../..';
2
-
3
- export declare const manualHelloWorldLoopFunctionDeclarationParentRef: IProjectReference;
4
- export declare const manualHelloWorldLoopFunctionDeclaration: IFunctionDeclarationTransfer;
@@ -1,13 +0,0 @@
1
- export declare const MANUAL_HELLO_WORLD_LOOP_FUNC_DECL_ID = "manual-hello-world-loop-func-decl-id";
2
- export declare const MANUAL_HELLO_WORLD_LOOP_FUNC_RETURN_STATEMENT_ID = "manual-hello-world-loop-func-return-statement-id";
3
- export declare const MANUAL_HELLO_WORLD_LOOP_ID = "manual-hello-world-loop-id";
4
- export declare const MANUAL_HELLO_WORLD_LOOP_BODY_ID = "manual-hello-world-loop-body-id";
5
- export declare const MANUAL_HELLO_WORLD_LOOP_BREAK_STATEMENT_ID = "manual-hello-world-loop-break-statement-id";
6
- export declare const MANUAL_HELLO_WORLD_LOOP_CURRENT_ITERATION_NUM_ARG_DCL_ID = "manual-hello-world-loop-current-iteration-number-output-map-id";
7
- export declare const MANUAL_HELLO_WORLD_LOOP_PREVIOUS_ITERATION_RESULTS_ARG_DCL_ID = "manual-hello-world-loop-previous-iterations-results-output-map-id";
8
- export declare const ASSEMBLED_HELLO_WORLD_TEXT_OUTPUT_ID = "assembled-hello-world-text-output-id";
9
- export declare const ASSEMBLED_HELLO_WORLD_LIST_OUTPUT_ID = "assembled-hello-world-list-output-id";
10
- export declare const ITERATION_NUMBER_IS_EQUAL_OR_GREATER_THAN_10_CONDITION_ID = "iteration-number-is-equal-or-greater-than-10-condition-id";
11
- export declare const JOIN_HELLO_WORLD_AND_NUMBER_OPERATION_ID = "join-hello-world-and-number-operation-id";
12
- export declare const APPEND_STRING_TO_LIST_OPERATION_ID = "append-string-to-list-operation-id";
13
- export declare const HELLO_WORLD_LOOP_OUTPUT_MAP_ID = "hello-world-loop-output-map-id";
@@ -1,14 +0,0 @@
1
- import { IFunctionDeclarationReference, IOperationReference, IOperationTransfer, IOutputMapReference, IActionOutputMapTransfer, IInputMapReference, IActionInputMapTransfer, IConditionReference } from '../../../../..';
2
-
3
- export declare const appendStringToListBaseStringMapDefaultValueParentRef: IInputMapReference;
4
- export declare const appendStringToListBaseStringMapParentRef: IOperationReference;
5
- export declare const appendStringToListBaseStringMapReadsValueRef: IOutputMapReference;
6
- export declare const appendStringToListBaseStringMap: IActionInputMapTransfer;
7
- export declare const assembledListMapParentRef: IOperationReference;
8
- export declare const assembledListMap: IActionOutputMapTransfer;
9
- export declare const appendStringToListCalledByRef: IConditionReference;
10
- export declare const lastestStringToAddReadsValueRef: IOutputMapReference;
11
- export declare const lastestStringToAddParentRef: IOperationReference;
12
- export declare const lastestStringToAdd: IActionInputMapTransfer;
13
- export declare const appendStringToListParentRef: IFunctionDeclarationReference;
14
- export declare const appendStringToList: IOperationTransfer;
@@ -1,10 +0,0 @@
1
- import { IReturnDeclarationTransfer, IBreakStatementReference, IBreakStatementTransfer, ILoopReference, IConditionReference, IArgumentDeclarationReference } from '../../../../..';
2
-
3
- export declare const helloWorldLoopBreakStatementOutputDeclarationParentRef: IBreakStatementReference;
4
- export declare const helloWorldLoopBreakStatementOutputDeclaration: IReturnDeclarationTransfer;
5
- export declare const helloWorldLoopBreakStatementCounterOutputReadsValueRef: IArgumentDeclarationReference;
6
- export declare const helloWorldLoopBreakStatementCounterOutputDeclarationParentRef: IBreakStatementReference;
7
- export declare const helloWorldLoopBreakStatementCounterOutputDeclaration: IReturnDeclarationTransfer;
8
- export declare const helloWorldLoopBreakStatementCalledByRef: IConditionReference;
9
- export declare const helloWorldLoopBreakStatementParentRef: ILoopReference;
10
- export declare const helloWorldLoopBreakStatement: IBreakStatementTransfer;
@@ -1,10 +0,0 @@
1
- import { IDataTypeTransfer, IReturnDeclarationReference, IReturnDeclarationTransfer, IContinueStatementReference, IContinueStatementTransfer, ILoopReference, IConditionReference, IOutputMapReference } from '../../../../..';
2
-
3
- export declare const helloWorldLoopContinueStatementOutputParentRef: IContinueStatementReference;
4
- export declare const helloWorldLoopContinueStatementOutputDataTypeParentRef: IReturnDeclarationReference;
5
- export declare const helloWorldLoopContinueStatementOutputDataType: IDataTypeTransfer;
6
- export declare const helloWorldLoopContinueStatementOutputReadsValueRef: IOutputMapReference;
7
- export declare const helloWorldLoopContinueStatementOutput: IReturnDeclarationTransfer;
8
- export declare const helloWorldLoopContinueStatementCalledByRef: IConditionReference;
9
- export declare const helloWorldLoopContinueStatementParentRef: ILoopReference;
10
- export declare const helloWorldLoopContinueStatement: IContinueStatementTransfer;
@@ -1,10 +0,0 @@
1
- import { IConditionReference, IConditionTransfer, IActionInputMapTransfer, IOutputMapReference, ILoopReference, IInputMapReference, IFunctionDeclarationReference } from '../../../../..';
2
-
3
- export declare const iterationNumberIsEqualOrGreaterThanTenConditionCalledByRef: IFunctionDeclarationReference;
4
- export declare const iterationNumberIsEqualOrGreaterThanTenConditionParentRef: ILoopReference;
5
- export declare const currentIterationNumberToCheckMapReadsValueRef: IOutputMapReference;
6
- export declare const currentIterationNumberToCheckMapParentRef: IConditionReference;
7
- export declare const currentIterationNumberToCheckMap: IActionInputMapTransfer;
8
- export declare const maxNumIterationsValueMapDefaultValueParentRef: IInputMapReference;
9
- export declare const maxNumIterationsValueMap: IActionInputMapTransfer;
10
- export declare const iterationNumberIsEqualOrGreaterThanTenCondition: IConditionTransfer;
@@ -1,13 +0,0 @@
1
- import { IFunctionDeclarationReference, IOperationReference, IOperationTransfer, IOutputMapReference, IActionOutputMapTransfer, IInputMapReference, IActionInputMapTransfer } from '../../../../..';
2
-
3
- export declare const joinHelloWorldAndNumberBaseStringMapDefaultValueParentRef: IInputMapReference;
4
- export declare const joinHelloWorldAndNumberBaseStringMapParentRef: IOperationReference;
5
- export declare const joinHelloWorldAndNumberBaseStringMap: IActionInputMapTransfer;
6
- export declare const assembledStringMapParentRef: IOperationReference;
7
- export declare const assembledStringMap: IActionOutputMapTransfer;
8
- export declare const joinHelloWorldAndNumberCalledByRef: IFunctionDeclarationReference;
9
- export declare const currentIterationNumberInputMapReadsValueRef: IOutputMapReference;
10
- export declare const currentIterationNumberInputMapParentRef: IOperationReference;
11
- export declare const currentIterationNumberInputMap: IActionInputMapTransfer;
12
- export declare const joinHelloWorldAndNumberParentRef: IFunctionDeclarationReference;
13
- export declare const joinHelloWorldAndNumber: IOperationTransfer;
@@ -1,12 +0,0 @@
1
- import { IArgumentDeclarationReference, IArgumentDeclarationTransfer, IDataTypeTransfer, IFunctionDeclarationReference, IFunctionDeclarationTransfer, ILoopReference } from '../../../../..';
2
-
3
- export declare const manualHelloWorldLoopPreviousIterationsResultsDeclarationDataTypeParentRef: IArgumentDeclarationReference;
4
- export declare const manualHelloWorldLoopPreviousIterationsResultsDeclarationDataType: IDataTypeTransfer;
5
- export declare const manualHelloWorldLoopPreviousIterationsResultsArgumentDeclarationParentRef: IFunctionDeclarationReference;
6
- export declare const manualHelloWorldLoopPreviousIterationsResultsArgumentDeclaration: IArgumentDeclarationTransfer;
7
- export declare const manualHelloWorldLoopCurrentIterationNumberArgumentDeclarationParentRef: IFunctionDeclarationReference;
8
- export declare const manualHelloWorldLoopCurrentIterationNumberArgumentDeclarationDataTypeParentRef: IArgumentDeclarationReference;
9
- export declare const manualHelloWorldLoopCurrentIterationNumberArgumentDeclarationDataType: IDataTypeTransfer;
10
- export declare const manualHelloWorldLoopCurrentIterationNumberArgumentDeclaration: IArgumentDeclarationTransfer;
11
- export declare const manualHelloWorldLoopBodyParentRef: ILoopReference;
12
- export declare const manualHelloWorldLoopBody: IFunctionDeclarationTransfer;
@@ -1,9 +0,0 @@
1
- import { IActionOutputMapTransfer, IFunctionDeclarationReference, ILoopReference, ILoopTransfer, IValueDescriptorTransfer } from '../../../../..';
2
-
3
- export declare const helloWorldLoopIterationResultInlineOutputDeclarationParentRef: ILoopReference;
4
- export declare const helloWorldLoopIterationResultInlineOutputDeclaration: IValueDescriptorTransfer;
5
- export declare const helloWorldLoopOutputMapParentRef: ILoopReference;
6
- export declare const helloWorldLoopOutputMap: IActionOutputMapTransfer;
7
- export declare const manualHelloWorldLoopParentRef: IFunctionDeclarationReference;
8
- export declare const manualHelloWorldLoopCalledByRef: IFunctionDeclarationReference;
9
- export declare const manualHelloWorldLoop: ILoopTransfer;
@@ -1,10 +0,0 @@
1
- import { IDataTypeTransfer, IFunctionDeclarationReference, ILoopReference, IOutputMapReference, IReturnDeclarationReference, IReturnDeclarationTransfer, IReturnStatementReference, IReturnStatementTransfer } from '../../../..';
2
-
3
- export declare const manualHelloWorldLoopFunctionDeclarationOutputDeclarationParentRef: IReturnStatementReference;
4
- export declare const manualHelloWorldLoopFunctionDeclarationOutputDeclarationDataTypeParentRef: IReturnDeclarationReference;
5
- export declare const manualHelloWorldLoopFunctionDeclarationOutputDeclarationDataType: IDataTypeTransfer;
6
- export declare const manualHelloWorldLoopFunctionDeclarationOutputDeclarationReadsValueRef: IOutputMapReference;
7
- export declare const manualHelloWorldLoopFunctionDeclarationOutputDeclaration: IReturnDeclarationTransfer;
8
- export declare const manualHelloWorldLoopFunctionDeclarationReturnStatementCalledByRef: ILoopReference;
9
- export declare const manualHelloWorldLoopFunctionDeclarationReturnStatementParentRef: IFunctionDeclarationReference;
10
- export declare const manualHelloWorldLoopFunctionDeclarationReturnStatement: IReturnStatementTransfer;
@@ -1,10 +0,0 @@
1
- import { IArgumentDeclarationReference, IDataTypeTransfer, IFunctionDeclarationReference, IVariableDeclarationReference, IVariableDeclarationTransfer, IVariableOutputMapTransfer } from '../../../..';
2
-
3
- export declare const companyVariableDeclarationDataTypeParentRef: IVariableDeclarationReference;
4
- export declare const companyVariableDeclarationDataType: IDataTypeTransfer;
5
- export declare const companyVariableDeclarationReadsValueRef: IArgumentDeclarationReference;
6
- export declare const companyVariableDeclarationParentRef: IFunctionDeclarationReference;
7
- export declare const companyVariableDeclarationCalledByRef: IFunctionDeclarationReference;
8
- export declare const companyBankAccountMapParentRef: IVariableDeclarationReference;
9
- export declare const companyBankAccountMap: IVariableOutputMapTransfer;
10
- export declare const companyVariableDeclaration: IVariableDeclarationTransfer;
@@ -1,9 +0,0 @@
1
- import { IFunctionDeclarationReference, IInternalCallReference, IOutputMapReference, IVariableDeclarationReference, IVariableInputMapTransfer, IVariableInstanceReference, IVariableInstanceTransfer } from '../../../..';
2
-
3
- export declare const companyVariableInstanceParentRef: IFunctionDeclarationReference;
4
- export declare const companyVariableInstanceCalledByRef: IInternalCallReference;
5
- export declare const companyVariableInstanceDeclarationRef: IVariableDeclarationReference;
6
- export declare const bankAccountInputMapParentRef: IVariableInstanceReference;
7
- export declare const bankAccountInputMapReadsValueRef: IOutputMapReference;
8
- export declare const bankAccountInputMap: IVariableInputMapTransfer;
9
- export declare const companyVariableInstance: IVariableInstanceTransfer;
@@ -1,21 +0,0 @@
1
- import { IActionInputMapTransfer, IActionOutputMapTransfer, IArgumentDeclarationReference, IConditionReference, IFunctionDeclarationReference, IOperationReference, IOperationTransfer, IOutputMapReference, IVariableDeclarationReference, IVariableDeclarationTransfer, IVariableInputMapTransfer } from '../../../..';
2
-
3
- export declare const createNewBankAccountAccountOwnerDynamicInputMapParentRef: IVariableDeclarationReference;
4
- export declare const createNewBankAccountAccountOwnerDynamicInputMapReadsValueRef: IOutputMapReference;
5
- export declare const createNewBankAccountAccountOwnerDynamicInputMap: IVariableInputMapTransfer;
6
- export declare const createNewBankAccountAccountNumberDynamicInputMapReadsValueRef: IArgumentDeclarationReference;
7
- export declare const createNewBankAccountAccountNumberDynamicInputMapParentRef: IVariableDeclarationReference;
8
- export declare const createNewBankAccountAccountNumberDynamicInputMap: IVariableInputMapTransfer;
9
- export declare const createNewBankAccountInstanceOperationEntityToCreateInputMapParentRef: IOperationReference;
10
- export declare const createNewBankAccountInstanceOperationEntityToCreateInputMap: IActionInputMapTransfer;
11
- export declare const createNewBankAccountInstanceOperationEntityDataInputMapReadsValueRef: IVariableDeclarationReference;
12
- export declare const createNewBankAccountInstanceOperationEntityDataInputMap: IActionInputMapTransfer;
13
- export declare const createNewBankAccountInstanceOperationOutputEntityMapParentRef: IOperationReference;
14
- export declare const createNewBankAccountInstanceOperationOutputEntityMap: IActionOutputMapTransfer;
15
- export declare const createNewBankAccountInstanceOperationCalledByRefTwo: IConditionReference;
16
- export declare const createNewBankAccountInstanceOperationCalledByRefOne: IVariableDeclarationReference;
17
- export declare const createNewBankAccountInstanceOperationParentRef: IFunctionDeclarationReference;
18
- export declare const createNewBankAccountInstanceOperation: IOperationTransfer;
19
- export declare const newBankAccountDataVariableDeclarationParentRef: IFunctionDeclarationReference;
20
- export declare const newBankAccountDataVariableDeclarationCalledByRef: IConditionReference;
21
- export declare const newBankAccountDataVariableDeclaration: IVariableDeclarationTransfer;
@@ -1,17 +0,0 @@
1
- export declare const REPLACE_BANK_ACCOUNT_IN_COMPANY_FUNC_DECL_ID = "replace-bank-account-in-company-func-declaration-id";
2
- export declare const COMPANY_ENTITY_TO_MODIFY_ARG_DECL_ID = "company-entity-to-modify-arg-declaration-id";
3
- export declare const ACCOUNT_NUMBER_TO_CREATE_ARG_DECL_ID = "account-number-to-create-arg-decl-id";
4
- export declare const COMPANY_VARIABLE_ID = "company-main-variable-id";
5
- export declare const SEARCH_PERSON_BY_ID_ID = "search-person-by-id-id";
6
- export declare const NEW_BANK_ACCOUNT_OWNER_ARG_DECL_ID = "new-bank-account-owner-arg-decl-id";
7
- export declare const SEARCH_PERSON_BY_ID_ID_OUTPUT_DECLARATION_ID = "search-person-by-id-output-declaration-id";
8
- export declare const FOUND_PERSON_BY_ID_OUTPUT_ENTITY_MAP_ID = "search-person-by-id-output-entity-map-id";
9
- export declare const PERSON_NOT_EMPTY_CONDITION_ID = "person-not-empty-condition-id";
10
- export declare const CREATE_NEW_BANK_ACCOUNT_INSTANCE_OPERATION_ID = "create-new-bank-account-instance-operation-id";
11
- export declare const CREATE_NEW_BANK_ACCOUNT_INSTANCE_OP_OUTPUT_ENTITY_MAP_ID = "create-new-bank-account-instance-operation-output-entity-map-id";
12
- export declare const COMPANY_BANK_ACCOUNT_OUTPUT_MAP_ID = "company-bank-account-output-map-id";
13
- export declare const OLD_BANK_ACCOUNT_VAR_DECL_ID = "old-bank-account-var-declaration-id";
14
- export declare const OLD_BANK_ACCOUNT_VAR_INST_ID = "old-bank-account-var-instance-id";
15
- export declare const COMPANY_VARIABLE_INSTANCE_ID = "company-variable-instance-id";
16
- export declare const DELETE_BANK_ACCOUNT_INTERNAL_CALL_ID = "delete-bank-account-internal-call-id";
17
- export declare const NEW_BANK_ACCOUNT_DATA_VARIABLE_DECLARATION_ID = "new-bank-account-data-variable-declaration-id";
@@ -1,19 +0,0 @@
1
- import { IArgumentDeclarationReference, IArgumentDeclarationTransfer, IDataTypeReference, IDataTypeTransfer, IFunctionDeclarationReference, IFunctionDeclarationTransfer, IProjectReference } from '../../../..';
2
-
3
- export declare const accountNumberToCreateArgDeclDataTypeRef: IDataTypeReference;
4
- export declare const accountNumberToCreateArgDeclDataTypeParentRef: IArgumentDeclarationReference;
5
- export declare const accountNumberToCreateArgDeclDataType: IDataTypeTransfer;
6
- export declare const accountNumberToCreateArgDeclParentRef: IFunctionDeclarationReference;
7
- export declare const accountNumberToCreateArgDecl: IArgumentDeclarationTransfer;
8
- export declare const newBankAccountOwnerArgDeclDataTypeRef: IDataTypeReference;
9
- export declare const newBankAccountOwnerArgDeclDataTypeParentRef: IArgumentDeclarationReference;
10
- export declare const newBankAccountOwnerArgDeclDataType: IDataTypeTransfer;
11
- export declare const newBankAccountOwnerArgDeclParentRef: IFunctionDeclarationReference;
12
- export declare const newBankAccountOwnerArgDecl: IArgumentDeclarationTransfer;
13
- export declare const replaceBankAccountInCompanyParentRef: IProjectReference;
14
- export declare const companyEntityToModifyParentRef: IFunctionDeclarationReference;
15
- export declare const companyEntityToModifyDataTypeRef: IDataTypeReference;
16
- export declare const companyEntityToModifyRef: IArgumentDeclarationReference;
17
- export declare const companyEntityToModifyDataType: IDataTypeTransfer;
18
- export declare const companyEntityToModify: IArgumentDeclarationTransfer;
19
- export declare const replaceBankAccountInCompany: IFunctionDeclarationTransfer;
@@ -1,16 +0,0 @@
1
- import { IDataTypeTransfer, IFunctionDeclarationReference, IInternalCallReference, IInternalCallTransfer, IOperationReference, IOutputMapReference, IVariableDeclarationReference, IVariableDeclarationTransfer, IVariableInstanceReference, IVariableInstanceTransfer } from '../../../../';
2
-
3
- export declare const oldBankAccountVariableDataTypeParentRef: IVariableDeclarationReference;
4
- export declare const oldBankAccountVariableDataType: IDataTypeTransfer;
5
- export declare const oldBankAccountVariableReadsValueRef: IOutputMapReference;
6
- export declare const oldBankAccountVariableParentRef: IFunctionDeclarationReference;
7
- export declare const oldBankAccountVariableCalledByRef: IVariableDeclarationReference;
8
- export declare const deleteBankAccountInternalCallCalledByRef: IOperationReference;
9
- export declare const deleteBankAccountInternalCallParentRef: IVariableInstanceReference;
10
- export declare const deleteBankAccountInternalCallCalledByRefTwo: IVariableDeclarationReference;
11
- export declare const oldBankAccountVariableTriggerDeleteDeclRef: IVariableDeclarationReference;
12
- export declare const oldBankAccountVariableParentRefTwo: IFunctionDeclarationReference;
13
- export declare const oldBankAccountVariableTriggerDeleteInternalCallRef: IInternalCallReference;
14
- export declare const oldBankAccountVariableTriggerDelete: IVariableInstanceTransfer;
15
- export declare const deleteBankAccountInternalCall: IInternalCallTransfer;
16
- export declare const oldBankAccountVariableSetNewValue: IVariableDeclarationTransfer;
@@ -1,8 +0,0 @@
1
- import { IConditionReference, IConditionTransfer, IActionInputMapTransfer, IOutputMapReference, IFunctionDeclarationReference, ISearchReference } from '../../../..';
2
-
3
- export declare const personNotEmptyConditionCalledByRef: ISearchReference;
4
- export declare const personNotEmptyConditionParentRef: IFunctionDeclarationReference;
5
- export declare const personEntityToCheckMapReadsValueRef: IOutputMapReference;
6
- export declare const personEntityToCheckMapParentRef: IConditionReference;
7
- export declare const personEntityToCheckMap: IActionInputMapTransfer;
8
- export declare const personNotEmptyCondition: IConditionTransfer;
@@ -1,10 +0,0 @@
1
- import { IConditionReference, IDataTypeTransfer, IFunctionDeclarationReference, IReturnDeclarationReference, IReturnDeclarationTransfer, IReturnStatementReference, IReturnStatementTransfer } from '../../../..';
2
-
3
- export declare const personNotFoundThrownErrorDatatypeDefaultValueParentRef: IReturnDeclarationReference;
4
- export declare const personNotFoundThrownErrorDatatypeParentRef: IReturnDeclarationReference;
5
- export declare const personNotFoundThrownErrorDatatype: IDataTypeTransfer;
6
- export declare const personNotFoundThrownErrorParentRef: IReturnStatementReference;
7
- export declare const personNotFoundThrownError: IReturnDeclarationTransfer;
8
- export declare const personNotFoundErrorReturnStatementCalledByRef: IConditionReference;
9
- export declare const personNotFoundErrorReturnStatementParentRef: IFunctionDeclarationReference;
10
- export declare const personNotFoundErrorReturnStatement: IReturnStatementTransfer;
@@ -1,8 +0,0 @@
1
- import { IActionOutputMapTransfer, IDataTypeTransfer, IValueDescriptorReference, IValueDescriptorTransfer, ISearchReference } from '../../../../..';
2
-
3
- export declare const searchPersonByIdOutputEntityDeclarationDatatypeParentRef: IValueDescriptorReference;
4
- export declare const searchPersonByIdOutputEntityDeclarationDatatype: IDataTypeTransfer;
5
- export declare const searchPersonByIdOutputEntityDeclarationParentRef: ISearchReference;
6
- export declare const searchPersonByIdOutputEntityDeclaration: IValueDescriptorTransfer;
7
- export declare const searchPersonByIdOutputEntityMapParentRef: ISearchReference;
8
- export declare const searchPersonByIdOutputEntityMap: IActionOutputMapTransfer;
@@ -1,5 +0,0 @@
1
- import { IFunctionDeclarationReference, ISearchTransfer } from '../../../../..';
2
-
3
- export declare const searchPersonByIdParentRef: IFunctionDeclarationReference;
4
- export declare const searchPersonByIdCalledByRef: IFunctionDeclarationReference;
5
- export declare const searchPersonById: ISearchTransfer;
@@ -1,9 +0,0 @@
1
- import { IActionInputMapTransfer, IArgumentDeclarationReference, IDataTypeTransfer, ISearchReference, IValueDescriptorTransfer } from '../../../../..';
2
-
3
- export declare const searchPersonByIdInputDeclarationDatatypeParentRef: IArgumentDeclarationReference;
4
- export declare const searchPersonByIdInputDeclarationDatatype: IDataTypeTransfer;
5
- export declare const searchPersonByIdInputDeclarationParentRef: ISearchReference;
6
- export declare const searchPersonByIdInputDeclaration: IValueDescriptorTransfer;
7
- export declare const searchPersonByIdInputMapParentRef: ISearchReference;
8
- export declare const searchPersonByIdInputMapReadsValueRef: IArgumentDeclarationReference;
9
- export declare const searchPersonByIdInputMap: IActionInputMapTransfer;
@@ -1 +0,0 @@
1
- export declare const selectPersonByIdQuery: string;
@@ -1,4 +0,0 @@
1
- import { IFunctionDeclarationTransfer, IProjectReference } from '../../../..';
2
-
3
- export declare const mainProjectRefFourteen: IProjectReference;
4
- export declare const showPopupFunctionDeclaration: IFunctionDeclarationTransfer;
@@ -1,3 +0,0 @@
1
- export declare const MAIN_PROJECT_ID = "e7eb5382-3d99-44fd-972a-b8b1e819f6be";
2
- export declare const GLOBAL_USER_VARIABLE_ID = "global-user-variable-id";
3
- export declare const LAST_EXECUTED_TIMESTAMP_VARIABLE_ID = "last-executed-timestamp-variable-id";
@@ -1,4 +0,0 @@
1
- import { IProjectTransfer } from '../../types/project';
2
-
3
- export declare const mockClientProject: IProjectTransfer;
4
- export default mockClientProject;
@@ -1,6 +0,0 @@
1
- import { IFunctionDeclarationTransfer, IInstalledProjectTransfer, IProjectReference } from '../../..';
2
-
3
- export declare const thirdPartyProjectRef: IProjectReference;
4
- export declare const mainThirdPartyProjectExportedFunction: IFunctionDeclarationTransfer;
5
- export declare const mainProjectRefOne: IProjectReference;
6
- export declare const thirdPartyInstalledProject: IInstalledProjectTransfer;
@@ -1,8 +0,0 @@
1
- import { IArgumentDeclarationReference, IArgumentDeclarationTransfer, IDataTypeTransfer, IFunctionDeclarationReference, IFunctionDeclarationTransfer, ILoopReference } from '../../../..';
2
-
3
- export declare const globalCountedTestLoopBodyCurrentIterationArgumentDeclarationDataTypeParentRef: IArgumentDeclarationReference;
4
- export declare const globalCountedTestLoopBodyCurrentIterationArgumentDeclarationDataType: IDataTypeTransfer;
5
- export declare const globalCountedTestLoopBodyCurrentIterationArgumentDeclarationParentRef: IFunctionDeclarationReference;
6
- export declare const globalCountedTestLoopBodyCurrentIterationArgumentDeclaration: IArgumentDeclarationTransfer;
7
- export declare const globalCountedTestLoopBodyParentRef: ILoopReference;
8
- export declare const globalCountedTestLoopBody: IFunctionDeclarationTransfer;
@@ -1,3 +0,0 @@
1
- export declare const GLOBAL_COUNTED_TEST_LOOP_ID = "global-counted-test-loop-id";
2
- export declare const GLOBAL_COUNTED_TEST_LOOP_BODY_ID = "global-counted-test-loop-body-id";
3
- export declare const GLOBAL_COUNTED_TEST_LOOP_CURRENT_ITERATION_ARGUMENT_DECLARATION_ID = "global-counted-test-loop-body-current-iteration-value-argument-declaration-id";
@@ -1,8 +0,0 @@
1
- import { IActionInputMapTransfer, ILoopReference, ILoopTransfer, IProjectReference, IVariableDeclarationReference } from '../../../..';
2
-
3
- export declare const globalCountedTestLoopIterationListInputMapParentRef: ILoopReference;
4
- export declare const globalCountedTestLoopIterationListInputMapReadsValueRef: IVariableDeclarationReference;
5
- export declare const globalCountedTestLoopIterationListInputMap: IActionInputMapTransfer;
6
- export declare const globalCountedTestLoopParentRef: IProjectReference;
7
- export declare const globalCountedTestLoopCalledBySuccessRef: IVariableDeclarationReference;
8
- export declare const globalCountedTestLoop: ILoopTransfer;
@@ -1,8 +0,0 @@
1
- import { IArgumentDeclarationReference, IArgumentDeclarationTransfer, IDataTypeTransfer, IFunctionDeclarationReference, IFunctionDeclarationTransfer, ILoopReference } from '../../../..';
2
-
3
- export declare const globalObjectKeysTestLoopBodyCurrentIterationValueArgumentDeclarationDataTypeParentRef: IArgumentDeclarationReference;
4
- export declare const globalObjectKeysTestLoopBodyCurrentIterationValueArgumentDeclarationDataType: IDataTypeTransfer;
5
- export declare const globalObjectKeysTestLoopBodyCurrentIterationValueArgumentDeclarationParentRef: IFunctionDeclarationReference;
6
- export declare const globalObjectKeysTestLoopBodyCurrentIterationValueArgumentDeclaration: IArgumentDeclarationTransfer;
7
- export declare const globalObjectKeysTestLoopBodyParentRef: ILoopReference;
8
- export declare const globalObjectKeysTestLoopBody: IFunctionDeclarationTransfer;
@@ -1,3 +0,0 @@
1
- export declare const GLOBAL_OBJECT_KEYS_TEST_LOOP_ID = "global-object-keys-test-loop-id";
2
- export declare const GLOBAL_OBJECT_KEYS_TEST_LOOP_BODY_ID = "global-object-keys-test-loop-body-id";
3
- export declare const GLOBAL_OBJECT_KEYS_TEST_LOOP_CURRENT_ITERATION_VALUE_ARGUMENT_DECLARATION_ID = "global-object-keys-test-loop-body-current-iteration-value-argument-declaration-id";
@@ -1,9 +0,0 @@
1
- import { IActionInputMapTransfer, ILoopReference, ILoopTransfer, IProjectReference, IVariableDeclarationReference } from '../../../..';
2
-
3
- export declare const globalObjectKeysTestLoopIterationListInputMapParentRef: ILoopReference;
4
- export declare const globalObjectKeysTestLoopIterationListInputMapReadsValueRef: IVariableDeclarationReference;
5
- export declare const globalObjectKeysTestLoopIterationListInputMap: IActionInputMapTransfer;
6
- export declare const globalObjectKeysTestLoopParentRef: IProjectReference;
7
- export declare const globalObjectKeysTestLoopCalledBySuccessRefTwo: IVariableDeclarationReference;
8
- export declare const globalObjectKeysTestLoopCalledBySuccessRefOne: IVariableDeclarationReference;
9
- export declare const globalObjectKeysTestLoop: ILoopTransfer;
@@ -1,8 +0,0 @@
1
- import { IArgumentDeclarationReference, IArgumentDeclarationTransfer, IDataTypeTransfer, IFunctionDeclarationReference, IFunctionDeclarationTransfer, ILoopReference } from '../../../..';
2
-
3
- export declare const globalObjectValuesTestLoopBodyCurrentIterationArgumentDeclarationDataTypeParentRef: IArgumentDeclarationReference;
4
- export declare const globalObjectValuesTestLoopBodyCurrentIterationArgumentDeclarationDataType: IDataTypeTransfer;
5
- export declare const globalObjectValuesTestLoopBodyCurrentIterationArgumentDeclarationParentRef: IFunctionDeclarationReference;
6
- export declare const globalObjectValuesTestLoopBodyCurrentIterationArgumentDeclaration: IArgumentDeclarationTransfer;
7
- export declare const globalObjectValuesTestLoopBodyParentRef: ILoopReference;
8
- export declare const globalObjectValuesTestLoopBody: IFunctionDeclarationTransfer;
@@ -1,3 +0,0 @@
1
- export declare const GLOBAL_OBJECT_VALUES_TEST_LOOP_ID = "global-object-values-test-loop-id";
2
- export declare const GLOBAL_OBJECT_VALUES_TEST_LOOP_BODY_ID = "global-object-values-test-loop-body-id";
3
- export declare const GLOBAL_OBJECT_VALUES_TEST_LOOP_CURRENT_ITERATION_ARGUMENT_DECLARATION_ID = "global-object-values-test-loop-body-current-iteration-value-argument-declaration-id";
@@ -1,8 +0,0 @@
1
- import { IActionInputMapTransfer, ILoopReference, ILoopTransfer, IProjectReference, IVariableDeclarationReference, IVariableInstanceReference } from '../../../..';
2
-
3
- export declare const globalObjectValuesTestLoopIterationListInputMapParentRef: ILoopReference;
4
- export declare const globalObjectValuesTestLoopIterationListInputMapReadsValueRef: IVariableDeclarationReference;
5
- export declare const globalObjectValuesTestLoopIterationListInputMap: IActionInputMapTransfer;
6
- export declare const globalObjectValuesTestLoopParentRef: IProjectReference;
7
- export declare const globalObjectValuesTestLoopCalledBySuccessRef: IVariableInstanceReference;
8
- export declare const globalObjectValuesTestLoop: ILoopTransfer;
@@ -1,12 +0,0 @@
1
- import { IArgumentDeclarationReference, IArgumentDeclarationTransfer, IDataTypeTransfer, IFunctionDeclarationReference, IFunctionDeclarationTransfer, ILoopReference } from '../../../..';
2
-
3
- export declare const globalTestIterateOverStringLoopBodyCurrentIterationArgumentDeclarationDataTypeParentRef: IArgumentDeclarationReference;
4
- export declare const globalTestIterateOverStringLoopBodyCurrentIterationArgumentDeclarationDataType: IDataTypeTransfer;
5
- export declare const globalTestIterateOverStringLoopBodyCurrentIterationArgumentDeclarationParentRef: IFunctionDeclarationReference;
6
- export declare const globalTestIterateOverStringLoopBodyCurrentIterationArgumentDeclaration: IArgumentDeclarationTransfer;
7
- export declare const globalTestIterateOverStringLoopBodyCurrentIterationNumberArgumentDeclarationDataTypeParentRef: IArgumentDeclarationReference;
8
- export declare const globalTestIterateOverStringLoopBodyCurrentIterationNumberArgumentDeclarationDataType: IDataTypeTransfer;
9
- export declare const globalTestIterateOverStringLoopBodyCurrentIterationNumberArgumentDeclarationParentRef: IFunctionDeclarationReference;
10
- export declare const globalTestIterateOverStringLoopBodyCurrentIterationNumberArgumentDeclaration: IArgumentDeclarationTransfer;
11
- export declare const globalTestIterateOverStringLoopBodyParentRef: ILoopReference;
12
- export declare const globalTestIterateOverStringLoopBody: IFunctionDeclarationTransfer;
@@ -1,4 +0,0 @@
1
- export declare const GLOBAL_TEST_ITERATE_OVER_STRING_LOOP_ID = "global-test-iterate-over-string-loop-id";
2
- export declare const GLOBAL_TEST_ITERATE_OVER_STRING_LOOP_BODY_ID = "global-test-iterate-over-string-loop-body-id";
3
- export declare const GLOBAL_TEST_ITERATE_OVER_STRING_LOOP_CURRENT_ITERATION_ARGUMENT_DECLARATION_ID = "global-test-iterate-over-string-loop-body-current-iteration-value-argument-declaration-id";
4
- export declare const GLOBAL_TEST_ITERATE_OVER_STRING_LOOP_ITERATION_LIST_INPUT_MAP_ID = "global-test-iterate-over-string-loop-iteration-list-input-map-id";
@@ -1,8 +0,0 @@
1
- import { IActionInputMapTransfer, IInputMapReference, ILoopReference, ILoopTransfer, ILiteralValueTransfer, IProjectReference } from '../../../..';
2
-
3
- export declare const globalTestIterateOverStringLoopIterationListInputMapParentRef: ILoopReference;
4
- export declare const globalTestIterateOverStringLoopIterationListInputMapDefaultValueParentRef: IInputMapReference;
5
- export declare const globalTestIterateOverStringLoopIterationListInputMapDefaultValue: ILiteralValueTransfer;
6
- export declare const globalTestIterateOverStringLoopIterationListInputMap: IActionInputMapTransfer;
7
- export declare const globalTestIterateOverStringLoopParentRef: IProjectReference;
8
- export declare const globalTestIterateOverStringLoop: ILoopTransfer;
@@ -1,8 +0,0 @@
1
- import { IArgumentDeclarationReference, IArgumentDeclarationTransfer, IDataTypeTransfer, IFunctionDeclarationReference, IFunctionDeclarationTransfer, ILoopReference } from '../../../..';
2
-
3
- export declare const iterateOverListLoopBodyCurrentIterationArgumentDeclarationDataTypeParentRef: IArgumentDeclarationReference;
4
- export declare const iterateOverListLoopBodyCurrentIterationArgumentDeclarationDataType: IDataTypeTransfer;
5
- export declare const iterateOverListLoopBodyCurrentIterationArgumentDeclarationParentRef: IFunctionDeclarationReference;
6
- export declare const iterateOverListLoopBodyCurrentIterationArgumentDeclaration: IArgumentDeclarationTransfer;
7
- export declare const iterateOverListLoopBodyParentRef: ILoopReference;
8
- export declare const iterateOverListLoopBody: IFunctionDeclarationTransfer;
@@ -1,3 +0,0 @@
1
- export declare const ITERATE_OVER_LIST_LOOP_ID = "iterate-over-list-loop-id";
2
- export declare const ITERATE_OVER_LIST_LOOP_BODY_ID = "iterate-over-list-loop-body-id";
3
- export declare const ITERATE_OVER_LIST_LOOP_CURRENT_ITERATION_ARGUMENT_DECLARATION_ID = "iterate-over-list-loop-body-current-iteration-value-argument-declaration-id";
@@ -1,6 +0,0 @@
1
- import { IActionInputMapTransfer, ILoopReference, ILoopTransfer, IProjectReference } from '../../../..';
2
-
3
- export declare const iterateOverListLoopIterationListInputMapParentRef: ILoopReference;
4
- export declare const iterateOverListLoopIterationListInputMap: IActionInputMapTransfer;
5
- export declare const iterateOverListLoopParentRef: IProjectReference;
6
- export declare const iterateOverListLoop: ILoopTransfer;
@@ -1,7 +0,0 @@
1
- import { IOperationReference, IOperationTransfer, IInputMapReference, IActionInputMapTransfer, IProjectReference } from '../../..';
2
-
3
- export declare const waitForRandomAmountArgumentDefaultValueParentRef: IInputMapReference;
4
- export declare const waitForRandomAmountArgumentMapParentRef: IOperationReference;
5
- export declare const waitForRandomAmountArgumentMap: IActionInputMapTransfer;
6
- export declare const waitForRandomAmountParentRef: IProjectReference;
7
- export declare const waitForRandomAmount: IOperationTransfer;
@@ -1,8 +0,0 @@
1
- import { IActionOutputMapTransfer, IProjectReference, IValueDescriptorTransfer, ISearchReference, ISearchTransfer } from '../../..';
2
-
3
- export declare const findCompaniesWithMultipleEmployeesAndBankAccountSearchParentRef: IProjectReference;
4
- export declare const findCompaniesWithMultipleEmployeesAndBankAccountSearchCompaniesListOutputDeclarationParentRef: ISearchReference;
5
- export declare const findCompaniesWithMultipleEmployeesAndBankAccountSearchCompaniesListOutputDeclaration: IValueDescriptorTransfer;
6
- export declare const findCompaniesWithMultipleEmployeesAndBankAccountSearchCompaniesListOutputParentRef: ISearchReference;
7
- export declare const findCompaniesWithMultipleEmployeesAndBankAccountSearchCompaniesListOutput: IActionOutputMapTransfer;
8
- export declare const findCompaniesWithMultipleEmployeesAndBankAccountSearch: ISearchTransfer;
@@ -1,6 +0,0 @@
1
- import { IDataTypeTransfer, IProjectReference, IVariableDeclarationReference, IVariableDeclarationTransfer } from '../../../../..';
2
-
3
- export declare const randomCompanyEmployeeTestVariableDataTypeParentRef: IVariableDeclarationReference;
4
- export declare const randomCompanyEmployeeTestVariableDataType: IDataTypeTransfer;
5
- export declare const randomCompanyEmployeeTestVariableParentRef: IProjectReference;
6
- export declare const randomCompanyEmployeeTestVariable: IVariableDeclarationTransfer;
@@ -1,10 +0,0 @@
1
- import { IVariableDeclarationReference, IVariableOutputMapTransfer } from '../../../../..';
2
-
3
- export declare const randomCompanyEmployeeManagerOutputMapParentRef: IVariableDeclarationReference;
4
- export declare const randomCompanyEmployeeManagerOutputMap: IVariableOutputMapTransfer;
5
- export declare const randomCompanyEmployeeDepartmentOutputMapParentRef: IVariableDeclarationReference;
6
- export declare const randomCompanyEmployeeDepartmentOutputMap: IVariableOutputMapTransfer;
7
- export declare const randomCompanyEmployeeBirthDateOutputMapParentRef: IVariableDeclarationReference;
8
- export declare const randomCompanyEmployeeBirthDateOutputMap: IVariableOutputMapTransfer;
9
- export declare const randomCompanyEmployeeIDOuputMapParentRef: IVariableDeclarationReference;
10
- export declare const randomCompanyEmployeeIDOuputMap: IVariableOutputMapTransfer;
@@ -1,12 +0,0 @@
1
- import { IInputMapReference, ILiteralValueTransfer, IProjectReference, IVariableDeclarationReference, IVariableDeclarationTransfer, IVariableInputMapTransfer, IVariableInstanceReference, IVariableInstanceTransfer } from '../../../../..';
2
-
3
- export declare const employeeMappedDTOVariableInstanceNowTimestampInputMapDefaultValueParentRef: IInputMapReference;
4
- export declare const employeeMappedDTOVariableInstanceNowTimestampInputMapDefaultValue: ILiteralValueTransfer;
5
- export declare const employeeMappedDTOVariableInstanceNowTimestampInputMapParentRef: IVariableInstanceReference;
6
- export declare const employeeMappedDTOVariableInstanceNowTimestampInputMap: IVariableInputMapTransfer;
7
- export declare const employeeMappedDTOVariableInstanceDeclRef: IVariableDeclarationReference;
8
- export declare const employeeMappedDTOVariableInstanceCalledBySuccessRef: IVariableDeclarationReference;
9
- export declare const employeeMappedDTOVariableInstanceParentRef: IProjectReference;
10
- export declare const employeeMappedDTOVariableInstance: IVariableInstanceTransfer;
11
- export declare const employeeMappedDTOVariableParentRef: IProjectReference;
12
- export declare const employeeMappedDTOVariable: IVariableDeclarationTransfer;
@@ -1,17 +0,0 @@
1
- import { IOutputMapReference, IVariableDeclarationReference, IVariableInputMapTransfer } from '../../../../..';
2
-
3
- export declare const employeeMappedDTOManagerInputMapReadsValueRef: IOutputMapReference;
4
- export declare const employeeMappedDTOManagerInputMapParentRef: IVariableDeclarationReference;
5
- export declare const employeeMappedDTOManagerInputMap: IVariableInputMapTransfer;
6
- export declare const employeeMappedDTODepartmentInputMapReadsValueRef: IOutputMapReference;
7
- export declare const employeeMappedDTODepartmentInputMapParentRef: IVariableDeclarationReference;
8
- export declare const employeeMappedDTODepartmentInputMap: IVariableInputMapTransfer;
9
- export declare const employeeMappedDTOBirthDateInputMapReadsValueRef: IOutputMapReference;
10
- export declare const employeeMappedDTOBirthDateInputMapParentRef: IVariableDeclarationReference;
11
- export declare const employeeMappedDTOBirthDateInputMap: IVariableInputMapTransfer;
12
- export declare const employeeMappedDTOIDOuputMapReadsValueRef: IOutputMapReference;
13
- export declare const employeeMappedDTOIDOuputMapParentRef: IVariableDeclarationReference;
14
- export declare const employeeMappedDTOIDOuputMap: IVariableInputMapTransfer;
15
- export declare const employeeMappedDTORequesterIDOuputMapReadsValueRef: IOutputMapReference;
16
- export declare const employeeMappedDTORequesterIDOuputMapParentRef: IVariableDeclarationReference;
17
- export declare const employeeMappedDTORequesterIDOuputMap: IVariableInputMapTransfer;
@@ -1,6 +0,0 @@
1
- import { IProjectReference, IVariableInstanceReference, IVariableInstanceTransfer, IVariableOutputMapTransfer } from '../../../..';
2
-
3
- export declare const globalUserInstanceIDOuputMapParentRef: IVariableInstanceReference;
4
- export declare const globalUserInstanceIDOuputMap: IVariableOutputMapTransfer;
5
- export declare const globalUserInstanceParentRef: IProjectReference;
6
- export declare const globalUserInstance: IVariableInstanceTransfer;
@@ -1,17 +0,0 @@
1
- export declare const RANDOM_COMPANY_EMPLOYEE_TEST_VARIABLE_ID = "random-company-employee-test-variable-id";
2
- export declare const MANAGER_BLOBAL_VARIABLE_ID = "manager-global-variable-id";
3
- export declare const GLOBAL_USER_INSTANCE_ID = "global-user-instance-id";
4
- export declare const EMPLOYEE_MAPPED_DTO_VARIABLE_ID = "employee-mapped-dto-variable-id";
5
- export declare const EMPLOYEE_MAPPED_DTO_VARIABLE_INSTANCE_ID = "employee-mapped-dto-variable-instance-id";
6
- export declare const RANDOM_EMPLOYEE_ID_OUTPUT_MAP_ID = "random-employee-id-output-map-id";
7
- export declare const RANDOM_EMPLOYEE_BIRTH_DATE_OUTPUT_MAP_ID = "random-employee-birth-date-output-map-id";
8
- export declare const RANDOM_EMPLOYEE_DEPARTMENT_OUTPUT_MAP_ID = "random-employee-department-output-map-id";
9
- export declare const RANDOM_EMPLOYEE_MANAGER_OUTPUT_MAP_ID = "random-employee-manager-output-map-id";
10
- export declare const MANAGER_BLOBAL_ID_OUTPUT_MAP_ID = "manager-global-id-output-map-id";
11
- export declare const GLOBAL_USER_INSTANCE_ID_OUTPUT_MAP_ID = "global-user-instance-id-output-map-id";
12
- export declare const EMPLOYEE_MAPPED_DTO_REQUESTER_ID_INPUT_MAP_ID = "employee-mapped-dto-requester-id-input-map-id";
13
- export declare const EMPLOYEE_MAPPED_DTO_NOW_TIMESTAMP_INPUT_MAP_ID = "employee-mapped-dto-now-timestamp-input-map-id";
14
- export declare const EMPLOYEE_MAPPED_DTO_ID_INPUT_MAP_ID = "employee-mapped-dto-id-input-map-id";
15
- export declare const EMPLOYEE_MAPPED_DTO_BIRTH_DATE_INPUT_MAP_ID = "employee-mapped-dto-birth-date-input-map-id";
16
- export declare const EMPLOYEE_MAPPED_DTO_DEPARTMENT_INPUT_MAP_ID = "employee-mapped-dto-department-input-map-id";
17
- export declare const EMPLOYEE_MAPPED_DTO_MANAGER_INPUT_MAP_ID = "employee-mapped-dto-manager-input-map-id";