@coast/core-api-types 1.2.377 → 1.2.379

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 (505) hide show
  1. package/dist/models/automations/AutomationContext.d.ts +2 -2
  2. package/dist/models/automations/{AutomationEventContext.d.ts → AutomationEventContextGql.d.ts} +1 -1
  3. package/dist/models/automations/AutomationEventContextGql.js +3 -0
  4. package/dist/models/automations/AutomationEventContextGql.js.map +1 -0
  5. package/dist/models/automations/{Automation.d.ts → AutomationGql.d.ts} +5 -5
  6. package/dist/models/automations/{action/component-data/ClearValue.js → AutomationGql.js} +1 -1
  7. package/dist/models/automations/AutomationGql.js.map +1 -0
  8. package/dist/models/automations/CreateAutomationGql.d.ts +11 -0
  9. package/dist/models/automations/CreateAutomationGql.js +3 -0
  10. package/dist/models/automations/CreateAutomationGql.js.map +1 -0
  11. package/dist/models/automations/CreateAutomationRest.d.ts +9 -0
  12. package/dist/models/automations/CreateAutomationRest.js +3 -0
  13. package/dist/models/automations/CreateAutomationRest.js.map +1 -0
  14. package/dist/models/automations/UpdateAutomationGql.d.ts +11 -0
  15. package/dist/models/automations/UpdateAutomationGql.js +3 -0
  16. package/dist/models/automations/UpdateAutomationGql.js.map +1 -0
  17. package/dist/models/automations/UpdateAutomationRest.d.ts +7 -0
  18. package/dist/models/automations/UpdateAutomationRest.js +3 -0
  19. package/dist/models/automations/UpdateAutomationRest.js.map +1 -0
  20. package/dist/models/automations/action/AutomationActionGql.d.ts +14 -0
  21. package/dist/models/automations/action/AutomationActionGql.js +3 -0
  22. package/dist/models/automations/action/AutomationActionGql.js.map +1 -0
  23. package/dist/models/automations/action/CalculateValueActionGql.d.ts +6 -0
  24. package/dist/models/automations/{CreateAutomationGraphQL.js → action/CalculateValueActionGql.js} +1 -1
  25. package/dist/models/automations/action/CalculateValueActionGql.js.map +1 -0
  26. package/dist/models/automations/action/CreateAutomationActionGql.d.ts +9 -0
  27. package/dist/models/automations/action/CreateAutomationActionGql.js +3 -0
  28. package/dist/models/automations/action/CreateAutomationActionGql.js.map +1 -0
  29. package/dist/models/automations/action/CreateAutomationActionRest.d.ts +7 -0
  30. package/dist/models/automations/action/CreateAutomationActionRest.js +3 -0
  31. package/dist/models/automations/action/CreateAutomationActionRest.js.map +1 -0
  32. package/dist/models/automations/action/CurrentWorkflowEntityUpdateActionGql.d.ts +6 -0
  33. package/dist/models/automations/action/CurrentWorkflowEntityUpdateActionGql.js +3 -0
  34. package/dist/models/automations/action/CurrentWorkflowEntityUpdateActionGql.js.map +1 -0
  35. package/dist/models/automations/action/ExternalFormLinkCreateActionGql.d.ts +6 -0
  36. package/dist/models/automations/action/ExternalFormLinkCreateActionGql.js +3 -0
  37. package/dist/models/automations/action/ExternalFormLinkCreateActionGql.js.map +1 -0
  38. package/dist/models/automations/action/ReferencedInQuantitySumActionGql.d.ts +6 -0
  39. package/dist/models/automations/action/ReferencedInQuantitySumActionGql.js +3 -0
  40. package/dist/models/automations/action/ReferencedInQuantitySumActionGql.js.map +1 -0
  41. package/dist/models/automations/action/SendEmailActionGql.d.ts +6 -0
  42. package/dist/models/automations/action/SendEmailActionGql.js +3 -0
  43. package/dist/models/automations/action/SendEmailActionGql.js.map +1 -0
  44. package/dist/models/automations/action/SendNotificationActionGql.d.ts +6 -0
  45. package/dist/models/automations/action/SendNotificationActionGql.js +3 -0
  46. package/dist/models/automations/action/SendNotificationActionGql.js.map +1 -0
  47. package/dist/models/automations/action/SendPushNotificationActionGql.d.ts +6 -0
  48. package/dist/models/automations/action/SendPushNotificationActionGql.js +3 -0
  49. package/dist/models/automations/action/SendPushNotificationActionGql.js.map +1 -0
  50. package/dist/models/automations/action/SendWebhookActionGql.d.ts +6 -0
  51. package/dist/models/automations/action/SendWebhookActionGql.js +3 -0
  52. package/dist/models/automations/action/SendWebhookActionGql.js.map +1 -0
  53. package/dist/models/automations/action/TriggerRelatedCardAutomationActionGql.d.ts +6 -0
  54. package/dist/models/automations/action/TriggerRelatedCardAutomationActionGql.js +3 -0
  55. package/dist/models/automations/action/TriggerRelatedCardAutomationActionGql.js.map +1 -0
  56. package/dist/models/automations/action/UpdateAutomationActionGql.d.ts +9 -0
  57. package/dist/models/automations/action/UpdateAutomationActionGql.js +3 -0
  58. package/dist/models/automations/action/UpdateAutomationActionGql.js.map +1 -0
  59. package/dist/models/automations/action/UpdateRelatedCardQuantityActionGql.d.ts +6 -0
  60. package/dist/models/automations/action/UpdateRelatedCardQuantityActionGql.js +3 -0
  61. package/dist/models/automations/action/UpdateRelatedCardQuantityActionGql.js.map +1 -0
  62. package/dist/models/automations/action/WorkflowEntityCreateActionGql.d.ts +6 -0
  63. package/dist/models/automations/action/WorkflowEntityCreateActionGql.js +3 -0
  64. package/dist/models/automations/action/WorkflowEntityCreateActionGql.js.map +1 -0
  65. package/dist/models/automations/action/WorkflowEntityUpdateActionGql.d.ts +6 -0
  66. package/dist/models/automations/action/WorkflowEntityUpdateActionGql.js +3 -0
  67. package/dist/models/automations/action/WorkflowEntityUpdateActionGql.js.map +1 -0
  68. package/dist/models/automations/action/component-data/ActionResultNumberGql.d.ts +5 -0
  69. package/dist/models/automations/action/component-data/ActionResultNumberGql.js +3 -0
  70. package/dist/models/automations/action/component-data/ActionResultNumberGql.js.map +1 -0
  71. package/dist/models/automations/action/component-data/ClearValueGql.d.ts +4 -0
  72. package/dist/models/automations/action/component-data/{OriginUser.js → ClearValueGql.js} +1 -1
  73. package/dist/models/automations/action/component-data/ClearValueGql.js.map +1 -0
  74. package/dist/models/automations/action/component-data/{CurrentWorkflowEntityComponent.d.ts → CurrentWorkflowEntityComponentGql.d.ts} +2 -2
  75. package/dist/models/automations/action/component-data/CurrentWorkflowEntityComponentGql.js +3 -0
  76. package/dist/models/automations/action/component-data/CurrentWorkflowEntityComponentGql.js.map +1 -0
  77. package/dist/models/automations/action/component-data/CurrentWorkflowEntityGql.d.ts +4 -0
  78. package/dist/models/automations/action/component-data/CurrentWorkflowEntityGql.js +3 -0
  79. package/dist/models/automations/action/component-data/CurrentWorkflowEntityGql.js.map +1 -0
  80. package/dist/models/automations/action/component-data/{DynamicComponentData.d.ts → DynamicComponentDataGql.d.ts} +1 -1
  81. package/dist/models/automations/action/component-data/DynamicComponentDataGql.js +3 -0
  82. package/dist/models/automations/action/component-data/DynamicComponentDataGql.js.map +1 -0
  83. package/dist/models/automations/action/component-data/DynamicComponentDataOneOfGql.d.ts +26 -0
  84. package/dist/models/automations/action/component-data/DynamicComponentDataOneOfGql.js +3 -0
  85. package/dist/models/automations/action/component-data/DynamicComponentDataOneOfGql.js.map +1 -0
  86. package/dist/models/automations/action/component-data/DynamicNumberComponentDataOneOfGql.d.ts +10 -0
  87. package/dist/models/automations/action/component-data/DynamicNumberComponentDataOneOfGql.js +3 -0
  88. package/dist/models/automations/action/component-data/DynamicNumberComponentDataOneOfGql.js.map +1 -0
  89. package/dist/models/automations/action/component-data/OriginUserGql.d.ts +4 -0
  90. package/dist/models/automations/action/component-data/OriginUserGql.js +3 -0
  91. package/dist/models/automations/action/component-data/OriginUserGql.js.map +1 -0
  92. package/dist/models/automations/action/component-data/{RelatedWorkflowEntityComponent.d.ts → RelatedWorkflowEntityComponentGql.d.ts} +2 -2
  93. package/dist/models/automations/action/component-data/RelatedWorkflowEntityComponentGql.js +3 -0
  94. package/dist/models/automations/action/component-data/RelatedWorkflowEntityComponentGql.js.map +1 -0
  95. package/dist/models/automations/action/component-data/{SubformWorkflowEntityComponent.d.ts → SubformWorkflowEntityComponentGql.d.ts} +4 -4
  96. package/dist/models/automations/action/component-data/SubformWorkflowEntityComponentGql.js +3 -0
  97. package/dist/models/automations/action/component-data/SubformWorkflowEntityComponentGql.js.map +1 -0
  98. package/dist/models/automations/action/component-data/{TimeTrackerDataAction.d.ts → TimeTrackerDataActionGql.d.ts} +2 -2
  99. package/dist/models/automations/action/component-data/TimeTrackerDataActionGql.js +3 -0
  100. package/dist/models/automations/action/component-data/TimeTrackerDataActionGql.js.map +1 -0
  101. package/dist/models/automations/action/component-data/registry/AnyDynamicComponentDataGql.d.ts +2 -0
  102. package/dist/models/automations/action/component-data/registry/AnyDynamicComponentDataGql.js +3 -0
  103. package/dist/models/automations/action/component-data/registry/AnyDynamicComponentDataGql.js.map +1 -0
  104. package/dist/models/automations/action/component-data/registry/AnyDynamicNumberComponentDataGql.d.ts +5 -0
  105. package/dist/models/automations/action/component-data/registry/AnyDynamicNumberComponentDataGql.js +3 -0
  106. package/dist/models/automations/action/component-data/registry/AnyDynamicNumberComponentDataGql.js.map +1 -0
  107. package/dist/models/automations/action/registry/AnyAutomationActionGql.d.ts +13 -0
  108. package/dist/models/automations/{AutomationEventContext.js → action/registry/AnyAutomationActionGql.js} +1 -1
  109. package/dist/models/automations/action/registry/AnyAutomationActionGql.js.map +1 -0
  110. package/dist/models/automations/action/registry/CreateAnyAutomationActionGql.d.ts +3 -0
  111. package/dist/models/automations/action/registry/CreateAnyAutomationActionGql.js +3 -0
  112. package/dist/models/automations/action/registry/CreateAnyAutomationActionGql.js.map +1 -0
  113. package/dist/models/automations/action/settings/{AutomationActionSettings.d.ts → AutomationActionSettingsGql.d.ts} +1 -1
  114. package/dist/models/automations/action/settings/AutomationActionSettingsGql.js +3 -0
  115. package/dist/models/automations/action/settings/AutomationActionSettingsGql.js.map +1 -0
  116. package/dist/models/automations/action/settings/AutomationActionSettingsOneOfGql.d.ts +26 -0
  117. package/dist/models/automations/action/settings/AutomationActionSettingsOneOfGql.js +3 -0
  118. package/dist/models/automations/action/settings/AutomationActionSettingsOneOfGql.js.map +1 -0
  119. package/dist/models/automations/action/settings/AutomationComponentDataGql.d.ts +6 -0
  120. package/dist/models/automations/action/settings/AutomationComponentDataGql.js +3 -0
  121. package/dist/models/automations/action/settings/AutomationComponentDataGql.js.map +1 -0
  122. package/dist/models/automations/action/settings/CalculateValueActionSettingsGql.d.ts +9 -0
  123. package/dist/models/automations/action/settings/CalculateValueActionSettingsGql.js +3 -0
  124. package/dist/models/automations/action/settings/CalculateValueActionSettingsGql.js.map +1 -0
  125. package/dist/models/automations/action/settings/CreateCalculateValueActionSettingsGql.d.ts +6 -0
  126. package/dist/models/automations/action/settings/CreateCalculateValueActionSettingsGql.js +3 -0
  127. package/dist/models/automations/action/settings/CreateCalculateValueActionSettingsGql.js.map +1 -0
  128. package/dist/models/automations/action/settings/CreateCurrentWorkflowEntityUpdateActionSettingsGql.d.ts +7 -0
  129. package/dist/models/automations/action/settings/{CreateCurrentWorkflowEntityUpdateActionSettings.js → CreateCurrentWorkflowEntityUpdateActionSettingsGql.js} +1 -1
  130. package/dist/models/automations/action/settings/CreateCurrentWorkflowEntityUpdateActionSettingsGql.js.map +1 -0
  131. package/dist/models/automations/action/settings/CreateExternalFormLinkCreateActionSettingsGql.d.ts +5 -0
  132. package/dist/models/automations/action/settings/CreateExternalFormLinkCreateActionSettingsGql.js +3 -0
  133. package/dist/models/automations/action/settings/CreateExternalFormLinkCreateActionSettingsGql.js.map +1 -0
  134. package/dist/models/automations/action/settings/CreateSettingsWorkflowEntityFieldGql.d.ts +9 -0
  135. package/dist/models/automations/action/settings/CreateSettingsWorkflowEntityFieldGql.js +3 -0
  136. package/dist/models/automations/action/settings/CreateSettingsWorkflowEntityFieldGql.js.map +1 -0
  137. package/dist/models/automations/action/settings/CreateUpdateRelatedCardQuantityActionSettingsGql.d.ts +7 -0
  138. package/dist/models/automations/action/settings/{CreateUpdateRelatedCardQuantityActionSettings.js → CreateUpdateRelatedCardQuantityActionSettingsGql.js} +1 -1
  139. package/dist/models/automations/action/settings/CreateUpdateRelatedCardQuantityActionSettingsGql.js.map +1 -0
  140. package/dist/models/automations/action/settings/CreateWorkflowEntityCreateActionSettingsGql.d.ts +5 -0
  141. package/dist/models/automations/action/settings/CreateWorkflowEntityCreateActionSettingsGql.js +3 -0
  142. package/dist/models/automations/action/settings/CreateWorkflowEntityCreateActionSettingsGql.js.map +1 -0
  143. package/dist/models/automations/action/settings/CreateWorkflowEntityUpdateActionSettingsGql.d.ts +5 -0
  144. package/dist/models/automations/action/settings/CreateWorkflowEntityUpdateActionSettingsGql.js +3 -0
  145. package/dist/models/automations/action/settings/CreateWorkflowEntityUpdateActionSettingsGql.js.map +1 -0
  146. package/dist/models/automations/action/settings/CurrentWorkflowEntityUpdateActionSettingsGql.d.ts +4 -0
  147. package/dist/models/automations/action/settings/CurrentWorkflowEntityUpdateActionSettingsGql.js +3 -0
  148. package/dist/models/automations/action/settings/CurrentWorkflowEntityUpdateActionSettingsGql.js.map +1 -0
  149. package/dist/models/automations/action/settings/ExternalFormLinkCreateActionSettingsGql.d.ts +6 -0
  150. package/dist/models/automations/action/settings/ExternalFormLinkCreateActionSettingsGql.js +3 -0
  151. package/dist/models/automations/action/settings/ExternalFormLinkCreateActionSettingsGql.js.map +1 -0
  152. package/dist/models/automations/action/settings/{ReferencedInAggregate.d.ts → ReferencedInAggregateGql.d.ts} +1 -1
  153. package/dist/models/automations/action/settings/ReferencedInAggregateGql.js +3 -0
  154. package/dist/models/automations/action/settings/ReferencedInAggregateGql.js.map +1 -0
  155. package/dist/models/automations/action/settings/ReferencedInQuantitySumActionSettingsGql.d.ts +6 -0
  156. package/dist/models/automations/action/settings/ReferencedInQuantitySumActionSettingsGql.js +3 -0
  157. package/dist/models/automations/action/settings/ReferencedInQuantitySumActionSettingsGql.js.map +1 -0
  158. package/dist/models/automations/action/settings/{RelatedCardEmail.d.ts → RelatedCardEmailGql.d.ts} +1 -1
  159. package/dist/models/automations/action/settings/RelatedCardEmailGql.js +3 -0
  160. package/dist/models/automations/action/settings/RelatedCardEmailGql.js.map +1 -0
  161. package/dist/models/automations/action/settings/{SendEmailActionSettings.d.ts → SendEmailActionSettingsGql.d.ts} +5 -5
  162. package/dist/models/automations/action/settings/SendEmailActionSettingsGql.js +3 -0
  163. package/dist/models/automations/action/settings/SendEmailActionSettingsGql.js.map +1 -0
  164. package/dist/models/automations/action/settings/{SendNotificationActionSettings.d.ts → SendNotificationActionSettingsGql.d.ts} +2 -2
  165. package/dist/models/automations/action/settings/SendNotificationActionSettingsGql.js +3 -0
  166. package/dist/models/automations/action/settings/SendNotificationActionSettingsGql.js.map +1 -0
  167. package/dist/models/automations/action/settings/{SendPushNotificationActionSettings.d.ts → SendPushNotificationActionSettingsGql.d.ts} +2 -2
  168. package/dist/models/automations/action/settings/SendPushNotificationActionSettingsGql.js +3 -0
  169. package/dist/models/automations/action/settings/SendPushNotificationActionSettingsGql.js.map +1 -0
  170. package/dist/models/automations/action/settings/{SendWebhookActionSettings.d.ts → SendWebhookActionSettingsGql.d.ts} +2 -2
  171. package/dist/models/automations/action/settings/SendWebhookActionSettingsGql.js +3 -0
  172. package/dist/models/automations/action/settings/SendWebhookActionSettingsGql.js.map +1 -0
  173. package/dist/models/automations/action/settings/{SettingsWorkflowEntityField.d.ts → SettingsWorkflowEntityFieldGql.d.ts} +3 -3
  174. package/dist/models/automations/action/settings/SettingsWorkflowEntityFieldGql.js +3 -0
  175. package/dist/models/automations/action/settings/SettingsWorkflowEntityFieldGql.js.map +1 -0
  176. package/dist/models/automations/action/settings/{TriggerRelatedCardAutomationActionSettings.d.ts → TriggerRelatedCardAutomationActionSettingsGql.d.ts} +2 -2
  177. package/dist/models/automations/action/settings/TriggerRelatedCardAutomationActionSettingsGql.js +3 -0
  178. package/dist/models/automations/action/settings/TriggerRelatedCardAutomationActionSettingsGql.js.map +1 -0
  179. package/dist/models/automations/action/settings/{UpdateRelatedCardQuantityActionSettings.d.ts → UpdateRelatedCardQuantityActionSettingsGql.d.ts} +4 -4
  180. package/dist/models/automations/action/settings/UpdateRelatedCardQuantityActionSettingsGql.js +3 -0
  181. package/dist/models/automations/action/settings/UpdateRelatedCardQuantityActionSettingsGql.js.map +1 -0
  182. package/dist/models/automations/action/settings/{WorkflowEntityActionSettings.d.ts → WorkflowEntityActionSettingsGql.d.ts} +4 -4
  183. package/dist/models/automations/action/settings/WorkflowEntityActionSettingsGql.js +3 -0
  184. package/dist/models/automations/action/settings/WorkflowEntityActionSettingsGql.js.map +1 -0
  185. package/dist/models/automations/action/settings/WorkflowEntityCreateActionSettingsGql.d.ts +4 -0
  186. package/dist/models/automations/action/settings/WorkflowEntityCreateActionSettingsGql.js +3 -0
  187. package/dist/models/automations/action/settings/WorkflowEntityCreateActionSettingsGql.js.map +1 -0
  188. package/dist/models/automations/action/settings/WorkflowEntityUpdateActionSettingsGql.d.ts +6 -0
  189. package/dist/models/automations/action/settings/WorkflowEntityUpdateActionSettingsGql.js +3 -0
  190. package/dist/models/automations/action/settings/WorkflowEntityUpdateActionSettingsGql.js.map +1 -0
  191. package/dist/models/automations/action/settings/registry/AnyAutomationActionSettingsGql.d.ts +13 -0
  192. package/dist/models/automations/action/settings/registry/AnyAutomationActionSettingsGql.js +3 -0
  193. package/dist/models/automations/action/settings/registry/AnyAutomationActionSettingsGql.js.map +1 -0
  194. package/dist/models/automations/condition/{Condition.d.ts → ConditionGql.d.ts} +5 -5
  195. package/dist/models/automations/{Automation.js → condition/ConditionGql.js} +1 -1
  196. package/dist/models/automations/condition/ConditionGql.js.map +1 -0
  197. package/dist/models/automations/condition/CreateConditionGql.d.ts +7 -0
  198. package/dist/models/automations/condition/CreateConditionGql.js +3 -0
  199. package/dist/models/automations/condition/CreateConditionGql.js.map +1 -0
  200. package/dist/models/automations/condition/UpdateConditionGql.d.ts +8 -0
  201. package/dist/models/automations/condition/UpdateConditionGql.js +3 -0
  202. package/dist/models/automations/condition/UpdateConditionGql.js.map +1 -0
  203. package/dist/models/automations/condition/operands/ActionResultNumberOperandGql.d.ts +5 -0
  204. package/dist/models/automations/condition/operands/ActionResultNumberOperandGql.js +3 -0
  205. package/dist/models/automations/condition/operands/ActionResultNumberOperandGql.js.map +1 -0
  206. package/dist/models/automations/condition/operands/BooleanOperandGql.d.ts +5 -0
  207. package/dist/models/automations/{UpdateAutomation.js → condition/operands/BooleanOperandGql.js} +1 -1
  208. package/dist/models/automations/condition/operands/BooleanOperandGql.js.map +1 -0
  209. package/dist/models/automations/condition/operands/{ComponentOperand.d.ts → ComponentOperandGql.d.ts} +2 -2
  210. package/dist/models/automations/condition/operands/ComponentOperandGql.js +3 -0
  211. package/dist/models/automations/condition/operands/ComponentOperandGql.js.map +1 -0
  212. package/dist/models/automations/condition/operands/DataOperandOneOfGql.d.ts +26 -0
  213. package/dist/models/automations/condition/operands/DataOperandOneOfGql.js +3 -0
  214. package/dist/models/automations/condition/operands/DataOperandOneOfGql.js.map +1 -0
  215. package/dist/models/automations/condition/operands/{DateOperand.d.ts → DateOperandGql.d.ts} +2 -2
  216. package/dist/models/automations/condition/operands/DateOperandGql.js +3 -0
  217. package/dist/models/automations/condition/operands/DateOperandGql.js.map +1 -0
  218. package/dist/models/automations/condition/operands/{DateTokenOperand.d.ts → DateTokenOperandGql.d.ts} +2 -2
  219. package/dist/models/automations/condition/operands/DateTokenOperandGql.js +3 -0
  220. package/dist/models/automations/condition/operands/DateTokenOperandGql.js.map +1 -0
  221. package/dist/models/automations/condition/operands/EmptyOperandGql.d.ts +4 -0
  222. package/dist/models/automations/{action/SendEmailAction.js → condition/operands/EmptyOperandGql.js} +1 -1
  223. package/dist/models/automations/condition/operands/EmptyOperandGql.js.map +1 -0
  224. package/dist/models/automations/condition/operands/NumberArrayOperandGql.d.ts +5 -0
  225. package/dist/models/automations/condition/operands/NumberArrayOperandGql.js +3 -0
  226. package/dist/models/automations/condition/operands/NumberArrayOperandGql.js.map +1 -0
  227. package/dist/models/automations/condition/operands/{NumberOperand.d.ts → NumberOperandGql.d.ts} +2 -2
  228. package/dist/models/automations/{action/AutomationAction.js → condition/operands/NumberOperandGql.js} +1 -1
  229. package/dist/models/automations/condition/operands/NumberOperandGql.js.map +1 -0
  230. package/dist/models/automations/condition/operands/NumberOperandOneOfGql.d.ts +3 -0
  231. package/dist/models/automations/condition/operands/NumberOperandOneOfGql.js +3 -0
  232. package/dist/models/automations/condition/operands/NumberOperandOneOfGql.js.map +1 -0
  233. package/dist/models/automations/condition/operands/{Operand.d.ts → OperandGql.d.ts} +1 -1
  234. package/dist/models/automations/condition/{Condition.js → operands/OperandGql.js} +1 -1
  235. package/dist/models/automations/condition/operands/OperandGql.js.map +1 -0
  236. package/dist/models/automations/condition/operands/OperandOneOfGql.d.ts +5 -0
  237. package/dist/models/automations/condition/operands/OperandOneOfGql.js +3 -0
  238. package/dist/models/automations/condition/operands/OperandOneOfGql.js.map +1 -0
  239. package/dist/models/automations/condition/operands/{PreviousComponentOperand.d.ts → PreviousComponentOperandGql.d.ts} +2 -2
  240. package/dist/models/automations/condition/operands/PreviousComponentOperandGql.js +3 -0
  241. package/dist/models/automations/condition/operands/PreviousComponentOperandGql.js.map +1 -0
  242. package/dist/models/automations/condition/operands/StringArrayOperandGql.d.ts +5 -0
  243. package/dist/models/automations/condition/operands/StringArrayOperandGql.js +3 -0
  244. package/dist/models/automations/condition/operands/StringArrayOperandGql.js.map +1 -0
  245. package/dist/models/automations/condition/operands/{StringOperand.d.ts → StringOperandGql.d.ts} +2 -2
  246. package/dist/models/automations/{CreateAutomation.js → condition/operands/StringOperandGql.js} +1 -1
  247. package/dist/models/automations/condition/operands/StringOperandGql.js.map +1 -0
  248. package/dist/models/automations/condition/operands/{SubformComponentRefOperand.d.ts → SubformComponentRefOperandGql.d.ts} +4 -4
  249. package/dist/models/automations/condition/operands/SubformComponentRefOperandGql.js +3 -0
  250. package/dist/models/automations/condition/operands/SubformComponentRefOperandGql.js.map +1 -0
  251. package/dist/models/automations/condition/operands/{WorkflowEntityRefComponentOperand.d.ts → WorkflowEntityRefComponentOperandGql.d.ts} +2 -2
  252. package/dist/models/automations/condition/operands/WorkflowEntityRefComponentOperandGql.js +3 -0
  253. package/dist/models/automations/condition/operands/WorkflowEntityRefComponentOperandGql.js.map +1 -0
  254. package/dist/models/automations/condition/operands/{WorkflowTemplateComponentCase.d.ts → WorkflowTemplateComponentCaseGql.d.ts} +1 -1
  255. package/dist/models/automations/condition/operands/WorkflowTemplateComponentCaseGql.js +3 -0
  256. package/dist/models/automations/condition/operands/WorkflowTemplateComponentCaseGql.js.map +1 -0
  257. package/dist/models/automations/condition/operands/registry/AnyDataOperandGql.d.ts +2 -0
  258. package/dist/models/automations/condition/operands/registry/AnyDataOperandGql.js +3 -0
  259. package/dist/models/automations/condition/operands/registry/AnyDataOperandGql.js.map +1 -0
  260. package/dist/models/automations/condition/operands/registry/AnyNumberOperandGql.d.ts +10 -0
  261. package/dist/models/automations/condition/operands/registry/AnyNumberOperandGql.js +3 -0
  262. package/dist/models/automations/condition/operands/registry/AnyNumberOperandGql.js.map +1 -0
  263. package/dist/models/automations/condition/operands/registry/AnyOperandGql.d.ts +2 -0
  264. package/dist/models/automations/condition/operands/registry/AnyOperandGql.js +3 -0
  265. package/dist/models/automations/condition/operands/registry/AnyOperandGql.js.map +1 -0
  266. package/dist/models/automations/field-reference/SubformFieldReference.d.ts +2 -2
  267. package/dist/models/automations/revision/AutomationActionRevisionEntity.d.ts +2 -2
  268. package/dist/models/automations/revision/AutomationRevisionEntity.d.ts +1 -1
  269. package/dist/models/workflow-app/compensations/automations/ClearWorkflowTemplateReferenceAutomationConditionCompensation.d.ts +3 -3
  270. package/dist/models/workflow-automation/CreateWorkflowAutomationEvent.d.ts +2 -2
  271. package/dist/models/workflow-automation/ListWorkflowTemplateAutomationsResult.d.ts +2 -2
  272. package/dist/models/workflow-automation/WorkflowAutomationsEvent.d.ts +4 -4
  273. package/dist/models/workflow-entity/WorkflowEntityRefGql.d.ts +5 -0
  274. package/dist/models/workflow-entity/WorkflowEntityRefGql.js +3 -0
  275. package/dist/models/workflow-entity/WorkflowEntityRefGql.js.map +1 -0
  276. package/dist/models/workflow-entity/lineage/api/ParentComponentLineagesGql.d.ts +7 -0
  277. package/dist/models/workflow-entity/lineage/api/ParentComponentLineagesGql.js +3 -0
  278. package/dist/models/workflow-entity/lineage/api/ParentComponentLineagesGql.js.map +1 -0
  279. package/dist/models/workflow-entity/lineage/api/WorkflowEntityLineageGql.d.ts +8 -0
  280. package/dist/models/workflow-entity/lineage/api/WorkflowEntityLineageGql.js +3 -0
  281. package/dist/models/workflow-entity/lineage/api/WorkflowEntityLineageGql.js.map +1 -0
  282. package/dist/models/workflow-entity/refs/EntityRefs.d.ts +2 -0
  283. package/dist/scripts/generateTypes.js +1 -0
  284. package/dist/scripts/generateTypes.js.map +1 -1
  285. package/package.json +2 -2
  286. package/dist/models/automations/Automation.js.map +0 -1
  287. package/dist/models/automations/AutomationEventContext.js.map +0 -1
  288. package/dist/models/automations/CreateAutomation.d.ts +0 -9
  289. package/dist/models/automations/CreateAutomation.js.map +0 -1
  290. package/dist/models/automations/CreateAutomationGraphQL.d.ts +0 -11
  291. package/dist/models/automations/CreateAutomationGraphQL.js.map +0 -1
  292. package/dist/models/automations/UpdateAutomation.d.ts +0 -7
  293. package/dist/models/automations/UpdateAutomation.js.map +0 -1
  294. package/dist/models/automations/UpdateAutomationGraphQL.d.ts +0 -11
  295. package/dist/models/automations/UpdateAutomationGraphQL.js +0 -3
  296. package/dist/models/automations/UpdateAutomationGraphQL.js.map +0 -1
  297. package/dist/models/automations/action/AutomationAction.d.ts +0 -16
  298. package/dist/models/automations/action/AutomationAction.js.map +0 -1
  299. package/dist/models/automations/action/CalculateValueAction.d.ts +0 -6
  300. package/dist/models/automations/action/CalculateValueAction.js +0 -3
  301. package/dist/models/automations/action/CalculateValueAction.js.map +0 -1
  302. package/dist/models/automations/action/CreateAutomationAction.d.ts +0 -7
  303. package/dist/models/automations/action/CreateAutomationAction.js +0 -3
  304. package/dist/models/automations/action/CreateAutomationAction.js.map +0 -1
  305. package/dist/models/automations/action/CreateAutomationActionGraphQL.d.ts +0 -9
  306. package/dist/models/automations/action/CreateAutomationActionGraphQL.js +0 -3
  307. package/dist/models/automations/action/CreateAutomationActionGraphQL.js.map +0 -1
  308. package/dist/models/automations/action/CurrentWorkflowEntityUpdateAction.d.ts +0 -6
  309. package/dist/models/automations/action/CurrentWorkflowEntityUpdateAction.js +0 -3
  310. package/dist/models/automations/action/CurrentWorkflowEntityUpdateAction.js.map +0 -1
  311. package/dist/models/automations/action/ExternalFormLinkCreateAction.d.ts +0 -6
  312. package/dist/models/automations/action/ExternalFormLinkCreateAction.js +0 -3
  313. package/dist/models/automations/action/ExternalFormLinkCreateAction.js.map +0 -1
  314. package/dist/models/automations/action/ReferencedInQuantitySumAction.d.ts +0 -6
  315. package/dist/models/automations/action/ReferencedInQuantitySumAction.js +0 -3
  316. package/dist/models/automations/action/ReferencedInQuantitySumAction.js.map +0 -1
  317. package/dist/models/automations/action/SendEmailAction.d.ts +0 -6
  318. package/dist/models/automations/action/SendEmailAction.js.map +0 -1
  319. package/dist/models/automations/action/SendNotificationAction.d.ts +0 -6
  320. package/dist/models/automations/action/SendNotificationAction.js +0 -3
  321. package/dist/models/automations/action/SendNotificationAction.js.map +0 -1
  322. package/dist/models/automations/action/SendPushNotificationAction.d.ts +0 -6
  323. package/dist/models/automations/action/SendPushNotificationAction.js +0 -3
  324. package/dist/models/automations/action/SendPushNotificationAction.js.map +0 -1
  325. package/dist/models/automations/action/SendWebhookAction.d.ts +0 -6
  326. package/dist/models/automations/action/SendWebhookAction.js +0 -3
  327. package/dist/models/automations/action/SendWebhookAction.js.map +0 -1
  328. package/dist/models/automations/action/TriggerRelatedCardAutomationAction.d.ts +0 -6
  329. package/dist/models/automations/action/TriggerRelatedCardAutomationAction.js +0 -3
  330. package/dist/models/automations/action/TriggerRelatedCardAutomationAction.js.map +0 -1
  331. package/dist/models/automations/action/UpdateAutomationAction.d.ts +0 -9
  332. package/dist/models/automations/action/UpdateAutomationAction.js +0 -3
  333. package/dist/models/automations/action/UpdateAutomationAction.js.map +0 -1
  334. package/dist/models/automations/action/UpdateRelatedCardQuantityAction.d.ts +0 -6
  335. package/dist/models/automations/action/UpdateRelatedCardQuantityAction.js +0 -3
  336. package/dist/models/automations/action/UpdateRelatedCardQuantityAction.js.map +0 -1
  337. package/dist/models/automations/action/WorkflowEntityCreateAction.d.ts +0 -6
  338. package/dist/models/automations/action/WorkflowEntityCreateAction.js +0 -3
  339. package/dist/models/automations/action/WorkflowEntityCreateAction.js.map +0 -1
  340. package/dist/models/automations/action/WorkflowEntityUpdateAction.d.ts +0 -6
  341. package/dist/models/automations/action/WorkflowEntityUpdateAction.js +0 -3
  342. package/dist/models/automations/action/WorkflowEntityUpdateAction.js.map +0 -1
  343. package/dist/models/automations/action/component-data/ActionResultNumber.d.ts +0 -5
  344. package/dist/models/automations/action/component-data/ActionResultNumber.js +0 -3
  345. package/dist/models/automations/action/component-data/ActionResultNumber.js.map +0 -1
  346. package/dist/models/automations/action/component-data/ClearValue.d.ts +0 -4
  347. package/dist/models/automations/action/component-data/ClearValue.js.map +0 -1
  348. package/dist/models/automations/action/component-data/CurrentWorkflowEntity.d.ts +0 -4
  349. package/dist/models/automations/action/component-data/CurrentWorkflowEntity.js +0 -3
  350. package/dist/models/automations/action/component-data/CurrentWorkflowEntity.js.map +0 -1
  351. package/dist/models/automations/action/component-data/CurrentWorkflowEntityComponent.js +0 -3
  352. package/dist/models/automations/action/component-data/CurrentWorkflowEntityComponent.js.map +0 -1
  353. package/dist/models/automations/action/component-data/DynamicComponentData.js +0 -3
  354. package/dist/models/automations/action/component-data/DynamicComponentData.js.map +0 -1
  355. package/dist/models/automations/action/component-data/DynamicComponentDataOneOf.d.ts +0 -26
  356. package/dist/models/automations/action/component-data/DynamicComponentDataOneOf.js +0 -3
  357. package/dist/models/automations/action/component-data/DynamicComponentDataOneOf.js.map +0 -1
  358. package/dist/models/automations/action/component-data/DynamicNumberComponentDataOneOf.d.ts +0 -10
  359. package/dist/models/automations/action/component-data/DynamicNumberComponentDataOneOf.js +0 -3
  360. package/dist/models/automations/action/component-data/DynamicNumberComponentDataOneOf.js.map +0 -1
  361. package/dist/models/automations/action/component-data/OriginUser.d.ts +0 -4
  362. package/dist/models/automations/action/component-data/OriginUser.js.map +0 -1
  363. package/dist/models/automations/action/component-data/RelatedWorkflowEntityComponent.js +0 -3
  364. package/dist/models/automations/action/component-data/RelatedWorkflowEntityComponent.js.map +0 -1
  365. package/dist/models/automations/action/component-data/SubformWorkflowEntityComponent.js +0 -3
  366. package/dist/models/automations/action/component-data/SubformWorkflowEntityComponent.js.map +0 -1
  367. package/dist/models/automations/action/component-data/TimeTrackerDataAction.js +0 -3
  368. package/dist/models/automations/action/component-data/TimeTrackerDataAction.js.map +0 -1
  369. package/dist/models/automations/action/component-data/registry/AnyDynamicComponentData.d.ts +0 -2
  370. package/dist/models/automations/action/component-data/registry/AnyDynamicComponentData.js +0 -3
  371. package/dist/models/automations/action/component-data/registry/AnyDynamicComponentData.js.map +0 -1
  372. package/dist/models/automations/action/component-data/registry/AnyDynamicNumberComponentData.d.ts +0 -5
  373. package/dist/models/automations/action/component-data/registry/AnyDynamicNumberComponentData.js +0 -3
  374. package/dist/models/automations/action/component-data/registry/AnyDynamicNumberComponentData.js.map +0 -1
  375. package/dist/models/automations/action/registry/AnyAutomationAction.d.ts +0 -13
  376. package/dist/models/automations/action/registry/AnyAutomationAction.js +0 -3
  377. package/dist/models/automations/action/registry/AnyAutomationAction.js.map +0 -1
  378. package/dist/models/automations/action/registry/CreateAnyAutomationAction.d.ts +0 -3
  379. package/dist/models/automations/action/registry/CreateAnyAutomationAction.js +0 -3
  380. package/dist/models/automations/action/registry/CreateAnyAutomationAction.js.map +0 -1
  381. package/dist/models/automations/action/settings/AutomationActionSettings.js +0 -3
  382. package/dist/models/automations/action/settings/AutomationActionSettings.js.map +0 -1
  383. package/dist/models/automations/action/settings/AutomationActionSettingsOneOf.d.ts +0 -26
  384. package/dist/models/automations/action/settings/AutomationActionSettingsOneOf.js +0 -3
  385. package/dist/models/automations/action/settings/AutomationActionSettingsOneOf.js.map +0 -1
  386. package/dist/models/automations/action/settings/AutomationComponentData.d.ts +0 -6
  387. package/dist/models/automations/action/settings/AutomationComponentData.js +0 -3
  388. package/dist/models/automations/action/settings/AutomationComponentData.js.map +0 -1
  389. package/dist/models/automations/action/settings/CalculateValueActionSettings.d.ts +0 -9
  390. package/dist/models/automations/action/settings/CalculateValueActionSettings.js +0 -3
  391. package/dist/models/automations/action/settings/CalculateValueActionSettings.js.map +0 -1
  392. package/dist/models/automations/action/settings/CreateCalculateValueActionSettings.d.ts +0 -6
  393. package/dist/models/automations/action/settings/CreateCalculateValueActionSettings.js +0 -3
  394. package/dist/models/automations/action/settings/CreateCalculateValueActionSettings.js.map +0 -1
  395. package/dist/models/automations/action/settings/CreateCurrentWorkflowEntityUpdateActionSettings.d.ts +0 -7
  396. package/dist/models/automations/action/settings/CreateCurrentWorkflowEntityUpdateActionSettings.js.map +0 -1
  397. package/dist/models/automations/action/settings/CreateExternalFormLinkCreateActionSettings.d.ts +0 -5
  398. package/dist/models/automations/action/settings/CreateExternalFormLinkCreateActionSettings.js +0 -3
  399. package/dist/models/automations/action/settings/CreateExternalFormLinkCreateActionSettings.js.map +0 -1
  400. package/dist/models/automations/action/settings/CreateSettingsWorkflowEntityField.d.ts +0 -9
  401. package/dist/models/automations/action/settings/CreateSettingsWorkflowEntityField.js +0 -3
  402. package/dist/models/automations/action/settings/CreateSettingsWorkflowEntityField.js.map +0 -1
  403. package/dist/models/automations/action/settings/CreateUpdateRelatedCardQuantityActionSettings.d.ts +0 -7
  404. package/dist/models/automations/action/settings/CreateUpdateRelatedCardQuantityActionSettings.js.map +0 -1
  405. package/dist/models/automations/action/settings/CreateWorkflowEntityCreateActionSettings.d.ts +0 -5
  406. package/dist/models/automations/action/settings/CreateWorkflowEntityCreateActionSettings.js +0 -3
  407. package/dist/models/automations/action/settings/CreateWorkflowEntityCreateActionSettings.js.map +0 -1
  408. package/dist/models/automations/action/settings/CreateWorkflowEntityUpdateActionSettings.d.ts +0 -5
  409. package/dist/models/automations/action/settings/CreateWorkflowEntityUpdateActionSettings.js +0 -3
  410. package/dist/models/automations/action/settings/CreateWorkflowEntityUpdateActionSettings.js.map +0 -1
  411. package/dist/models/automations/action/settings/CurrentWorkflowEntityUpdateActionSettings.d.ts +0 -4
  412. package/dist/models/automations/action/settings/CurrentWorkflowEntityUpdateActionSettings.js +0 -3
  413. package/dist/models/automations/action/settings/CurrentWorkflowEntityUpdateActionSettings.js.map +0 -1
  414. package/dist/models/automations/action/settings/ExternalFormLinkCreateActionSettings.d.ts +0 -6
  415. package/dist/models/automations/action/settings/ExternalFormLinkCreateActionSettings.js +0 -3
  416. package/dist/models/automations/action/settings/ExternalFormLinkCreateActionSettings.js.map +0 -1
  417. package/dist/models/automations/action/settings/ReferencedInAggregate.js +0 -3
  418. package/dist/models/automations/action/settings/ReferencedInAggregate.js.map +0 -1
  419. package/dist/models/automations/action/settings/ReferencedInQuantitySumActionSettings.d.ts +0 -6
  420. package/dist/models/automations/action/settings/ReferencedInQuantitySumActionSettings.js +0 -3
  421. package/dist/models/automations/action/settings/ReferencedInQuantitySumActionSettings.js.map +0 -1
  422. package/dist/models/automations/action/settings/RelatedCardEmail.js +0 -3
  423. package/dist/models/automations/action/settings/RelatedCardEmail.js.map +0 -1
  424. package/dist/models/automations/action/settings/SendEmailActionSettings.js +0 -3
  425. package/dist/models/automations/action/settings/SendEmailActionSettings.js.map +0 -1
  426. package/dist/models/automations/action/settings/SendNotificationActionSettings.js +0 -3
  427. package/dist/models/automations/action/settings/SendNotificationActionSettings.js.map +0 -1
  428. package/dist/models/automations/action/settings/SendPushNotificationActionSettings.js +0 -3
  429. package/dist/models/automations/action/settings/SendPushNotificationActionSettings.js.map +0 -1
  430. package/dist/models/automations/action/settings/SendWebhookActionSettings.js +0 -3
  431. package/dist/models/automations/action/settings/SendWebhookActionSettings.js.map +0 -1
  432. package/dist/models/automations/action/settings/SettingsWorkflowEntityField.js +0 -3
  433. package/dist/models/automations/action/settings/SettingsWorkflowEntityField.js.map +0 -1
  434. package/dist/models/automations/action/settings/TriggerRelatedCardAutomationActionSettings.js +0 -3
  435. package/dist/models/automations/action/settings/TriggerRelatedCardAutomationActionSettings.js.map +0 -1
  436. package/dist/models/automations/action/settings/UpdateRelatedCardQuantityActionSettings.js +0 -3
  437. package/dist/models/automations/action/settings/UpdateRelatedCardQuantityActionSettings.js.map +0 -1
  438. package/dist/models/automations/action/settings/WorkflowEntityActionSettings.js +0 -3
  439. package/dist/models/automations/action/settings/WorkflowEntityActionSettings.js.map +0 -1
  440. package/dist/models/automations/action/settings/WorkflowEntityCreateActionSettings.d.ts +0 -4
  441. package/dist/models/automations/action/settings/WorkflowEntityCreateActionSettings.js +0 -3
  442. package/dist/models/automations/action/settings/WorkflowEntityCreateActionSettings.js.map +0 -1
  443. package/dist/models/automations/action/settings/WorkflowEntityUpdateActionSettings.d.ts +0 -6
  444. package/dist/models/automations/action/settings/WorkflowEntityUpdateActionSettings.js +0 -3
  445. package/dist/models/automations/action/settings/WorkflowEntityUpdateActionSettings.js.map +0 -1
  446. package/dist/models/automations/action/settings/registry/AnyAutomationActionSettings.d.ts +0 -13
  447. package/dist/models/automations/action/settings/registry/AnyAutomationActionSettings.js +0 -3
  448. package/dist/models/automations/action/settings/registry/AnyAutomationActionSettings.js.map +0 -1
  449. package/dist/models/automations/condition/Condition.js.map +0 -1
  450. package/dist/models/automations/condition/CreateCondition.d.ts +0 -7
  451. package/dist/models/automations/condition/CreateCondition.js +0 -3
  452. package/dist/models/automations/condition/CreateCondition.js.map +0 -1
  453. package/dist/models/automations/condition/UpdateCondition.d.ts +0 -8
  454. package/dist/models/automations/condition/UpdateCondition.js +0 -3
  455. package/dist/models/automations/condition/UpdateCondition.js.map +0 -1
  456. package/dist/models/automations/condition/operands/ActionResultNumberOperand.d.ts +0 -5
  457. package/dist/models/automations/condition/operands/ActionResultNumberOperand.js +0 -3
  458. package/dist/models/automations/condition/operands/ActionResultNumberOperand.js.map +0 -1
  459. package/dist/models/automations/condition/operands/ComponentOperand.js +0 -3
  460. package/dist/models/automations/condition/operands/ComponentOperand.js.map +0 -1
  461. package/dist/models/automations/condition/operands/DataOperandOneOf.d.ts +0 -24
  462. package/dist/models/automations/condition/operands/DataOperandOneOf.js +0 -3
  463. package/dist/models/automations/condition/operands/DataOperandOneOf.js.map +0 -1
  464. package/dist/models/automations/condition/operands/DateOperand.js +0 -3
  465. package/dist/models/automations/condition/operands/DateOperand.js.map +0 -1
  466. package/dist/models/automations/condition/operands/DateTokenOperand.js +0 -3
  467. package/dist/models/automations/condition/operands/DateTokenOperand.js.map +0 -1
  468. package/dist/models/automations/condition/operands/EmptyOperand.d.ts +0 -4
  469. package/dist/models/automations/condition/operands/EmptyOperand.js +0 -3
  470. package/dist/models/automations/condition/operands/EmptyOperand.js.map +0 -1
  471. package/dist/models/automations/condition/operands/NumberArrayOperand.d.ts +0 -5
  472. package/dist/models/automations/condition/operands/NumberArrayOperand.js +0 -3
  473. package/dist/models/automations/condition/operands/NumberArrayOperand.js.map +0 -1
  474. package/dist/models/automations/condition/operands/NumberOperand.js +0 -3
  475. package/dist/models/automations/condition/operands/NumberOperand.js.map +0 -1
  476. package/dist/models/automations/condition/operands/NumberOperandOneOf.d.ts +0 -3
  477. package/dist/models/automations/condition/operands/NumberOperandOneOf.js +0 -3
  478. package/dist/models/automations/condition/operands/NumberOperandOneOf.js.map +0 -1
  479. package/dist/models/automations/condition/operands/Operand.js +0 -3
  480. package/dist/models/automations/condition/operands/Operand.js.map +0 -1
  481. package/dist/models/automations/condition/operands/OperandOneOf.d.ts +0 -5
  482. package/dist/models/automations/condition/operands/OperandOneOf.js +0 -3
  483. package/dist/models/automations/condition/operands/OperandOneOf.js.map +0 -1
  484. package/dist/models/automations/condition/operands/PreviousComponentOperand.js +0 -3
  485. package/dist/models/automations/condition/operands/PreviousComponentOperand.js.map +0 -1
  486. package/dist/models/automations/condition/operands/StringArrayOperand.d.ts +0 -5
  487. package/dist/models/automations/condition/operands/StringArrayOperand.js +0 -3
  488. package/dist/models/automations/condition/operands/StringArrayOperand.js.map +0 -1
  489. package/dist/models/automations/condition/operands/StringOperand.js +0 -3
  490. package/dist/models/automations/condition/operands/StringOperand.js.map +0 -1
  491. package/dist/models/automations/condition/operands/SubformComponentRefOperand.js +0 -3
  492. package/dist/models/automations/condition/operands/SubformComponentRefOperand.js.map +0 -1
  493. package/dist/models/automations/condition/operands/WorkflowEntityRefComponentOperand.js +0 -3
  494. package/dist/models/automations/condition/operands/WorkflowEntityRefComponentOperand.js.map +0 -1
  495. package/dist/models/automations/condition/operands/WorkflowTemplateComponentCase.js +0 -3
  496. package/dist/models/automations/condition/operands/WorkflowTemplateComponentCase.js.map +0 -1
  497. package/dist/models/automations/condition/operands/registry/AnyDataOperand.d.ts +0 -2
  498. package/dist/models/automations/condition/operands/registry/AnyDataOperand.js +0 -3
  499. package/dist/models/automations/condition/operands/registry/AnyDataOperand.js.map +0 -1
  500. package/dist/models/automations/condition/operands/registry/AnyNumberOperand.d.ts +0 -10
  501. package/dist/models/automations/condition/operands/registry/AnyNumberOperand.js +0 -3
  502. package/dist/models/automations/condition/operands/registry/AnyNumberOperand.js.map +0 -1
  503. package/dist/models/automations/condition/operands/registry/AnyOperand.d.ts +0 -2
  504. package/dist/models/automations/condition/operands/registry/AnyOperand.js +0 -3
  505. package/dist/models/automations/condition/operands/registry/AnyOperand.js.map +0 -1
