@coast/core-api-types 1.2.376 → 1.2.378
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.
- package/dist/models/automations/AutomationContext.d.ts +2 -2
- package/dist/models/automations/{AutomationEventContext.d.ts → AutomationEventContextGql.d.ts} +1 -1
- package/dist/models/automations/AutomationEventContextGql.js +3 -0
- package/dist/models/automations/AutomationEventContextGql.js.map +1 -0
- package/dist/models/automations/{Automation.d.ts → AutomationGql.d.ts} +5 -5
- package/dist/models/automations/AutomationGql.js +3 -0
- package/dist/models/automations/AutomationGql.js.map +1 -0
- package/dist/models/automations/CreateAutomationGql.d.ts +11 -0
- package/dist/models/automations/CreateAutomationGql.js +3 -0
- package/dist/models/automations/CreateAutomationGql.js.map +1 -0
- package/dist/models/automations/CreateAutomationRest.d.ts +9 -0
- package/dist/models/automations/CreateAutomationRest.js +3 -0
- package/dist/models/automations/CreateAutomationRest.js.map +1 -0
- package/dist/models/automations/UpdateAutomationGql.d.ts +11 -0
- package/dist/models/automations/UpdateAutomationGql.js +3 -0
- package/dist/models/automations/UpdateAutomationGql.js.map +1 -0
- package/dist/models/automations/UpdateAutomationRest.d.ts +7 -0
- package/dist/models/automations/UpdateAutomationRest.js +3 -0
- package/dist/models/automations/UpdateAutomationRest.js.map +1 -0
- package/dist/models/automations/action/AutomationActionGql.d.ts +14 -0
- package/dist/models/automations/action/AutomationActionGql.js +3 -0
- package/dist/models/automations/action/AutomationActionGql.js.map +1 -0
- package/dist/models/automations/action/CalculateValueActionGql.d.ts +6 -0
- package/dist/models/automations/{CreateAutomationGraphQL.js → action/CalculateValueActionGql.js} +1 -1
- package/dist/models/automations/action/CalculateValueActionGql.js.map +1 -0
- package/dist/models/automations/action/CreateAutomationActionGql.d.ts +9 -0
- package/dist/models/automations/action/CreateAutomationActionGql.js +3 -0
- package/dist/models/automations/action/CreateAutomationActionGql.js.map +1 -0
- package/dist/models/automations/action/CreateAutomationActionRest.d.ts +7 -0
- package/dist/models/automations/action/CreateAutomationActionRest.js +3 -0
- package/dist/models/automations/action/CreateAutomationActionRest.js.map +1 -0
- package/dist/models/automations/action/CurrentWorkflowEntityUpdateActionGql.d.ts +6 -0
- package/dist/models/automations/action/CurrentWorkflowEntityUpdateActionGql.js +3 -0
- package/dist/models/automations/action/CurrentWorkflowEntityUpdateActionGql.js.map +1 -0
- package/dist/models/automations/action/ExternalFormLinkCreateActionGql.d.ts +6 -0
- package/dist/models/automations/action/ExternalFormLinkCreateActionGql.js +3 -0
- package/dist/models/automations/action/ExternalFormLinkCreateActionGql.js.map +1 -0
- package/dist/models/automations/action/ReferencedInQuantitySumActionGql.d.ts +6 -0
- package/dist/models/automations/action/ReferencedInQuantitySumActionGql.js +3 -0
- package/dist/models/automations/action/ReferencedInQuantitySumActionGql.js.map +1 -0
- package/dist/models/automations/action/SendEmailActionGql.d.ts +6 -0
- package/dist/models/automations/action/SendEmailActionGql.js +3 -0
- package/dist/models/automations/action/SendEmailActionGql.js.map +1 -0
- package/dist/models/automations/action/SendNotificationActionGql.d.ts +6 -0
- package/dist/models/automations/action/SendNotificationActionGql.js +3 -0
- package/dist/models/automations/action/SendNotificationActionGql.js.map +1 -0
- package/dist/models/automations/action/SendPushNotificationActionGql.d.ts +6 -0
- package/dist/models/automations/action/SendPushNotificationActionGql.js +3 -0
- package/dist/models/automations/action/SendPushNotificationActionGql.js.map +1 -0
- package/dist/models/automations/action/SendWebhookActionGql.d.ts +6 -0
- package/dist/models/automations/action/SendWebhookActionGql.js +3 -0
- package/dist/models/automations/action/SendWebhookActionGql.js.map +1 -0
- package/dist/models/automations/action/TriggerRelatedCardAutomationActionGql.d.ts +6 -0
- package/dist/models/automations/action/TriggerRelatedCardAutomationActionGql.js +3 -0
- package/dist/models/automations/action/TriggerRelatedCardAutomationActionGql.js.map +1 -0
- package/dist/models/automations/action/UpdateAutomationActionGql.d.ts +9 -0
- package/dist/models/automations/action/UpdateAutomationActionGql.js +3 -0
- package/dist/models/automations/action/UpdateAutomationActionGql.js.map +1 -0
- package/dist/models/automations/action/UpdateRelatedCardQuantityActionGql.d.ts +6 -0
- package/dist/models/automations/action/UpdateRelatedCardQuantityActionGql.js +3 -0
- package/dist/models/automations/action/UpdateRelatedCardQuantityActionGql.js.map +1 -0
- package/dist/models/automations/action/WorkflowEntityCreateActionGql.d.ts +6 -0
- package/dist/models/automations/action/WorkflowEntityCreateActionGql.js +3 -0
- package/dist/models/automations/action/WorkflowEntityCreateActionGql.js.map +1 -0
- package/dist/models/automations/action/WorkflowEntityUpdateActionGql.d.ts +6 -0
- package/dist/models/automations/action/WorkflowEntityUpdateActionGql.js +3 -0
- package/dist/models/automations/action/WorkflowEntityUpdateActionGql.js.map +1 -0
- package/dist/models/automations/action/component-data/ActionResultNumberGql.d.ts +5 -0
- package/dist/models/automations/action/component-data/ActionResultNumberGql.js +3 -0
- package/dist/models/automations/action/component-data/ActionResultNumberGql.js.map +1 -0
- package/dist/models/automations/action/component-data/ClearValueGql.d.ts +4 -0
- package/dist/models/automations/action/component-data/ClearValueGql.js +3 -0
- package/dist/models/automations/action/component-data/ClearValueGql.js.map +1 -0
- package/dist/models/automations/action/component-data/{CurrentWorkflowEntityComponent.d.ts → CurrentWorkflowEntityComponentGql.d.ts} +2 -2
- package/dist/models/automations/action/component-data/CurrentWorkflowEntityComponentGql.js +3 -0
- package/dist/models/automations/action/component-data/CurrentWorkflowEntityComponentGql.js.map +1 -0
- package/dist/models/automations/action/component-data/CurrentWorkflowEntityGql.d.ts +4 -0
- package/dist/models/automations/action/component-data/CurrentWorkflowEntityGql.js +3 -0
- package/dist/models/automations/action/component-data/CurrentWorkflowEntityGql.js.map +1 -0
- package/dist/models/automations/action/component-data/{DynamicComponentData.d.ts → DynamicComponentDataGql.d.ts} +1 -1
- package/dist/models/automations/action/component-data/DynamicComponentDataGql.js +3 -0
- package/dist/models/automations/action/component-data/DynamicComponentDataGql.js.map +1 -0
- package/dist/models/automations/action/component-data/DynamicComponentDataOneOfGql.d.ts +26 -0
- package/dist/models/automations/action/component-data/DynamicComponentDataOneOfGql.js +3 -0
- package/dist/models/automations/action/component-data/DynamicComponentDataOneOfGql.js.map +1 -0
- package/dist/models/automations/action/component-data/DynamicNumberComponentDataOneOfGql.d.ts +10 -0
- package/dist/models/automations/action/component-data/DynamicNumberComponentDataOneOfGql.js +3 -0
- package/dist/models/automations/action/component-data/DynamicNumberComponentDataOneOfGql.js.map +1 -0
- package/dist/models/automations/action/component-data/OriginUserGql.d.ts +4 -0
- package/dist/models/automations/action/component-data/OriginUserGql.js +3 -0
- package/dist/models/automations/action/component-data/OriginUserGql.js.map +1 -0
- package/dist/models/automations/action/component-data/{RelatedWorkflowEntityComponent.d.ts → RelatedWorkflowEntityComponentGql.d.ts} +2 -2
- package/dist/models/automations/action/component-data/RelatedWorkflowEntityComponentGql.js +3 -0
- package/dist/models/automations/action/component-data/RelatedWorkflowEntityComponentGql.js.map +1 -0
- package/dist/models/automations/action/component-data/{SubformWorkflowEntityComponent.d.ts → SubformWorkflowEntityComponentGql.d.ts} +4 -4
- package/dist/models/automations/action/component-data/SubformWorkflowEntityComponentGql.js +3 -0
- package/dist/models/automations/action/component-data/SubformWorkflowEntityComponentGql.js.map +1 -0
- package/dist/models/automations/action/component-data/{TimeTrackerDataAction.d.ts → TimeTrackerDataActionGql.d.ts} +2 -2
- package/dist/models/automations/action/component-data/TimeTrackerDataActionGql.js +3 -0
- package/dist/models/automations/action/component-data/TimeTrackerDataActionGql.js.map +1 -0
- package/dist/models/automations/action/component-data/registry/AnyDynamicComponentDataGql.d.ts +2 -0
- package/dist/models/automations/action/component-data/registry/AnyDynamicComponentDataGql.js +3 -0
- package/dist/models/automations/action/component-data/registry/AnyDynamicComponentDataGql.js.map +1 -0
- package/dist/models/automations/action/component-data/registry/AnyDynamicNumberComponentDataGql.d.ts +5 -0
- package/dist/models/automations/action/component-data/registry/AnyDynamicNumberComponentDataGql.js +3 -0
- package/dist/models/automations/action/component-data/registry/AnyDynamicNumberComponentDataGql.js.map +1 -0
- package/dist/models/automations/action/registry/AnyAutomationActionGql.d.ts +13 -0
- package/dist/models/automations/{AutomationEventContext.js → action/registry/AnyAutomationActionGql.js} +1 -1
- package/dist/models/automations/action/registry/AnyAutomationActionGql.js.map +1 -0
- package/dist/models/automations/action/registry/CreateAnyAutomationActionGql.d.ts +3 -0
- package/dist/models/automations/action/registry/CreateAnyAutomationActionGql.js +3 -0
- package/dist/models/automations/action/registry/CreateAnyAutomationActionGql.js.map +1 -0
- package/dist/models/automations/action/settings/{AutomationActionSettings.d.ts → AutomationActionSettingsGql.d.ts} +1 -1
- package/dist/models/automations/action/settings/AutomationActionSettingsGql.js +3 -0
- package/dist/models/automations/action/settings/AutomationActionSettingsGql.js.map +1 -0
- package/dist/models/automations/action/settings/AutomationActionSettingsOneOfGql.d.ts +26 -0
- package/dist/models/automations/action/settings/AutomationActionSettingsOneOfGql.js +3 -0
- package/dist/models/automations/action/settings/AutomationActionSettingsOneOfGql.js.map +1 -0
- package/dist/models/automations/action/settings/AutomationComponentDataGql.d.ts +6 -0
- package/dist/models/automations/action/settings/AutomationComponentDataGql.js +3 -0
- package/dist/models/automations/action/settings/AutomationComponentDataGql.js.map +1 -0
- package/dist/models/automations/action/settings/CalculateValueActionSettingsGql.d.ts +9 -0
- package/dist/models/automations/action/settings/CalculateValueActionSettingsGql.js +3 -0
- package/dist/models/automations/action/settings/CalculateValueActionSettingsGql.js.map +1 -0
- package/dist/models/automations/action/settings/CreateCalculateValueActionSettingsGql.d.ts +6 -0
- package/dist/models/automations/action/settings/CreateCalculateValueActionSettingsGql.js +3 -0
- package/dist/models/automations/action/settings/CreateCalculateValueActionSettingsGql.js.map +1 -0
- package/dist/models/automations/action/settings/CreateCurrentWorkflowEntityUpdateActionSettingsGql.d.ts +7 -0
- package/dist/models/automations/action/settings/{CreateCurrentWorkflowEntityUpdateActionSettings.js → CreateCurrentWorkflowEntityUpdateActionSettingsGql.js} +1 -1
- package/dist/models/automations/action/settings/CreateCurrentWorkflowEntityUpdateActionSettingsGql.js.map +1 -0
- package/dist/models/automations/action/settings/CreateExternalFormLinkCreateActionSettingsGql.d.ts +5 -0
- package/dist/models/automations/action/settings/CreateExternalFormLinkCreateActionSettingsGql.js +3 -0
- package/dist/models/automations/action/settings/CreateExternalFormLinkCreateActionSettingsGql.js.map +1 -0
- package/dist/models/automations/action/settings/CreateSettingsWorkflowEntityFieldGql.d.ts +9 -0
- package/dist/models/automations/action/settings/CreateSettingsWorkflowEntityFieldGql.js +3 -0
- package/dist/models/automations/action/settings/CreateSettingsWorkflowEntityFieldGql.js.map +1 -0
- package/dist/models/automations/action/settings/CreateUpdateRelatedCardQuantityActionSettingsGql.d.ts +7 -0
- package/dist/models/automations/action/settings/{CreateUpdateRelatedCardQuantityActionSettings.js → CreateUpdateRelatedCardQuantityActionSettingsGql.js} +1 -1
- package/dist/models/automations/action/settings/CreateUpdateRelatedCardQuantityActionSettingsGql.js.map +1 -0
- package/dist/models/automations/action/settings/CreateWorkflowEntityCreateActionSettingsGql.d.ts +5 -0
- package/dist/models/automations/action/settings/CreateWorkflowEntityCreateActionSettingsGql.js +3 -0
- package/dist/models/automations/action/settings/CreateWorkflowEntityCreateActionSettingsGql.js.map +1 -0
- package/dist/models/automations/action/settings/CreateWorkflowEntityUpdateActionSettingsGql.d.ts +5 -0
- package/dist/models/automations/action/settings/CreateWorkflowEntityUpdateActionSettingsGql.js +3 -0
- package/dist/models/automations/action/settings/CreateWorkflowEntityUpdateActionSettingsGql.js.map +1 -0
- package/dist/models/automations/action/settings/CurrentWorkflowEntityUpdateActionSettingsGql.d.ts +4 -0
- package/dist/models/automations/action/settings/CurrentWorkflowEntityUpdateActionSettingsGql.js +3 -0
- package/dist/models/automations/action/settings/CurrentWorkflowEntityUpdateActionSettingsGql.js.map +1 -0
- package/dist/models/automations/action/settings/ExternalFormLinkCreateActionSettingsGql.d.ts +6 -0
- package/dist/models/automations/action/settings/ExternalFormLinkCreateActionSettingsGql.js +3 -0
- package/dist/models/automations/action/settings/ExternalFormLinkCreateActionSettingsGql.js.map +1 -0
- package/dist/models/automations/action/settings/{ReferencedInAggregate.d.ts → ReferencedInAggregateGql.d.ts} +1 -1
- package/dist/models/automations/action/settings/ReferencedInAggregateGql.js +3 -0
- package/dist/models/automations/action/settings/ReferencedInAggregateGql.js.map +1 -0
- package/dist/models/automations/action/settings/ReferencedInQuantitySumActionSettingsGql.d.ts +6 -0
- package/dist/models/automations/action/settings/ReferencedInQuantitySumActionSettingsGql.js +3 -0
- package/dist/models/automations/action/settings/ReferencedInQuantitySumActionSettingsGql.js.map +1 -0
- package/dist/models/automations/action/settings/{RelatedCardEmail.d.ts → RelatedCardEmailGql.d.ts} +1 -1
- package/dist/models/automations/action/settings/RelatedCardEmailGql.js +3 -0
- package/dist/models/automations/action/settings/RelatedCardEmailGql.js.map +1 -0
- package/dist/models/automations/action/settings/{SendEmailActionSettings.d.ts → SendEmailActionSettingsGql.d.ts} +5 -5
- package/dist/models/automations/action/settings/SendEmailActionSettingsGql.js +3 -0
- package/dist/models/automations/action/settings/SendEmailActionSettingsGql.js.map +1 -0
- package/dist/models/automations/action/settings/{SendNotificationActionSettings.d.ts → SendNotificationActionSettingsGql.d.ts} +2 -2
- package/dist/models/automations/action/settings/SendNotificationActionSettingsGql.js +3 -0
- package/dist/models/automations/action/settings/SendNotificationActionSettingsGql.js.map +1 -0
- package/dist/models/automations/action/settings/{SendPushNotificationActionSettings.d.ts → SendPushNotificationActionSettingsGql.d.ts} +2 -2
- package/dist/models/automations/action/settings/SendPushNotificationActionSettingsGql.js +3 -0
- package/dist/models/automations/action/settings/SendPushNotificationActionSettingsGql.js.map +1 -0
- package/dist/models/automations/action/settings/{SendWebhookActionSettings.d.ts → SendWebhookActionSettingsGql.d.ts} +2 -2
- package/dist/models/automations/action/settings/SendWebhookActionSettingsGql.js +3 -0
- package/dist/models/automations/action/settings/SendWebhookActionSettingsGql.js.map +1 -0
- package/dist/models/automations/action/settings/{SettingsWorkflowEntityField.d.ts → SettingsWorkflowEntityFieldGql.d.ts} +3 -3
- package/dist/models/automations/action/settings/SettingsWorkflowEntityFieldGql.js +3 -0
- package/dist/models/automations/action/settings/SettingsWorkflowEntityFieldGql.js.map +1 -0
- package/dist/models/automations/action/settings/{TriggerRelatedCardAutomationActionSettings.d.ts → TriggerRelatedCardAutomationActionSettingsGql.d.ts} +2 -2
- package/dist/models/automations/action/settings/TriggerRelatedCardAutomationActionSettingsGql.js +3 -0
- package/dist/models/automations/action/settings/TriggerRelatedCardAutomationActionSettingsGql.js.map +1 -0
- package/dist/models/automations/action/settings/{UpdateRelatedCardQuantityActionSettings.d.ts → UpdateRelatedCardQuantityActionSettingsGql.d.ts} +4 -4
- package/dist/models/automations/action/settings/UpdateRelatedCardQuantityActionSettingsGql.js +3 -0
- package/dist/models/automations/action/settings/UpdateRelatedCardQuantityActionSettingsGql.js.map +1 -0
- package/dist/models/automations/action/settings/{WorkflowEntityActionSettings.d.ts → WorkflowEntityActionSettingsGql.d.ts} +4 -4
- package/dist/models/automations/action/settings/WorkflowEntityActionSettingsGql.js +3 -0
- package/dist/models/automations/action/settings/WorkflowEntityActionSettingsGql.js.map +1 -0
- package/dist/models/automations/action/settings/WorkflowEntityCreateActionSettingsGql.d.ts +4 -0
- package/dist/models/automations/action/settings/WorkflowEntityCreateActionSettingsGql.js +3 -0
- package/dist/models/automations/action/settings/WorkflowEntityCreateActionSettingsGql.js.map +1 -0
- package/dist/models/automations/action/settings/WorkflowEntityUpdateActionSettingsGql.d.ts +6 -0
- package/dist/models/automations/action/settings/WorkflowEntityUpdateActionSettingsGql.js +3 -0
- package/dist/models/automations/action/settings/WorkflowEntityUpdateActionSettingsGql.js.map +1 -0
- package/dist/models/automations/action/settings/registry/AnyAutomationActionSettingsGql.d.ts +13 -0
- package/dist/models/automations/action/settings/registry/AnyAutomationActionSettingsGql.js +3 -0
- package/dist/models/automations/action/settings/registry/AnyAutomationActionSettingsGql.js.map +1 -0
- package/dist/models/automations/condition/{Condition.d.ts → ConditionGql.d.ts} +5 -5
- package/dist/models/automations/{action/component-data/ClearValue.js → condition/ConditionGql.js} +1 -1
- package/dist/models/automations/condition/ConditionGql.js.map +1 -0
- package/dist/models/automations/condition/CreateConditionGql.d.ts +7 -0
- package/dist/models/automations/condition/CreateConditionGql.js +3 -0
- package/dist/models/automations/condition/CreateConditionGql.js.map +1 -0
- package/dist/models/automations/condition/UpdateConditionGql.d.ts +8 -0
- package/dist/models/automations/condition/UpdateConditionGql.js +3 -0
- package/dist/models/automations/condition/UpdateConditionGql.js.map +1 -0
- package/dist/models/automations/condition/operands/ActionResultNumberOperandGql.d.ts +5 -0
- package/dist/models/automations/condition/operands/ActionResultNumberOperandGql.js +3 -0
- package/dist/models/automations/condition/operands/ActionResultNumberOperandGql.js.map +1 -0
- package/dist/models/automations/condition/operands/{ComponentOperand.d.ts → ComponentOperandGql.d.ts} +2 -2
- package/dist/models/automations/condition/operands/ComponentOperandGql.js +3 -0
- package/dist/models/automations/condition/operands/ComponentOperandGql.js.map +1 -0
- package/dist/models/automations/condition/operands/DataOperandOneOfGql.d.ts +24 -0
- package/dist/models/automations/condition/operands/DataOperandOneOfGql.js +3 -0
- package/dist/models/automations/condition/operands/DataOperandOneOfGql.js.map +1 -0
- package/dist/models/automations/condition/operands/{DateOperand.d.ts → DateOperandGql.d.ts} +2 -2
- package/dist/models/automations/condition/operands/DateOperandGql.js +3 -0
- package/dist/models/automations/condition/operands/DateOperandGql.js.map +1 -0
- package/dist/models/automations/condition/operands/{DateTokenOperand.d.ts → DateTokenOperandGql.d.ts} +2 -2
- package/dist/models/automations/condition/operands/DateTokenOperandGql.js +3 -0
- package/dist/models/automations/condition/operands/DateTokenOperandGql.js.map +1 -0
- package/dist/models/automations/condition/operands/EmptyOperandGql.d.ts +4 -0
- package/dist/models/automations/{action/SendEmailAction.js → condition/operands/EmptyOperandGql.js} +1 -1
- package/dist/models/automations/condition/operands/EmptyOperandGql.js.map +1 -0
- package/dist/models/automations/condition/operands/NumberArrayOperandGql.d.ts +5 -0
- package/dist/models/automations/condition/operands/NumberArrayOperandGql.js +3 -0
- package/dist/models/automations/condition/operands/NumberArrayOperandGql.js.map +1 -0
- package/dist/models/automations/condition/operands/{NumberOperand.d.ts → NumberOperandGql.d.ts} +2 -2
- package/dist/models/automations/{action/AutomationAction.js → condition/operands/NumberOperandGql.js} +1 -1
- package/dist/models/automations/condition/operands/NumberOperandGql.js.map +1 -0
- package/dist/models/automations/condition/operands/NumberOperandOneOfGql.d.ts +3 -0
- package/dist/models/automations/condition/operands/NumberOperandOneOfGql.js +3 -0
- package/dist/models/automations/condition/operands/NumberOperandOneOfGql.js.map +1 -0
- package/dist/models/automations/condition/operands/{Operand.d.ts → OperandGql.d.ts} +1 -1
- package/dist/models/automations/{Automation.js → condition/operands/OperandGql.js} +1 -1
- package/dist/models/automations/condition/operands/OperandGql.js.map +1 -0
- package/dist/models/automations/condition/operands/OperandOneOfGql.d.ts +5 -0
- package/dist/models/automations/condition/operands/OperandOneOfGql.js +3 -0
- package/dist/models/automations/condition/operands/OperandOneOfGql.js.map +1 -0
- package/dist/models/automations/condition/operands/{PreviousComponentOperand.d.ts → PreviousComponentOperandGql.d.ts} +2 -2
- package/dist/models/automations/condition/operands/PreviousComponentOperandGql.js +3 -0
- package/dist/models/automations/condition/operands/PreviousComponentOperandGql.js.map +1 -0
- package/dist/models/automations/condition/operands/StringArrayOperandGql.d.ts +5 -0
- package/dist/models/automations/condition/operands/StringArrayOperandGql.js +3 -0
- package/dist/models/automations/condition/operands/StringArrayOperandGql.js.map +1 -0
- package/dist/models/automations/condition/operands/{StringOperand.d.ts → StringOperandGql.d.ts} +2 -2
- package/dist/models/automations/{CreateAutomation.js → condition/operands/StringOperandGql.js} +1 -1
- package/dist/models/automations/condition/operands/StringOperandGql.js.map +1 -0
- package/dist/models/automations/condition/operands/{SubformComponentRefOperand.d.ts → SubformComponentRefOperandGql.d.ts} +4 -4
- package/dist/models/automations/condition/operands/SubformComponentRefOperandGql.js +3 -0
- package/dist/models/automations/condition/operands/SubformComponentRefOperandGql.js.map +1 -0
- package/dist/models/automations/condition/operands/{WorkflowEntityRefComponentOperand.d.ts → WorkflowEntityRefComponentOperandGql.d.ts} +2 -2
- package/dist/models/automations/condition/operands/WorkflowEntityRefComponentOperandGql.js +3 -0
- package/dist/models/automations/condition/operands/WorkflowEntityRefComponentOperandGql.js.map +1 -0
- package/dist/models/automations/condition/operands/{WorkflowTemplateComponentCase.d.ts → WorkflowTemplateComponentCaseGql.d.ts} +1 -1
- package/dist/models/automations/condition/operands/WorkflowTemplateComponentCaseGql.js +3 -0
- package/dist/models/automations/condition/operands/WorkflowTemplateComponentCaseGql.js.map +1 -0
- package/dist/models/automations/condition/operands/registry/AnyDataOperandGql.d.ts +2 -0
- package/dist/models/automations/condition/operands/registry/AnyDataOperandGql.js +3 -0
- package/dist/models/automations/condition/operands/registry/AnyDataOperandGql.js.map +1 -0
- package/dist/models/automations/condition/operands/registry/AnyNumberOperandGql.d.ts +10 -0
- package/dist/models/automations/condition/operands/registry/AnyNumberOperandGql.js +3 -0
- package/dist/models/automations/condition/operands/registry/AnyNumberOperandGql.js.map +1 -0
- package/dist/models/automations/condition/operands/registry/AnyOperandGql.d.ts +2 -0
- package/dist/models/automations/condition/operands/registry/AnyOperandGql.js +3 -0
- package/dist/models/automations/condition/operands/registry/AnyOperandGql.js.map +1 -0
- package/dist/models/automations/field-reference/SubformFieldReference.d.ts +2 -2
- package/dist/models/automations/revision/AutomationActionRevisionEntity.d.ts +2 -2
- package/dist/models/automations/revision/AutomationRevisionEntity.d.ts +1 -1
- package/dist/models/messaging/api/ThreadGql.d.ts +9 -0
- package/dist/models/{automations/condition/Condition.js → messaging/api/ThreadGql.js} +1 -1
- package/dist/models/messaging/api/ThreadGql.js.map +1 -0
- package/dist/models/messaging/api/ThreadGqlAdapter.d.ts +2 -0
- package/dist/models/{automations/UpdateAutomation.js → messaging/api/ThreadGqlAdapter.js} +1 -1
- package/dist/models/messaging/api/ThreadGqlAdapter.js.map +1 -0
- package/dist/models/messaging/api/ThreadMembershipGql.d.ts +9 -0
- package/dist/models/messaging/api/ThreadMembershipGql.js +3 -0
- package/dist/models/messaging/api/ThreadMembershipGql.js.map +1 -0
- package/dist/models/messaging/api/ThreadMembershipGqlAdapter.d.ts +2 -0
- package/dist/models/messaging/api/ThreadMembershipGqlAdapter.js +3 -0
- package/dist/models/messaging/api/ThreadMembershipGqlAdapter.js.map +1 -0
- package/dist/models/messaging/persistence/MessageEntity.d.ts +2 -2
- package/dist/models/messaging/persistence/ThreadEntity.d.ts +11 -0
- package/dist/models/{automations/action/component-data/OriginUser.js → messaging/persistence/ThreadEntity.js} +1 -1
- package/dist/models/messaging/persistence/ThreadEntity.js.map +1 -0
- package/dist/models/messaging/persistence/ThreadEntityAdapter.d.ts +2 -0
- package/dist/models/messaging/persistence/ThreadEntityAdapter.js +3 -0
- package/dist/models/messaging/persistence/ThreadEntityAdapter.js.map +1 -0
- package/dist/models/messaging/persistence/ThreadMembershipEntity.d.ts +12 -0
- package/dist/models/messaging/persistence/ThreadMembershipEntity.js +3 -0
- package/dist/models/messaging/persistence/ThreadMembershipEntity.js.map +1 -0
- package/dist/models/messaging/persistence/ThreadMembershipEntityAdapter.d.ts +2 -0
- package/dist/models/messaging/persistence/ThreadMembershipEntityAdapter.js +3 -0
- package/dist/models/messaging/persistence/ThreadMembershipEntityAdapter.js.map +1 -0
- package/dist/models/user/User.d.ts +2 -2
- package/dist/models/workflow-app/compensations/automations/ClearWorkflowTemplateReferenceAutomationConditionCompensation.d.ts +3 -3
- package/dist/models/workflow-automation/CreateWorkflowAutomationEvent.d.ts +2 -2
- package/dist/models/workflow-automation/ListWorkflowTemplateAutomationsResult.d.ts +2 -2
- package/dist/models/workflow-automation/WorkflowAutomationsEvent.d.ts +4 -4
- package/dist/models/workflow-entity/WorkflowEntityRefGql.d.ts +5 -0
- package/dist/models/workflow-entity/WorkflowEntityRefGql.js +3 -0
- package/dist/models/workflow-entity/WorkflowEntityRefGql.js.map +1 -0
- package/dist/models/workflow-entity/lineage/api/ParentComponentLineagesGql.d.ts +7 -0
- package/dist/models/workflow-entity/lineage/api/ParentComponentLineagesGql.js +3 -0
- package/dist/models/workflow-entity/lineage/api/ParentComponentLineagesGql.js.map +1 -0
- package/dist/models/workflow-entity/lineage/api/WorkflowEntityLineageGql.d.ts +8 -0
- package/dist/models/workflow-entity/lineage/api/WorkflowEntityLineageGql.js +3 -0
- package/dist/models/workflow-entity/lineage/api/WorkflowEntityLineageGql.js.map +1 -0
- package/dist/models/workflow-entity/refs/EntityRefs.d.ts +2 -0
- package/dist/scripts/generateTypes.js +1 -0
- package/dist/scripts/generateTypes.js.map +1 -1
- package/package.json +2 -2
- package/dist/models/automations/Automation.js.map +0 -1
- package/dist/models/automations/AutomationEventContext.js.map +0 -1
- package/dist/models/automations/CreateAutomation.d.ts +0 -9
- package/dist/models/automations/CreateAutomation.js.map +0 -1
- package/dist/models/automations/CreateAutomationGraphQL.d.ts +0 -11
- package/dist/models/automations/CreateAutomationGraphQL.js.map +0 -1
- package/dist/models/automations/UpdateAutomation.d.ts +0 -7
- package/dist/models/automations/UpdateAutomation.js.map +0 -1
- package/dist/models/automations/UpdateAutomationGraphQL.d.ts +0 -11
- package/dist/models/automations/UpdateAutomationGraphQL.js +0 -3
- package/dist/models/automations/UpdateAutomationGraphQL.js.map +0 -1
- package/dist/models/automations/action/AutomationAction.d.ts +0 -16
- package/dist/models/automations/action/AutomationAction.js.map +0 -1
- package/dist/models/automations/action/CalculateValueAction.d.ts +0 -6
- package/dist/models/automations/action/CalculateValueAction.js +0 -3
- package/dist/models/automations/action/CalculateValueAction.js.map +0 -1
- package/dist/models/automations/action/CreateAutomationAction.d.ts +0 -7
- package/dist/models/automations/action/CreateAutomationAction.js +0 -3
- package/dist/models/automations/action/CreateAutomationAction.js.map +0 -1
- package/dist/models/automations/action/CreateAutomationActionGraphQL.d.ts +0 -9
- package/dist/models/automations/action/CreateAutomationActionGraphQL.js +0 -3
- package/dist/models/automations/action/CreateAutomationActionGraphQL.js.map +0 -1
- package/dist/models/automations/action/CurrentWorkflowEntityUpdateAction.d.ts +0 -6
- package/dist/models/automations/action/CurrentWorkflowEntityUpdateAction.js +0 -3
- package/dist/models/automations/action/CurrentWorkflowEntityUpdateAction.js.map +0 -1
- package/dist/models/automations/action/ExternalFormLinkCreateAction.d.ts +0 -6
- package/dist/models/automations/action/ExternalFormLinkCreateAction.js +0 -3
- package/dist/models/automations/action/ExternalFormLinkCreateAction.js.map +0 -1
- package/dist/models/automations/action/ReferencedInQuantitySumAction.d.ts +0 -6
- package/dist/models/automations/action/ReferencedInQuantitySumAction.js +0 -3
- package/dist/models/automations/action/ReferencedInQuantitySumAction.js.map +0 -1
- package/dist/models/automations/action/SendEmailAction.d.ts +0 -6
- package/dist/models/automations/action/SendEmailAction.js.map +0 -1
- package/dist/models/automations/action/SendNotificationAction.d.ts +0 -6
- package/dist/models/automations/action/SendNotificationAction.js +0 -3
- package/dist/models/automations/action/SendNotificationAction.js.map +0 -1
- package/dist/models/automations/action/SendPushNotificationAction.d.ts +0 -6
- package/dist/models/automations/action/SendPushNotificationAction.js +0 -3
- package/dist/models/automations/action/SendPushNotificationAction.js.map +0 -1
- package/dist/models/automations/action/SendWebhookAction.d.ts +0 -6
- package/dist/models/automations/action/SendWebhookAction.js +0 -3
- package/dist/models/automations/action/SendWebhookAction.js.map +0 -1
- package/dist/models/automations/action/TriggerRelatedCardAutomationAction.d.ts +0 -6
- package/dist/models/automations/action/TriggerRelatedCardAutomationAction.js +0 -3
- package/dist/models/automations/action/TriggerRelatedCardAutomationAction.js.map +0 -1
- package/dist/models/automations/action/UpdateAutomationAction.d.ts +0 -9
- package/dist/models/automations/action/UpdateAutomationAction.js +0 -3
- package/dist/models/automations/action/UpdateAutomationAction.js.map +0 -1
- package/dist/models/automations/action/UpdateRelatedCardQuantityAction.d.ts +0 -6
- package/dist/models/automations/action/UpdateRelatedCardQuantityAction.js +0 -3
- package/dist/models/automations/action/UpdateRelatedCardQuantityAction.js.map +0 -1
- package/dist/models/automations/action/WorkflowEntityCreateAction.d.ts +0 -6
- package/dist/models/automations/action/WorkflowEntityCreateAction.js +0 -3
- package/dist/models/automations/action/WorkflowEntityCreateAction.js.map +0 -1
- package/dist/models/automations/action/WorkflowEntityUpdateAction.d.ts +0 -6
- package/dist/models/automations/action/WorkflowEntityUpdateAction.js +0 -3
- package/dist/models/automations/action/WorkflowEntityUpdateAction.js.map +0 -1
- package/dist/models/automations/action/component-data/ActionResultNumber.d.ts +0 -5
- package/dist/models/automations/action/component-data/ActionResultNumber.js +0 -3
- package/dist/models/automations/action/component-data/ActionResultNumber.js.map +0 -1
- package/dist/models/automations/action/component-data/ClearValue.d.ts +0 -4
- package/dist/models/automations/action/component-data/ClearValue.js.map +0 -1
- package/dist/models/automations/action/component-data/CurrentWorkflowEntity.d.ts +0 -4
- package/dist/models/automations/action/component-data/CurrentWorkflowEntity.js +0 -3
- package/dist/models/automations/action/component-data/CurrentWorkflowEntity.js.map +0 -1
- package/dist/models/automations/action/component-data/CurrentWorkflowEntityComponent.js +0 -3
- package/dist/models/automations/action/component-data/CurrentWorkflowEntityComponent.js.map +0 -1
- package/dist/models/automations/action/component-data/DynamicComponentData.js +0 -3
- package/dist/models/automations/action/component-data/DynamicComponentData.js.map +0 -1
- package/dist/models/automations/action/component-data/DynamicComponentDataOneOf.d.ts +0 -26
- package/dist/models/automations/action/component-data/DynamicComponentDataOneOf.js +0 -3
- package/dist/models/automations/action/component-data/DynamicComponentDataOneOf.js.map +0 -1
- package/dist/models/automations/action/component-data/DynamicNumberComponentDataOneOf.d.ts +0 -10
- package/dist/models/automations/action/component-data/DynamicNumberComponentDataOneOf.js +0 -3
- package/dist/models/automations/action/component-data/DynamicNumberComponentDataOneOf.js.map +0 -1
- package/dist/models/automations/action/component-data/OriginUser.d.ts +0 -4
- package/dist/models/automations/action/component-data/OriginUser.js.map +0 -1
- package/dist/models/automations/action/component-data/RelatedWorkflowEntityComponent.js +0 -3
- package/dist/models/automations/action/component-data/RelatedWorkflowEntityComponent.js.map +0 -1
- package/dist/models/automations/action/component-data/SubformWorkflowEntityComponent.js +0 -3
- package/dist/models/automations/action/component-data/SubformWorkflowEntityComponent.js.map +0 -1
- package/dist/models/automations/action/component-data/TimeTrackerDataAction.js +0 -3
- package/dist/models/automations/action/component-data/TimeTrackerDataAction.js.map +0 -1
- package/dist/models/automations/action/component-data/registry/AnyDynamicComponentData.d.ts +0 -2
- package/dist/models/automations/action/component-data/registry/AnyDynamicComponentData.js +0 -3
- package/dist/models/automations/action/component-data/registry/AnyDynamicComponentData.js.map +0 -1
- package/dist/models/automations/action/component-data/registry/AnyDynamicNumberComponentData.d.ts +0 -5
- package/dist/models/automations/action/component-data/registry/AnyDynamicNumberComponentData.js +0 -3
- package/dist/models/automations/action/component-data/registry/AnyDynamicNumberComponentData.js.map +0 -1
- package/dist/models/automations/action/registry/AnyAutomationAction.d.ts +0 -13
- package/dist/models/automations/action/registry/AnyAutomationAction.js +0 -3
- package/dist/models/automations/action/registry/AnyAutomationAction.js.map +0 -1
- package/dist/models/automations/action/registry/CreateAnyAutomationAction.d.ts +0 -3
- package/dist/models/automations/action/registry/CreateAnyAutomationAction.js +0 -3
- package/dist/models/automations/action/registry/CreateAnyAutomationAction.js.map +0 -1
- package/dist/models/automations/action/settings/AutomationActionSettings.js +0 -3
- package/dist/models/automations/action/settings/AutomationActionSettings.js.map +0 -1
- package/dist/models/automations/action/settings/AutomationActionSettingsOneOf.d.ts +0 -26
- package/dist/models/automations/action/settings/AutomationActionSettingsOneOf.js +0 -3
- package/dist/models/automations/action/settings/AutomationActionSettingsOneOf.js.map +0 -1
- package/dist/models/automations/action/settings/AutomationComponentData.d.ts +0 -6
- package/dist/models/automations/action/settings/AutomationComponentData.js +0 -3
- package/dist/models/automations/action/settings/AutomationComponentData.js.map +0 -1
- package/dist/models/automations/action/settings/CalculateValueActionSettings.d.ts +0 -9
- package/dist/models/automations/action/settings/CalculateValueActionSettings.js +0 -3
- package/dist/models/automations/action/settings/CalculateValueActionSettings.js.map +0 -1
- package/dist/models/automations/action/settings/CreateCalculateValueActionSettings.d.ts +0 -6
- package/dist/models/automations/action/settings/CreateCalculateValueActionSettings.js +0 -3
- package/dist/models/automations/action/settings/CreateCalculateValueActionSettings.js.map +0 -1
- package/dist/models/automations/action/settings/CreateCurrentWorkflowEntityUpdateActionSettings.d.ts +0 -7
- package/dist/models/automations/action/settings/CreateCurrentWorkflowEntityUpdateActionSettings.js.map +0 -1
- package/dist/models/automations/action/settings/CreateExternalFormLinkCreateActionSettings.d.ts +0 -5
- package/dist/models/automations/action/settings/CreateExternalFormLinkCreateActionSettings.js +0 -3
- package/dist/models/automations/action/settings/CreateExternalFormLinkCreateActionSettings.js.map +0 -1
- package/dist/models/automations/action/settings/CreateSettingsWorkflowEntityField.d.ts +0 -9
- package/dist/models/automations/action/settings/CreateSettingsWorkflowEntityField.js +0 -3
- package/dist/models/automations/action/settings/CreateSettingsWorkflowEntityField.js.map +0 -1
- package/dist/models/automations/action/settings/CreateUpdateRelatedCardQuantityActionSettings.d.ts +0 -7
- package/dist/models/automations/action/settings/CreateUpdateRelatedCardQuantityActionSettings.js.map +0 -1
- package/dist/models/automations/action/settings/CreateWorkflowEntityCreateActionSettings.d.ts +0 -5
- package/dist/models/automations/action/settings/CreateWorkflowEntityCreateActionSettings.js +0 -3
- package/dist/models/automations/action/settings/CreateWorkflowEntityCreateActionSettings.js.map +0 -1
- package/dist/models/automations/action/settings/CreateWorkflowEntityUpdateActionSettings.d.ts +0 -5
- package/dist/models/automations/action/settings/CreateWorkflowEntityUpdateActionSettings.js +0 -3
- package/dist/models/automations/action/settings/CreateWorkflowEntityUpdateActionSettings.js.map +0 -1
- package/dist/models/automations/action/settings/CurrentWorkflowEntityUpdateActionSettings.d.ts +0 -4
- package/dist/models/automations/action/settings/CurrentWorkflowEntityUpdateActionSettings.js +0 -3
- package/dist/models/automations/action/settings/CurrentWorkflowEntityUpdateActionSettings.js.map +0 -1
- package/dist/models/automations/action/settings/ExternalFormLinkCreateActionSettings.d.ts +0 -6
- package/dist/models/automations/action/settings/ExternalFormLinkCreateActionSettings.js +0 -3
- package/dist/models/automations/action/settings/ExternalFormLinkCreateActionSettings.js.map +0 -1
- package/dist/models/automations/action/settings/ReferencedInAggregate.js +0 -3
- package/dist/models/automations/action/settings/ReferencedInAggregate.js.map +0 -1
- package/dist/models/automations/action/settings/ReferencedInQuantitySumActionSettings.d.ts +0 -6
- package/dist/models/automations/action/settings/ReferencedInQuantitySumActionSettings.js +0 -3
- package/dist/models/automations/action/settings/ReferencedInQuantitySumActionSettings.js.map +0 -1
- package/dist/models/automations/action/settings/RelatedCardEmail.js +0 -3
- package/dist/models/automations/action/settings/RelatedCardEmail.js.map +0 -1
- package/dist/models/automations/action/settings/SendEmailActionSettings.js +0 -3
- package/dist/models/automations/action/settings/SendEmailActionSettings.js.map +0 -1
- package/dist/models/automations/action/settings/SendNotificationActionSettings.js +0 -3
- package/dist/models/automations/action/settings/SendNotificationActionSettings.js.map +0 -1
- package/dist/models/automations/action/settings/SendPushNotificationActionSettings.js +0 -3
- package/dist/models/automations/action/settings/SendPushNotificationActionSettings.js.map +0 -1
- package/dist/models/automations/action/settings/SendWebhookActionSettings.js +0 -3
- package/dist/models/automations/action/settings/SendWebhookActionSettings.js.map +0 -1
- package/dist/models/automations/action/settings/SettingsWorkflowEntityField.js +0 -3
- package/dist/models/automations/action/settings/SettingsWorkflowEntityField.js.map +0 -1
- package/dist/models/automations/action/settings/TriggerRelatedCardAutomationActionSettings.js +0 -3
- package/dist/models/automations/action/settings/TriggerRelatedCardAutomationActionSettings.js.map +0 -1
- package/dist/models/automations/action/settings/UpdateRelatedCardQuantityActionSettings.js +0 -3
- package/dist/models/automations/action/settings/UpdateRelatedCardQuantityActionSettings.js.map +0 -1
- package/dist/models/automations/action/settings/WorkflowEntityActionSettings.js +0 -3
- package/dist/models/automations/action/settings/WorkflowEntityActionSettings.js.map +0 -1
- package/dist/models/automations/action/settings/WorkflowEntityCreateActionSettings.d.ts +0 -4
- package/dist/models/automations/action/settings/WorkflowEntityCreateActionSettings.js +0 -3
- package/dist/models/automations/action/settings/WorkflowEntityCreateActionSettings.js.map +0 -1
- package/dist/models/automations/action/settings/WorkflowEntityUpdateActionSettings.d.ts +0 -6
- package/dist/models/automations/action/settings/WorkflowEntityUpdateActionSettings.js +0 -3
- package/dist/models/automations/action/settings/WorkflowEntityUpdateActionSettings.js.map +0 -1
- package/dist/models/automations/action/settings/registry/AnyAutomationActionSettings.d.ts +0 -13
- package/dist/models/automations/action/settings/registry/AnyAutomationActionSettings.js +0 -3
- package/dist/models/automations/action/settings/registry/AnyAutomationActionSettings.js.map +0 -1
- package/dist/models/automations/condition/Condition.js.map +0 -1
- package/dist/models/automations/condition/CreateCondition.d.ts +0 -7
- package/dist/models/automations/condition/CreateCondition.js +0 -3
- package/dist/models/automations/condition/CreateCondition.js.map +0 -1
- package/dist/models/automations/condition/UpdateCondition.d.ts +0 -8
- package/dist/models/automations/condition/UpdateCondition.js +0 -3
- package/dist/models/automations/condition/UpdateCondition.js.map +0 -1
- package/dist/models/automations/condition/operands/ActionResultNumberOperand.d.ts +0 -5
- package/dist/models/automations/condition/operands/ActionResultNumberOperand.js +0 -3
- package/dist/models/automations/condition/operands/ActionResultNumberOperand.js.map +0 -1
- package/dist/models/automations/condition/operands/ComponentOperand.js +0 -3
- package/dist/models/automations/condition/operands/ComponentOperand.js.map +0 -1
- package/dist/models/automations/condition/operands/DataOperandOneOf.d.ts +0 -24
- package/dist/models/automations/condition/operands/DataOperandOneOf.js +0 -3
- package/dist/models/automations/condition/operands/DataOperandOneOf.js.map +0 -1
- package/dist/models/automations/condition/operands/DateOperand.js +0 -3
- package/dist/models/automations/condition/operands/DateOperand.js.map +0 -1
- package/dist/models/automations/condition/operands/DateTokenOperand.js +0 -3
- package/dist/models/automations/condition/operands/DateTokenOperand.js.map +0 -1
- package/dist/models/automations/condition/operands/EmptyOperand.d.ts +0 -4
- package/dist/models/automations/condition/operands/EmptyOperand.js +0 -3
- package/dist/models/automations/condition/operands/EmptyOperand.js.map +0 -1
- package/dist/models/automations/condition/operands/NumberArrayOperand.d.ts +0 -5
- package/dist/models/automations/condition/operands/NumberArrayOperand.js +0 -3
- package/dist/models/automations/condition/operands/NumberArrayOperand.js.map +0 -1
- package/dist/models/automations/condition/operands/NumberOperand.js +0 -3
- package/dist/models/automations/condition/operands/NumberOperand.js.map +0 -1
- package/dist/models/automations/condition/operands/NumberOperandOneOf.d.ts +0 -3
- package/dist/models/automations/condition/operands/NumberOperandOneOf.js +0 -3
- package/dist/models/automations/condition/operands/NumberOperandOneOf.js.map +0 -1
- package/dist/models/automations/condition/operands/Operand.js +0 -3
- package/dist/models/automations/condition/operands/Operand.js.map +0 -1
- package/dist/models/automations/condition/operands/OperandOneOf.d.ts +0 -5
- package/dist/models/automations/condition/operands/OperandOneOf.js +0 -3
- package/dist/models/automations/condition/operands/OperandOneOf.js.map +0 -1
- package/dist/models/automations/condition/operands/PreviousComponentOperand.js +0 -3
- package/dist/models/automations/condition/operands/PreviousComponentOperand.js.map +0 -1
- package/dist/models/automations/condition/operands/StringArrayOperand.d.ts +0 -5
- package/dist/models/automations/condition/operands/StringArrayOperand.js +0 -3
- package/dist/models/automations/condition/operands/StringArrayOperand.js.map +0 -1
- package/dist/models/automations/condition/operands/StringOperand.js +0 -3
- package/dist/models/automations/condition/operands/StringOperand.js.map +0 -1
- package/dist/models/automations/condition/operands/SubformComponentRefOperand.js +0 -3
- package/dist/models/automations/condition/operands/SubformComponentRefOperand.js.map +0 -1
- package/dist/models/automations/condition/operands/WorkflowEntityRefComponentOperand.js +0 -3
- package/dist/models/automations/condition/operands/WorkflowEntityRefComponentOperand.js.map +0 -1
- package/dist/models/automations/condition/operands/WorkflowTemplateComponentCase.js +0 -3
- package/dist/models/automations/condition/operands/WorkflowTemplateComponentCase.js.map +0 -1
- package/dist/models/automations/condition/operands/registry/AnyDataOperand.d.ts +0 -2
- package/dist/models/automations/condition/operands/registry/AnyDataOperand.js +0 -3
- package/dist/models/automations/condition/operands/registry/AnyDataOperand.js.map +0 -1
- package/dist/models/automations/condition/operands/registry/AnyNumberOperand.d.ts +0 -10
- package/dist/models/automations/condition/operands/registry/AnyNumberOperand.js +0 -3
- package/dist/models/automations/condition/operands/registry/AnyNumberOperand.js.map +0 -1
- package/dist/models/automations/condition/operands/registry/AnyOperand.d.ts +0 -2
- package/dist/models/automations/condition/operands/registry/AnyOperand.js +0 -3
- package/dist/models/automations/condition/operands/registry/AnyOperand.js.map +0 -1
- package/dist/models/messaging/Thread.d.ts +0 -9
- package/dist/models/messaging/Thread.js +0 -3
- package/dist/models/messaging/Thread.js.map +0 -1
- package/dist/models/messaging/ThreadMembership.d.ts +0 -11
- package/dist/models/messaging/ThreadMembership.js +0 -3
- package/dist/models/messaging/ThreadMembership.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 {
|
|
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:
|
|
19
|
+
eventContext: AutomationEventContextGql;
|
|
20
20
|
automationId: AutomationId;
|
|
21
21
|
automationRevisionId: AutomationRevisionId | undefined;
|
|
22
22
|
originUserId: OriginUserId | undefined;
|
package/dist/models/automations/{AutomationEventContext.d.ts → AutomationEventContextGql.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AutomationEventType } from '@coast/core-types/automations/AutomationEventType';
|
|
2
|
-
export interface
|
|
2
|
+
export interface AutomationEventContextGql {
|
|
3
3
|
entityScheduledAutomationMqMessageId?: string;
|
|
4
4
|
eventType?: AutomationEventType;
|
|
5
5
|
sourceAutomationId?: string;
|
|
@@ -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 {
|
|
8
|
-
import {
|
|
9
|
-
export interface
|
|
10
|
-
actions:
|
|
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?:
|
|
12
|
+
conditions?: ConditionGql[];
|
|
13
13
|
currentRevisionCommittedAt?: Date;
|
|
14
14
|
currentRevisionId?: AutomationRevisionId;
|
|
15
15
|
deletedAt?: Date;
|
|
@@ -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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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
|
+
}
|
|
@@ -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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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
|
+
}
|
|
@@ -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 {
|
|
4
|
-
export interface
|
|
3
|
+
import { DynamicComponentDataGql } from './DynamicComponentDataGql';
|
|
4
|
+
export interface CurrentWorkflowEntityComponentGql extends DynamicComponentDataGql<DynamicComponentDataType.CURRENT_WORKFLOW_ENTITY_COMPONENT> {
|
|
5
5
|
componentId: ComponentId;
|
|
6
6
|
}
|
package/dist/models/automations/action/component-data/CurrentWorkflowEntityComponentGql.js.map
ADDED
|
@@ -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 @@
|
|
|
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
|
|
2
|
+
export interface DynamicComponentDataGql<T extends DynamicComponentDataType = DynamicComponentDataType> {
|
|
3
3
|
type: T;
|
|
4
4
|
}
|
|
@@ -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 @@
|
|
|
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
|
+
}
|
package/dist/models/automations/action/component-data/DynamicNumberComponentDataOneOfGql.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DynamicNumberComponentDataOneOfGql.js","sourceRoot":"","sources":["../../../../../src/models/automations/action/component-data/DynamicNumberComponentDataOneOfGql.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 OriginUserGql extends DynamicComponentDataGql<DynamicComponentDataType.ORIGIN_USER> {
|
|
4
|
+
}
|