@coast/core-types 0.0.52 → 0.0.54

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 (971) hide show
  1. package/README.md +19 -0
  2. package/dist/application/TAudit.d.ts +4 -0
  3. package/dist/application/TAudit.js +3 -0
  4. package/dist/application/TAudit.js.map +1 -0
  5. package/dist/automations/TAutomation.d.ts +20 -0
  6. package/dist/automations/TAutomation.js +3 -0
  7. package/dist/automations/TAutomation.js.map +1 -0
  8. package/dist/automations/action/TAnyAutomationAction.d.ts +13 -0
  9. package/dist/automations/action/TAnyAutomationAction.js +3 -0
  10. package/dist/automations/action/TAnyAutomationAction.js.map +1 -0
  11. package/dist/automations/action/TAutomationAction.d.ts +14 -0
  12. package/dist/automations/action/TAutomationAction.js +3 -0
  13. package/dist/automations/action/TAutomationAction.js.map +1 -0
  14. package/dist/automations/action/TCalculateValueAction.d.ts +6 -0
  15. package/dist/automations/action/TCalculateValueAction.js +3 -0
  16. package/dist/automations/action/TCalculateValueAction.js.map +1 -0
  17. package/dist/automations/action/TCurrentWorkflowEntityUpdateAction.d.ts +6 -0
  18. package/dist/automations/action/TCurrentWorkflowEntityUpdateAction.js +3 -0
  19. package/dist/automations/action/TCurrentWorkflowEntityUpdateAction.js.map +1 -0
  20. package/dist/automations/action/TExternalFormLinkCreateAction.d.ts +6 -0
  21. package/dist/automations/action/TExternalFormLinkCreateAction.js +3 -0
  22. package/dist/automations/action/TExternalFormLinkCreateAction.js.map +1 -0
  23. package/dist/automations/action/TReferencedInQuantitySumAction.d.ts +6 -0
  24. package/dist/automations/action/TReferencedInQuantitySumAction.js +3 -0
  25. package/dist/automations/action/TReferencedInQuantitySumAction.js.map +1 -0
  26. package/dist/automations/action/TSendEmailAction.d.ts +6 -0
  27. package/dist/automations/action/TSendEmailAction.js +3 -0
  28. package/dist/automations/action/TSendEmailAction.js.map +1 -0
  29. package/dist/automations/action/TSendNotificationAction.d.ts +6 -0
  30. package/dist/automations/action/TSendNotificationAction.js +3 -0
  31. package/dist/automations/action/TSendNotificationAction.js.map +1 -0
  32. package/dist/automations/action/TSendPushNotificationAction.d.ts +6 -0
  33. package/dist/automations/action/TSendPushNotificationAction.js +3 -0
  34. package/dist/automations/action/TSendPushNotificationAction.js.map +1 -0
  35. package/dist/automations/action/TSendWebhookAction.d.ts +6 -0
  36. package/dist/automations/action/TSendWebhookAction.js +3 -0
  37. package/dist/automations/action/TSendWebhookAction.js.map +1 -0
  38. package/dist/automations/action/TTriggerRelatedCardAutomationAction.d.ts +6 -0
  39. package/dist/automations/action/TTriggerRelatedCardAutomationAction.js +3 -0
  40. package/dist/automations/action/TTriggerRelatedCardAutomationAction.js.map +1 -0
  41. package/dist/automations/action/TUpdateRelatedCardQuantityAction.d.ts +6 -0
  42. package/dist/automations/action/TUpdateRelatedCardQuantityAction.js +3 -0
  43. package/dist/automations/action/TUpdateRelatedCardQuantityAction.js.map +1 -0
  44. package/dist/automations/action/TWorkflowEntityCreateAction.d.ts +6 -0
  45. package/dist/automations/action/TWorkflowEntityCreateAction.js +3 -0
  46. package/dist/automations/action/TWorkflowEntityCreateAction.js.map +1 -0
  47. package/dist/automations/action/TWorkflowEntityUpdateAction.d.ts +6 -0
  48. package/dist/automations/action/TWorkflowEntityUpdateAction.js +3 -0
  49. package/dist/automations/action/TWorkflowEntityUpdateAction.js.map +1 -0
  50. package/dist/automations/action/component-data/TActionResultNumber.d.ts +5 -0
  51. package/dist/automations/action/component-data/TActionResultNumber.js +3 -0
  52. package/dist/automations/action/component-data/TActionResultNumber.js.map +1 -0
  53. package/dist/automations/action/component-data/TAnyDynamicComponentData.d.ts +9 -0
  54. package/dist/automations/action/component-data/TAnyDynamicComponentData.js +3 -0
  55. package/dist/automations/action/component-data/TAnyDynamicComponentData.js.map +1 -0
  56. package/dist/automations/action/component-data/TAnyDynamicNumberComponentData.d.ts +5 -0
  57. package/dist/automations/action/component-data/TAnyDynamicNumberComponentData.js +3 -0
  58. package/dist/automations/action/component-data/TAnyDynamicNumberComponentData.js.map +1 -0
  59. package/dist/automations/action/component-data/TClearValue.d.ts +3 -0
  60. package/dist/automations/action/component-data/TClearValue.js +3 -0
  61. package/dist/automations/action/component-data/TClearValue.js.map +1 -0
  62. package/dist/automations/action/component-data/TCurrentWorkflowEntity.d.ts +3 -0
  63. package/dist/automations/action/component-data/TCurrentWorkflowEntity.js +3 -0
  64. package/dist/automations/action/component-data/TCurrentWorkflowEntity.js.map +1 -0
  65. package/dist/automations/action/component-data/TCurrentWorkflowEntityComponent.d.ts +5 -0
  66. package/dist/automations/action/component-data/TCurrentWorkflowEntityComponent.js +3 -0
  67. package/dist/automations/action/component-data/TCurrentWorkflowEntityComponent.js.map +1 -0
  68. package/dist/automations/action/component-data/TDynamicComponentData.d.ts +4 -0
  69. package/dist/automations/action/component-data/TDynamicComponentData.js +3 -0
  70. package/dist/automations/action/component-data/TDynamicComponentData.js.map +1 -0
  71. package/dist/automations/action/component-data/TOriginUser.d.ts +3 -0
  72. package/dist/automations/action/component-data/TOriginUser.js +3 -0
  73. package/dist/automations/action/component-data/TOriginUser.js.map +1 -0
  74. package/dist/automations/action/component-data/TRelatedWorkflowEntityComponent.d.ts +7 -0
  75. package/dist/automations/action/component-data/TRelatedWorkflowEntityComponent.js +3 -0
  76. package/dist/automations/action/component-data/TRelatedWorkflowEntityComponent.js.map +1 -0
  77. package/dist/automations/action/component-data/TSubformWorkflowEntityComponent.d.ts +10 -0
  78. package/dist/automations/action/component-data/TSubformWorkflowEntityComponent.js +3 -0
  79. package/dist/automations/action/component-data/TSubformWorkflowEntityComponent.js.map +1 -0
  80. package/dist/automations/action/component-data/TTimeTrackerDataAction.d.ts +6 -0
  81. package/dist/automations/action/component-data/TTimeTrackerDataAction.js +3 -0
  82. package/dist/automations/action/component-data/TTimeTrackerDataAction.js.map +1 -0
  83. package/dist/automations/action/settings/TAnyAutomationActionSettings.d.ts +13 -0
  84. package/dist/automations/action/settings/TAnyAutomationActionSettings.js +3 -0
  85. package/dist/automations/action/settings/TAnyAutomationActionSettings.js.map +1 -0
  86. package/dist/automations/action/settings/TAutomationActionSettings.d.ts +4 -0
  87. package/dist/automations/action/settings/TAutomationActionSettings.js +3 -0
  88. package/dist/automations/action/settings/TAutomationActionSettings.js.map +1 -0
  89. package/dist/automations/action/settings/TCalculateValueActionSettings.d.ts +9 -0
  90. package/dist/automations/action/settings/TCalculateValueActionSettings.js +3 -0
  91. package/dist/automations/action/settings/TCalculateValueActionSettings.js.map +1 -0
  92. package/dist/automations/action/settings/TCurrentWorkflowEntityUpdateActionSettings.d.ts +3 -0
  93. package/dist/automations/action/settings/TCurrentWorkflowEntityUpdateActionSettings.js +3 -0
  94. package/dist/automations/action/settings/TCurrentWorkflowEntityUpdateActionSettings.js.map +1 -0
  95. package/dist/automations/action/settings/TExternalFormLinkCreateActionSettings.d.ts +6 -0
  96. package/dist/automations/action/settings/TExternalFormLinkCreateActionSettings.js +3 -0
  97. package/dist/automations/action/settings/TExternalFormLinkCreateActionSettings.js.map +1 -0
  98. package/dist/automations/action/settings/TReferencedInAggregate.d.ts +8 -0
  99. package/dist/automations/action/settings/TReferencedInAggregate.js +3 -0
  100. package/dist/automations/action/settings/TReferencedInAggregate.js.map +1 -0
  101. package/dist/automations/action/settings/TReferencedInQuantitySumActionSettings.d.ts +6 -0
  102. package/dist/automations/action/settings/TReferencedInQuantitySumActionSettings.js +3 -0
  103. package/dist/automations/action/settings/TReferencedInQuantitySumActionSettings.js.map +1 -0
  104. package/dist/automations/action/settings/TRelatedCardEmail.d.ts +5 -0
  105. package/dist/automations/action/settings/TRelatedCardEmail.js +3 -0
  106. package/dist/automations/action/settings/TRelatedCardEmail.js.map +1 -0
  107. package/dist/automations/action/settings/TSendEmailActionSettings.d.ts +15 -0
  108. package/dist/automations/action/settings/TSendEmailActionSettings.js +3 -0
  109. package/dist/automations/action/settings/TSendEmailActionSettings.js.map +1 -0
  110. package/dist/automations/action/settings/TSendNotificationActionSettings.d.ts +11 -0
  111. package/dist/automations/action/settings/TSendNotificationActionSettings.js +3 -0
  112. package/dist/automations/action/settings/TSendNotificationActionSettings.js.map +1 -0
  113. package/dist/automations/action/settings/TSendPushNotificationActionSettings.d.ts +11 -0
  114. package/dist/automations/action/settings/TSendPushNotificationActionSettings.js +3 -0
  115. package/dist/automations/action/settings/TSendPushNotificationActionSettings.js.map +1 -0
  116. package/dist/automations/action/settings/TSendWebhookActionSettings.d.ts +7 -0
  117. package/dist/automations/action/settings/TSendWebhookActionSettings.js +3 -0
  118. package/dist/automations/action/settings/TSendWebhookActionSettings.js.map +1 -0
  119. package/dist/automations/action/settings/TSettingsWorkflowEntityField.d.ts +9 -0
  120. package/dist/automations/action/settings/TSettingsWorkflowEntityField.js +3 -0
  121. package/dist/automations/action/settings/TSettingsWorkflowEntityField.js.map +1 -0
  122. package/dist/automations/action/settings/TTriggerRelatedCardAutomationActionSettings.d.ts +9 -0
  123. package/dist/automations/action/settings/TTriggerRelatedCardAutomationActionSettings.js +3 -0
  124. package/dist/automations/action/settings/TTriggerRelatedCardAutomationActionSettings.js.map +1 -0
  125. package/dist/automations/action/settings/TUpdateRelatedCardQuantityActionSettings.d.ts +11 -0
  126. package/dist/automations/action/settings/TUpdateRelatedCardQuantityActionSettings.js +3 -0
  127. package/dist/automations/action/settings/TUpdateRelatedCardQuantityActionSettings.js.map +1 -0
  128. package/dist/automations/action/settings/TWorkflowEntityActionSettings.d.ts +8 -0
  129. package/dist/automations/action/settings/TWorkflowEntityActionSettings.js +3 -0
  130. package/dist/automations/action/settings/TWorkflowEntityActionSettings.js.map +1 -0
  131. package/dist/automations/action/settings/TWorkflowEntityActionSettingsType.d.ts +2 -0
  132. package/dist/automations/action/settings/TWorkflowEntityActionSettingsType.js +3 -0
  133. package/dist/automations/action/settings/TWorkflowEntityActionSettingsType.js.map +1 -0
  134. package/dist/automations/action/settings/TWorkflowEntityCreateActionSettings.d.ts +3 -0
  135. package/dist/automations/action/settings/TWorkflowEntityCreateActionSettings.js +3 -0
  136. package/dist/automations/action/settings/TWorkflowEntityCreateActionSettings.js.map +1 -0
  137. package/dist/automations/action/settings/TWorkflowEntityUpdateActionSettings.d.ts +6 -0
  138. package/dist/automations/action/settings/TWorkflowEntityUpdateActionSettings.js +3 -0
  139. package/dist/automations/action/settings/TWorkflowEntityUpdateActionSettings.js.map +1 -0
  140. package/dist/automations/condition/TCondition.d.ts +11 -0
  141. package/dist/automations/condition/TCondition.js +3 -0
  142. package/dist/automations/condition/TCondition.js.map +1 -0
  143. package/dist/automations/condition/operands/TActionResultNumberOperand.d.ts +5 -0
  144. package/dist/automations/condition/operands/TActionResultNumberOperand.js +3 -0
  145. package/dist/automations/condition/operands/TActionResultNumberOperand.js.map +1 -0
  146. package/dist/automations/condition/operands/TAnyDataOperand.d.ts +12 -0
  147. package/dist/automations/condition/operands/TAnyDataOperand.js +3 -0
  148. package/dist/automations/condition/operands/TAnyDataOperand.js.map +1 -0
  149. package/dist/automations/condition/operands/TAnyNumberOperand.d.ts +10 -0
  150. package/dist/automations/condition/operands/TAnyNumberOperand.js +3 -0
  151. package/dist/automations/condition/operands/TAnyNumberOperand.js.map +1 -0
  152. package/dist/automations/condition/operands/TAnyOperand.d.ts +3 -0
  153. package/dist/automations/condition/operands/TAnyOperand.js +3 -0
  154. package/dist/automations/condition/operands/TAnyOperand.js.map +1 -0
  155. package/dist/automations/condition/operands/TComponentOperand.d.ts +7 -0
  156. package/dist/automations/condition/operands/TComponentOperand.js +3 -0
  157. package/dist/automations/condition/operands/TComponentOperand.js.map +1 -0
  158. package/dist/automations/condition/operands/TDateOperand.d.ts +5 -0
  159. package/dist/automations/condition/operands/TDateOperand.js +3 -0
  160. package/dist/automations/condition/operands/TDateOperand.js.map +1 -0
  161. package/dist/automations/condition/operands/TDateTokenOperand.d.ts +6 -0
  162. package/dist/automations/condition/operands/TDateTokenOperand.js +3 -0
  163. package/dist/automations/condition/operands/TDateTokenOperand.js.map +1 -0
  164. package/dist/automations/condition/operands/TEmptyOperand.d.ts +3 -0
  165. package/dist/automations/condition/operands/TEmptyOperand.js +3 -0
  166. package/dist/automations/condition/operands/TEmptyOperand.js.map +1 -0
  167. package/dist/automations/condition/operands/TNumberArrayOperand.d.ts +5 -0
  168. package/dist/automations/condition/operands/TNumberArrayOperand.js +3 -0
  169. package/dist/automations/condition/operands/TNumberArrayOperand.js.map +1 -0
  170. package/dist/automations/condition/operands/TNumberOperand.d.ts +5 -0
  171. package/dist/automations/condition/operands/TNumberOperand.js +3 -0
  172. package/dist/automations/condition/operands/TNumberOperand.js.map +1 -0
  173. package/dist/automations/condition/operands/TOperand.d.ts +4 -0
  174. package/dist/automations/condition/operands/TOperand.js +3 -0
  175. package/dist/automations/condition/operands/TOperand.js.map +1 -0
  176. package/dist/automations/condition/operands/TPreviousComponentOperand.d.ts +5 -0
  177. package/dist/automations/condition/operands/TPreviousComponentOperand.js +3 -0
  178. package/dist/automations/condition/operands/TPreviousComponentOperand.js.map +1 -0
  179. package/dist/automations/condition/operands/TStringArrayOperand.d.ts +5 -0
  180. package/dist/automations/condition/operands/TStringArrayOperand.js +3 -0
  181. package/dist/automations/condition/operands/TStringArrayOperand.js.map +1 -0
  182. package/dist/automations/condition/operands/TStringOperand.d.ts +5 -0
  183. package/dist/automations/condition/operands/TStringOperand.js +3 -0
  184. package/dist/automations/condition/operands/TStringOperand.js.map +1 -0
  185. package/dist/automations/condition/operands/TSubformComponentRefOperand.d.ts +10 -0
  186. package/dist/automations/condition/operands/TSubformComponentRefOperand.js +3 -0
  187. package/dist/automations/condition/operands/TSubformComponentRefOperand.js.map +1 -0
  188. package/dist/automations/condition/operands/TWorkflowEntityRefComponentOperand.d.ts +8 -0
  189. package/dist/automations/condition/operands/TWorkflowEntityRefComponentOperand.js +3 -0
  190. package/dist/automations/condition/operands/TWorkflowEntityRefComponentOperand.js.map +1 -0
  191. package/dist/automations/condition/operands/TWorkflowTemplateComponentCase.d.ts +6 -0
  192. package/dist/automations/condition/operands/TWorkflowTemplateComponentCase.js +3 -0
  193. package/dist/automations/condition/operands/TWorkflowTemplateComponentCase.js.map +1 -0
  194. package/dist/automations/field-reference/TRelatedCardFieldReference.d.ts +5 -0
  195. package/dist/automations/field-reference/TRelatedCardFieldReference.js +3 -0
  196. package/dist/automations/field-reference/TRelatedCardFieldReference.js.map +1 -0
  197. package/dist/automations/field-reference/TSubformFieldReference.d.ts +8 -0
  198. package/dist/automations/field-reference/TSubformFieldReference.js +3 -0
  199. package/dist/automations/field-reference/TSubformFieldReference.js.map +1 -0
  200. package/dist/components/TAnyComponent.d.ts +27 -0
  201. package/dist/components/TAnyComponent.js +3 -0
  202. package/dist/components/TAnyComponent.js.map +1 -0
  203. package/dist/components/TAnyComponentOverride.d.ts +27 -0
  204. package/dist/components/TAnyComponentOverride.js +3 -0
  205. package/dist/components/TAnyComponentOverride.js.map +1 -0
  206. package/dist/components/TAnyInputComponent.d.ts +21 -0
  207. package/dist/components/TAnyInputComponent.js +3 -0
  208. package/dist/components/TAnyInputComponent.js.map +1 -0
  209. package/dist/components/TAnyInputComponentOverride.d.ts +21 -0
  210. package/dist/components/TAnyInputComponentOverride.js +3 -0
  211. package/dist/components/TAnyInputComponentOverride.js.map +1 -0
  212. package/dist/components/TComponent.d.ts +10 -0
  213. package/dist/components/TComponent.js +3 -0
  214. package/dist/components/TComponent.js.map +1 -0
  215. package/dist/components/TComponentOverride.d.ts +6 -0
  216. package/dist/components/TComponentOverride.js +3 -0
  217. package/dist/components/TComponentOverride.js.map +1 -0
  218. package/dist/components/TInputComponent.d.ts +7 -0
  219. package/dist/components/TInputComponent.js +3 -0
  220. package/dist/components/TInputComponent.js.map +1 -0
  221. package/dist/components/TPresentationComponent.d.ts +10 -0
  222. package/dist/components/TPresentationComponent.js +3 -0
  223. package/dist/components/TPresentationComponent.js.map +1 -0
  224. package/dist/components/address/TAddressComponent.d.ts +3 -0
  225. package/dist/components/address/TAddressComponent.js +3 -0
  226. package/dist/components/address/TAddressComponent.js.map +1 -0
  227. package/dist/components/address/TAddressComponentOverride.d.ts +3 -0
  228. package/dist/components/address/TAddressComponentOverride.js +3 -0
  229. package/dist/components/address/TAddressComponentOverride.js.map +1 -0
  230. package/dist/components/audit-checkbox/TAuditCheckboxComponent.d.ts +3 -0
  231. package/dist/components/audit-checkbox/TAuditCheckboxComponent.js +3 -0
  232. package/dist/components/audit-checkbox/TAuditCheckboxComponent.js.map +1 -0
  233. package/dist/components/audit-checkbox/TAuditCheckboxComponentOverride.d.ts +3 -0
  234. package/dist/components/audit-checkbox/TAuditCheckboxComponentOverride.js +3 -0
  235. package/dist/components/audit-checkbox/TAuditCheckboxComponentOverride.js.map +1 -0
  236. package/dist/components/audit-tag/TAuditTagComponent.d.ts +3 -0
  237. package/dist/components/audit-tag/TAuditTagComponent.js +3 -0
  238. package/dist/components/audit-tag/TAuditTagComponent.js.map +1 -0
  239. package/dist/components/audit-tag/TAuditTagComponentOverride.d.ts +3 -0
  240. package/dist/components/audit-tag/TAuditTagComponentOverride.js +3 -0
  241. package/dist/components/audit-tag/TAuditTagComponentOverride.js.map +1 -0
  242. package/dist/components/audit-text/TAuditTextComponent.d.ts +3 -0
  243. package/dist/components/audit-text/TAuditTextComponent.js +3 -0
  244. package/dist/components/audit-text/TAuditTextComponent.js.map +1 -0
  245. package/dist/components/audit-text/TAuditTextComponentOverride.d.ts +3 -0
  246. package/dist/components/audit-text/TAuditTextComponentOverride.js +3 -0
  247. package/dist/components/audit-text/TAuditTextComponentOverride.js.map +1 -0
  248. package/dist/components/button/TButtonComponent.d.ts +5 -0
  249. package/dist/components/button/TButtonComponent.js +3 -0
  250. package/dist/components/button/TButtonComponent.js.map +1 -0
  251. package/dist/components/button/TInputButtonComponent.d.ts +5 -0
  252. package/dist/components/button/TInputButtonComponent.js +3 -0
  253. package/dist/components/button/TInputButtonComponent.js.map +1 -0
  254. package/dist/components/button/TInputButtonComponentOverride.d.ts +3 -0
  255. package/dist/components/button/TInputButtonComponentOverride.js +3 -0
  256. package/dist/components/button/TInputButtonComponentOverride.js.map +1 -0
  257. package/dist/components/date/TDateComponent.d.ts +10 -0
  258. package/dist/components/date/TDateComponent.js +3 -0
  259. package/dist/components/date/TDateComponent.js.map +1 -0
  260. package/dist/components/date/TDateComponentOverride.d.ts +3 -0
  261. package/dist/components/date/TDateComponentOverride.js +3 -0
  262. package/dist/components/date/TDateComponentOverride.js.map +1 -0
  263. package/dist/components/date/TDateDefault.d.ts +3 -0
  264. package/dist/components/date/TDateDefault.js +3 -0
  265. package/dist/components/date/TDateDefault.js.map +1 -0
  266. package/dist/components/date-range/TDateRangeComponent.d.ts +6 -0
  267. package/dist/components/date-range/TDateRangeComponent.js +3 -0
  268. package/dist/components/date-range/TDateRangeComponent.js.map +1 -0
  269. package/dist/components/date-range/TDateRangeComponentOverride.d.ts +3 -0
  270. package/dist/components/date-range/TDateRangeComponentOverride.js +3 -0
  271. package/dist/components/date-range/TDateRangeComponentOverride.js.map +1 -0
  272. package/dist/components/email/TEmailComponent.d.ts +6 -0
  273. package/dist/components/email/TEmailComponent.js +3 -0
  274. package/dist/components/email/TEmailComponent.js.map +1 -0
  275. package/dist/components/email/TEmailComponentOverride.d.ts +3 -0
  276. package/dist/components/email/TEmailComponentOverride.js +3 -0
  277. package/dist/components/email/TEmailComponentOverride.js.map +1 -0
  278. package/dist/components/email/TEmailDefault.d.ts +3 -0
  279. package/dist/components/email/TEmailDefault.js +3 -0
  280. package/dist/components/email/TEmailDefault.js.map +1 -0
  281. package/dist/components/entity-batch/TEntityBatchComponent.d.ts +3 -0
  282. package/dist/components/entity-batch/TEntityBatchComponent.js +3 -0
  283. package/dist/components/entity-batch/TEntityBatchComponent.js.map +1 -0
  284. package/dist/components/entity-batch/TEntityBatchComponentOverride.d.ts +3 -0
  285. package/dist/components/entity-batch/TEntityBatchComponentOverride.js +3 -0
  286. package/dist/components/entity-batch/TEntityBatchComponentOverride.js.map +1 -0
  287. package/dist/components/file/TFileComponent.d.ts +5 -0
  288. package/dist/components/file/TFileComponent.js +3 -0
  289. package/dist/components/file/TFileComponent.js.map +1 -0
  290. package/dist/components/file/TFileComponentOverride.d.ts +3 -0
  291. package/dist/components/file/TFileComponentOverride.js +3 -0
  292. package/dist/components/file/TFileComponentOverride.js.map +1 -0
  293. package/dist/components/geo-location/TGeolocationComponent.d.ts +3 -0
  294. package/dist/components/geo-location/TGeolocationComponent.js +3 -0
  295. package/dist/components/geo-location/TGeolocationComponent.js.map +1 -0
  296. package/dist/components/geo-location/TGeolocationComponentOverride.d.ts +3 -0
  297. package/dist/components/geo-location/TGeolocationComponentOverride.js +3 -0
  298. package/dist/components/geo-location/TGeolocationComponentOverride.js.map +1 -0
  299. package/dist/components/number/TNumberComponent.d.ts +6 -0
  300. package/dist/components/number/TNumberComponent.js +3 -0
  301. package/dist/components/number/TNumberComponent.js.map +1 -0
  302. package/dist/components/number/TNumberComponentOverride.d.ts +3 -0
  303. package/dist/components/number/TNumberComponentOverride.js +3 -0
  304. package/dist/components/number/TNumberComponentOverride.js.map +1 -0
  305. package/dist/components/person/TPersonComponent.d.ts +6 -0
  306. package/dist/components/person/TPersonComponent.js +3 -0
  307. package/dist/components/person/TPersonComponent.js.map +1 -0
  308. package/dist/components/person/TPersonComponentDefault.d.ts +6 -0
  309. package/dist/components/person/TPersonComponentDefault.js +3 -0
  310. package/dist/components/person/TPersonComponentDefault.js.map +1 -0
  311. package/dist/components/person/TPersonComponentOverride.d.ts +3 -0
  312. package/dist/components/person/TPersonComponentOverride.js +3 -0
  313. package/dist/components/person/TPersonComponentOverride.js.map +1 -0
  314. package/dist/components/referenced-in/TReferencedInComponent.d.ts +10 -0
  315. package/dist/components/referenced-in/TReferencedInComponent.js +3 -0
  316. package/dist/components/referenced-in/TReferencedInComponent.js.map +1 -0
  317. package/dist/components/referenced-in/TReferencedInComponentOverride.d.ts +3 -0
  318. package/dist/components/referenced-in/TReferencedInComponentOverride.js +3 -0
  319. package/dist/components/referenced-in/TReferencedInComponentOverride.js.map +1 -0
  320. package/dist/components/related-card/TListWorkflowEntitiesDefault.d.ts +5 -0
  321. package/dist/components/related-card/TListWorkflowEntitiesDefault.js +3 -0
  322. package/dist/components/related-card/TListWorkflowEntitiesDefault.js.map +1 -0
  323. package/dist/components/related-card/TRelatedCardComponent.d.ts +12 -0
  324. package/dist/components/related-card/TRelatedCardComponent.js +3 -0
  325. package/dist/components/related-card/TRelatedCardComponent.js.map +1 -0
  326. package/dist/components/related-card/TRelatedCardComponentOverride.d.ts +3 -0
  327. package/dist/components/related-card/TRelatedCardComponentOverride.js +3 -0
  328. package/dist/components/related-card/TRelatedCardComponentOverride.js.map +1 -0
  329. package/dist/components/related-card/TRelatedCardDefault.d.ts +3 -0
  330. package/dist/components/related-card/TRelatedCardDefault.js +3 -0
  331. package/dist/components/related-card/TRelatedCardDefault.js.map +1 -0
  332. package/dist/components/related-card-lookup/TRelatedCardLookupComponent.d.ts +16 -0
  333. package/dist/components/related-card-lookup/TRelatedCardLookupComponent.js +3 -0
  334. package/dist/components/related-card-lookup/TRelatedCardLookupComponent.js.map +1 -0
  335. package/dist/components/related-card-lookup/TRelatedCardLookupComponentOverride.d.ts +3 -0
  336. package/dist/components/related-card-lookup/TRelatedCardLookupComponentOverride.js +3 -0
  337. package/dist/components/related-card-lookup/TRelatedCardLookupComponentOverride.js.map +1 -0
  338. package/dist/components/scheduled-automation/TScheduledAutomationComponent.d.ts +10 -0
  339. package/dist/components/scheduled-automation/TScheduledAutomationComponent.js +3 -0
  340. package/dist/components/scheduled-automation/TScheduledAutomationComponent.js.map +1 -0
  341. package/dist/components/scheduled-automation/TScheduledAutomationComponentOverride.d.ts +3 -0
  342. package/dist/components/scheduled-automation/TScheduledAutomationComponentOverride.js +3 -0
  343. package/dist/components/scheduled-automation/TScheduledAutomationComponentOverride.js.map +1 -0
  344. package/dist/components/scheduled-automation/TScheduledAutomationDefault.d.ts +3 -0
  345. package/dist/components/scheduled-automation/TScheduledAutomationDefault.js +3 -0
  346. package/dist/components/scheduled-automation/TScheduledAutomationDefault.js.map +1 -0
  347. package/dist/components/signature/TSignatureComponent.d.ts +3 -0
  348. package/dist/components/signature/TSignatureComponent.js +3 -0
  349. package/dist/components/signature/TSignatureComponent.js.map +1 -0
  350. package/dist/components/signature/TSignatureComponentOverride.d.ts +3 -0
  351. package/dist/components/signature/TSignatureComponentOverride.js +3 -0
  352. package/dist/components/signature/TSignatureComponentOverride.js.map +1 -0
  353. package/dist/components/static-text/TStaticTextComponent.d.ts +5 -0
  354. package/dist/components/static-text/TStaticTextComponent.js +3 -0
  355. package/dist/components/static-text/TStaticTextComponent.js.map +1 -0
  356. package/dist/components/static-text/TStaticTextComponentOverride.d.ts +3 -0
  357. package/dist/components/static-text/TStaticTextComponentOverride.js +3 -0
  358. package/dist/components/static-text/TStaticTextComponentOverride.js.map +1 -0
  359. package/dist/components/subform/TSubformComponent.d.ts +8 -0
  360. package/dist/components/subform/TSubformComponent.js +3 -0
  361. package/dist/components/subform/TSubformComponent.js.map +1 -0
  362. package/dist/components/subform/TSubformComponentOverride.d.ts +3 -0
  363. package/dist/components/subform/TSubformComponentOverride.js +3 -0
  364. package/dist/components/subform/TSubformComponentOverride.js.map +1 -0
  365. package/dist/components/subform/TSubformDefault.d.ts +4 -0
  366. package/dist/components/subform/TSubformDefault.js +3 -0
  367. package/dist/components/subform/TSubformDefault.js.map +1 -0
  368. package/dist/components/tag/TCombinedTagsComponent.d.ts +8 -0
  369. package/dist/components/tag/TCombinedTagsComponent.js +3 -0
  370. package/dist/components/tag/TCombinedTagsComponent.js.map +1 -0
  371. package/dist/components/tag/TCombinedTagsComponentOverride.d.ts +3 -0
  372. package/dist/components/tag/TCombinedTagsComponentOverride.js +3 -0
  373. package/dist/components/tag/TCombinedTagsComponentOverride.js.map +1 -0
  374. package/dist/components/tag/TTagComponent.d.ts +16 -0
  375. package/dist/components/tag/TTagComponent.js +3 -0
  376. package/dist/components/tag/TTagComponent.js.map +1 -0
  377. package/dist/components/tag/TTagComponentChecklistOptions.d.ts +4 -0
  378. package/dist/components/tag/TTagComponentChecklistOptions.js +3 -0
  379. package/dist/components/tag/TTagComponentChecklistOptions.js.map +1 -0
  380. package/dist/components/tag/TTagComponentOption.d.ts +7 -0
  381. package/dist/components/tag/TTagComponentOption.js +3 -0
  382. package/dist/components/tag/TTagComponentOption.js.map +1 -0
  383. package/dist/components/tag/TTagComponentOverride.d.ts +3 -0
  384. package/dist/components/tag/TTagComponentOverride.js +3 -0
  385. package/dist/components/tag/TTagComponentOverride.js.map +1 -0
  386. package/dist/components/tag/TTagDefault.d.ts +3 -0
  387. package/dist/components/tag/TTagDefault.js +3 -0
  388. package/dist/components/tag/TTagDefault.js.map +1 -0
  389. package/dist/components/tag/TagType.d.ts +3 -0
  390. package/dist/components/tag/TagType.js +3 -0
  391. package/dist/components/tag/TagType.js.map +1 -0
  392. package/dist/components/text/TTextComponent.d.ts +9 -0
  393. package/dist/components/text/TTextComponent.js +3 -0
  394. package/dist/components/text/TTextComponent.js.map +1 -0
  395. package/dist/components/text/TTextComponentOverride.d.ts +3 -0
  396. package/dist/components/text/TTextComponentOverride.js +3 -0
  397. package/dist/components/text/TTextComponentOverride.js.map +1 -0
  398. package/dist/components/text/TTextDefault.d.ts +3 -0
  399. package/dist/components/text/TTextDefault.js +3 -0
  400. package/dist/components/text/TTextDefault.js.map +1 -0
  401. package/dist/components/time-tracker/TTimeTrackerComponent.d.ts +10 -0
  402. package/dist/components/time-tracker/TTimeTrackerComponent.js +3 -0
  403. package/dist/components/time-tracker/TTimeTrackerComponent.js.map +1 -0
  404. package/dist/components/time-tracker/TTimeTrackerComponentOverride.d.ts +3 -0
  405. package/dist/components/time-tracker/TTimeTrackerComponentOverride.js +3 -0
  406. package/dist/components/time-tracker/TTimeTrackerComponentOverride.js.map +1 -0
  407. package/dist/components/todo/TTodoComponent.d.ts +3 -0
  408. package/dist/components/todo/TTodoComponent.js +3 -0
  409. package/dist/components/todo/TTodoComponent.js.map +1 -0
  410. package/dist/components/todo/TTodoComponentOverride.d.ts +3 -0
  411. package/dist/components/todo/TTodoComponentOverride.js +3 -0
  412. package/dist/components/todo/TTodoComponentOverride.js.map +1 -0
  413. package/dist/components/url/TUrlComponent.d.ts +3 -0
  414. package/dist/components/url/TUrlComponent.js +3 -0
  415. package/dist/components/url/TUrlComponent.js.map +1 -0
  416. package/dist/components/url/TUrlComponentOverride.d.ts +3 -0
  417. package/dist/components/url/TUrlComponentOverride.js +3 -0
  418. package/dist/components/url/TUrlComponentOverride.js.map +1 -0
  419. package/dist/view-template/TCollectionCriteria.d.ts +8 -0
  420. package/dist/view-template/TCollectionCriteria.js +3 -0
  421. package/dist/view-template/TCollectionCriteria.js.map +1 -0
  422. package/dist/view-template/TCollectionGroup.d.ts +4 -0
  423. package/dist/view-template/TCollectionGroup.js +3 -0
  424. package/dist/view-template/TCollectionGroup.js.map +1 -0
  425. package/dist/view-template/TComponentViewOptions.d.ts +6 -0
  426. package/dist/view-template/TComponentViewOptions.js +3 -0
  427. package/dist/view-template/TComponentViewOptions.js.map +1 -0
  428. package/dist/view-template/TViewTemplate.d.ts +33 -0
  429. package/dist/view-template/TViewTemplate.js +3 -0
  430. package/dist/view-template/TViewTemplate.js.map +1 -0
  431. package/dist/view-template/error/ViewTemplateErrorCode.d.ts +1 -0
  432. package/dist/view-template/error/ViewTemplateErrorCode.js +1 -0
  433. package/dist/view-template/error/ViewTemplateErrorCode.js.map +1 -1
  434. package/dist/view-template-layout/TAnyViewTemplateLayoutItem.d.ts +3 -0
  435. package/dist/view-template-layout/TAnyViewTemplateLayoutItem.js +3 -0
  436. package/dist/view-template-layout/TAnyViewTemplateLayoutItem.js.map +1 -0
  437. package/dist/view-template-layout/TViewTemplateLayout.d.ts +11 -0
  438. package/dist/view-template-layout/TViewTemplateLayout.js +3 -0
  439. package/dist/view-template-layout/TViewTemplateLayout.js.map +1 -0
  440. package/dist/view-template-layout/TViewTemplateLayoutItem.d.ts +7 -0
  441. package/dist/view-template-layout/TViewTemplateLayoutItem.js +3 -0
  442. package/dist/view-template-layout/TViewTemplateLayoutItem.js.map +1 -0
  443. package/dist/view-template-layout/ViewTemplateLayoutItemId.d.ts +2 -2
  444. package/dist/view-template-layout/ViewTemplateLayoutItemId.js +2 -2
  445. package/dist/view-template-layout/ViewTemplateLayoutItemId.js.map +1 -1
  446. package/dist/view-template-layout/items/TViewTemplateLayoutComponent.d.ts +6 -0
  447. package/dist/view-template-layout/items/TViewTemplateLayoutComponent.js +3 -0
  448. package/dist/view-template-layout/items/TViewTemplateLayoutComponent.js.map +1 -0
  449. package/dist/view-template-layout/items/TViewTemplateLayoutSection.d.ts +9 -0
  450. package/dist/view-template-layout/items/TViewTemplateLayoutSection.js +3 -0
  451. package/dist/view-template-layout/items/TViewTemplateLayoutSection.js.map +1 -0
  452. package/dist/workflow-entity/TAbstractListWorkflowEntities.d.ts +10 -0
  453. package/dist/workflow-entity/TAbstractListWorkflowEntities.js +3 -0
  454. package/dist/workflow-entity/TAbstractListWorkflowEntities.js.map +1 -0
  455. package/dist/workflow-entity/TWorkflowEntity.d.ts +13 -0
  456. package/dist/workflow-entity/TWorkflowEntity.js +3 -0
  457. package/dist/workflow-entity/TWorkflowEntity.js.map +1 -0
  458. package/dist/workflow-entity/filters/TAbsoluteDate.d.ts +3 -0
  459. package/dist/workflow-entity/filters/TAbsoluteDate.js +3 -0
  460. package/dist/workflow-entity/filters/TAbsoluteDate.js.map +1 -0
  461. package/dist/workflow-entity/filters/TAnyComponentFilter.d.ts +15 -0
  462. package/dist/workflow-entity/filters/TAnyComponentFilter.js +3 -0
  463. package/dist/workflow-entity/filters/TAnyComponentFilter.js.map +1 -0
  464. package/dist/workflow-entity/filters/TAnyFilter.d.ts +10 -0
  465. package/dist/workflow-entity/filters/TAnyFilter.js +3 -0
  466. package/dist/workflow-entity/filters/TAnyFilter.js.map +1 -0
  467. package/dist/workflow-entity/filters/TAnyMultiComponentFilter.d.ts +3 -0
  468. package/dist/workflow-entity/filters/TAnyMultiComponentFilter.js +3 -0
  469. package/dist/workflow-entity/filters/TAnyMultiComponentFilter.js.map +1 -0
  470. package/dist/workflow-entity/filters/TAnySingleComponentFilter.d.ts +12 -0
  471. package/dist/workflow-entity/filters/TAnySingleComponentFilter.js +3 -0
  472. package/dist/workflow-entity/filters/TAnySingleComponentFilter.js.map +1 -0
  473. package/dist/workflow-entity/filters/TContainsCurrentUser.d.ts +5 -0
  474. package/dist/workflow-entity/filters/TContainsCurrentUser.js +3 -0
  475. package/dist/workflow-entity/filters/TContainsCurrentUser.js.map +1 -0
  476. package/dist/workflow-entity/filters/TContainsCurrentWorkflowTemplateComponentValue.d.ts +3 -0
  477. package/dist/workflow-entity/filters/TContainsCurrentWorkflowTemplateComponentValue.js +3 -0
  478. package/dist/workflow-entity/filters/TContainsCurrentWorkflowTemplateComponentValue.js.map +1 -0
  479. package/dist/workflow-entity/filters/TContainsNestedString.d.ts +6 -0
  480. package/dist/workflow-entity/filters/TContainsNestedString.js +3 -0
  481. package/dist/workflow-entity/filters/TContainsNestedString.js.map +1 -0
  482. package/dist/workflow-entity/filters/TContainsNumber.d.ts +5 -0
  483. package/dist/workflow-entity/filters/TContainsNumber.js +3 -0
  484. package/dist/workflow-entity/filters/TContainsNumber.js.map +1 -0
  485. package/dist/workflow-entity/filters/TContainsString.d.ts +5 -0
  486. package/dist/workflow-entity/filters/TContainsString.js +3 -0
  487. package/dist/workflow-entity/filters/TContainsString.js.map +1 -0
  488. package/dist/workflow-entity/filters/TDateIs.d.ts +10 -0
  489. package/dist/workflow-entity/filters/TDateIs.js +3 -0
  490. package/dist/workflow-entity/filters/TDateIs.js.map +1 -0
  491. package/dist/workflow-entity/filters/TDateRange.d.ts +6 -0
  492. package/dist/workflow-entity/filters/TDateRange.js +3 -0
  493. package/dist/workflow-entity/filters/TDateRange.js.map +1 -0
  494. package/dist/workflow-entity/filters/TDateTokenIs.d.ts +6 -0
  495. package/dist/workflow-entity/filters/TDateTokenIs.js +3 -0
  496. package/dist/workflow-entity/filters/TDateTokenIs.js.map +1 -0
  497. package/dist/workflow-entity/filters/TDynamicFilterByComponent.d.ts +5 -0
  498. package/dist/workflow-entity/filters/TDynamicFilterByComponent.js +3 -0
  499. package/dist/workflow-entity/filters/TDynamicFilterByComponent.js.map +1 -0
  500. package/dist/workflow-entity/filters/TDynamicFilterOneOf.d.ts +5 -0
  501. package/dist/workflow-entity/filters/TDynamicFilterOneOf.js +3 -0
  502. package/dist/workflow-entity/filters/TDynamicFilterOneOf.js.map +1 -0
  503. package/dist/workflow-entity/filters/TFilterBase.d.ts +4 -0
  504. package/dist/workflow-entity/filters/TFilterBase.js +3 -0
  505. package/dist/workflow-entity/filters/TFilterBase.js.map +1 -0
  506. package/dist/workflow-entity/filters/TFilterByComponent.d.ts +5 -0
  507. package/dist/workflow-entity/filters/TFilterByComponent.js +3 -0
  508. package/dist/workflow-entity/filters/TFilterByComponent.js.map +1 -0
  509. package/dist/workflow-entity/filters/TFilterOneOf.d.ts +20 -0
  510. package/dist/workflow-entity/filters/TFilterOneOf.js +3 -0
  511. package/dist/workflow-entity/filters/TFilterOneOf.js.map +1 -0
  512. package/dist/workflow-entity/filters/TFilterOneOfByComponent.d.ts +5 -0
  513. package/dist/workflow-entity/filters/TFilterOneOfByComponent.js +3 -0
  514. package/dist/workflow-entity/filters/TFilterOneOfByComponent.js.map +1 -0
  515. package/dist/workflow-entity/filters/TIsEmpty.d.ts +5 -0
  516. package/dist/workflow-entity/filters/TIsEmpty.js +3 -0
  517. package/dist/workflow-entity/filters/TIsEmpty.js.map +1 -0
  518. package/dist/workflow-entity/filters/TIsNestedEmpty.d.ts +5 -0
  519. package/dist/workflow-entity/filters/TIsNestedEmpty.js +3 -0
  520. package/dist/workflow-entity/filters/TIsNestedEmpty.js.map +1 -0
  521. package/dist/workflow-entity/filters/TMatchesScript.d.ts +6 -0
  522. package/dist/workflow-entity/filters/TMatchesScript.js +3 -0
  523. package/dist/workflow-entity/filters/TMatchesScript.js.map +1 -0
  524. package/dist/workflow-entity/filters/TMultiMatchNumber.d.ts +5 -0
  525. package/dist/workflow-entity/filters/TMultiMatchNumber.js +3 -0
  526. package/dist/workflow-entity/filters/TMultiMatchNumber.js.map +1 -0
  527. package/dist/workflow-entity/filters/TMultiMatchString.d.ts +5 -0
  528. package/dist/workflow-entity/filters/TMultiMatchString.js +3 -0
  529. package/dist/workflow-entity/filters/TMultiMatchString.js.map +1 -0
  530. package/dist/workflow-entity/filters/TNegatable.d.ts +5 -0
  531. package/dist/workflow-entity/filters/TNegatable.js +3 -0
  532. package/dist/workflow-entity/filters/TNegatable.js.map +1 -0
  533. package/dist/workflow-entity/filters/TNumberIs.d.ts +7 -0
  534. package/dist/workflow-entity/filters/TNumberIs.js +3 -0
  535. package/dist/workflow-entity/filters/TNumberIs.js.map +1 -0
  536. package/dist/workflow-entity/filters/TRelativeDate.d.ts +5 -0
  537. package/dist/workflow-entity/filters/TRelativeDate.js +3 -0
  538. package/dist/workflow-entity/filters/TRelativeDate.js.map +1 -0
  539. package/dist/workflow-entity/filters/TStringWildcard.d.ts +5 -0
  540. package/dist/workflow-entity/filters/TStringWildcard.js +3 -0
  541. package/dist/workflow-entity/filters/TStringWildcard.js.map +1 -0
  542. package/dist/workflow-entity/recurring/TRecurringEntitiesAutoExtendDefault.d.ts +6 -0
  543. package/dist/workflow-entity/recurring/TRecurringEntitiesAutoExtendDefault.js +3 -0
  544. package/dist/workflow-entity/recurring/TRecurringEntitiesAutoExtendDefault.js.map +1 -0
  545. package/dist/workflow-entity/recurring/error/RecurringEntitiesErrorCode.d.ts +2 -1
  546. package/dist/workflow-entity/recurring/error/RecurringEntitiesErrorCode.js +1 -0
  547. package/dist/workflow-entity/recurring/error/RecurringEntitiesErrorCode.js.map +1 -1
  548. package/dist/workflow-entity/sort/TImpliedSortKeys.d.ts +6 -0
  549. package/dist/workflow-entity/sort/TImpliedSortKeys.js +3 -0
  550. package/dist/workflow-entity/sort/TImpliedSortKeys.js.map +1 -0
  551. package/dist/workflow-entity/sort/TSortByComponent.d.ts +5 -0
  552. package/dist/workflow-entity/sort/TSortByComponent.js +3 -0
  553. package/dist/workflow-entity/sort/TSortByComponent.js.map +1 -0
  554. package/dist/workflow-template/TViewTemplateDefaults.d.ts +5 -0
  555. package/dist/workflow-template/TViewTemplateDefaults.js +3 -0
  556. package/dist/workflow-template/TViewTemplateDefaults.js.map +1 -0
  557. package/dist/workflow-template/TWorkflowTemplate.d.ts +28 -0
  558. package/dist/workflow-template/TWorkflowTemplate.js +3 -0
  559. package/dist/workflow-template/TWorkflowTemplate.js.map +1 -0
  560. package/dist/workflow-template/behaviors/TNavigateAction.d.ts +6 -0
  561. package/dist/workflow-template/behaviors/TNavigateAction.js +3 -0
  562. package/dist/workflow-template/behaviors/TNavigateAction.js.map +1 -0
  563. package/dist/workflow-template/behaviors/TViewTemplateSelector.d.ts +6 -0
  564. package/dist/workflow-template/behaviors/TViewTemplateSelector.js +3 -0
  565. package/dist/workflow-template/behaviors/TViewTemplateSelector.js.map +1 -0
  566. package/dist/workflow-template/behaviors/TWorkflowTemplateBehavior.d.ts +5 -0
  567. package/dist/workflow-template/behaviors/TWorkflowTemplateBehavior.js +3 -0
  568. package/dist/workflow-template/behaviors/TWorkflowTemplateBehavior.js.map +1 -0
  569. package/dist/workflow-template/channel-default-configuration/TChannelDefaultConfiguration.d.ts +6 -0
  570. package/dist/workflow-template/channel-default-configuration/TChannelDefaultConfiguration.js +3 -0
  571. package/dist/workflow-template/channel-default-configuration/TChannelDefaultConfiguration.js.map +1 -0
  572. package/dist/workflow-template/components/TAnyComponentData.d.ts +22 -0
  573. package/dist/workflow-template/components/TAnyComponentData.js +3 -0
  574. package/dist/workflow-template/components/TAnyComponentData.js.map +1 -0
  575. package/dist/workflow-template/components/TAnyComponentDataValue.d.ts +21 -0
  576. package/dist/workflow-template/components/TAnyComponentDataValue.js +3 -0
  577. package/dist/workflow-template/components/TAnyComponentDataValue.js.map +1 -0
  578. package/dist/workflow-template/components/TComponentDataMap.d.ts +50 -0
  579. package/dist/workflow-template/components/TComponentDataMap.js +4 -0
  580. package/dist/workflow-template/components/TComponentDataMap.js.map +1 -0
  581. package/dist/workflow-template/components/TComponentDataMapIsExhaustive.d.ts +5 -0
  582. package/dist/workflow-template/components/TComponentDataMapIsExhaustive.js +3 -0
  583. package/dist/workflow-template/components/TComponentDataMapIsExhaustive.js.map +1 -0
  584. package/dist/workflow-template/components/TComponentDataValueForType.d.ts +9 -0
  585. package/dist/workflow-template/components/TComponentDataValueForType.js +3 -0
  586. package/dist/workflow-template/components/TComponentDataValueForType.js.map +1 -0
  587. package/dist/workflow-template/components/TEntityFields.d.ts +2 -0
  588. package/dist/workflow-template/components/TEntityFields.js +3 -0
  589. package/dist/workflow-template/components/TEntityFields.js.map +1 -0
  590. package/dist/workflow-template/components/TInputComponentDataValueMap.d.ts +45 -0
  591. package/dist/workflow-template/components/TInputComponentDataValueMap.js +4 -0
  592. package/dist/workflow-template/components/TInputComponentDataValueMap.js.map +1 -0
  593. package/dist/workflow-template/components/TInputComponentType.d.ts +2 -0
  594. package/dist/workflow-template/components/TInputComponentType.js +3 -0
  595. package/dist/workflow-template/components/TInputComponentType.js.map +1 -0
  596. package/dist/workflow-template/components/TInputComponentTypes.d.ts +2 -0
  597. package/dist/workflow-template/components/TInputComponentTypes.js +27 -0
  598. package/dist/workflow-template/components/TInputComponentTypes.js.map +1 -0
  599. package/dist/workflow-template/components/address/TAddressComponentData.d.ts +6 -0
  600. package/dist/workflow-template/components/address/TAddressComponentData.js +3 -0
  601. package/dist/workflow-template/components/address/TAddressComponentData.js.map +1 -0
  602. package/dist/workflow-template/components/address/TAddressComponentDataValue.d.ts +7 -0
  603. package/dist/workflow-template/components/address/TAddressComponentDataValue.js +3 -0
  604. package/dist/workflow-template/components/address/TAddressComponentDataValue.js.map +1 -0
  605. package/dist/workflow-template/components/audit-checkbox/TAuditCheckboxComponentData.d.ts +6 -0
  606. package/dist/workflow-template/components/audit-checkbox/TAuditCheckboxComponentData.js +3 -0
  607. package/dist/workflow-template/components/audit-checkbox/TAuditCheckboxComponentData.js.map +1 -0
  608. package/dist/workflow-template/components/audit-checkbox/TAuditCheckboxComponentDataValue.d.ts +4 -0
  609. package/dist/workflow-template/components/audit-checkbox/TAuditCheckboxComponentDataValue.js +3 -0
  610. package/dist/workflow-template/components/audit-checkbox/TAuditCheckboxComponentDataValue.js.map +1 -0
  611. package/dist/workflow-template/components/audit-tag/TAuditTagComponentData.d.ts +6 -0
  612. package/dist/workflow-template/components/audit-tag/TAuditTagComponentData.js +3 -0
  613. package/dist/workflow-template/components/audit-tag/TAuditTagComponentData.js.map +1 -0
  614. package/dist/workflow-template/components/audit-tag/TAuditTagComponentDataValue.d.ts +4 -0
  615. package/dist/workflow-template/components/audit-tag/TAuditTagComponentDataValue.js +3 -0
  616. package/dist/workflow-template/components/audit-tag/TAuditTagComponentDataValue.js.map +1 -0
  617. package/dist/workflow-template/components/audit-text/TAuditTextComponentData.d.ts +6 -0
  618. package/dist/workflow-template/components/audit-text/TAuditTextComponentData.js +3 -0
  619. package/dist/workflow-template/components/audit-text/TAuditTextComponentData.js.map +1 -0
  620. package/dist/workflow-template/components/audit-text/TAuditTextComponentDataValue.d.ts +4 -0
  621. package/dist/workflow-template/components/audit-text/TAuditTextComponentDataValue.js +3 -0
  622. package/dist/workflow-template/components/audit-text/TAuditTextComponentDataValue.js.map +1 -0
  623. package/dist/workflow-template/components/common/TAuditComponentDataValue.d.ts +5 -0
  624. package/dist/workflow-template/components/common/TAuditComponentDataValue.js +3 -0
  625. package/dist/workflow-template/components/common/TAuditComponentDataValue.js.map +1 -0
  626. package/dist/workflow-template/components/common/TCoordinates.d.ts +4 -0
  627. package/dist/workflow-template/components/common/TCoordinates.js +3 -0
  628. package/dist/workflow-template/components/common/TCoordinates.js.map +1 -0
  629. package/dist/workflow-template/components/common/TFileDataValue.d.ts +7 -0
  630. package/dist/workflow-template/components/common/TFileDataValue.js +3 -0
  631. package/dist/workflow-template/components/common/TFileDataValue.js.map +1 -0
  632. package/dist/workflow-template/components/date/TDateComponentData.d.ts +5 -0
  633. package/dist/workflow-template/components/date/TDateComponentData.js +3 -0
  634. package/dist/workflow-template/components/date/TDateComponentData.js.map +1 -0
  635. package/dist/workflow-template/components/date-range/TDateRangeComponentData.d.ts +6 -0
  636. package/dist/workflow-template/components/date-range/TDateRangeComponentData.js +3 -0
  637. package/dist/workflow-template/components/date-range/TDateRangeComponentData.js.map +1 -0
  638. package/dist/workflow-template/components/date-range/TDateRangeComponentDataValue.d.ts +4 -0
  639. package/dist/workflow-template/components/date-range/TDateRangeComponentDataValue.js +3 -0
  640. package/dist/workflow-template/components/date-range/TDateRangeComponentDataValue.js.map +1 -0
  641. package/dist/workflow-template/components/email/TEmailComponentData.d.ts +5 -0
  642. package/dist/workflow-template/components/email/TEmailComponentData.js +3 -0
  643. package/dist/workflow-template/components/email/TEmailComponentData.js.map +1 -0
  644. package/dist/workflow-template/components/entity-batch/TEntityBatchComponentData.d.ts +6 -0
  645. package/dist/workflow-template/components/entity-batch/TEntityBatchComponentData.js +3 -0
  646. package/dist/workflow-template/components/entity-batch/TEntityBatchComponentData.js.map +1 -0
  647. package/dist/workflow-template/components/error/ComponentErrorCode.d.ts +1 -0
  648. package/dist/workflow-template/components/error/ComponentErrorCode.js +1 -0
  649. package/dist/workflow-template/components/error/ComponentErrorCode.js.map +1 -1
  650. package/dist/workflow-template/components/file/TFileComponentData.d.ts +6 -0
  651. package/dist/workflow-template/components/file/TFileComponentData.js +3 -0
  652. package/dist/workflow-template/components/file/TFileComponentData.js.map +1 -0
  653. package/dist/workflow-template/components/geo-location/TGeolocationComponentData.d.ts +6 -0
  654. package/dist/workflow-template/components/geo-location/TGeolocationComponentData.js +3 -0
  655. package/dist/workflow-template/components/geo-location/TGeolocationComponentData.js.map +1 -0
  656. package/dist/workflow-template/components/geo-location/TGeolocationComponentDataValue.d.ts +8 -0
  657. package/dist/workflow-template/components/geo-location/TGeolocationComponentDataValue.js +3 -0
  658. package/dist/workflow-template/components/geo-location/TGeolocationComponentDataValue.js.map +1 -0
  659. package/dist/workflow-template/components/number/TNumberComponentData.d.ts +5 -0
  660. package/dist/workflow-template/components/number/TNumberComponentData.js +3 -0
  661. package/dist/workflow-template/components/number/TNumberComponentData.js.map +1 -0
  662. package/dist/workflow-template/components/person/TPersonComponentData.d.ts +6 -0
  663. package/dist/workflow-template/components/person/TPersonComponentData.js +3 -0
  664. package/dist/workflow-template/components/person/TPersonComponentData.js.map +1 -0
  665. package/dist/workflow-template/components/related-card/TRelatedCardComponentData.d.ts +6 -0
  666. package/dist/workflow-template/components/related-card/TRelatedCardComponentData.js +3 -0
  667. package/dist/workflow-template/components/related-card/TRelatedCardComponentData.js.map +1 -0
  668. package/dist/workflow-template/components/related-card/TRelatedCardComponentDataValue.d.ts +4 -0
  669. package/dist/workflow-template/components/related-card/TRelatedCardComponentDataValue.js +3 -0
  670. package/dist/workflow-template/components/related-card/TRelatedCardComponentDataValue.js.map +1 -0
  671. package/dist/workflow-template/components/scalar/ScalarKey.d.ts +3 -0
  672. package/dist/workflow-template/components/scalar/ScalarKey.js +8 -0
  673. package/dist/workflow-template/components/scalar/ScalarKey.js.map +1 -0
  674. package/dist/workflow-template/components/scalar/ScalarType.d.ts +6 -0
  675. package/dist/workflow-template/components/scalar/ScalarType.js +11 -0
  676. package/dist/workflow-template/components/scalar/ScalarType.js.map +1 -0
  677. package/dist/workflow-template/components/scalar/ScalarTypeRuntimeValue.d.ts +7 -0
  678. package/dist/workflow-template/components/scalar/ScalarTypeRuntimeValue.js +4 -0
  679. package/dist/workflow-template/components/scalar/ScalarTypeRuntimeValue.js.map +1 -0
  680. package/dist/workflow-template/components/scheduled-automation/TScheduledAutomationComponentData.d.ts +6 -0
  681. package/dist/workflow-template/components/scheduled-automation/TScheduledAutomationComponentData.js +3 -0
  682. package/dist/workflow-template/components/scheduled-automation/TScheduledAutomationComponentData.js.map +1 -0
  683. package/dist/workflow-template/components/scheduled-automation/TScheduledAutomationComponentDataValue.d.ts +3 -0
  684. package/dist/workflow-template/components/scheduled-automation/TScheduledAutomationComponentDataValue.js +3 -0
  685. package/dist/workflow-template/components/scheduled-automation/TScheduledAutomationComponentDataValue.js.map +1 -0
  686. package/dist/workflow-template/components/signature/TSignatureComponentData.d.ts +6 -0
  687. package/dist/workflow-template/components/signature/TSignatureComponentData.js +3 -0
  688. package/dist/workflow-template/components/signature/TSignatureComponentData.js.map +1 -0
  689. package/dist/workflow-template/components/signature/TSignatureComponentDataValue.d.ts +6 -0
  690. package/dist/workflow-template/components/signature/TSignatureComponentDataValue.js +3 -0
  691. package/dist/workflow-template/components/signature/TSignatureComponentDataValue.js.map +1 -0
  692. package/dist/workflow-template/components/subform/TSubformComponentData.d.ts +6 -0
  693. package/dist/workflow-template/components/subform/TSubformComponentData.js +3 -0
  694. package/dist/workflow-template/components/subform/TSubformComponentData.js.map +1 -0
  695. package/dist/workflow-template/components/subform/TSubformComponentDataValue.d.ts +8 -0
  696. package/dist/workflow-template/components/subform/TSubformComponentDataValue.js +3 -0
  697. package/dist/workflow-template/components/subform/TSubformComponentDataValue.js.map +1 -0
  698. package/dist/workflow-template/components/tag/TTagComponentData.d.ts +5 -0
  699. package/dist/workflow-template/components/tag/TTagComponentData.js +3 -0
  700. package/dist/workflow-template/components/tag/TTagComponentData.js.map +1 -0
  701. package/dist/workflow-template/components/text/TTextComponentData.d.ts +5 -0
  702. package/dist/workflow-template/components/text/TTextComponentData.js +3 -0
  703. package/dist/workflow-template/components/text/TTextComponentData.js.map +1 -0
  704. package/dist/workflow-template/components/time-tracker/TTimeTrackerComponentData.d.ts +6 -0
  705. package/dist/workflow-template/components/time-tracker/TTimeTrackerComponentData.js +3 -0
  706. package/dist/workflow-template/components/time-tracker/TTimeTrackerComponentData.js.map +1 -0
  707. package/dist/workflow-template/components/time-tracker/TTimeTrackerComponentDataValue.d.ts +5 -0
  708. package/dist/workflow-template/components/time-tracker/TTimeTrackerComponentDataValue.js +3 -0
  709. package/dist/workflow-template/components/time-tracker/TTimeTrackerComponentDataValue.js.map +1 -0
  710. package/dist/workflow-template/components/time-tracker/TTimeTrackerEntry.d.ts +5 -0
  711. package/dist/workflow-template/components/time-tracker/TTimeTrackerEntry.js +3 -0
  712. package/dist/workflow-template/components/time-tracker/TTimeTrackerEntry.js.map +1 -0
  713. package/dist/workflow-template/components/time-tracker/TTimeTrackerGeolocation.d.ts +7 -0
  714. package/dist/workflow-template/components/time-tracker/TTimeTrackerGeolocation.js +3 -0
  715. package/dist/workflow-template/components/time-tracker/TTimeTrackerGeolocation.js.map +1 -0
  716. package/dist/workflow-template/components/todo/TTodoComponentData.d.ts +6 -0
  717. package/dist/workflow-template/components/todo/TTodoComponentData.js +3 -0
  718. package/dist/workflow-template/components/todo/TTodoComponentData.js.map +1 -0
  719. package/dist/workflow-template/components/todo/TTodoComponentDataValue.d.ts +5 -0
  720. package/dist/workflow-template/components/todo/TTodoComponentDataValue.js +3 -0
  721. package/dist/workflow-template/components/todo/TTodoComponentDataValue.js.map +1 -0
  722. package/dist/workflow-template/components/url/TUrlComponentData.d.ts +6 -0
  723. package/dist/workflow-template/components/url/TUrlComponentData.js +3 -0
  724. package/dist/workflow-template/components/url/TUrlComponentData.js.map +1 -0
  725. package/dist/workflow-template/components/url/TUrlComponentDataValue.d.ts +3 -0
  726. package/dist/workflow-template/components/url/TUrlComponentDataValue.js +3 -0
  727. package/dist/workflow-template/components/url/TUrlComponentDataValue.js.map +1 -0
  728. package/package.json +1 -1
  729. package/src/application/TAudit.ts +4 -0
  730. package/src/automations/TAutomation.ts +21 -0
  731. package/src/automations/action/TAnyAutomationAction.ts +26 -0
  732. package/src/automations/action/TAutomationAction.ts +15 -0
  733. package/src/automations/action/TCalculateValueAction.ts +7 -0
  734. package/src/automations/action/TCurrentWorkflowEntityUpdateAction.ts +10 -0
  735. package/src/automations/action/TExternalFormLinkCreateAction.ts +10 -0
  736. package/src/automations/action/TReferencedInQuantitySumAction.ts +10 -0
  737. package/src/automations/action/TSendEmailAction.ts +7 -0
  738. package/src/automations/action/TSendNotificationAction.ts +7 -0
  739. package/src/automations/action/TSendPushNotificationAction.ts +10 -0
  740. package/src/automations/action/TSendWebhookAction.ts +7 -0
  741. package/src/automations/action/TTriggerRelatedCardAutomationAction.ts +10 -0
  742. package/src/automations/action/TUpdateRelatedCardQuantityAction.ts +10 -0
  743. package/src/automations/action/TWorkflowEntityCreateAction.ts +10 -0
  744. package/src/automations/action/TWorkflowEntityUpdateAction.ts +10 -0
  745. package/src/automations/action/component-data/TActionResultNumber.ts +6 -0
  746. package/src/automations/action/component-data/TAnyDynamicComponentData.ts +18 -0
  747. package/src/automations/action/component-data/TAnyDynamicNumberComponentData.ts +10 -0
  748. package/src/automations/action/component-data/TClearValue.ts +4 -0
  749. package/src/automations/action/component-data/TCurrentWorkflowEntity.ts +4 -0
  750. package/src/automations/action/component-data/TCurrentWorkflowEntityComponent.ts +6 -0
  751. package/src/automations/action/component-data/TDynamicComponentData.ts +5 -0
  752. package/src/automations/action/component-data/TOriginUser.ts +4 -0
  753. package/src/automations/action/component-data/TRelatedWorkflowEntityComponent.ts +8 -0
  754. package/src/automations/action/component-data/TSubformWorkflowEntityComponent.ts +27 -0
  755. package/src/automations/action/component-data/TTimeTrackerDataAction.ts +7 -0
  756. package/src/automations/action/settings/TAnyAutomationActionSettings.ts +26 -0
  757. package/src/automations/action/settings/TAutomationActionSettings.ts +5 -0
  758. package/src/automations/action/settings/TCalculateValueActionSettings.ts +10 -0
  759. package/src/automations/action/settings/TCurrentWorkflowEntityUpdateActionSettings.ts +5 -0
  760. package/src/automations/action/settings/TExternalFormLinkCreateActionSettings.ts +7 -0
  761. package/src/automations/action/settings/TReferencedInAggregate.ts +16 -0
  762. package/src/automations/action/settings/TReferencedInQuantitySumActionSettings.ts +7 -0
  763. package/src/automations/action/settings/TRelatedCardEmail.ts +13 -0
  764. package/src/automations/action/settings/TSendEmailActionSettings.ts +16 -0
  765. package/src/automations/action/settings/TSendNotificationActionSettings.ts +12 -0
  766. package/src/automations/action/settings/TSendPushNotificationActionSettings.ts +12 -0
  767. package/src/automations/action/settings/TSendWebhookActionSettings.ts +9 -0
  768. package/src/automations/action/settings/TSettingsWorkflowEntityField.ts +10 -0
  769. package/src/automations/action/settings/TTriggerRelatedCardAutomationActionSettings.ts +10 -0
  770. package/src/automations/action/settings/TUpdateRelatedCardQuantityActionSettings.ts +12 -0
  771. package/src/automations/action/settings/TWorkflowEntityActionSettings.ts +15 -0
  772. package/src/automations/action/settings/TWorkflowEntityActionSettingsType.ts +7 -0
  773. package/src/automations/action/settings/TWorkflowEntityCreateActionSettings.ts +4 -0
  774. package/src/automations/action/settings/TWorkflowEntityUpdateActionSettings.ts +7 -0
  775. package/src/automations/condition/TCondition.ts +12 -0
  776. package/src/automations/condition/operands/TActionResultNumberOperand.ts +6 -0
  777. package/src/automations/condition/operands/TAnyDataOperand.ts +24 -0
  778. package/src/automations/condition/operands/TAnyNumberOperand.ts +20 -0
  779. package/src/automations/condition/operands/TAnyOperand.ts +4 -0
  780. package/src/automations/condition/operands/TComponentOperand.ts +8 -0
  781. package/src/automations/condition/operands/TDateOperand.ts +6 -0
  782. package/src/automations/condition/operands/TDateTokenOperand.ts +7 -0
  783. package/src/automations/condition/operands/TEmptyOperand.ts +4 -0
  784. package/src/automations/condition/operands/TNumberArrayOperand.ts +6 -0
  785. package/src/automations/condition/operands/TNumberOperand.ts +6 -0
  786. package/src/automations/condition/operands/TOperand.ts +5 -0
  787. package/src/automations/condition/operands/TPreviousComponentOperand.ts +6 -0
  788. package/src/automations/condition/operands/TStringArrayOperand.ts +6 -0
  789. package/src/automations/condition/operands/TStringOperand.ts +6 -0
  790. package/src/automations/condition/operands/TSubformComponentRefOperand.ts +28 -0
  791. package/src/automations/condition/operands/TWorkflowEntityRefComponentOperand.ts +9 -0
  792. package/src/automations/condition/operands/TWorkflowTemplateComponentCase.ts +10 -0
  793. package/src/automations/field-reference/TRelatedCardFieldReference.ts +6 -0
  794. package/src/automations/field-reference/TSubformFieldReference.ts +9 -0
  795. package/src/components/TAnyComponent.ts +54 -0
  796. package/src/components/TAnyComponentOverride.ts +54 -0
  797. package/src/components/TAnyInputComponent.ts +42 -0
  798. package/src/components/TAnyInputComponentOverride.ts +47 -0
  799. package/src/components/TComponent.ts +20 -0
  800. package/src/components/TComponentOverride.ts +15 -0
  801. package/src/components/TInputComponent.ts +8 -0
  802. package/src/components/TPresentationComponent.ts +12 -0
  803. package/src/components/address/TAddressComponent.ts +4 -0
  804. package/src/components/address/TAddressComponentOverride.ts +4 -0
  805. package/src/components/audit-checkbox/TAuditCheckboxComponent.ts +4 -0
  806. package/src/components/audit-checkbox/TAuditCheckboxComponentOverride.ts +4 -0
  807. package/src/components/audit-tag/TAuditTagComponent.ts +4 -0
  808. package/src/components/audit-tag/TAuditTagComponentOverride.ts +4 -0
  809. package/src/components/audit-text/TAuditTextComponent.ts +4 -0
  810. package/src/components/audit-text/TAuditTextComponentOverride.ts +4 -0
  811. package/src/components/button/TButtonComponent.ts +6 -0
  812. package/src/components/button/TInputButtonComponent.ts +6 -0
  813. package/src/components/button/TInputButtonComponentOverride.ts +4 -0
  814. package/src/components/date/TDateComponent.ts +14 -0
  815. package/src/components/date/TDateComponentOverride.ts +4 -0
  816. package/src/components/date/TDateDefault.ts +3 -0
  817. package/src/components/date-range/TDateRangeComponent.ts +7 -0
  818. package/src/components/date-range/TDateRangeComponentOverride.ts +4 -0
  819. package/src/components/email/TEmailComponent.ts +7 -0
  820. package/src/components/email/TEmailComponentOverride.ts +4 -0
  821. package/src/components/email/TEmailDefault.ts +3 -0
  822. package/src/components/entity-batch/TEntityBatchComponent.ts +4 -0
  823. package/src/components/entity-batch/TEntityBatchComponentOverride.ts +4 -0
  824. package/src/components/file/TFileComponent.ts +6 -0
  825. package/src/components/file/TFileComponentOverride.ts +4 -0
  826. package/src/components/geo-location/TGeolocationComponent.ts +4 -0
  827. package/src/components/geo-location/TGeolocationComponentOverride.ts +4 -0
  828. package/src/components/number/TNumberComponent.ts +7 -0
  829. package/src/components/number/TNumberComponentOverride.ts +4 -0
  830. package/src/components/person/TPersonComponent.ts +7 -0
  831. package/src/components/person/TPersonComponentDefault.ts +8 -0
  832. package/src/components/person/TPersonComponentOverride.ts +4 -0
  833. package/src/components/referenced-in/TReferencedInComponent.ts +11 -0
  834. package/src/components/referenced-in/TReferencedInComponentOverride.ts +7 -0
  835. package/src/components/related-card/TListWorkflowEntitiesDefault.ts +6 -0
  836. package/src/components/related-card/TRelatedCardComponent.ts +13 -0
  837. package/src/components/related-card/TRelatedCardComponentOverride.ts +7 -0
  838. package/src/components/related-card/TRelatedCardDefault.ts +3 -0
  839. package/src/components/related-card-lookup/TRelatedCardLookupComponent.ts +18 -0
  840. package/src/components/related-card-lookup/TRelatedCardLookupComponentOverride.ts +7 -0
  841. package/src/components/scheduled-automation/TScheduledAutomationComponent.ts +11 -0
  842. package/src/components/scheduled-automation/TScheduledAutomationComponentOverride.ts +7 -0
  843. package/src/components/scheduled-automation/TScheduledAutomationDefault.ts +3 -0
  844. package/src/components/signature/TSignatureComponent.ts +4 -0
  845. package/src/components/signature/TSignatureComponentOverride.ts +4 -0
  846. package/src/components/static-text/TStaticTextComponent.ts +6 -0
  847. package/src/components/static-text/TStaticTextComponentOverride.ts +4 -0
  848. package/src/components/subform/TSubformComponent.ts +9 -0
  849. package/src/components/subform/TSubformComponentOverride.ts +4 -0
  850. package/src/components/subform/TSubformDefault.ts +5 -0
  851. package/src/components/tag/TCombinedTagsComponent.ts +10 -0
  852. package/src/components/tag/TCombinedTagsComponentOverride.ts +4 -0
  853. package/src/components/tag/TTagComponent.ts +23 -0
  854. package/src/components/tag/TTagComponentChecklistOptions.ts +4 -0
  855. package/src/components/tag/TTagComponentOption.ts +8 -0
  856. package/src/components/tag/TTagComponentOverride.ts +7 -0
  857. package/src/components/tag/TTagDefault.ts +3 -0
  858. package/src/components/tag/TagType.ts +5 -0
  859. package/src/components/text/TTextComponent.ts +12 -0
  860. package/src/components/text/TTextComponentOverride.ts +4 -0
  861. package/src/components/text/TTextDefault.ts +3 -0
  862. package/src/components/time-tracker/TTimeTrackerComponent.ts +11 -0
  863. package/src/components/time-tracker/TTimeTrackerComponentOverride.ts +4 -0
  864. package/src/components/todo/TTodoComponent.ts +4 -0
  865. package/src/components/todo/TTodoComponentOverride.ts +4 -0
  866. package/src/components/url/TUrlComponent.ts +4 -0
  867. package/src/components/url/TUrlComponentOverride.ts +4 -0
  868. package/src/view-template/TCollectionCriteria.ts +9 -0
  869. package/src/view-template/TCollectionGroup.ts +5 -0
  870. package/src/view-template/TComponentViewOptions.ts +10 -0
  871. package/src/view-template/TViewTemplate.ts +46 -0
  872. package/src/view-template/error/ViewTemplateErrorCode.ts +1 -0
  873. package/src/view-template-layout/TAnyViewTemplateLayoutItem.ts +4 -0
  874. package/src/view-template-layout/TViewTemplateLayout.ts +12 -0
  875. package/src/view-template-layout/TViewTemplateLayoutItem.ts +8 -0
  876. package/src/view-template-layout/ViewTemplateLayoutItemId.ts +2 -2
  877. package/src/view-template-layout/items/TViewTemplateLayoutComponent.ts +7 -0
  878. package/src/view-template-layout/items/TViewTemplateLayoutSection.ts +10 -0
  879. package/src/workflow-entity/TAbstractListWorkflowEntities.ts +23 -0
  880. package/src/workflow-entity/TWorkflowEntity.ts +14 -0
  881. package/src/workflow-entity/filters/TAbsoluteDate.ts +3 -0
  882. package/src/workflow-entity/filters/TAnyComponentFilter.ts +30 -0
  883. package/src/workflow-entity/filters/TAnyFilter.ts +20 -0
  884. package/src/workflow-entity/filters/TAnyMultiComponentFilter.ts +4 -0
  885. package/src/workflow-entity/filters/TAnySingleComponentFilter.ts +24 -0
  886. package/src/workflow-entity/filters/TContainsCurrentUser.ts +6 -0
  887. package/src/workflow-entity/filters/TContainsCurrentWorkflowTemplateComponentValue.ts +3 -0
  888. package/src/workflow-entity/filters/TContainsNestedString.ts +7 -0
  889. package/src/workflow-entity/filters/TContainsNumber.ts +6 -0
  890. package/src/workflow-entity/filters/TContainsString.ts +6 -0
  891. package/src/workflow-entity/filters/TDateIs.ts +11 -0
  892. package/src/workflow-entity/filters/TDateRange.ts +7 -0
  893. package/src/workflow-entity/filters/TDateTokenIs.ts +7 -0
  894. package/src/workflow-entity/filters/TDynamicFilterByComponent.ts +6 -0
  895. package/src/workflow-entity/filters/TDynamicFilterOneOf.ts +6 -0
  896. package/src/workflow-entity/filters/TFilterBase.ts +5 -0
  897. package/src/workflow-entity/filters/TFilterByComponent.ts +6 -0
  898. package/src/workflow-entity/filters/TFilterOneOf.ts +21 -0
  899. package/src/workflow-entity/filters/TFilterOneOfByComponent.ts +6 -0
  900. package/src/workflow-entity/filters/TIsEmpty.ts +6 -0
  901. package/src/workflow-entity/filters/TIsNestedEmpty.ts +6 -0
  902. package/src/workflow-entity/filters/TMatchesScript.ts +7 -0
  903. package/src/workflow-entity/filters/TMultiMatchNumber.ts +6 -0
  904. package/src/workflow-entity/filters/TMultiMatchString.ts +6 -0
  905. package/src/workflow-entity/filters/TNegatable.ts +6 -0
  906. package/src/workflow-entity/filters/TNumberIs.ts +8 -0
  907. package/src/workflow-entity/filters/TRelativeDate.ts +6 -0
  908. package/src/workflow-entity/filters/TStringWildcard.ts +6 -0
  909. package/src/workflow-entity/recurring/TRecurringEntitiesAutoExtendDefault.ts +10 -0
  910. package/src/workflow-entity/recurring/error/RecurringEntitiesErrorCode.ts +1 -0
  911. package/src/workflow-entity/sort/TImpliedSortKeys.ts +7 -0
  912. package/src/workflow-entity/sort/TSortByComponent.ts +6 -0
  913. package/src/workflow-template/TViewTemplateDefaults.ts +9 -0
  914. package/src/workflow-template/TWorkflowTemplate.ts +32 -0
  915. package/src/workflow-template/behaviors/TNavigateAction.ts +7 -0
  916. package/src/workflow-template/behaviors/TViewTemplateSelector.ts +8 -0
  917. package/src/workflow-template/behaviors/TWorkflowTemplateBehavior.ts +6 -0
  918. package/src/workflow-template/channel-default-configuration/TChannelDefaultConfiguration.ts +7 -0
  919. package/src/workflow-template/components/TAnyComponentData.ts +44 -0
  920. package/src/workflow-template/components/TAnyComponentDataValue.ts +46 -0
  921. package/src/workflow-template/components/TComponentDataMap.ts +51 -0
  922. package/src/workflow-template/components/TComponentDataMapIsExhaustive.ts +6 -0
  923. package/src/workflow-template/components/TComponentDataValueForType.ts +10 -0
  924. package/src/workflow-template/components/TEntityFields.ts +3 -0
  925. package/src/workflow-template/components/TInputComponentDataValueMap.ts +46 -0
  926. package/src/workflow-template/components/TInputComponentType.ts +3 -0
  927. package/src/workflow-template/components/TInputComponentTypes.ts +24 -0
  928. package/src/workflow-template/components/address/TAddressComponentData.ts +7 -0
  929. package/src/workflow-template/components/address/TAddressComponentDataValue.ts +8 -0
  930. package/src/workflow-template/components/audit-checkbox/TAuditCheckboxComponentData.ts +7 -0
  931. package/src/workflow-template/components/audit-checkbox/TAuditCheckboxComponentDataValue.ts +5 -0
  932. package/src/workflow-template/components/audit-tag/TAuditTagComponentData.ts +7 -0
  933. package/src/workflow-template/components/audit-tag/TAuditTagComponentDataValue.ts +5 -0
  934. package/src/workflow-template/components/audit-text/TAuditTextComponentData.ts +7 -0
  935. package/src/workflow-template/components/audit-text/TAuditTextComponentDataValue.ts +5 -0
  936. package/src/workflow-template/components/common/TAuditComponentDataValue.ts +6 -0
  937. package/src/workflow-template/components/common/TCoordinates.ts +4 -0
  938. package/src/workflow-template/components/common/TFileDataValue.ts +7 -0
  939. package/src/workflow-template/components/date/TDateComponentData.ts +6 -0
  940. package/src/workflow-template/components/date-range/TDateRangeComponentData.ts +7 -0
  941. package/src/workflow-template/components/date-range/TDateRangeComponentDataValue.ts +4 -0
  942. package/src/workflow-template/components/email/TEmailComponentData.ts +6 -0
  943. package/src/workflow-template/components/entity-batch/TEntityBatchComponentData.ts +7 -0
  944. package/src/workflow-template/components/error/ComponentErrorCode.ts +1 -0
  945. package/src/workflow-template/components/file/TFileComponentData.ts +7 -0
  946. package/src/workflow-template/components/geo-location/TGeolocationComponentData.ts +7 -0
  947. package/src/workflow-template/components/geo-location/TGeolocationComponentDataValue.ts +9 -0
  948. package/src/workflow-template/components/number/TNumberComponentData.ts +6 -0
  949. package/src/workflow-template/components/person/TPersonComponentData.ts +7 -0
  950. package/src/workflow-template/components/related-card/TRelatedCardComponentData.ts +7 -0
  951. package/src/workflow-template/components/related-card/TRelatedCardComponentDataValue.ts +4 -0
  952. package/src/workflow-template/components/scalar/ScalarKey.ts +3 -0
  953. package/src/workflow-template/components/scalar/ScalarType.ts +6 -0
  954. package/src/workflow-template/components/scalar/ScalarTypeRuntimeValue.ts +8 -0
  955. package/src/workflow-template/components/scheduled-automation/TScheduledAutomationComponentData.ts +7 -0
  956. package/src/workflow-template/components/scheduled-automation/TScheduledAutomationComponentDataValue.ts +3 -0
  957. package/src/workflow-template/components/signature/TSignatureComponentData.ts +7 -0
  958. package/src/workflow-template/components/signature/TSignatureComponentDataValue.ts +7 -0
  959. package/src/workflow-template/components/subform/TSubformComponentData.ts +7 -0
  960. package/src/workflow-template/components/subform/TSubformComponentDataValue.ts +10 -0
  961. package/src/workflow-template/components/tag/TTagComponentData.ts +6 -0
  962. package/src/workflow-template/components/text/TTextComponentData.ts +6 -0
  963. package/src/workflow-template/components/time-tracker/TTimeTrackerComponentData.ts +7 -0
  964. package/src/workflow-template/components/time-tracker/TTimeTrackerComponentDataValue.ts +6 -0
  965. package/src/workflow-template/components/time-tracker/TTimeTrackerEntry.ts +6 -0
  966. package/src/workflow-template/components/time-tracker/TTimeTrackerGeolocation.ts +8 -0
  967. package/src/workflow-template/components/todo/TTodoComponentData.ts +7 -0
  968. package/src/workflow-template/components/todo/TTodoComponentDataValue.ts +5 -0
  969. package/src/workflow-template/components/url/TUrlComponentData.ts +7 -0
  970. package/src/workflow-template/components/url/TUrlComponentDataValue.ts +3 -0
  971. package/tsconfig.tsbuildinfo +1 -1