@@ -8,7 +8,7 @@ import { EntityFields } from '../workflow-entity/EntityFields';
8
8
  import { EntityRefs } from '../workflow-entity/refs/EntityRefs';
9
9
  import { WorkflowEntity } from '../workflow-entity/WorkflowEntity';
10
10
  import { AutomationActionResult } from './action/AutomationActionResult';
11
- import { AutomationEventContext } from './AutomationEventContext';
11
+ import { AutomationEventContextGql } from './AutomationEventContextGql';
12
12
  export interface AutomationContext {
13
13
  businessId: BusinessId;
14
14
  workflowEntity: WorkflowEntity;
@@ -16,7 +16,7 @@ export interface AutomationContext {
16
16
  refs: EntityRefs;
17
17
  workflowEntityLink: string;
18
18
  actionResults: AutomationActionResult[];
19
- eventContext: AutomationEventContext;
19
+ eventContext: AutomationEventContextGql;
20
20
  automationId: AutomationId;
21
21
  automationRevisionId: AutomationRevisionId | undefined;
22
22
  originUserId: OriginUserId | undefined;
@@ -1,5 +1,5 @@
1
1
  import { AutomationEventType } from '@coast/core-types/automations/AutomationEventType';
2
- export interface AutomationEventContext {
2
+ export interface AutomationEventContextGql {
3
3
  entityScheduledAutomationMqMessageId?: string;
4
4
  eventType?: AutomationEventType;
5
5
  sourceAutomationId?: string;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AutomationEventContextGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AutomationEventContextGql.js","sourceRoot":"","sources":["../../../src/models/automations/AutomationEventContextGql.ts"],"names":[],"mappings":""}
@@ -4,12 +4,12 @@ import { AutomationRevisionId } from '@coast/core-types/automations/revision/Aut
4
4
  import { BusinessId } from '@coast/core-types/business/BusinessId';
5
5
  import { WorkflowTemplateId } from '@coast/core-types/workflow-template/WorkflowTemplateId';
6
6
  import { Audit } from '../application/Audit';
7
- import { AnyAutomationAction } from './action/registry/AnyAutomationAction';
8
- import { Condition } from './condition/Condition';
9
- export interface Automation extends Audit {
10
- actions: AnyAutomationAction[];
7
+ import { AnyAutomationActionGql } from './action/registry/AnyAutomationActionGql';
8
+ import { ConditionGql } from './condition/ConditionGql';
9
+ export interface AutomationGql extends Audit {
10
+ actions: AnyAutomationActionGql[];
11
11
  businessId: BusinessId;
12
- conditions?: Condition[];
12
+ conditions?: ConditionGql[];
13
13
  currentRevisionCommittedAt?: Date;
14
14
  currentRevisionId?: AutomationRevisionId;
15
15
  deletedAt?: Date;
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ClearValue.js.map
3
+ //# sourceMappingURL=AutomationGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AutomationGql.js","sourceRoot":"","sources":["../../../src/models/automations/AutomationGql.ts"],"names":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ import { WorkflowTemplateId } from '@coast/core-types/workflow-template/WorkflowTemplateId';
2
+ import { CreateAutomationActionGql } from './action/CreateAutomationActionGql';
3
+ import { AutomationGql } from './AutomationGql';
4
+ import { CreateConditionGql } from './condition/CreateConditionGql';
5
+ export interface CreateAutomationGql extends Omit<AutomationGql, 'id' | 'businessId' | 'actions' | 'conditions' | 'enabled' | 'suppressAutomationChain' | 'createdAt' | 'updatedAt'> {
6
+ actions: CreateAutomationActionGql[];
7
+ conditions?: CreateConditionGql[];
8
+ enabled?: boolean;
9
+ suppressAutomationChain?: boolean;
10
+ workflowTemplateId: WorkflowTemplateId;
11
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=CreateAutomationGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAutomationGql.js","sourceRoot":"","sources":["../../../src/models/automations/CreateAutomationGql.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ import { WorkflowTemplateId } from '@coast/core-types/workflow-template/WorkflowTemplateId';
2
+ import { CreateAnyAutomationActionGql } from './action/registry/CreateAnyAutomationActionGql';
3
+ import { AutomationGql } from './AutomationGql';
4
+ export interface CreateAutomationRest extends Omit<AutomationGql, 'id' | 'businessId' | 'enabled' | 'suppressAutomationChain' | 'createdAt' | 'updatedAt' | 'actions'> {
5
+ enabled: boolean;
6
+ suppressAutomationChain: boolean;
7
+ actions: CreateAnyAutomationActionGql[];
8
+ workflowTemplateId: WorkflowTemplateId;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=CreateAutomationRest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAutomationRest.js","sourceRoot":"","sources":["../../../src/models/automations/CreateAutomationRest.ts"],"names":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ import { AutomationId } from '@coast/core-types/automations/AutomationId';
2
+ import { UpdateAutomationActionGql } from './action/UpdateAutomationActionGql';
3
+ import { AutomationGql } from './AutomationGql';
4
+ import { UpdateConditionGql } from './condition/UpdateConditionGql';
5
+ export interface UpdateAutomationGql extends Partial<Omit<AutomationGql, 'id' | 'actions' | 'conditions' | 'enabled' | 'suppressAutomationChain' | 'createdAt' | 'updatedAt' | 'workflowTemplateId'>> {
6
+ actions?: UpdateAutomationActionGql[];
7
+ conditions?: UpdateConditionGql[];
8
+ enabled?: boolean;
9
+ id: AutomationId;
10
+ suppressAutomationChain?: boolean;
11
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=UpdateAutomationGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateAutomationGql.js","sourceRoot":"","sources":["../../../src/models/automations/UpdateAutomationGql.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ import { AutomationId } from '@coast/core-types/automations/AutomationId';
2
+ import { AutomationGql } from './AutomationGql';
3
+ export interface UpdateAutomationRest extends Partial<Omit<AutomationGql, 'id' | 'enabled' | 'suppressAutomationChain' | 'createdAt' | 'updatedAt' | 'workflowTemplateId'>> {
4
+ enabled?: boolean;
5
+ id: AutomationId;
6
+ suppressAutomationChain?: boolean;
7
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=UpdateAutomationRest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateAutomationRest.js","sourceRoot":"","sources":["../../../src/models/automations/UpdateAutomationRest.ts"],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ import { AutomationActionId } from '@coast/core-types/automations/action/AutomationActionId';
2
+ import { AutomationActionType } from '@coast/core-types/automations/action/AutomationActionType';
3
+ import type { AnyAutomationActionSettingsGql } from './settings/registry/AnyAutomationActionSettingsGql';
4
+ import { ConditionGql } from '../condition/ConditionGql';
5
+ export interface AutomationActionGql<T extends AutomationActionType = AutomationActionType> {
6
+ conditions?: ConditionGql[];
7
+ deletedAt?: Date;
8
+ id: AutomationActionId;
9
+ name: string;
10
+ parentId?: string;
11
+ settings?: AnyAutomationActionSettingsGql;
12
+ sortOrder?: number;
13
+ type: T;
14
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AutomationActionGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AutomationActionGql.js","sourceRoot":"","sources":["../../../../src/models/automations/action/AutomationActionGql.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from '@coast/core-types/automations/action/AutomationActionType';
2
+ import { AutomationActionGql } from './AutomationActionGql';
3
+ import { CalculateValueActionSettingsGql } from './settings/CalculateValueActionSettingsGql';
4
+ export interface CalculateValueActionGql extends Omit<AutomationActionGql<AutomationActionType.CALCULATE_VALUE>, 'settings'> {
5
+ settings?: CalculateValueActionSettingsGql;
6
+ }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=CreateAutomationGraphQL.js.map
3
+ //# sourceMappingURL=CalculateValueActionGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CalculateValueActionGql.js","sourceRoot":"","sources":["../../../../src/models/automations/action/CalculateValueActionGql.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ import { AutomationActionType } from '@coast/core-types/automations/action/AutomationActionType';
2
+ import { CreateConditionGql } from '../condition/CreateConditionGql';
3
+ import { AutomationActionGql } from './AutomationActionGql';
4
+ import { AutomationActionSettingsOneOfGql } from './settings/AutomationActionSettingsOneOfGql';
5
+ export interface CreateAutomationActionGql<T extends AutomationActionType = AutomationActionType> extends Omit<AutomationActionGql, 'id' | 'settings' | 'conditions' | 'type'> {
6
+ type: T;
7
+ conditions?: CreateConditionGql[];
8
+ settings?: AutomationActionSettingsOneOfGql;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=CreateAutomationActionGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAutomationActionGql.js","sourceRoot":"","sources":["../../../../src/models/automations/action/CreateAutomationActionGql.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ import { AutomationActionType } from '@coast/core-types/automations/action/AutomationActionType';
2
+ import { AutomationActionGql } from './AutomationActionGql';
3
+ import { AutomationActionSettingsGql } from './settings/AutomationActionSettingsGql';
4
+ export interface CreateAutomationActionRest<T extends AutomationActionType = AutomationActionType> extends Omit<AutomationActionGql, 'id' | 'settings' | 'type'> {
5
+ type: T;
6
+ settings?: AutomationActionSettingsGql<T>;
7
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=CreateAutomationActionRest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAutomationActionRest.js","sourceRoot":"","sources":["../../../../src/models/automations/action/CreateAutomationActionRest.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from '@coast/core-types/automations/action/AutomationActionType';
2
+ import { AutomationActionGql } from './AutomationActionGql';
3
+ import { CurrentWorkflowEntityUpdateActionSettingsGql } from './settings/CurrentWorkflowEntityUpdateActionSettingsGql';
4
+ export interface CurrentWorkflowEntityUpdateActionGql extends Omit<AutomationActionGql<AutomationActionType.UPDATE_CURRENT_WORKFLOW_ENTITY>, 'settings'> {
5
+ settings?: CurrentWorkflowEntityUpdateActionSettingsGql;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=CurrentWorkflowEntityUpdateActionGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CurrentWorkflowEntityUpdateActionGql.js","sourceRoot":"","sources":["../../../../src/models/automations/action/CurrentWorkflowEntityUpdateActionGql.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from '@coast/core-types/automations/action/AutomationActionType';
2
+ import { AutomationActionGql } from './AutomationActionGql';
3
+ import { ExternalFormLinkCreateActionSettingsGql } from './settings/ExternalFormLinkCreateActionSettingsGql';
4
+ export interface ExternalFormLinkCreateActionGql extends Omit<AutomationActionGql<AutomationActionType.CREATE_EXTERNAL_FORM_LINK>, 'settings'> {
5
+ settings?: ExternalFormLinkCreateActionSettingsGql;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ExternalFormLinkCreateActionGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExternalFormLinkCreateActionGql.js","sourceRoot":"","sources":["../../../../src/models/automations/action/ExternalFormLinkCreateActionGql.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from '@coast/core-types/automations/action/AutomationActionType';
2
+ import { AutomationActionGql } from './AutomationActionGql';
3
+ import { ReferencedInQuantitySumActionSettingsGql } from './settings/ReferencedInQuantitySumActionSettingsGql';
4
+ export interface ReferencedInQuantitySumActionGql extends Omit<AutomationActionGql<AutomationActionType.REFERENCED_IN_QUANTITY_SUM>, 'settings'> {
5
+ settings?: ReferencedInQuantitySumActionSettingsGql;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ReferencedInQuantitySumActionGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReferencedInQuantitySumActionGql.js","sourceRoot":"","sources":["../../../../src/models/automations/action/ReferencedInQuantitySumActionGql.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from '@coast/core-types/automations/action/AutomationActionType';
2
+ import { AutomationActionGql } from './AutomationActionGql';
3
+ import { SendEmailActionSettingsGql } from './settings/SendEmailActionSettingsGql';
4
+ export interface SendEmailActionGql extends Omit<AutomationActionGql<AutomationActionType.SEND_EMAIL>, 'settings'> {
5
+ settings?: SendEmailActionSettingsGql;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=SendEmailActionGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SendEmailActionGql.js","sourceRoot":"","sources":["../../../../src/models/automations/action/SendEmailActionGql.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from '@coast/core-types/automations/action/AutomationActionType';
2
+ import { AutomationActionGql } from './AutomationActionGql';
3
+ import { SendNotificationActionSettingsGql } from './settings/SendNotificationActionSettingsGql';
4
+ export interface SendNotificationActionGql extends Omit<AutomationActionGql<AutomationActionType.SEND_NOTIFICATION>, 'settings'> {
5
+ settings?: SendNotificationActionSettingsGql;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=SendNotificationActionGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SendNotificationActionGql.js","sourceRoot":"","sources":["../../../../src/models/automations/action/SendNotificationActionGql.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from '@coast/core-types/automations/action/AutomationActionType';
2
+ import { AutomationActionGql } from './AutomationActionGql';
3
+ import { SendPushNotificationActionSettingsGql } from './settings/SendPushNotificationActionSettingsGql';
4
+ export interface SendPushNotificationActionGql extends Omit<AutomationActionGql<AutomationActionType.SEND_PUSH_NOTIFICATION>, 'settings'> {
5
+ settings?: SendPushNotificationActionSettingsGql;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=SendPushNotificationActionGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SendPushNotificationActionGql.js","sourceRoot":"","sources":["../../../../src/models/automations/action/SendPushNotificationActionGql.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from '@coast/core-types/automations/action/AutomationActionType';
2
+ import { AutomationActionGql } from './AutomationActionGql';
3
+ import { SendWebhookActionSettingsGql } from './settings/SendWebhookActionSettingsGql';
4
+ export interface SendWebhookActionGql extends Omit<AutomationActionGql<AutomationActionType.SEND_WEBHOOK>, 'settings'> {
5
+ settings: SendWebhookActionSettingsGql;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=SendWebhookActionGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SendWebhookActionGql.js","sourceRoot":"","sources":["../../../../src/models/automations/action/SendWebhookActionGql.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from '@coast/core-types/automations/action/AutomationActionType';
2
+ import { AutomationActionGql } from './AutomationActionGql';
3
+ import { TriggerRelatedCardAutomationActionSettingsGql } from './settings/TriggerRelatedCardAutomationActionSettingsGql';
4
+ export interface TriggerRelatedCardAutomationActionGql extends Omit<AutomationActionGql<AutomationActionType.TRIGGER_RELATED_CARD_AUTOMATION>, 'settings'> {
5
+ settings?: TriggerRelatedCardAutomationActionSettingsGql;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TriggerRelatedCardAutomationActionGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TriggerRelatedCardAutomationActionGql.js","sourceRoot":"","sources":["../../../../src/models/automations/action/TriggerRelatedCardAutomationActionGql.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ import { AutomationActionId } from '@coast/core-types/automations/action/AutomationActionId';
2
+ import { UpdateConditionGql } from '../condition/UpdateConditionGql';
3
+ import { AutomationActionGql } from './AutomationActionGql';
4
+ import { AutomationActionSettingsOneOfGql } from './settings/AutomationActionSettingsOneOfGql';
5
+ export interface UpdateAutomationActionGql extends Omit<AutomationActionGql, 'id' | 'settings' | 'conditions'> {
6
+ conditions?: UpdateConditionGql[];
7
+ id?: AutomationActionId;
8
+ settings?: AutomationActionSettingsOneOfGql;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=UpdateAutomationActionGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateAutomationActionGql.js","sourceRoot":"","sources":["../../../../src/models/automations/action/UpdateAutomationActionGql.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from '@coast/core-types/automations/action/AutomationActionType';
2
+ import { AutomationActionGql } from './AutomationActionGql';
3
+ import { UpdateRelatedCardQuantityActionSettingsGql } from './settings/UpdateRelatedCardQuantityActionSettingsGql';
4
+ export interface UpdateRelatedCardQuantityActionGql extends Omit<AutomationActionGql<AutomationActionType.UPDATE_RELATED_CARD_QUANTITY>, 'settings'> {
5
+ settings?: UpdateRelatedCardQuantityActionSettingsGql;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=UpdateRelatedCardQuantityActionGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateRelatedCardQuantityActionGql.js","sourceRoot":"","sources":["../../../../src/models/automations/action/UpdateRelatedCardQuantityActionGql.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from '@coast/core-types/automations/action/AutomationActionType';
2
+ import { AutomationActionGql } from './AutomationActionGql';
3
+ import { WorkflowEntityCreateActionSettingsGql } from './settings/WorkflowEntityCreateActionSettingsGql';
4
+ export interface WorkflowEntityCreateActionGql extends Omit<AutomationActionGql<AutomationActionType.CREATE_WORKFLOW_ENTITY>, 'settings'> {
5
+ settings?: WorkflowEntityCreateActionSettingsGql;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=WorkflowEntityCreateActionGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WorkflowEntityCreateActionGql.js","sourceRoot":"","sources":["../../../../src/models/automations/action/WorkflowEntityCreateActionGql.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionType } from '@coast/core-types/automations/action/AutomationActionType';
2
+ import { AutomationActionGql } from './AutomationActionGql';
3
+ import { WorkflowEntityUpdateActionSettingsGql } from './settings/WorkflowEntityUpdateActionSettingsGql';
4
+ export interface WorkflowEntityUpdateActionGql extends Omit<AutomationActionGql<AutomationActionType.UPDATE_WORKFLOW_ENTITY>, 'settings'> {
5
+ settings?: WorkflowEntityUpdateActionSettingsGql;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=WorkflowEntityUpdateActionGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WorkflowEntityUpdateActionGql.js","sourceRoot":"","sources":["../../../../src/models/automations/action/WorkflowEntityUpdateActionGql.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ import { DynamicComponentDataType } from '@coast/core-types/automations/action/component-data/DynamicComponentDataType';
2
+ import { DynamicComponentDataGql } from './DynamicComponentDataGql';
3
+ export interface ActionResultNumberGql extends DynamicComponentDataGql<DynamicComponentDataType.ACTION_RESULT_NUMBER> {
4
+ actionId: string;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ActionResultNumberGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionResultNumberGql.js","sourceRoot":"","sources":["../../../../../src/models/automations/action/component-data/ActionResultNumberGql.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { DynamicComponentDataType } from '@coast/core-types/automations/action/component-data/DynamicComponentDataType';
2
+ import { DynamicComponentDataGql } from './DynamicComponentDataGql';
3
+ export interface ClearValueGql extends DynamicComponentDataGql<DynamicComponentDataType.CLEAR_VALUE> {
4
+ }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=OriginUser.js.map
3
+ //# sourceMappingURL=ClearValueGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ClearValueGql.js","sourceRoot":"","sources":["../../../../../src/models/automations/action/component-data/ClearValueGql.ts"],"names":[],"mappings":""}
@@ -1,6 +1,6 @@
1
1
  import { DynamicComponentDataType } from '@coast/core-types/automations/action/component-data/DynamicComponentDataType';
2
2
  import { ComponentId } from '@coast/core-types/workflow-template/components/ComponentId';
3
- import { DynamicComponentData } from './DynamicComponentData';
4
- export interface CurrentWorkflowEntityComponent extends DynamicComponentData<DynamicComponentDataType.CURRENT_WORKFLOW_ENTITY_COMPONENT> {
3
+ import { DynamicComponentDataGql } from './DynamicComponentDataGql';
4
+ export interface CurrentWorkflowEntityComponentGql extends DynamicComponentDataGql<DynamicComponentDataType.CURRENT_WORKFLOW_ENTITY_COMPONENT> {
5
5
  componentId: ComponentId;
6
6
  }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=CurrentWorkflowEntityComponentGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CurrentWorkflowEntityComponentGql.js","sourceRoot":"","sources":["../../../../../src/models/automations/action/component-data/CurrentWorkflowEntityComponentGql.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { DynamicComponentDataType } from '@coast/core-types/automations/action/component-data/DynamicComponentDataType';
2
+ import { DynamicComponentDataGql } from './DynamicComponentDataGql';
3
+ export interface CurrentWorkflowEntityGql extends DynamicComponentDataGql<DynamicComponentDataType.CURRENT_WORKFLOW_ENTITY> {
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=CurrentWorkflowEntityGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CurrentWorkflowEntityGql.js","sourceRoot":"","sources":["../../../../../src/models/automations/action/component-data/CurrentWorkflowEntityGql.ts"],"names":[],"mappings":""}
@@ -1,4 +1,4 @@
1
1
  import { DynamicComponentDataType } from '@coast/core-types/automations/action/component-data/DynamicComponentDataType';
2
- export interface DynamicComponentData<T extends DynamicComponentDataType = DynamicComponentDataType> {
2
+ export interface DynamicComponentDataGql<T extends DynamicComponentDataType = DynamicComponentDataType> {
3
3
  type: T;
4
4
  }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=DynamicComponentDataGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DynamicComponentDataGql.js","sourceRoot":"","sources":["../../../../../src/models/automations/action/component-data/DynamicComponentDataGql.ts"],"names":[],"mappings":""}
@@ -0,0 +1,26 @@
1
+ import { DynamicComponentDataType } from '@coast/core-types/automations/action/component-data/DynamicComponentDataType';
2
+ import { CamelCase } from '@coast/core-utils/CamelCase';
3
+ import { ActionResultNumberGql } from './ActionResultNumberGql';
4
+ import { ClearValueGql } from './ClearValueGql';
5
+ import { CurrentWorkflowEntityComponentGql } from './CurrentWorkflowEntityComponentGql';
6
+ import { CurrentWorkflowEntityGql } from './CurrentWorkflowEntityGql';
7
+ import { DynamicComponentDataGql } from './DynamicComponentDataGql';
8
+ import { OriginUserGql } from './OriginUserGql';
9
+ import { RelatedWorkflowEntityComponentGql } from './RelatedWorkflowEntityComponentGql';
10
+ import { SubformWorkflowEntityComponentGql } from './SubformWorkflowEntityComponentGql';
11
+ import { TimeTrackerDataActionGql } from './TimeTrackerDataActionGql';
12
+ type Fields = `${CamelCase<DynamicComponentDataType>}`;
13
+ type DynamicComponentDataOneOfs = {
14
+ [key in Fields]: DynamicComponentDataGql | undefined;
15
+ };
16
+ export interface DynamicComponentDataOneOfGql extends DynamicComponentDataOneOfs {
17
+ actionResultNumber: ActionResultNumberGql | undefined;
18
+ clearValue: ClearValueGql | undefined;
19
+ currentWorkflowEntity: CurrentWorkflowEntityGql | undefined;
20
+ currentWorkflowEntityComponent: CurrentWorkflowEntityComponentGql | undefined;
21
+ relatedWorkflowEntityComponent: RelatedWorkflowEntityComponentGql | undefined;
22
+ subformWorkflowEntityComponent: SubformWorkflowEntityComponentGql | undefined;
23
+ timeTrackerDataAction: TimeTrackerDataActionGql | undefined;
24
+ originUser: OriginUserGql | undefined;
25
+ }
26
+ export {};
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=DynamicComponentDataOneOfGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DynamicComponentDataOneOfGql.js","sourceRoot":"","sources":["../../../../../src/models/automations/action/component-data/DynamicComponentDataOneOfGql.ts"],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ import { ActionResultNumberGql } from './ActionResultNumberGql';
2
+ import { CurrentWorkflowEntityComponentGql } from './CurrentWorkflowEntityComponentGql';
3
+ import { RelatedWorkflowEntityComponentGql } from './RelatedWorkflowEntityComponentGql';
4
+ import { SubformWorkflowEntityComponentGql } from './SubformWorkflowEntityComponentGql';
5
+ export interface DynamicNumberComponentDataOneOfGql {
6
+ actionResultNumber?: ActionResultNumberGql;
7
+ currentWorkflowEntityComponent?: CurrentWorkflowEntityComponentGql;
8
+ relatedWorkflowEntityComponent?: RelatedWorkflowEntityComponentGql;
9
+ subformWorkflowEntityComponent?: SubformWorkflowEntityComponentGql;
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=DynamicNumberComponentDataOneOfGql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DynamicNumberComponentDataOneOfGql.js","sourceRoot":"","sources":["../../../../../src/models/automations/action/component-data/DynamicNumberComponentDataOneOfGql.ts"],"names":[],"mappings":""}