package/README.md CHANGED
@@ -1,2 +1,21 @@
1
1
  # `core-types`
2
+
2
3
  This package defines our core types and interfaces, which sit at the center of our application. Everything can depend on core-types, but core-types depends on nothing.
4
+
5
+ ## The `T` prefix
6
+
7
+ Types prefixed with `T` are interface/data shapes that intentionally stand apart from their class counterparts in `@coast/core-models`.
8
+
9
+ For example:
10
+
11
+ - `TDateComponentData` (here) vs. `DateComponentData` (in `@coast/core-models`)
12
+ - `TAuditCheckboxComponentDataValue` (here) vs. `AuditCheckboxComponentDataValue` (in `@coast/core-models`)
13
+
14
+ The two describe the same conceptual shape but exist for different consumers:
15
+
16
+ - **`T`-prefixed types** are pure structural types. They carry no decorators, no class methods, no runtime behavior. They are safe to import from any package that needs the wire shape — including packages like `@coast/domain` that cannot depend on `@coast/core-models`.
17
+ - **`core-models` classes** carry GraphQL field decorators, `class-validator` constraints, and instance methods. They are the shape used by the NestJS API surface, request validation, and any code that needs runtime instance behavior.
18
+
19
+ The `T` prefix is a deliberate signal that you are looking at the data primitive, not the class. Choose the import that matches what your code actually needs — structural shape or runtime instance.
20
+
21
+ The long-term question of whether the `T`-prefixed types should become the single source of truth (with `core-models` classes derived from or replaced by them) is tracked separately under Codebase Maintenance.
@@ -0,0 +1,4 @@
1
+ export interface TAudit {
2
+ createdAt: Date;
3
+ updatedAt: Date;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TAudit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TAudit.js","sourceRoot":"","sources":["../../src/application/TAudit.ts"],"names":[],"mappings":""}
@@ -0,0 +1,20 @@
1
+ import { TAudit } from '../application/TAudit';
2
+ import { BusinessId } from '../business/BusinessId';
3
+ import { WorkflowTemplateId } from '../workflow-template/WorkflowTemplateId';
4
+ import { TAnyAutomationAction } from './action/TAnyAutomationAction';
5
+ import { AutomationId } from './AutomationId';
6
+ import { AutomationTriggerType } from './AutomationTriggerType';
7
+ import { TCondition } from './condition/TCondition';
8
+ export interface TAutomation extends TAudit {
9
+ id: AutomationId;
10
+ businessId: BusinessId;
11
+ workflowTemplateId: WorkflowTemplateId;
12
+ name: string;
13
+ enabled: boolean;
14
+ suppressAutomationChain: boolean;
15
+ trigger: AutomationTriggerType;
16
+ actions: TAnyAutomationAction[];
17
+ conditions?: TCondition[];
18
+ parentId?: AutomationId;
19
+ deletedAt?: Date;
20
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TAutomation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TAutomation.js","sourceRoot":"","sources":["../../src/automations/TAutomation.ts"],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ import { TCalculateValueAction } from './TCalculateValueAction';
2
+ import { TCurrentWorkflowEntityUpdateAction } from './TCurrentWorkflowEntityUpdateAction';
3
+ import { TExternalFormLinkCreateAction } from './TExternalFormLinkCreateAction';
4
+ import { TReferencedInQuantitySumAction } from './TReferencedInQuantitySumAction';
5
+ import { TSendEmailAction } from './TSendEmailAction';
6
+ import { TSendNotificationAction } from './TSendNotificationAction';
7
+ import { TSendPushNotificationAction } from './TSendPushNotificationAction';
8
+ import { TSendWebhookAction } from './TSendWebhookAction';
9
+ import { TTriggerRelatedCardAutomationAction } from './TTriggerRelatedCardAutomationAction';
10
+ import { TUpdateRelatedCardQuantityAction } from './TUpdateRelatedCardQuantityAction';
11
+ import { TWorkflowEntityCreateAction } from './TWorkflowEntityCreateAction';
12
+ import { TWorkflowEntityUpdateAction } from './TWorkflowEntityUpdateAction';
13
+ export type TAnyAutomationAction = TCalculateValueAction | TCurrentWorkflowEntityUpdateAction | TExternalFormLinkCreateAction | TReferencedInQuantitySumAction | TSendEmailAction | TSendNotificationAction | TSendPushNotificationAction | TSendWebhookAction | TTriggerRelatedCardAutomationAction | TUpdateRelatedCardQuantityAction | TWorkflowEntityCreateAction | TWorkflowEntityUpdateAction;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TAnyAutomationAction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TAnyAutomationAction.js","sourceRoot":"","sources":["../../../src/automations/action/TAnyAutomationAction.ts"],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ import { TCondition } from '../condition/TCondition';
2
+ import { AutomationActionId } from './AutomationActionId';
3
+ import { AutomationActionType } from './AutomationActionType';
4
+ import { TAnyAutomationActionSettings } from './settings/TAnyAutomationActionSettings';
5
+ export interface TAutomationAction<T extends AutomationActionType = AutomationActionType> {
6
+ id: AutomationActionId;
7
+ type: T;
8
+ name: string;
9
+ parentId?: string;
10
+ sortOrder?: number;
11
+ conditions?: TCondition[];
12
+ settings?: TAnyAutomationActionSettings;
13
+ deletedAt?: Date;
14
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TAutomationAction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TAutomationAction.js","sourceRoot":"","sources":["../../../src/automations/action/TAutomationAction.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from './AutomationActionType';
2
+ import { TCalculateValueActionSettings } from './settings/TCalculateValueActionSettings';
3
+ import { TAutomationAction } from './TAutomationAction';
4
+ export interface TCalculateValueAction extends Omit<TAutomationAction<AutomationActionType.CALCULATE_VALUE>, 'settings'> {
5
+ settings?: TCalculateValueActionSettings;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TCalculateValueAction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TCalculateValueAction.js","sourceRoot":"","sources":["../../../src/automations/action/TCalculateValueAction.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from './AutomationActionType';
2
+ import { TCurrentWorkflowEntityUpdateActionSettings } from './settings/TCurrentWorkflowEntityUpdateActionSettings';
3
+ import { TAutomationAction } from './TAutomationAction';
4
+ export interface TCurrentWorkflowEntityUpdateAction extends Omit<TAutomationAction<AutomationActionType.UPDATE_CURRENT_WORKFLOW_ENTITY>, 'settings'> {
5
+ settings?: TCurrentWorkflowEntityUpdateActionSettings;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TCurrentWorkflowEntityUpdateAction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TCurrentWorkflowEntityUpdateAction.js","sourceRoot":"","sources":["../../../src/automations/action/TCurrentWorkflowEntityUpdateAction.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from './AutomationActionType';
2
+ import { TExternalFormLinkCreateActionSettings } from './settings/TExternalFormLinkCreateActionSettings';
3
+ import { TAutomationAction } from './TAutomationAction';
4
+ export interface TExternalFormLinkCreateAction extends Omit<TAutomationAction<AutomationActionType.CREATE_EXTERNAL_FORM_LINK>, 'settings'> {
5
+ settings?: TExternalFormLinkCreateActionSettings;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TExternalFormLinkCreateAction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TExternalFormLinkCreateAction.js","sourceRoot":"","sources":["../../../src/automations/action/TExternalFormLinkCreateAction.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from './AutomationActionType';
2
+ import { TReferencedInQuantitySumActionSettings } from './settings/TReferencedInQuantitySumActionSettings';
3
+ import { TAutomationAction } from './TAutomationAction';
4
+ export interface TReferencedInQuantitySumAction extends Omit<TAutomationAction<AutomationActionType.REFERENCED_IN_QUANTITY_SUM>, 'settings'> {
5
+ settings?: TReferencedInQuantitySumActionSettings;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TReferencedInQuantitySumAction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TReferencedInQuantitySumAction.js","sourceRoot":"","sources":["../../../src/automations/action/TReferencedInQuantitySumAction.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from './AutomationActionType';
2
+ import { TSendEmailActionSettings } from './settings/TSendEmailActionSettings';
3
+ import { TAutomationAction } from './TAutomationAction';
4
+ export interface TSendEmailAction extends Omit<TAutomationAction<AutomationActionType.SEND_EMAIL>, 'settings'> {
5
+ settings?: TSendEmailActionSettings;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TSendEmailAction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TSendEmailAction.js","sourceRoot":"","sources":["../../../src/automations/action/TSendEmailAction.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from './AutomationActionType';
2
+ import { TSendNotificationActionSettings } from './settings/TSendNotificationActionSettings';
3
+ import { TAutomationAction } from './TAutomationAction';
4
+ export interface TSendNotificationAction extends Omit<TAutomationAction<AutomationActionType.SEND_NOTIFICATION>, 'settings'> {
5
+ settings?: TSendNotificationActionSettings;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TSendNotificationAction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TSendNotificationAction.js","sourceRoot":"","sources":["../../../src/automations/action/TSendNotificationAction.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from './AutomationActionType';
2
+ import { TSendPushNotificationActionSettings } from './settings/TSendPushNotificationActionSettings';
3
+ import { TAutomationAction } from './TAutomationAction';
4
+ export interface TSendPushNotificationAction extends Omit<TAutomationAction<AutomationActionType.SEND_PUSH_NOTIFICATION>, 'settings'> {
5
+ settings?: TSendPushNotificationActionSettings;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TSendPushNotificationAction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TSendPushNotificationAction.js","sourceRoot":"","sources":["../../../src/automations/action/TSendPushNotificationAction.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from './AutomationActionType';
2
+ import { TSendWebhookActionSettings } from './settings/TSendWebhookActionSettings';
3
+ import { TAutomationAction } from './TAutomationAction';
4
+ export interface TSendWebhookAction extends Omit<TAutomationAction<AutomationActionType.SEND_WEBHOOK>, 'settings'> {
5
+ settings: TSendWebhookActionSettings;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TSendWebhookAction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TSendWebhookAction.js","sourceRoot":"","sources":["../../../src/automations/action/TSendWebhookAction.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from './AutomationActionType';
2
+ import { TTriggerRelatedCardAutomationActionSettings } from './settings/TTriggerRelatedCardAutomationActionSettings';
3
+ import { TAutomationAction } from './TAutomationAction';
4
+ export interface TTriggerRelatedCardAutomationAction extends Omit<TAutomationAction<AutomationActionType.TRIGGER_RELATED_CARD_AUTOMATION>, 'settings'> {
5
+ settings?: TTriggerRelatedCardAutomationActionSettings;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TTriggerRelatedCardAutomationAction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TTriggerRelatedCardAutomationAction.js","sourceRoot":"","sources":["../../../src/automations/action/TTriggerRelatedCardAutomationAction.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from './AutomationActionType';
2
+ import { TUpdateRelatedCardQuantityActionSettings } from './settings/TUpdateRelatedCardQuantityActionSettings';
3
+ import { TAutomationAction } from './TAutomationAction';
4
+ export interface TUpdateRelatedCardQuantityAction extends Omit<TAutomationAction<AutomationActionType.UPDATE_RELATED_CARD_QUANTITY>, 'settings'> {
5
+ settings?: TUpdateRelatedCardQuantityActionSettings;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TUpdateRelatedCardQuantityAction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TUpdateRelatedCardQuantityAction.js","sourceRoot":"","sources":["../../../src/automations/action/TUpdateRelatedCardQuantityAction.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from './AutomationActionType';
2
+ import { TWorkflowEntityCreateActionSettings } from './settings/TWorkflowEntityCreateActionSettings';
3
+ import { TAutomationAction } from './TAutomationAction';
4
+ export interface TWorkflowEntityCreateAction extends Omit<TAutomationAction<AutomationActionType.CREATE_WORKFLOW_ENTITY>, 'settings'> {
5
+ settings?: TWorkflowEntityCreateActionSettings;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TWorkflowEntityCreateAction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TWorkflowEntityCreateAction.js","sourceRoot":"","sources":["../../../src/automations/action/TWorkflowEntityCreateAction.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from './AutomationActionType';
2
+ import { TWorkflowEntityUpdateActionSettings } from './settings/TWorkflowEntityUpdateActionSettings';
3
+ import { TAutomationAction } from './TAutomationAction';
4
+ export interface TWorkflowEntityUpdateAction extends Omit<TAutomationAction<AutomationActionType.UPDATE_WORKFLOW_ENTITY>, 'settings'> {
5
+ settings?: TWorkflowEntityUpdateActionSettings;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TWorkflowEntityUpdateAction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TWorkflowEntityUpdateAction.js","sourceRoot":"","sources":["../../../src/automations/action/TWorkflowEntityUpdateAction.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ import { DynamicComponentDataType } from './DynamicComponentDataType';
2
+ import { TDynamicComponentData } from './TDynamicComponentData';
3
+ export interface TActionResultNumber extends TDynamicComponentData<DynamicComponentDataType.ACTION_RESULT_NUMBER> {
4
+ actionId: string;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TActionResultNumber.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TActionResultNumber.js","sourceRoot":"","sources":["../../../../src/automations/action/component-data/TActionResultNumber.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ import { TActionResultNumber } from './TActionResultNumber';
2
+ import { TClearValue } from './TClearValue';
3
+ import { TCurrentWorkflowEntity } from './TCurrentWorkflowEntity';
4
+ import { TCurrentWorkflowEntityComponent } from './TCurrentWorkflowEntityComponent';
5
+ import { TOriginUser } from './TOriginUser';
6
+ import { TRelatedWorkflowEntityComponent } from './TRelatedWorkflowEntityComponent';
7
+ import { TSubformWorkflowEntityComponent } from './TSubformWorkflowEntityComponent';
8
+ import { TTimeTrackerDataAction } from './TTimeTrackerDataAction';
9
+ export type TAnyDynamicComponentData = TActionResultNumber | TClearValue | TCurrentWorkflowEntity | TCurrentWorkflowEntityComponent | TOriginUser | TRelatedWorkflowEntityComponent | TSubformWorkflowEntityComponent | TTimeTrackerDataAction;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TAnyDynamicComponentData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TAnyDynamicComponentData.js","sourceRoot":"","sources":["../../../../src/automations/action/component-data/TAnyDynamicComponentData.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ import { TActionResultNumber } from './TActionResultNumber';
2
+ import { TCurrentWorkflowEntityComponent } from './TCurrentWorkflowEntityComponent';
3
+ import { TRelatedWorkflowEntityComponent } from './TRelatedWorkflowEntityComponent';
4
+ import { TSubformWorkflowEntityComponent } from './TSubformWorkflowEntityComponent';
5
+ export type TAnyDynamicNumberComponentData = TActionResultNumber | TCurrentWorkflowEntityComponent | TRelatedWorkflowEntityComponent | TSubformWorkflowEntityComponent;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TAnyDynamicNumberComponentData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TAnyDynamicNumberComponentData.js","sourceRoot":"","sources":["../../../../src/automations/action/component-data/TAnyDynamicNumberComponentData.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ import { DynamicComponentDataType } from './DynamicComponentDataType';
2
+ import { TDynamicComponentData } from './TDynamicComponentData';
3
+ export type TClearValue = TDynamicComponentData<DynamicComponentDataType.CLEAR_VALUE>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TClearValue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TClearValue.js","sourceRoot":"","sources":["../../../../src/automations/action/component-data/TClearValue.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ import { DynamicComponentDataType } from './DynamicComponentDataType';
2
+ import { TDynamicComponentData } from './TDynamicComponentData';
3
+ export type TCurrentWorkflowEntity = TDynamicComponentData<DynamicComponentDataType.CURRENT_WORKFLOW_ENTITY>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TCurrentWorkflowEntity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TCurrentWorkflowEntity.js","sourceRoot":"","sources":["../../../../src/automations/action/component-data/TCurrentWorkflowEntity.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ import { DynamicComponentDataType } from './DynamicComponentDataType';
2
+ import { TDynamicComponentData } from './TDynamicComponentData';
3
+ export interface TCurrentWorkflowEntityComponent extends TDynamicComponentData<DynamicComponentDataType.CURRENT_WORKFLOW_ENTITY_COMPONENT> {
4
+ componentId: string;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TCurrentWorkflowEntityComponent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TCurrentWorkflowEntityComponent.js","sourceRoot":"","sources":["../../../../src/automations/action/component-data/TCurrentWorkflowEntityComponent.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { DynamicComponentDataType } from './DynamicComponentDataType';
2
+ export interface TDynamicComponentData<T extends DynamicComponentDataType = DynamicComponentDataType> {
3
+ type: T;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TDynamicComponentData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TDynamicComponentData.js","sourceRoot":"","sources":["../../../../src/automations/action/component-data/TDynamicComponentData.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ import { DynamicComponentDataType } from './DynamicComponentDataType';
2
+ import { TDynamicComponentData } from './TDynamicComponentData';
3
+ export type TOriginUser = TDynamicComponentData<DynamicComponentDataType.ORIGIN_USER>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TOriginUser.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TOriginUser.js","sourceRoot":"","sources":["../../../../src/automations/action/component-data/TOriginUser.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ import { ComponentId } from '../../../workflow-template/components/ComponentId';
2
+ import { DynamicComponentDataType } from './DynamicComponentDataType';
3
+ import { TDynamicComponentData } from './TDynamicComponentData';
4
+ export interface TRelatedWorkflowEntityComponent extends TDynamicComponentData<DynamicComponentDataType.RELATED_WORKFLOW_ENTITY_COMPONENT> {
5
+ relatedCardComponentId: ComponentId;
6
+ targetComponentId: ComponentId;
7
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TRelatedWorkflowEntityComponent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TRelatedWorkflowEntityComponent.js","sourceRoot":"","sources":["../../../../src/automations/action/component-data/TRelatedWorkflowEntityComponent.ts"],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ import { ComponentId } from '../../../workflow-template/components/ComponentId';
2
+ import { ComponentType } from '../../../workflow-template/components/ComponentType';
3
+ import { TWorkflowTemplateComponentCase } from '../../condition/operands/TWorkflowTemplateComponentCase';
4
+ import { DynamicComponentDataType } from './DynamicComponentDataType';
5
+ import { TDynamicComponentData } from './TDynamicComponentData';
6
+ export interface TSubformWorkflowEntityComponent extends TDynamicComponentData<DynamicComponentDataType.SUBFORM_WORKFLOW_ENTITY_COMPONENT> {
7
+ subformComponentId: ComponentId;
8
+ refComponentType: ComponentType;
9
+ cases: TWorkflowTemplateComponentCase[];
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TSubformWorkflowEntityComponent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TSubformWorkflowEntityComponent.js","sourceRoot":"","sources":["../../../../src/automations/action/component-data/TSubformWorkflowEntityComponent.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { TimeTrackerComponentDataAction } from '../../../workflow-template/components/time-tracker/TimeTrackerComponentDataAction';
2
+ import { DynamicComponentDataType } from './DynamicComponentDataType';
3
+ import { TDynamicComponentData } from './TDynamicComponentData';
4
+ export interface TTimeTrackerDataAction extends TDynamicComponentData<DynamicComponentDataType.TIME_TRACKER_DATA_ACTION> {
5
+ dataAction: TimeTrackerComponentDataAction;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TTimeTrackerDataAction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TTimeTrackerDataAction.js","sourceRoot":"","sources":["../../../../src/automations/action/component-data/TTimeTrackerDataAction.ts"],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ import { TCalculateValueActionSettings } from './TCalculateValueActionSettings';
2
+ import { TCurrentWorkflowEntityUpdateActionSettings } from './TCurrentWorkflowEntityUpdateActionSettings';
3
+ import { TExternalFormLinkCreateActionSettings } from './TExternalFormLinkCreateActionSettings';
4
+ import { TReferencedInQuantitySumActionSettings } from './TReferencedInQuantitySumActionSettings';
5
+ import { TSendEmailActionSettings } from './TSendEmailActionSettings';
6
+ import { TSendNotificationActionSettings } from './TSendNotificationActionSettings';
7
+ import { TSendPushNotificationActionSettings } from './TSendPushNotificationActionSettings';
8
+ import { TSendWebhookActionSettings } from './TSendWebhookActionSettings';
9
+ import { TTriggerRelatedCardAutomationActionSettings } from './TTriggerRelatedCardAutomationActionSettings';
10
+ import { TUpdateRelatedCardQuantityActionSettings } from './TUpdateRelatedCardQuantityActionSettings';
11
+ import { TWorkflowEntityCreateActionSettings } from './TWorkflowEntityCreateActionSettings';
12
+ import { TWorkflowEntityUpdateActionSettings } from './TWorkflowEntityUpdateActionSettings';
13
+ export type TAnyAutomationActionSettings = TCalculateValueActionSettings | TCurrentWorkflowEntityUpdateActionSettings | TExternalFormLinkCreateActionSettings | TReferencedInQuantitySumActionSettings | TSendEmailActionSettings | TSendNotificationActionSettings | TSendPushNotificationActionSettings | TSendWebhookActionSettings | TTriggerRelatedCardAutomationActionSettings | TUpdateRelatedCardQuantityActionSettings | TWorkflowEntityCreateActionSettings | TWorkflowEntityUpdateActionSettings;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TAnyAutomationActionSettings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TAnyAutomationActionSettings.js","sourceRoot":"","sources":["../../../../src/automations/action/settings/TAnyAutomationActionSettings.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { AutomationActionType } from '../AutomationActionType';
2
+ export interface TAutomationActionSettings<T extends AutomationActionType = AutomationActionType> {
3
+ type: T;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TAutomationActionSettings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TAutomationActionSettings.js","sourceRoot":"","sources":["../../../../src/automations/action/settings/TAutomationActionSettings.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ import { TAnyNumberOperand } from '../../condition/operands/TAnyNumberOperand';
2
+ import { AutomationActionType } from '../AutomationActionType';
3
+ import { ArithmeticOperator } from './ArithmeticOperator';
4
+ import { TAutomationActionSettings } from './TAutomationActionSettings';
5
+ export interface TCalculateValueActionSettings extends TAutomationActionSettings<AutomationActionType.CALCULATE_VALUE> {
6
+ leftOperand: TAnyNumberOperand;
7
+ operator: ArithmeticOperator;
8
+ rightOperand: TAnyNumberOperand;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TCalculateValueActionSettings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TCalculateValueActionSettings.js","sourceRoot":"","sources":["../../../../src/automations/action/settings/TCalculateValueActionSettings.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ import { AutomationActionType } from '../AutomationActionType';
2
+ import { TWorkflowEntityActionSettings } from './TWorkflowEntityActionSettings';
3
+ export type TCurrentWorkflowEntityUpdateActionSettings = TWorkflowEntityActionSettings<AutomationActionType.UPDATE_CURRENT_WORKFLOW_ENTITY>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TCurrentWorkflowEntityUpdateActionSettings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TCurrentWorkflowEntityUpdateActionSettings.js","sourceRoot":"","sources":["../../../../src/automations/action/settings/TCurrentWorkflowEntityUpdateActionSettings.ts"],"names":[],"mappings":""}