@coast/core-types 0.0.52 → 0.0.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -0
- package/dist/application/TAudit.d.ts +4 -0
- package/dist/application/TAudit.js +3 -0
- package/dist/application/TAudit.js.map +1 -0
- package/dist/automations/TAutomation.d.ts +20 -0
- package/dist/automations/TAutomation.js +3 -0
- package/dist/automations/TAutomation.js.map +1 -0
- package/dist/automations/action/TAnyAutomationAction.d.ts +13 -0
- package/dist/automations/action/TAnyAutomationAction.js +3 -0
- package/dist/automations/action/TAnyAutomationAction.js.map +1 -0
- package/dist/automations/action/TAutomationAction.d.ts +14 -0
- package/dist/automations/action/TAutomationAction.js +3 -0
- package/dist/automations/action/TAutomationAction.js.map +1 -0
- package/dist/automations/action/TCalculateValueAction.d.ts +6 -0
- package/dist/automations/action/TCalculateValueAction.js +3 -0
- package/dist/automations/action/TCalculateValueAction.js.map +1 -0
- package/dist/automations/action/TCurrentWorkflowEntityUpdateAction.d.ts +6 -0
- package/dist/automations/action/TCurrentWorkflowEntityUpdateAction.js +3 -0
- package/dist/automations/action/TCurrentWorkflowEntityUpdateAction.js.map +1 -0
- package/dist/automations/action/TExternalFormLinkCreateAction.d.ts +6 -0
- package/dist/automations/action/TExternalFormLinkCreateAction.js +3 -0
- package/dist/automations/action/TExternalFormLinkCreateAction.js.map +1 -0
- package/dist/automations/action/TReferencedInQuantitySumAction.d.ts +6 -0
- package/dist/automations/action/TReferencedInQuantitySumAction.js +3 -0
- package/dist/automations/action/TReferencedInQuantitySumAction.js.map +1 -0
- package/dist/automations/action/TSendEmailAction.d.ts +6 -0
- package/dist/automations/action/TSendEmailAction.js +3 -0
- package/dist/automations/action/TSendEmailAction.js.map +1 -0
- package/dist/automations/action/TSendNotificationAction.d.ts +6 -0
- package/dist/automations/action/TSendNotificationAction.js +3 -0
- package/dist/automations/action/TSendNotificationAction.js.map +1 -0
- package/dist/automations/action/TSendPushNotificationAction.d.ts +6 -0
- package/dist/automations/action/TSendPushNotificationAction.js +3 -0
- package/dist/automations/action/TSendPushNotificationAction.js.map +1 -0
- package/dist/automations/action/TSendWebhookAction.d.ts +6 -0
- package/dist/automations/action/TSendWebhookAction.js +3 -0
- package/dist/automations/action/TSendWebhookAction.js.map +1 -0
- package/dist/automations/action/TTriggerRelatedCardAutomationAction.d.ts +6 -0
- package/dist/automations/action/TTriggerRelatedCardAutomationAction.js +3 -0
- package/dist/automations/action/TTriggerRelatedCardAutomationAction.js.map +1 -0
- package/dist/automations/action/TUpdateRelatedCardQuantityAction.d.ts +6 -0
- package/dist/automations/action/TUpdateRelatedCardQuantityAction.js +3 -0
- package/dist/automations/action/TUpdateRelatedCardQuantityAction.js.map +1 -0
- package/dist/automations/action/TWorkflowEntityCreateAction.d.ts +6 -0
- package/dist/automations/action/TWorkflowEntityCreateAction.js +3 -0
- package/dist/automations/action/TWorkflowEntityCreateAction.js.map +1 -0
- package/dist/automations/action/TWorkflowEntityUpdateAction.d.ts +6 -0
- package/dist/automations/action/TWorkflowEntityUpdateAction.js +3 -0
- package/dist/automations/action/TWorkflowEntityUpdateAction.js.map +1 -0
- package/dist/automations/action/component-data/TActionResultNumber.d.ts +5 -0
- package/dist/automations/action/component-data/TActionResultNumber.js +3 -0
- package/dist/automations/action/component-data/TActionResultNumber.js.map +1 -0
- package/dist/automations/action/component-data/TAnyDynamicComponentData.d.ts +9 -0
- package/dist/automations/action/component-data/TAnyDynamicComponentData.js +3 -0
- package/dist/automations/action/component-data/TAnyDynamicComponentData.js.map +1 -0
- package/dist/automations/action/component-data/TAnyDynamicNumberComponentData.d.ts +5 -0
- package/dist/automations/action/component-data/TAnyDynamicNumberComponentData.js +3 -0
- package/dist/automations/action/component-data/TAnyDynamicNumberComponentData.js.map +1 -0
- package/dist/automations/action/component-data/TClearValue.d.ts +3 -0
- package/dist/automations/action/component-data/TClearValue.js +3 -0
- package/dist/automations/action/component-data/TClearValue.js.map +1 -0
- package/dist/automations/action/component-data/TCurrentWorkflowEntity.d.ts +3 -0
- package/dist/automations/action/component-data/TCurrentWorkflowEntity.js +3 -0
- package/dist/automations/action/component-data/TCurrentWorkflowEntity.js.map +1 -0
- package/dist/automations/action/component-data/TCurrentWorkflowEntityComponent.d.ts +5 -0
- package/dist/automations/action/component-data/TCurrentWorkflowEntityComponent.js +3 -0
- package/dist/automations/action/component-data/TCurrentWorkflowEntityComponent.js.map +1 -0
- package/dist/automations/action/component-data/TDynamicComponentData.d.ts +4 -0
- package/dist/automations/action/component-data/TDynamicComponentData.js +3 -0
- package/dist/automations/action/component-data/TDynamicComponentData.js.map +1 -0
- package/dist/automations/action/component-data/TOriginUser.d.ts +3 -0
- package/dist/automations/action/component-data/TOriginUser.js +3 -0
- package/dist/automations/action/component-data/TOriginUser.js.map +1 -0
- package/dist/automations/action/component-data/TRelatedWorkflowEntityComponent.d.ts +7 -0
- package/dist/automations/action/component-data/TRelatedWorkflowEntityComponent.js +3 -0
- package/dist/automations/action/component-data/TRelatedWorkflowEntityComponent.js.map +1 -0
- package/dist/automations/action/component-data/TSubformWorkflowEntityComponent.d.ts +10 -0
- package/dist/automations/action/component-data/TSubformWorkflowEntityComponent.js +3 -0
- package/dist/automations/action/component-data/TSubformWorkflowEntityComponent.js.map +1 -0
- package/dist/automations/action/component-data/TTimeTrackerDataAction.d.ts +6 -0
- package/dist/automations/action/component-data/TTimeTrackerDataAction.js +3 -0
- package/dist/automations/action/component-data/TTimeTrackerDataAction.js.map +1 -0
- package/dist/automations/action/settings/TAnyAutomationActionSettings.d.ts +13 -0
- package/dist/automations/action/settings/TAnyAutomationActionSettings.js +3 -0
- package/dist/automations/action/settings/TAnyAutomationActionSettings.js.map +1 -0
- package/dist/automations/action/settings/TAutomationActionSettings.d.ts +4 -0
- package/dist/automations/action/settings/TAutomationActionSettings.js +3 -0
- package/dist/automations/action/settings/TAutomationActionSettings.js.map +1 -0
- package/dist/automations/action/settings/TCalculateValueActionSettings.d.ts +9 -0
- package/dist/automations/action/settings/TCalculateValueActionSettings.js +3 -0
- package/dist/automations/action/settings/TCalculateValueActionSettings.js.map +1 -0
- package/dist/automations/action/settings/TCurrentWorkflowEntityUpdateActionSettings.d.ts +3 -0
- package/dist/automations/action/settings/TCurrentWorkflowEntityUpdateActionSettings.js +3 -0
- package/dist/automations/action/settings/TCurrentWorkflowEntityUpdateActionSettings.js.map +1 -0
- package/dist/automations/action/settings/TExternalFormLinkCreateActionSettings.d.ts +6 -0
- package/dist/automations/action/settings/TExternalFormLinkCreateActionSettings.js +3 -0
- package/dist/automations/action/settings/TExternalFormLinkCreateActionSettings.js.map +1 -0
- package/dist/automations/action/settings/TReferencedInAggregate.d.ts +8 -0
- package/dist/automations/action/settings/TReferencedInAggregate.js +3 -0
- package/dist/automations/action/settings/TReferencedInAggregate.js.map +1 -0
- package/dist/automations/action/settings/TReferencedInQuantitySumActionSettings.d.ts +6 -0
- package/dist/automations/action/settings/TReferencedInQuantitySumActionSettings.js +3 -0
- package/dist/automations/action/settings/TReferencedInQuantitySumActionSettings.js.map +1 -0
- package/dist/automations/action/settings/TRelatedCardEmail.d.ts +5 -0
- package/dist/automations/action/settings/TRelatedCardEmail.js +3 -0
- package/dist/automations/action/settings/TRelatedCardEmail.js.map +1 -0
- package/dist/automations/action/settings/TSendEmailActionSettings.d.ts +15 -0
- package/dist/automations/action/settings/TSendEmailActionSettings.js +3 -0
- package/dist/automations/action/settings/TSendEmailActionSettings.js.map +1 -0
- package/dist/automations/action/settings/TSendNotificationActionSettings.d.ts +11 -0
- package/dist/automations/action/settings/TSendNotificationActionSettings.js +3 -0
- package/dist/automations/action/settings/TSendNotificationActionSettings.js.map +1 -0
- package/dist/automations/action/settings/TSendPushNotificationActionSettings.d.ts +11 -0
- package/dist/automations/action/settings/TSendPushNotificationActionSettings.js +3 -0
- package/dist/automations/action/settings/TSendPushNotificationActionSettings.js.map +1 -0
- package/dist/automations/action/settings/TSendWebhookActionSettings.d.ts +7 -0
- package/dist/automations/action/settings/TSendWebhookActionSettings.js +3 -0
- package/dist/automations/action/settings/TSendWebhookActionSettings.js.map +1 -0
- package/dist/automations/action/settings/TSettingsWorkflowEntityField.d.ts +9 -0
- package/dist/automations/action/settings/TSettingsWorkflowEntityField.js +3 -0
- package/dist/automations/action/settings/TSettingsWorkflowEntityField.js.map +1 -0
- package/dist/automations/action/settings/TTriggerRelatedCardAutomationActionSettings.d.ts +9 -0
- package/dist/automations/action/settings/TTriggerRelatedCardAutomationActionSettings.js +3 -0
- package/dist/automations/action/settings/TTriggerRelatedCardAutomationActionSettings.js.map +1 -0
- package/dist/automations/action/settings/TUpdateRelatedCardQuantityActionSettings.d.ts +11 -0
- package/dist/automations/action/settings/TUpdateRelatedCardQuantityActionSettings.js +3 -0
- package/dist/automations/action/settings/TUpdateRelatedCardQuantityActionSettings.js.map +1 -0
- package/dist/automations/action/settings/TWorkflowEntityActionSettings.d.ts +8 -0
- package/dist/automations/action/settings/TWorkflowEntityActionSettings.js +3 -0
- package/dist/automations/action/settings/TWorkflowEntityActionSettings.js.map +1 -0
- package/dist/automations/action/settings/TWorkflowEntityActionSettingsType.d.ts +2 -0
- package/dist/automations/action/settings/TWorkflowEntityActionSettingsType.js +3 -0
- package/dist/automations/action/settings/TWorkflowEntityActionSettingsType.js.map +1 -0
- package/dist/automations/action/settings/TWorkflowEntityCreateActionSettings.d.ts +3 -0
- package/dist/automations/action/settings/TWorkflowEntityCreateActionSettings.js +3 -0
- package/dist/automations/action/settings/TWorkflowEntityCreateActionSettings.js.map +1 -0
- package/dist/automations/action/settings/TWorkflowEntityUpdateActionSettings.d.ts +6 -0
- package/dist/automations/action/settings/TWorkflowEntityUpdateActionSettings.js +3 -0
- package/dist/automations/action/settings/TWorkflowEntityUpdateActionSettings.js.map +1 -0
- package/dist/automations/condition/TCondition.d.ts +11 -0
- package/dist/automations/condition/TCondition.js +3 -0
- package/dist/automations/condition/TCondition.js.map +1 -0
- package/dist/automations/condition/operands/TActionResultNumberOperand.d.ts +5 -0
- package/dist/automations/condition/operands/TActionResultNumberOperand.js +3 -0
- package/dist/automations/condition/operands/TActionResultNumberOperand.js.map +1 -0
- package/dist/automations/condition/operands/TAnyDataOperand.d.ts +12 -0
- package/dist/automations/condition/operands/TAnyDataOperand.js +3 -0
- package/dist/automations/condition/operands/TAnyDataOperand.js.map +1 -0
- package/dist/automations/condition/operands/TAnyNumberOperand.d.ts +10 -0
- package/dist/automations/condition/operands/TAnyNumberOperand.js +3 -0
- package/dist/automations/condition/operands/TAnyNumberOperand.js.map +1 -0
- package/dist/automations/condition/operands/TAnyOperand.d.ts +3 -0
- package/dist/automations/condition/operands/TAnyOperand.js +3 -0
- package/dist/automations/condition/operands/TAnyOperand.js.map +1 -0
- package/dist/automations/condition/operands/TComponentOperand.d.ts +7 -0
- package/dist/automations/condition/operands/TComponentOperand.js +3 -0
- package/dist/automations/condition/operands/TComponentOperand.js.map +1 -0
- package/dist/automations/condition/operands/TDateOperand.d.ts +5 -0
- package/dist/automations/condition/operands/TDateOperand.js +3 -0
- package/dist/automations/condition/operands/TDateOperand.js.map +1 -0
- package/dist/automations/condition/operands/TDateTokenOperand.d.ts +6 -0
- package/dist/automations/condition/operands/TDateTokenOperand.js +3 -0
- package/dist/automations/condition/operands/TDateTokenOperand.js.map +1 -0
- package/dist/automations/condition/operands/TEmptyOperand.d.ts +3 -0
- package/dist/automations/condition/operands/TEmptyOperand.js +3 -0
- package/dist/automations/condition/operands/TEmptyOperand.js.map +1 -0
- package/dist/automations/condition/operands/TNumberArrayOperand.d.ts +5 -0
- package/dist/automations/condition/operands/TNumberArrayOperand.js +3 -0
- package/dist/automations/condition/operands/TNumberArrayOperand.js.map +1 -0
- package/dist/automations/condition/operands/TNumberOperand.d.ts +5 -0
- package/dist/automations/condition/operands/TNumberOperand.js +3 -0
- package/dist/automations/condition/operands/TNumberOperand.js.map +1 -0
- package/dist/automations/condition/operands/TOperand.d.ts +4 -0
- package/dist/automations/condition/operands/TOperand.js +3 -0
- package/dist/automations/condition/operands/TOperand.js.map +1 -0
- package/dist/automations/condition/operands/TPreviousComponentOperand.d.ts +5 -0
- package/dist/automations/condition/operands/TPreviousComponentOperand.js +3 -0
- package/dist/automations/condition/operands/TPreviousComponentOperand.js.map +1 -0
- package/dist/automations/condition/operands/TStringArrayOperand.d.ts +5 -0
- package/dist/automations/condition/operands/TStringArrayOperand.js +3 -0
- package/dist/automations/condition/operands/TStringArrayOperand.js.map +1 -0
- package/dist/automations/condition/operands/TStringOperand.d.ts +5 -0
- package/dist/automations/condition/operands/TStringOperand.js +3 -0
- package/dist/automations/condition/operands/TStringOperand.js.map +1 -0
- package/dist/automations/condition/operands/TSubformComponentRefOperand.d.ts +10 -0
- package/dist/automations/condition/operands/TSubformComponentRefOperand.js +3 -0
- package/dist/automations/condition/operands/TSubformComponentRefOperand.js.map +1 -0
- package/dist/automations/condition/operands/TWorkflowEntityRefComponentOperand.d.ts +8 -0
- package/dist/automations/condition/operands/TWorkflowEntityRefComponentOperand.js +3 -0
- package/dist/automations/condition/operands/TWorkflowEntityRefComponentOperand.js.map +1 -0
- package/dist/automations/condition/operands/TWorkflowTemplateComponentCase.d.ts +6 -0
- package/dist/automations/condition/operands/TWorkflowTemplateComponentCase.js +3 -0
- package/dist/automations/condition/operands/TWorkflowTemplateComponentCase.js.map +1 -0
- package/dist/automations/field-reference/TRelatedCardFieldReference.d.ts +5 -0
- package/dist/automations/field-reference/TRelatedCardFieldReference.js +3 -0
- package/dist/automations/field-reference/TRelatedCardFieldReference.js.map +1 -0
- package/dist/automations/field-reference/TSubformFieldReference.d.ts +8 -0
- package/dist/automations/field-reference/TSubformFieldReference.js +3 -0
- package/dist/automations/field-reference/TSubformFieldReference.js.map +1 -0
- package/dist/components/TAnyComponent.d.ts +27 -0
- package/dist/components/TAnyComponent.js +3 -0
- package/dist/components/TAnyComponent.js.map +1 -0
- package/dist/components/TAnyComponentOverride.d.ts +27 -0
- package/dist/components/TAnyComponentOverride.js +3 -0
- package/dist/components/TAnyComponentOverride.js.map +1 -0
- package/dist/components/TAnyInputComponent.d.ts +21 -0
- package/dist/components/TAnyInputComponent.js +3 -0
- package/dist/components/TAnyInputComponent.js.map +1 -0
- package/dist/components/TAnyInputComponentOverride.d.ts +21 -0
- package/dist/components/TAnyInputComponentOverride.js +3 -0
- package/dist/components/TAnyInputComponentOverride.js.map +1 -0
- package/dist/components/TComponent.d.ts +10 -0
- package/dist/components/TComponent.js +3 -0
- package/dist/components/TComponent.js.map +1 -0
- package/dist/components/TComponentOverride.d.ts +6 -0
- package/dist/components/TComponentOverride.js +3 -0
- package/dist/components/TComponentOverride.js.map +1 -0
- package/dist/components/TInputComponent.d.ts +7 -0
- package/dist/components/TInputComponent.js +3 -0
- package/dist/components/TInputComponent.js.map +1 -0
- package/dist/components/TPresentationComponent.d.ts +10 -0
- package/dist/components/TPresentationComponent.js +3 -0
- package/dist/components/TPresentationComponent.js.map +1 -0
- package/dist/components/address/TAddressComponent.d.ts +3 -0
- package/dist/components/address/TAddressComponent.js +3 -0
- package/dist/components/address/TAddressComponent.js.map +1 -0
- package/dist/components/address/TAddressComponentOverride.d.ts +3 -0
- package/dist/components/address/TAddressComponentOverride.js +3 -0
- package/dist/components/address/TAddressComponentOverride.js.map +1 -0
- package/dist/components/audit-checkbox/TAuditCheckboxComponent.d.ts +3 -0
- package/dist/components/audit-checkbox/TAuditCheckboxComponent.js +3 -0
- package/dist/components/audit-checkbox/TAuditCheckboxComponent.js.map +1 -0
- package/dist/components/audit-checkbox/TAuditCheckboxComponentOverride.d.ts +3 -0
- package/dist/components/audit-checkbox/TAuditCheckboxComponentOverride.js +3 -0
- package/dist/components/audit-checkbox/TAuditCheckboxComponentOverride.js.map +1 -0
- package/dist/components/audit-tag/TAuditTagComponent.d.ts +3 -0
- package/dist/components/audit-tag/TAuditTagComponent.js +3 -0
- package/dist/components/audit-tag/TAuditTagComponent.js.map +1 -0
- package/dist/components/audit-tag/TAuditTagComponentOverride.d.ts +3 -0
- package/dist/components/audit-tag/TAuditTagComponentOverride.js +3 -0
- package/dist/components/audit-tag/TAuditTagComponentOverride.js.map +1 -0
- package/dist/components/audit-text/TAuditTextComponent.d.ts +3 -0
- package/dist/components/audit-text/TAuditTextComponent.js +3 -0
- package/dist/components/audit-text/TAuditTextComponent.js.map +1 -0
- package/dist/components/audit-text/TAuditTextComponentOverride.d.ts +3 -0
- package/dist/components/audit-text/TAuditTextComponentOverride.js +3 -0
- package/dist/components/audit-text/TAuditTextComponentOverride.js.map +1 -0
- package/dist/components/button/TButtonComponent.d.ts +5 -0
- package/dist/components/button/TButtonComponent.js +3 -0
- package/dist/components/button/TButtonComponent.js.map +1 -0
- package/dist/components/button/TInputButtonComponent.d.ts +5 -0
- package/dist/components/button/TInputButtonComponent.js +3 -0
- package/dist/components/button/TInputButtonComponent.js.map +1 -0
- package/dist/components/button/TInputButtonComponentOverride.d.ts +3 -0
- package/dist/components/button/TInputButtonComponentOverride.js +3 -0
- package/dist/components/button/TInputButtonComponentOverride.js.map +1 -0
- package/dist/components/date/TDateComponent.d.ts +10 -0
- package/dist/components/date/TDateComponent.js +3 -0
- package/dist/components/date/TDateComponent.js.map +1 -0
- package/dist/components/date/TDateComponentOverride.d.ts +3 -0
- package/dist/components/date/TDateComponentOverride.js +3 -0
- package/dist/components/date/TDateComponentOverride.js.map +1 -0
- package/dist/components/date/TDateDefault.d.ts +3 -0
- package/dist/components/date/TDateDefault.js +3 -0
- package/dist/components/date/TDateDefault.js.map +1 -0
- package/dist/components/date-range/TDateRangeComponent.d.ts +6 -0
- package/dist/components/date-range/TDateRangeComponent.js +3 -0
- package/dist/components/date-range/TDateRangeComponent.js.map +1 -0
- package/dist/components/date-range/TDateRangeComponentOverride.d.ts +3 -0
- package/dist/components/date-range/TDateRangeComponentOverride.js +3 -0
- package/dist/components/date-range/TDateRangeComponentOverride.js.map +1 -0
- package/dist/components/email/TEmailComponent.d.ts +6 -0
- package/dist/components/email/TEmailComponent.js +3 -0
- package/dist/components/email/TEmailComponent.js.map +1 -0
- package/dist/components/email/TEmailComponentOverride.d.ts +3 -0
- package/dist/components/email/TEmailComponentOverride.js +3 -0
- package/dist/components/email/TEmailComponentOverride.js.map +1 -0
- package/dist/components/email/TEmailDefault.d.ts +3 -0
- package/dist/components/email/TEmailDefault.js +3 -0
- package/dist/components/email/TEmailDefault.js.map +1 -0
- package/dist/components/entity-batch/TEntityBatchComponent.d.ts +3 -0
- package/dist/components/entity-batch/TEntityBatchComponent.js +3 -0
- package/dist/components/entity-batch/TEntityBatchComponent.js.map +1 -0
- package/dist/components/entity-batch/TEntityBatchComponentOverride.d.ts +3 -0
- package/dist/components/entity-batch/TEntityBatchComponentOverride.js +3 -0
- package/dist/components/entity-batch/TEntityBatchComponentOverride.js.map +1 -0
- package/dist/components/file/TFileComponent.d.ts +5 -0
- package/dist/components/file/TFileComponent.js +3 -0
- package/dist/components/file/TFileComponent.js.map +1 -0
- package/dist/components/file/TFileComponentOverride.d.ts +3 -0
- package/dist/components/file/TFileComponentOverride.js +3 -0
- package/dist/components/file/TFileComponentOverride.js.map +1 -0
- package/dist/components/geo-location/TGeolocationComponent.d.ts +3 -0
- package/dist/components/geo-location/TGeolocationComponent.js +3 -0
- package/dist/components/geo-location/TGeolocationComponent.js.map +1 -0
- package/dist/components/geo-location/TGeolocationComponentOverride.d.ts +3 -0
- package/dist/components/geo-location/TGeolocationComponentOverride.js +3 -0
- package/dist/components/geo-location/TGeolocationComponentOverride.js.map +1 -0
- package/dist/components/number/TNumberComponent.d.ts +6 -0
- package/dist/components/number/TNumberComponent.js +3 -0
- package/dist/components/number/TNumberComponent.js.map +1 -0
- package/dist/components/number/TNumberComponentOverride.d.ts +3 -0
- package/dist/components/number/TNumberComponentOverride.js +3 -0
- package/dist/components/number/TNumberComponentOverride.js.map +1 -0
- package/dist/components/person/TPersonComponent.d.ts +6 -0
- package/dist/components/person/TPersonComponent.js +3 -0
- package/dist/components/person/TPersonComponent.js.map +1 -0
- package/dist/components/person/TPersonComponentDefault.d.ts +6 -0
- package/dist/components/person/TPersonComponentDefault.js +3 -0
- package/dist/components/person/TPersonComponentDefault.js.map +1 -0
- package/dist/components/person/TPersonComponentOverride.d.ts +3 -0
- package/dist/components/person/TPersonComponentOverride.js +3 -0
- package/dist/components/person/TPersonComponentOverride.js.map +1 -0
- package/dist/components/referenced-in/TReferencedInComponent.d.ts +10 -0
- package/dist/components/referenced-in/TReferencedInComponent.js +3 -0
- package/dist/components/referenced-in/TReferencedInComponent.js.map +1 -0
- package/dist/components/referenced-in/TReferencedInComponentOverride.d.ts +3 -0
- package/dist/components/referenced-in/TReferencedInComponentOverride.js +3 -0
- package/dist/components/referenced-in/TReferencedInComponentOverride.js.map +1 -0
- package/dist/components/related-card/TListWorkflowEntitiesDefault.d.ts +5 -0
- package/dist/components/related-card/TListWorkflowEntitiesDefault.js +3 -0
- package/dist/components/related-card/TListWorkflowEntitiesDefault.js.map +1 -0
- package/dist/components/related-card/TRelatedCardComponent.d.ts +12 -0
- package/dist/components/related-card/TRelatedCardComponent.js +3 -0
- package/dist/components/related-card/TRelatedCardComponent.js.map +1 -0
- package/dist/components/related-card/TRelatedCardComponentOverride.d.ts +3 -0
- package/dist/components/related-card/TRelatedCardComponentOverride.js +3 -0
- package/dist/components/related-card/TRelatedCardComponentOverride.js.map +1 -0
- package/dist/components/related-card/TRelatedCardDefault.d.ts +3 -0
- package/dist/components/related-card/TRelatedCardDefault.js +3 -0
- package/dist/components/related-card/TRelatedCardDefault.js.map +1 -0
- package/dist/components/related-card-lookup/TRelatedCardLookupComponent.d.ts +16 -0
- package/dist/components/related-card-lookup/TRelatedCardLookupComponent.js +3 -0
- package/dist/components/related-card-lookup/TRelatedCardLookupComponent.js.map +1 -0
- package/dist/components/related-card-lookup/TRelatedCardLookupComponentOverride.d.ts +3 -0
- package/dist/components/related-card-lookup/TRelatedCardLookupComponentOverride.js +3 -0
- package/dist/components/related-card-lookup/TRelatedCardLookupComponentOverride.js.map +1 -0
- package/dist/components/scheduled-automation/TScheduledAutomationComponent.d.ts +10 -0
- package/dist/components/scheduled-automation/TScheduledAutomationComponent.js +3 -0
- package/dist/components/scheduled-automation/TScheduledAutomationComponent.js.map +1 -0
- package/dist/components/scheduled-automation/TScheduledAutomationComponentOverride.d.ts +3 -0
- package/dist/components/scheduled-automation/TScheduledAutomationComponentOverride.js +3 -0
- package/dist/components/scheduled-automation/TScheduledAutomationComponentOverride.js.map +1 -0
- package/dist/components/scheduled-automation/TScheduledAutomationDefault.d.ts +3 -0
- package/dist/components/scheduled-automation/TScheduledAutomationDefault.js +3 -0
- package/dist/components/scheduled-automation/TScheduledAutomationDefault.js.map +1 -0
- package/dist/components/signature/TSignatureComponent.d.ts +3 -0
- package/dist/components/signature/TSignatureComponent.js +3 -0
- package/dist/components/signature/TSignatureComponent.js.map +1 -0
- package/dist/components/signature/TSignatureComponentOverride.d.ts +3 -0
- package/dist/components/signature/TSignatureComponentOverride.js +3 -0
- package/dist/components/signature/TSignatureComponentOverride.js.map +1 -0
- package/dist/components/static-text/TStaticTextComponent.d.ts +5 -0
- package/dist/components/static-text/TStaticTextComponent.js +3 -0
- package/dist/components/static-text/TStaticTextComponent.js.map +1 -0
- package/dist/components/static-text/TStaticTextComponentOverride.d.ts +3 -0
- package/dist/components/static-text/TStaticTextComponentOverride.js +3 -0
- package/dist/components/static-text/TStaticTextComponentOverride.js.map +1 -0
- package/dist/components/subform/TSubformComponent.d.ts +8 -0
- package/dist/components/subform/TSubformComponent.js +3 -0
- package/dist/components/subform/TSubformComponent.js.map +1 -0
- package/dist/components/subform/TSubformComponentOverride.d.ts +3 -0
- package/dist/components/subform/TSubformComponentOverride.js +3 -0
- package/dist/components/subform/TSubformComponentOverride.js.map +1 -0
- package/dist/components/subform/TSubformDefault.d.ts +4 -0
- package/dist/components/subform/TSubformDefault.js +3 -0
- package/dist/components/subform/TSubformDefault.js.map +1 -0
- package/dist/components/tag/TCombinedTagsComponent.d.ts +8 -0
- package/dist/components/tag/TCombinedTagsComponent.js +3 -0
- package/dist/components/tag/TCombinedTagsComponent.js.map +1 -0
- package/dist/components/tag/TCombinedTagsComponentOverride.d.ts +3 -0
- package/dist/components/tag/TCombinedTagsComponentOverride.js +3 -0
- package/dist/components/tag/TCombinedTagsComponentOverride.js.map +1 -0
- package/dist/components/tag/TTagComponent.d.ts +16 -0
- package/dist/components/tag/TTagComponent.js +3 -0
- package/dist/components/tag/TTagComponent.js.map +1 -0
- package/dist/components/tag/TTagComponentChecklistOptions.d.ts +4 -0
- package/dist/components/tag/TTagComponentChecklistOptions.js +3 -0
- package/dist/components/tag/TTagComponentChecklistOptions.js.map +1 -0
- package/dist/components/tag/TTagComponentOption.d.ts +7 -0
- package/dist/components/tag/TTagComponentOption.js +3 -0
- package/dist/components/tag/TTagComponentOption.js.map +1 -0
- package/dist/components/tag/TTagComponentOverride.d.ts +3 -0
- package/dist/components/tag/TTagComponentOverride.js +3 -0
- package/dist/components/tag/TTagComponentOverride.js.map +1 -0
- package/dist/components/tag/TTagDefault.d.ts +3 -0
- package/dist/components/tag/TTagDefault.js +3 -0
- package/dist/components/tag/TTagDefault.js.map +1 -0
- package/dist/components/tag/TagType.d.ts +3 -0
- package/dist/components/tag/TagType.js +3 -0
- package/dist/components/tag/TagType.js.map +1 -0
- package/dist/components/text/TTextComponent.d.ts +9 -0
- package/dist/components/text/TTextComponent.js +3 -0
- package/dist/components/text/TTextComponent.js.map +1 -0
- package/dist/components/text/TTextComponentOverride.d.ts +3 -0
- package/dist/components/text/TTextComponentOverride.js +3 -0
- package/dist/components/text/TTextComponentOverride.js.map +1 -0
- package/dist/components/text/TTextDefault.d.ts +3 -0
- package/dist/components/text/TTextDefault.js +3 -0
- package/dist/components/text/TTextDefault.js.map +1 -0
- package/dist/components/time-tracker/TTimeTrackerComponent.d.ts +10 -0
- package/dist/components/time-tracker/TTimeTrackerComponent.js +3 -0
- package/dist/components/time-tracker/TTimeTrackerComponent.js.map +1 -0
- package/dist/components/time-tracker/TTimeTrackerComponentOverride.d.ts +3 -0
- package/dist/components/time-tracker/TTimeTrackerComponentOverride.js +3 -0
- package/dist/components/time-tracker/TTimeTrackerComponentOverride.js.map +1 -0
- package/dist/components/todo/TTodoComponent.d.ts +3 -0
- package/dist/components/todo/TTodoComponent.js +3 -0
- package/dist/components/todo/TTodoComponent.js.map +1 -0
- package/dist/components/todo/TTodoComponentOverride.d.ts +3 -0
- package/dist/components/todo/TTodoComponentOverride.js +3 -0
- package/dist/components/todo/TTodoComponentOverride.js.map +1 -0
- package/dist/components/url/TUrlComponent.d.ts +3 -0
- package/dist/components/url/TUrlComponent.js +3 -0
- package/dist/components/url/TUrlComponent.js.map +1 -0
- package/dist/components/url/TUrlComponentOverride.d.ts +3 -0
- package/dist/components/url/TUrlComponentOverride.js +3 -0
- package/dist/components/url/TUrlComponentOverride.js.map +1 -0
- package/dist/view-template/TCollectionCriteria.d.ts +8 -0
- package/dist/view-template/TCollectionCriteria.js +3 -0
- package/dist/view-template/TCollectionCriteria.js.map +1 -0
- package/dist/view-template/TCollectionGroup.d.ts +4 -0
- package/dist/view-template/TCollectionGroup.js +3 -0
- package/dist/view-template/TCollectionGroup.js.map +1 -0
- package/dist/view-template/TComponentViewOptions.d.ts +6 -0
- package/dist/view-template/TComponentViewOptions.js +3 -0
- package/dist/view-template/TComponentViewOptions.js.map +1 -0
- package/dist/view-template/TViewTemplate.d.ts +33 -0
- package/dist/view-template/TViewTemplate.js +3 -0
- package/dist/view-template/TViewTemplate.js.map +1 -0
- package/dist/view-template/error/ViewTemplateErrorCode.d.ts +1 -0
- package/dist/view-template/error/ViewTemplateErrorCode.js +1 -0
- package/dist/view-template/error/ViewTemplateErrorCode.js.map +1 -1
- package/dist/view-template-layout/TAnyViewTemplateLayoutItem.d.ts +3 -0
- package/dist/view-template-layout/TAnyViewTemplateLayoutItem.js +3 -0
- package/dist/view-template-layout/TAnyViewTemplateLayoutItem.js.map +1 -0
- package/dist/view-template-layout/TViewTemplateLayout.d.ts +11 -0
- package/dist/view-template-layout/TViewTemplateLayout.js +3 -0
- package/dist/view-template-layout/TViewTemplateLayout.js.map +1 -0
- package/dist/view-template-layout/TViewTemplateLayoutItem.d.ts +7 -0
- package/dist/view-template-layout/TViewTemplateLayoutItem.js +3 -0
- package/dist/view-template-layout/TViewTemplateLayoutItem.js.map +1 -0
- package/dist/view-template-layout/ViewTemplateLayoutItemId.d.ts +2 -2
- package/dist/view-template-layout/ViewTemplateLayoutItemId.js +2 -2
- package/dist/view-template-layout/ViewTemplateLayoutItemId.js.map +1 -1
- package/dist/view-template-layout/items/TViewTemplateLayoutComponent.d.ts +6 -0
- package/dist/view-template-layout/items/TViewTemplateLayoutComponent.js +3 -0
- package/dist/view-template-layout/items/TViewTemplateLayoutComponent.js.map +1 -0
- package/dist/view-template-layout/items/TViewTemplateLayoutSection.d.ts +9 -0
- package/dist/view-template-layout/items/TViewTemplateLayoutSection.js +3 -0
- package/dist/view-template-layout/items/TViewTemplateLayoutSection.js.map +1 -0
- package/dist/workflow-entity/TAbstractListWorkflowEntities.d.ts +10 -0
- package/dist/workflow-entity/TAbstractListWorkflowEntities.js +3 -0
- package/dist/workflow-entity/TAbstractListWorkflowEntities.js.map +1 -0
- package/dist/workflow-entity/TWorkflowEntity.d.ts +13 -0
- package/dist/workflow-entity/TWorkflowEntity.js +3 -0
- package/dist/workflow-entity/TWorkflowEntity.js.map +1 -0
- package/dist/workflow-entity/filters/TAbsoluteDate.d.ts +3 -0
- package/dist/workflow-entity/filters/TAbsoluteDate.js +3 -0
- package/dist/workflow-entity/filters/TAbsoluteDate.js.map +1 -0
- package/dist/workflow-entity/filters/TAnyComponentFilter.d.ts +15 -0
- package/dist/workflow-entity/filters/TAnyComponentFilter.js +3 -0
- package/dist/workflow-entity/filters/TAnyComponentFilter.js.map +1 -0
- package/dist/workflow-entity/filters/TAnyFilter.d.ts +10 -0
- package/dist/workflow-entity/filters/TAnyFilter.js +3 -0
- package/dist/workflow-entity/filters/TAnyFilter.js.map +1 -0
- package/dist/workflow-entity/filters/TAnyMultiComponentFilter.d.ts +3 -0
- package/dist/workflow-entity/filters/TAnyMultiComponentFilter.js +3 -0
- package/dist/workflow-entity/filters/TAnyMultiComponentFilter.js.map +1 -0
- package/dist/workflow-entity/filters/TAnySingleComponentFilter.d.ts +12 -0
- package/dist/workflow-entity/filters/TAnySingleComponentFilter.js +3 -0
- package/dist/workflow-entity/filters/TAnySingleComponentFilter.js.map +1 -0
- package/dist/workflow-entity/filters/TContainsCurrentUser.d.ts +5 -0
- package/dist/workflow-entity/filters/TContainsCurrentUser.js +3 -0
- package/dist/workflow-entity/filters/TContainsCurrentUser.js.map +1 -0
- package/dist/workflow-entity/filters/TContainsCurrentWorkflowTemplateComponentValue.d.ts +3 -0
- package/dist/workflow-entity/filters/TContainsCurrentWorkflowTemplateComponentValue.js +3 -0
- package/dist/workflow-entity/filters/TContainsCurrentWorkflowTemplateComponentValue.js.map +1 -0
- package/dist/workflow-entity/filters/TContainsNestedString.d.ts +6 -0
- package/dist/workflow-entity/filters/TContainsNestedString.js +3 -0
- package/dist/workflow-entity/filters/TContainsNestedString.js.map +1 -0
- package/dist/workflow-entity/filters/TContainsNumber.d.ts +5 -0
- package/dist/workflow-entity/filters/TContainsNumber.js +3 -0
- package/dist/workflow-entity/filters/TContainsNumber.js.map +1 -0
- package/dist/workflow-entity/filters/TContainsString.d.ts +5 -0
- package/dist/workflow-entity/filters/TContainsString.js +3 -0
- package/dist/workflow-entity/filters/TContainsString.js.map +1 -0
- package/dist/workflow-entity/filters/TDateIs.d.ts +10 -0
- package/dist/workflow-entity/filters/TDateIs.js +3 -0
- package/dist/workflow-entity/filters/TDateIs.js.map +1 -0
- package/dist/workflow-entity/filters/TDateRange.d.ts +6 -0
- package/dist/workflow-entity/filters/TDateRange.js +3 -0
- package/dist/workflow-entity/filters/TDateRange.js.map +1 -0
- package/dist/workflow-entity/filters/TDateTokenIs.d.ts +6 -0
- package/dist/workflow-entity/filters/TDateTokenIs.js +3 -0
- package/dist/workflow-entity/filters/TDateTokenIs.js.map +1 -0
- package/dist/workflow-entity/filters/TDynamicFilterByComponent.d.ts +5 -0
- package/dist/workflow-entity/filters/TDynamicFilterByComponent.js +3 -0
- package/dist/workflow-entity/filters/TDynamicFilterByComponent.js.map +1 -0
- package/dist/workflow-entity/filters/TDynamicFilterOneOf.d.ts +5 -0
- package/dist/workflow-entity/filters/TDynamicFilterOneOf.js +3 -0
- package/dist/workflow-entity/filters/TDynamicFilterOneOf.js.map +1 -0
- package/dist/workflow-entity/filters/TFilterBase.d.ts +4 -0
- package/dist/workflow-entity/filters/TFilterBase.js +3 -0
- package/dist/workflow-entity/filters/TFilterBase.js.map +1 -0
- package/dist/workflow-entity/filters/TFilterByComponent.d.ts +5 -0
- package/dist/workflow-entity/filters/TFilterByComponent.js +3 -0
- package/dist/workflow-entity/filters/TFilterByComponent.js.map +1 -0
- package/dist/workflow-entity/filters/TFilterOneOf.d.ts +20 -0
- package/dist/workflow-entity/filters/TFilterOneOf.js +3 -0
- package/dist/workflow-entity/filters/TFilterOneOf.js.map +1 -0
- package/dist/workflow-entity/filters/TFilterOneOfByComponent.d.ts +5 -0
- package/dist/workflow-entity/filters/TFilterOneOfByComponent.js +3 -0
- package/dist/workflow-entity/filters/TFilterOneOfByComponent.js.map +1 -0
- package/dist/workflow-entity/filters/TIsEmpty.d.ts +5 -0
- package/dist/workflow-entity/filters/TIsEmpty.js +3 -0
- package/dist/workflow-entity/filters/TIsEmpty.js.map +1 -0
- package/dist/workflow-entity/filters/TIsNestedEmpty.d.ts +5 -0
- package/dist/workflow-entity/filters/TIsNestedEmpty.js +3 -0
- package/dist/workflow-entity/filters/TIsNestedEmpty.js.map +1 -0
- package/dist/workflow-entity/filters/TMatchesScript.d.ts +6 -0
- package/dist/workflow-entity/filters/TMatchesScript.js +3 -0
- package/dist/workflow-entity/filters/TMatchesScript.js.map +1 -0
- package/dist/workflow-entity/filters/TMultiMatchNumber.d.ts +5 -0
- package/dist/workflow-entity/filters/TMultiMatchNumber.js +3 -0
- package/dist/workflow-entity/filters/TMultiMatchNumber.js.map +1 -0
- package/dist/workflow-entity/filters/TMultiMatchString.d.ts +5 -0
- package/dist/workflow-entity/filters/TMultiMatchString.js +3 -0
- package/dist/workflow-entity/filters/TMultiMatchString.js.map +1 -0
- package/dist/workflow-entity/filters/TNegatable.d.ts +5 -0
- package/dist/workflow-entity/filters/TNegatable.js +3 -0
- package/dist/workflow-entity/filters/TNegatable.js.map +1 -0
- package/dist/workflow-entity/filters/TNumberIs.d.ts +7 -0
- package/dist/workflow-entity/filters/TNumberIs.js +3 -0
- package/dist/workflow-entity/filters/TNumberIs.js.map +1 -0
- package/dist/workflow-entity/filters/TRelativeDate.d.ts +5 -0
- package/dist/workflow-entity/filters/TRelativeDate.js +3 -0
- package/dist/workflow-entity/filters/TRelativeDate.js.map +1 -0
- package/dist/workflow-entity/filters/TStringWildcard.d.ts +5 -0
- package/dist/workflow-entity/filters/TStringWildcard.js +3 -0
- package/dist/workflow-entity/filters/TStringWildcard.js.map +1 -0
- package/dist/workflow-entity/recurring/TRecurringEntitiesAutoExtendDefault.d.ts +6 -0
- package/dist/workflow-entity/recurring/TRecurringEntitiesAutoExtendDefault.js +3 -0
- package/dist/workflow-entity/recurring/TRecurringEntitiesAutoExtendDefault.js.map +1 -0
- package/dist/workflow-entity/recurring/error/RecurringEntitiesErrorCode.d.ts +2 -1
- package/dist/workflow-entity/recurring/error/RecurringEntitiesErrorCode.js +1 -0
- package/dist/workflow-entity/recurring/error/RecurringEntitiesErrorCode.js.map +1 -1
- package/dist/workflow-entity/sort/TImpliedSortKeys.d.ts +6 -0
- package/dist/workflow-entity/sort/TImpliedSortKeys.js +3 -0
- package/dist/workflow-entity/sort/TImpliedSortKeys.js.map +1 -0
- package/dist/workflow-entity/sort/TSortByComponent.d.ts +5 -0
- package/dist/workflow-entity/sort/TSortByComponent.js +3 -0
- package/dist/workflow-entity/sort/TSortByComponent.js.map +1 -0
- package/dist/workflow-template/TViewTemplateDefaults.d.ts +5 -0
- package/dist/workflow-template/TViewTemplateDefaults.js +3 -0
- package/dist/workflow-template/TViewTemplateDefaults.js.map +1 -0
- package/dist/workflow-template/TWorkflowTemplate.d.ts +28 -0
- package/dist/workflow-template/TWorkflowTemplate.js +3 -0
- package/dist/workflow-template/TWorkflowTemplate.js.map +1 -0
- package/dist/workflow-template/behaviors/TNavigateAction.d.ts +6 -0
- package/dist/workflow-template/behaviors/TNavigateAction.js +3 -0
- package/dist/workflow-template/behaviors/TNavigateAction.js.map +1 -0
- package/dist/workflow-template/behaviors/TViewTemplateSelector.d.ts +6 -0
- package/dist/workflow-template/behaviors/TViewTemplateSelector.js +3 -0
- package/dist/workflow-template/behaviors/TViewTemplateSelector.js.map +1 -0
- package/dist/workflow-template/behaviors/TWorkflowTemplateBehavior.d.ts +5 -0
- package/dist/workflow-template/behaviors/TWorkflowTemplateBehavior.js +3 -0
- package/dist/workflow-template/behaviors/TWorkflowTemplateBehavior.js.map +1 -0
- package/dist/workflow-template/channel-default-configuration/TChannelDefaultConfiguration.d.ts +6 -0
- package/dist/workflow-template/channel-default-configuration/TChannelDefaultConfiguration.js +3 -0
- package/dist/workflow-template/channel-default-configuration/TChannelDefaultConfiguration.js.map +1 -0
- package/dist/workflow-template/components/TAnyComponentData.d.ts +22 -0
- package/dist/workflow-template/components/TAnyComponentData.js +3 -0
- package/dist/workflow-template/components/TAnyComponentData.js.map +1 -0
- package/dist/workflow-template/components/TAnyComponentDataValue.d.ts +21 -0
- package/dist/workflow-template/components/TAnyComponentDataValue.js +3 -0
- package/dist/workflow-template/components/TAnyComponentDataValue.js.map +1 -0
- package/dist/workflow-template/components/TComponentDataMap.d.ts +50 -0
- package/dist/workflow-template/components/TComponentDataMap.js +4 -0
- package/dist/workflow-template/components/TComponentDataMap.js.map +1 -0
- package/dist/workflow-template/components/TComponentDataMapIsExhaustive.d.ts +5 -0
- package/dist/workflow-template/components/TComponentDataMapIsExhaustive.js +3 -0
- package/dist/workflow-template/components/TComponentDataMapIsExhaustive.js.map +1 -0
- package/dist/workflow-template/components/TComponentDataValueForType.d.ts +9 -0
- package/dist/workflow-template/components/TComponentDataValueForType.js +3 -0
- package/dist/workflow-template/components/TComponentDataValueForType.js.map +1 -0
- package/dist/workflow-template/components/TEntityFields.d.ts +2 -0
- package/dist/workflow-template/components/TEntityFields.js +3 -0
- package/dist/workflow-template/components/TEntityFields.js.map +1 -0
- package/dist/workflow-template/components/TInputComponentDataValueMap.d.ts +45 -0
- package/dist/workflow-template/components/TInputComponentDataValueMap.js +4 -0
- package/dist/workflow-template/components/TInputComponentDataValueMap.js.map +1 -0
- package/dist/workflow-template/components/TInputComponentType.d.ts +2 -0
- package/dist/workflow-template/components/TInputComponentType.js +3 -0
- package/dist/workflow-template/components/TInputComponentType.js.map +1 -0
- package/dist/workflow-template/components/TInputComponentTypes.d.ts +2 -0
- package/dist/workflow-template/components/TInputComponentTypes.js +27 -0
- package/dist/workflow-template/components/TInputComponentTypes.js.map +1 -0
- package/dist/workflow-template/components/address/TAddressComponentData.d.ts +6 -0
- package/dist/workflow-template/components/address/TAddressComponentData.js +3 -0
- package/dist/workflow-template/components/address/TAddressComponentData.js.map +1 -0
- package/dist/workflow-template/components/address/TAddressComponentDataValue.d.ts +7 -0
- package/dist/workflow-template/components/address/TAddressComponentDataValue.js +3 -0
- package/dist/workflow-template/components/address/TAddressComponentDataValue.js.map +1 -0
- package/dist/workflow-template/components/audit-checkbox/TAuditCheckboxComponentData.d.ts +6 -0
- package/dist/workflow-template/components/audit-checkbox/TAuditCheckboxComponentData.js +3 -0
- package/dist/workflow-template/components/audit-checkbox/TAuditCheckboxComponentData.js.map +1 -0
- package/dist/workflow-template/components/audit-checkbox/TAuditCheckboxComponentDataValue.d.ts +4 -0
- package/dist/workflow-template/components/audit-checkbox/TAuditCheckboxComponentDataValue.js +3 -0
- package/dist/workflow-template/components/audit-checkbox/TAuditCheckboxComponentDataValue.js.map +1 -0
- package/dist/workflow-template/components/audit-tag/TAuditTagComponentData.d.ts +6 -0
- package/dist/workflow-template/components/audit-tag/TAuditTagComponentData.js +3 -0
- package/dist/workflow-template/components/audit-tag/TAuditTagComponentData.js.map +1 -0
- package/dist/workflow-template/components/audit-tag/TAuditTagComponentDataValue.d.ts +4 -0
- package/dist/workflow-template/components/audit-tag/TAuditTagComponentDataValue.js +3 -0
- package/dist/workflow-template/components/audit-tag/TAuditTagComponentDataValue.js.map +1 -0
- package/dist/workflow-template/components/audit-text/TAuditTextComponentData.d.ts +6 -0
- package/dist/workflow-template/components/audit-text/TAuditTextComponentData.js +3 -0
- package/dist/workflow-template/components/audit-text/TAuditTextComponentData.js.map +1 -0
- package/dist/workflow-template/components/audit-text/TAuditTextComponentDataValue.d.ts +4 -0
- package/dist/workflow-template/components/audit-text/TAuditTextComponentDataValue.js +3 -0
- package/dist/workflow-template/components/audit-text/TAuditTextComponentDataValue.js.map +1 -0
- package/dist/workflow-template/components/common/TAuditComponentDataValue.d.ts +5 -0
- package/dist/workflow-template/components/common/TAuditComponentDataValue.js +3 -0
- package/dist/workflow-template/components/common/TAuditComponentDataValue.js.map +1 -0
- package/dist/workflow-template/components/common/TCoordinates.d.ts +4 -0
- package/dist/workflow-template/components/common/TCoordinates.js +3 -0
- package/dist/workflow-template/components/common/TCoordinates.js.map +1 -0
- package/dist/workflow-template/components/common/TFileDataValue.d.ts +7 -0
- package/dist/workflow-template/components/common/TFileDataValue.js +3 -0
- package/dist/workflow-template/components/common/TFileDataValue.js.map +1 -0
- package/dist/workflow-template/components/date/TDateComponentData.d.ts +5 -0
- package/dist/workflow-template/components/date/TDateComponentData.js +3 -0
- package/dist/workflow-template/components/date/TDateComponentData.js.map +1 -0
- package/dist/workflow-template/components/date-range/TDateRangeComponentData.d.ts +6 -0
- package/dist/workflow-template/components/date-range/TDateRangeComponentData.js +3 -0
- package/dist/workflow-template/components/date-range/TDateRangeComponentData.js.map +1 -0
- package/dist/workflow-template/components/date-range/TDateRangeComponentDataValue.d.ts +4 -0
- package/dist/workflow-template/components/date-range/TDateRangeComponentDataValue.js +3 -0
- package/dist/workflow-template/components/date-range/TDateRangeComponentDataValue.js.map +1 -0
- package/dist/workflow-template/components/email/TEmailComponentData.d.ts +5 -0
- package/dist/workflow-template/components/email/TEmailComponentData.js +3 -0
- package/dist/workflow-template/components/email/TEmailComponentData.js.map +1 -0
- package/dist/workflow-template/components/entity-batch/TEntityBatchComponentData.d.ts +6 -0
- package/dist/workflow-template/components/entity-batch/TEntityBatchComponentData.js +3 -0
- package/dist/workflow-template/components/entity-batch/TEntityBatchComponentData.js.map +1 -0
- package/dist/workflow-template/components/error/ComponentErrorCode.d.ts +1 -0
- package/dist/workflow-template/components/error/ComponentErrorCode.js +1 -0
- package/dist/workflow-template/components/error/ComponentErrorCode.js.map +1 -1
- package/dist/workflow-template/components/file/TFileComponentData.d.ts +6 -0
- package/dist/workflow-template/components/file/TFileComponentData.js +3 -0
- package/dist/workflow-template/components/file/TFileComponentData.js.map +1 -0
- package/dist/workflow-template/components/geo-location/TGeolocationComponentData.d.ts +6 -0
- package/dist/workflow-template/components/geo-location/TGeolocationComponentData.js +3 -0
- package/dist/workflow-template/components/geo-location/TGeolocationComponentData.js.map +1 -0
- package/dist/workflow-template/components/geo-location/TGeolocationComponentDataValue.d.ts +8 -0
- package/dist/workflow-template/components/geo-location/TGeolocationComponentDataValue.js +3 -0
- package/dist/workflow-template/components/geo-location/TGeolocationComponentDataValue.js.map +1 -0
- package/dist/workflow-template/components/number/TNumberComponentData.d.ts +5 -0
- package/dist/workflow-template/components/number/TNumberComponentData.js +3 -0
- package/dist/workflow-template/components/number/TNumberComponentData.js.map +1 -0
- package/dist/workflow-template/components/person/TPersonComponentData.d.ts +6 -0
- package/dist/workflow-template/components/person/TPersonComponentData.js +3 -0
- package/dist/workflow-template/components/person/TPersonComponentData.js.map +1 -0
- package/dist/workflow-template/components/related-card/TRelatedCardComponentData.d.ts +6 -0
- package/dist/workflow-template/components/related-card/TRelatedCardComponentData.js +3 -0
- package/dist/workflow-template/components/related-card/TRelatedCardComponentData.js.map +1 -0
- package/dist/workflow-template/components/related-card/TRelatedCardComponentDataValue.d.ts +4 -0
- package/dist/workflow-template/components/related-card/TRelatedCardComponentDataValue.js +3 -0
- package/dist/workflow-template/components/related-card/TRelatedCardComponentDataValue.js.map +1 -0
- package/dist/workflow-template/components/scalar/ScalarKey.d.ts +3 -0
- package/dist/workflow-template/components/scalar/ScalarKey.js +8 -0
- package/dist/workflow-template/components/scalar/ScalarKey.js.map +1 -0
- package/dist/workflow-template/components/scalar/ScalarType.d.ts +6 -0
- package/dist/workflow-template/components/scalar/ScalarType.js +11 -0
- package/dist/workflow-template/components/scalar/ScalarType.js.map +1 -0
- package/dist/workflow-template/components/scalar/ScalarTypeRuntimeValue.d.ts +7 -0
- package/dist/workflow-template/components/scalar/ScalarTypeRuntimeValue.js +4 -0
- package/dist/workflow-template/components/scalar/ScalarTypeRuntimeValue.js.map +1 -0
- package/dist/workflow-template/components/scheduled-automation/TScheduledAutomationComponentData.d.ts +6 -0
- package/dist/workflow-template/components/scheduled-automation/TScheduledAutomationComponentData.js +3 -0
- package/dist/workflow-template/components/scheduled-automation/TScheduledAutomationComponentData.js.map +1 -0
- package/dist/workflow-template/components/scheduled-automation/TScheduledAutomationComponentDataValue.d.ts +3 -0
- package/dist/workflow-template/components/scheduled-automation/TScheduledAutomationComponentDataValue.js +3 -0
- package/dist/workflow-template/components/scheduled-automation/TScheduledAutomationComponentDataValue.js.map +1 -0
- package/dist/workflow-template/components/signature/TSignatureComponentData.d.ts +6 -0
- package/dist/workflow-template/components/signature/TSignatureComponentData.js +3 -0
- package/dist/workflow-template/components/signature/TSignatureComponentData.js.map +1 -0
- package/dist/workflow-template/components/signature/TSignatureComponentDataValue.d.ts +6 -0
- package/dist/workflow-template/components/signature/TSignatureComponentDataValue.js +3 -0
- package/dist/workflow-template/components/signature/TSignatureComponentDataValue.js.map +1 -0
- package/dist/workflow-template/components/subform/TSubformComponentData.d.ts +6 -0
- package/dist/workflow-template/components/subform/TSubformComponentData.js +3 -0
- package/dist/workflow-template/components/subform/TSubformComponentData.js.map +1 -0
- package/dist/workflow-template/components/subform/TSubformComponentDataValue.d.ts +8 -0
- package/dist/workflow-template/components/subform/TSubformComponentDataValue.js +3 -0
- package/dist/workflow-template/components/subform/TSubformComponentDataValue.js.map +1 -0
- package/dist/workflow-template/components/tag/TTagComponentData.d.ts +5 -0
- package/dist/workflow-template/components/tag/TTagComponentData.js +3 -0
- package/dist/workflow-template/components/tag/TTagComponentData.js.map +1 -0
- package/dist/workflow-template/components/text/TTextComponentData.d.ts +5 -0
- package/dist/workflow-template/components/text/TTextComponentData.js +3 -0
- package/dist/workflow-template/components/text/TTextComponentData.js.map +1 -0
- package/dist/workflow-template/components/time-tracker/TTimeTrackerComponentData.d.ts +6 -0
- package/dist/workflow-template/components/time-tracker/TTimeTrackerComponentData.js +3 -0
- package/dist/workflow-template/components/time-tracker/TTimeTrackerComponentData.js.map +1 -0
- package/dist/workflow-template/components/time-tracker/TTimeTrackerComponentDataValue.d.ts +5 -0
- package/dist/workflow-template/components/time-tracker/TTimeTrackerComponentDataValue.js +3 -0
- package/dist/workflow-template/components/time-tracker/TTimeTrackerComponentDataValue.js.map +1 -0
- package/dist/workflow-template/components/time-tracker/TTimeTrackerEntry.d.ts +5 -0
- package/dist/workflow-template/components/time-tracker/TTimeTrackerEntry.js +3 -0
- package/dist/workflow-template/components/time-tracker/TTimeTrackerEntry.js.map +1 -0
- package/dist/workflow-template/components/time-tracker/TTimeTrackerGeolocation.d.ts +7 -0
- package/dist/workflow-template/components/time-tracker/TTimeTrackerGeolocation.js +3 -0
- package/dist/workflow-template/components/time-tracker/TTimeTrackerGeolocation.js.map +1 -0
- package/dist/workflow-template/components/todo/TTodoComponentData.d.ts +6 -0
- package/dist/workflow-template/components/todo/TTodoComponentData.js +3 -0
- package/dist/workflow-template/components/todo/TTodoComponentData.js.map +1 -0
- package/dist/workflow-template/components/todo/TTodoComponentDataValue.d.ts +5 -0
- package/dist/workflow-template/components/todo/TTodoComponentDataValue.js +3 -0
- package/dist/workflow-template/components/todo/TTodoComponentDataValue.js.map +1 -0
- package/dist/workflow-template/components/url/TUrlComponentData.d.ts +6 -0
- package/dist/workflow-template/components/url/TUrlComponentData.js +3 -0
- package/dist/workflow-template/components/url/TUrlComponentData.js.map +1 -0
- package/dist/workflow-template/components/url/TUrlComponentDataValue.d.ts +3 -0
- package/dist/workflow-template/components/url/TUrlComponentDataValue.js +3 -0
- package/dist/workflow-template/components/url/TUrlComponentDataValue.js.map +1 -0
- package/package.json +1 -1
- package/src/application/TAudit.ts +4 -0
- package/src/automations/TAutomation.ts +21 -0
- package/src/automations/action/TAnyAutomationAction.ts +26 -0
- package/src/automations/action/TAutomationAction.ts +15 -0
- package/src/automations/action/TCalculateValueAction.ts +7 -0
- package/src/automations/action/TCurrentWorkflowEntityUpdateAction.ts +10 -0
- package/src/automations/action/TExternalFormLinkCreateAction.ts +10 -0
- package/src/automations/action/TReferencedInQuantitySumAction.ts +10 -0
- package/src/automations/action/TSendEmailAction.ts +7 -0
- package/src/automations/action/TSendNotificationAction.ts +7 -0
- package/src/automations/action/TSendPushNotificationAction.ts +10 -0
- package/src/automations/action/TSendWebhookAction.ts +7 -0
- package/src/automations/action/TTriggerRelatedCardAutomationAction.ts +10 -0
- package/src/automations/action/TUpdateRelatedCardQuantityAction.ts +10 -0
- package/src/automations/action/TWorkflowEntityCreateAction.ts +10 -0
- package/src/automations/action/TWorkflowEntityUpdateAction.ts +10 -0
- package/src/automations/action/component-data/TActionResultNumber.ts +6 -0
- package/src/automations/action/component-data/TAnyDynamicComponentData.ts +18 -0
- package/src/automations/action/component-data/TAnyDynamicNumberComponentData.ts +10 -0
- package/src/automations/action/component-data/TClearValue.ts +4 -0
- package/src/automations/action/component-data/TCurrentWorkflowEntity.ts +4 -0
- package/src/automations/action/component-data/TCurrentWorkflowEntityComponent.ts +6 -0
- package/src/automations/action/component-data/TDynamicComponentData.ts +5 -0
- package/src/automations/action/component-data/TOriginUser.ts +4 -0
- package/src/automations/action/component-data/TRelatedWorkflowEntityComponent.ts +8 -0
- package/src/automations/action/component-data/TSubformWorkflowEntityComponent.ts +27 -0
- package/src/automations/action/component-data/TTimeTrackerDataAction.ts +7 -0
- package/src/automations/action/settings/TAnyAutomationActionSettings.ts +26 -0
- package/src/automations/action/settings/TAutomationActionSettings.ts +5 -0
- package/src/automations/action/settings/TCalculateValueActionSettings.ts +10 -0
- package/src/automations/action/settings/TCurrentWorkflowEntityUpdateActionSettings.ts +5 -0
- package/src/automations/action/settings/TExternalFormLinkCreateActionSettings.ts +7 -0
- package/src/automations/action/settings/TReferencedInAggregate.ts +16 -0
- package/src/automations/action/settings/TReferencedInQuantitySumActionSettings.ts +7 -0
- package/src/automations/action/settings/TRelatedCardEmail.ts +13 -0
- package/src/automations/action/settings/TSendEmailActionSettings.ts +16 -0
- package/src/automations/action/settings/TSendNotificationActionSettings.ts +12 -0
- package/src/automations/action/settings/TSendPushNotificationActionSettings.ts +12 -0
- package/src/automations/action/settings/TSendWebhookActionSettings.ts +9 -0
- package/src/automations/action/settings/TSettingsWorkflowEntityField.ts +10 -0
- package/src/automations/action/settings/TTriggerRelatedCardAutomationActionSettings.ts +10 -0
- package/src/automations/action/settings/TUpdateRelatedCardQuantityActionSettings.ts +12 -0
- package/src/automations/action/settings/TWorkflowEntityActionSettings.ts +15 -0
- package/src/automations/action/settings/TWorkflowEntityActionSettingsType.ts +7 -0
- package/src/automations/action/settings/TWorkflowEntityCreateActionSettings.ts +4 -0
- package/src/automations/action/settings/TWorkflowEntityUpdateActionSettings.ts +7 -0
- package/src/automations/condition/TCondition.ts +12 -0
- package/src/automations/condition/operands/TActionResultNumberOperand.ts +6 -0
- package/src/automations/condition/operands/TAnyDataOperand.ts +24 -0
- package/src/automations/condition/operands/TAnyNumberOperand.ts +20 -0
- package/src/automations/condition/operands/TAnyOperand.ts +4 -0
- package/src/automations/condition/operands/TComponentOperand.ts +8 -0
- package/src/automations/condition/operands/TDateOperand.ts +6 -0
- package/src/automations/condition/operands/TDateTokenOperand.ts +7 -0
- package/src/automations/condition/operands/TEmptyOperand.ts +4 -0
- package/src/automations/condition/operands/TNumberArrayOperand.ts +6 -0
- package/src/automations/condition/operands/TNumberOperand.ts +6 -0
- package/src/automations/condition/operands/TOperand.ts +5 -0
- package/src/automations/condition/operands/TPreviousComponentOperand.ts +6 -0
- package/src/automations/condition/operands/TStringArrayOperand.ts +6 -0
- package/src/automations/condition/operands/TStringOperand.ts +6 -0
- package/src/automations/condition/operands/TSubformComponentRefOperand.ts +28 -0
- package/src/automations/condition/operands/TWorkflowEntityRefComponentOperand.ts +9 -0
- package/src/automations/condition/operands/TWorkflowTemplateComponentCase.ts +10 -0
- package/src/automations/field-reference/TRelatedCardFieldReference.ts +6 -0
- package/src/automations/field-reference/TSubformFieldReference.ts +9 -0
- package/src/components/TAnyComponent.ts +54 -0
- package/src/components/TAnyComponentOverride.ts +54 -0
- package/src/components/TAnyInputComponent.ts +42 -0
- package/src/components/TAnyInputComponentOverride.ts +47 -0
- package/src/components/TComponent.ts +20 -0
- package/src/components/TComponentOverride.ts +15 -0
- package/src/components/TInputComponent.ts +8 -0
- package/src/components/TPresentationComponent.ts +12 -0
- package/src/components/address/TAddressComponent.ts +4 -0
- package/src/components/address/TAddressComponentOverride.ts +4 -0
- package/src/components/audit-checkbox/TAuditCheckboxComponent.ts +4 -0
- package/src/components/audit-checkbox/TAuditCheckboxComponentOverride.ts +4 -0
- package/src/components/audit-tag/TAuditTagComponent.ts +4 -0
- package/src/components/audit-tag/TAuditTagComponentOverride.ts +4 -0
- package/src/components/audit-text/TAuditTextComponent.ts +4 -0
- package/src/components/audit-text/TAuditTextComponentOverride.ts +4 -0
- package/src/components/button/TButtonComponent.ts +6 -0
- package/src/components/button/TInputButtonComponent.ts +6 -0
- package/src/components/button/TInputButtonComponentOverride.ts +4 -0
- package/src/components/date/TDateComponent.ts +14 -0
- package/src/components/date/TDateComponentOverride.ts +4 -0
- package/src/components/date/TDateDefault.ts +3 -0
- package/src/components/date-range/TDateRangeComponent.ts +7 -0
- package/src/components/date-range/TDateRangeComponentOverride.ts +4 -0
- package/src/components/email/TEmailComponent.ts +7 -0
- package/src/components/email/TEmailComponentOverride.ts +4 -0
- package/src/components/email/TEmailDefault.ts +3 -0
- package/src/components/entity-batch/TEntityBatchComponent.ts +4 -0
- package/src/components/entity-batch/TEntityBatchComponentOverride.ts +4 -0
- package/src/components/file/TFileComponent.ts +6 -0
- package/src/components/file/TFileComponentOverride.ts +4 -0
- package/src/components/geo-location/TGeolocationComponent.ts +4 -0
- package/src/components/geo-location/TGeolocationComponentOverride.ts +4 -0
- package/src/components/number/TNumberComponent.ts +7 -0
- package/src/components/number/TNumberComponentOverride.ts +4 -0
- package/src/components/person/TPersonComponent.ts +7 -0
- package/src/components/person/TPersonComponentDefault.ts +8 -0
- package/src/components/person/TPersonComponentOverride.ts +4 -0
- package/src/components/referenced-in/TReferencedInComponent.ts +11 -0
- package/src/components/referenced-in/TReferencedInComponentOverride.ts +7 -0
- package/src/components/related-card/TListWorkflowEntitiesDefault.ts +6 -0
- package/src/components/related-card/TRelatedCardComponent.ts +13 -0
- package/src/components/related-card/TRelatedCardComponentOverride.ts +7 -0
- package/src/components/related-card/TRelatedCardDefault.ts +3 -0
- package/src/components/related-card-lookup/TRelatedCardLookupComponent.ts +18 -0
- package/src/components/related-card-lookup/TRelatedCardLookupComponentOverride.ts +7 -0
- package/src/components/scheduled-automation/TScheduledAutomationComponent.ts +11 -0
- package/src/components/scheduled-automation/TScheduledAutomationComponentOverride.ts +7 -0
- package/src/components/scheduled-automation/TScheduledAutomationDefault.ts +3 -0
- package/src/components/signature/TSignatureComponent.ts +4 -0
- package/src/components/signature/TSignatureComponentOverride.ts +4 -0
- package/src/components/static-text/TStaticTextComponent.ts +6 -0
- package/src/components/static-text/TStaticTextComponentOverride.ts +4 -0
- package/src/components/subform/TSubformComponent.ts +9 -0
- package/src/components/subform/TSubformComponentOverride.ts +4 -0
- package/src/components/subform/TSubformDefault.ts +5 -0
- package/src/components/tag/TCombinedTagsComponent.ts +10 -0
- package/src/components/tag/TCombinedTagsComponentOverride.ts +4 -0
- package/src/components/tag/TTagComponent.ts +23 -0
- package/src/components/tag/TTagComponentChecklistOptions.ts +4 -0
- package/src/components/tag/TTagComponentOption.ts +8 -0
- package/src/components/tag/TTagComponentOverride.ts +7 -0
- package/src/components/tag/TTagDefault.ts +3 -0
- package/src/components/tag/TagType.ts +5 -0
- package/src/components/text/TTextComponent.ts +12 -0
- package/src/components/text/TTextComponentOverride.ts +4 -0
- package/src/components/text/TTextDefault.ts +3 -0
- package/src/components/time-tracker/TTimeTrackerComponent.ts +11 -0
- package/src/components/time-tracker/TTimeTrackerComponentOverride.ts +4 -0
- package/src/components/todo/TTodoComponent.ts +4 -0
- package/src/components/todo/TTodoComponentOverride.ts +4 -0
- package/src/components/url/TUrlComponent.ts +4 -0
- package/src/components/url/TUrlComponentOverride.ts +4 -0
- package/src/view-template/TCollectionCriteria.ts +9 -0
- package/src/view-template/TCollectionGroup.ts +5 -0
- package/src/view-template/TComponentViewOptions.ts +10 -0
- package/src/view-template/TViewTemplate.ts +46 -0
- package/src/view-template/error/ViewTemplateErrorCode.ts +1 -0
- package/src/view-template-layout/TAnyViewTemplateLayoutItem.ts +4 -0
- package/src/view-template-layout/TViewTemplateLayout.ts +12 -0
- package/src/view-template-layout/TViewTemplateLayoutItem.ts +8 -0
- package/src/view-template-layout/ViewTemplateLayoutItemId.ts +2 -2
- package/src/view-template-layout/items/TViewTemplateLayoutComponent.ts +7 -0
- package/src/view-template-layout/items/TViewTemplateLayoutSection.ts +10 -0
- package/src/workflow-entity/TAbstractListWorkflowEntities.ts +23 -0
- package/src/workflow-entity/TWorkflowEntity.ts +14 -0
- package/src/workflow-entity/filters/TAbsoluteDate.ts +3 -0
- package/src/workflow-entity/filters/TAnyComponentFilter.ts +30 -0
- package/src/workflow-entity/filters/TAnyFilter.ts +20 -0
- package/src/workflow-entity/filters/TAnyMultiComponentFilter.ts +4 -0
- package/src/workflow-entity/filters/TAnySingleComponentFilter.ts +24 -0
- package/src/workflow-entity/filters/TContainsCurrentUser.ts +6 -0
- package/src/workflow-entity/filters/TContainsCurrentWorkflowTemplateComponentValue.ts +3 -0
- package/src/workflow-entity/filters/TContainsNestedString.ts +7 -0
- package/src/workflow-entity/filters/TContainsNumber.ts +6 -0
- package/src/workflow-entity/filters/TContainsString.ts +6 -0
- package/src/workflow-entity/filters/TDateIs.ts +11 -0
- package/src/workflow-entity/filters/TDateRange.ts +7 -0
- package/src/workflow-entity/filters/TDateTokenIs.ts +7 -0
- package/src/workflow-entity/filters/TDynamicFilterByComponent.ts +6 -0
- package/src/workflow-entity/filters/TDynamicFilterOneOf.ts +6 -0
- package/src/workflow-entity/filters/TFilterBase.ts +5 -0
- package/src/workflow-entity/filters/TFilterByComponent.ts +6 -0
- package/src/workflow-entity/filters/TFilterOneOf.ts +21 -0
- package/src/workflow-entity/filters/TFilterOneOfByComponent.ts +6 -0
- package/src/workflow-entity/filters/TIsEmpty.ts +6 -0
- package/src/workflow-entity/filters/TIsNestedEmpty.ts +6 -0
- package/src/workflow-entity/filters/TMatchesScript.ts +7 -0
- package/src/workflow-entity/filters/TMultiMatchNumber.ts +6 -0
- package/src/workflow-entity/filters/TMultiMatchString.ts +6 -0
- package/src/workflow-entity/filters/TNegatable.ts +6 -0
- package/src/workflow-entity/filters/TNumberIs.ts +8 -0
- package/src/workflow-entity/filters/TRelativeDate.ts +6 -0
- package/src/workflow-entity/filters/TStringWildcard.ts +6 -0
- package/src/workflow-entity/recurring/TRecurringEntitiesAutoExtendDefault.ts +10 -0
- package/src/workflow-entity/recurring/error/RecurringEntitiesErrorCode.ts +1 -0
- package/src/workflow-entity/sort/TImpliedSortKeys.ts +7 -0
- package/src/workflow-entity/sort/TSortByComponent.ts +6 -0
- package/src/workflow-template/TViewTemplateDefaults.ts +9 -0
- package/src/workflow-template/TWorkflowTemplate.ts +32 -0
- package/src/workflow-template/behaviors/TNavigateAction.ts +7 -0
- package/src/workflow-template/behaviors/TViewTemplateSelector.ts +8 -0
- package/src/workflow-template/behaviors/TWorkflowTemplateBehavior.ts +6 -0
- package/src/workflow-template/channel-default-configuration/TChannelDefaultConfiguration.ts +7 -0
- package/src/workflow-template/components/TAnyComponentData.ts +44 -0
- package/src/workflow-template/components/TAnyComponentDataValue.ts +46 -0
- package/src/workflow-template/components/TComponentDataMap.ts +51 -0
- package/src/workflow-template/components/TComponentDataMapIsExhaustive.ts +6 -0
- package/src/workflow-template/components/TComponentDataValueForType.ts +10 -0
- package/src/workflow-template/components/TEntityFields.ts +3 -0
- package/src/workflow-template/components/TInputComponentDataValueMap.ts +46 -0
- package/src/workflow-template/components/TInputComponentType.ts +3 -0
- package/src/workflow-template/components/TInputComponentTypes.ts +24 -0
- package/src/workflow-template/components/address/TAddressComponentData.ts +7 -0
- package/src/workflow-template/components/address/TAddressComponentDataValue.ts +8 -0
- package/src/workflow-template/components/audit-checkbox/TAuditCheckboxComponentData.ts +7 -0
- package/src/workflow-template/components/audit-checkbox/TAuditCheckboxComponentDataValue.ts +5 -0
- package/src/workflow-template/components/audit-tag/TAuditTagComponentData.ts +7 -0
- package/src/workflow-template/components/audit-tag/TAuditTagComponentDataValue.ts +5 -0
- package/src/workflow-template/components/audit-text/TAuditTextComponentData.ts +7 -0
- package/src/workflow-template/components/audit-text/TAuditTextComponentDataValue.ts +5 -0
- package/src/workflow-template/components/common/TAuditComponentDataValue.ts +6 -0
- package/src/workflow-template/components/common/TCoordinates.ts +4 -0
- package/src/workflow-template/components/common/TFileDataValue.ts +7 -0
- package/src/workflow-template/components/date/TDateComponentData.ts +6 -0
- package/src/workflow-template/components/date-range/TDateRangeComponentData.ts +7 -0
- package/src/workflow-template/components/date-range/TDateRangeComponentDataValue.ts +4 -0
- package/src/workflow-template/components/email/TEmailComponentData.ts +6 -0
- package/src/workflow-template/components/entity-batch/TEntityBatchComponentData.ts +7 -0
- package/src/workflow-template/components/error/ComponentErrorCode.ts +1 -0
- package/src/workflow-template/components/file/TFileComponentData.ts +7 -0
- package/src/workflow-template/components/geo-location/TGeolocationComponentData.ts +7 -0
- package/src/workflow-template/components/geo-location/TGeolocationComponentDataValue.ts +9 -0
- package/src/workflow-template/components/number/TNumberComponentData.ts +6 -0
- package/src/workflow-template/components/person/TPersonComponentData.ts +7 -0
- package/src/workflow-template/components/related-card/TRelatedCardComponentData.ts +7 -0
- package/src/workflow-template/components/related-card/TRelatedCardComponentDataValue.ts +4 -0
- package/src/workflow-template/components/scalar/ScalarKey.ts +3 -0
- package/src/workflow-template/components/scalar/ScalarType.ts +6 -0
- package/src/workflow-template/components/scalar/ScalarTypeRuntimeValue.ts +8 -0
- package/src/workflow-template/components/scheduled-automation/TScheduledAutomationComponentData.ts +7 -0
- package/src/workflow-template/components/scheduled-automation/TScheduledAutomationComponentDataValue.ts +3 -0
- package/src/workflow-template/components/signature/TSignatureComponentData.ts +7 -0
- package/src/workflow-template/components/signature/TSignatureComponentDataValue.ts +7 -0
- package/src/workflow-template/components/subform/TSubformComponentData.ts +7 -0
- package/src/workflow-template/components/subform/TSubformComponentDataValue.ts +10 -0
- package/src/workflow-template/components/tag/TTagComponentData.ts +6 -0
- package/src/workflow-template/components/text/TTextComponentData.ts +6 -0
- package/src/workflow-template/components/time-tracker/TTimeTrackerComponentData.ts +7 -0
- package/src/workflow-template/components/time-tracker/TTimeTrackerComponentDataValue.ts +6 -0
- package/src/workflow-template/components/time-tracker/TTimeTrackerEntry.ts +6 -0
- package/src/workflow-template/components/time-tracker/TTimeTrackerGeolocation.ts +8 -0
- package/src/workflow-template/components/todo/TTodoComponentData.ts +7 -0
- package/src/workflow-template/components/todo/TTodoComponentDataValue.ts +5 -0
- package/src/workflow-template/components/url/TUrlComponentData.ts +7 -0
- package/src/workflow-template/components/url/TUrlComponentDataValue.ts +3 -0
- package/tsconfig.tsbuildinfo +1 -1
package/README.md
CHANGED
|
@@ -1,2 +1,21 @@
|
|
|
1
1
|
# `core-types`
|
|
2
|
+
|
|
2
3
|
This package defines our core types and interfaces, which sit at the center of our application. Everything can depend on core-types, but core-types depends on nothing.
|
|
4
|
+
|
|
5
|
+
## The `T` prefix
|
|
6
|
+
|
|
7
|
+
Types prefixed with `T` are interface/data shapes that intentionally stand apart from their class counterparts in `@coast/core-models`.
|
|
8
|
+
|
|
9
|
+
For example:
|
|
10
|
+
|
|
11
|
+
- `TDateComponentData` (here) vs. `DateComponentData` (in `@coast/core-models`)
|
|
12
|
+
- `TAuditCheckboxComponentDataValue` (here) vs. `AuditCheckboxComponentDataValue` (in `@coast/core-models`)
|
|
13
|
+
|
|
14
|
+
The two describe the same conceptual shape but exist for different consumers:
|
|
15
|
+
|
|
16
|
+
- **`T`-prefixed types** are pure structural types. They carry no decorators, no class methods, no runtime behavior. They are safe to import from any package that needs the wire shape — including packages like `@coast/domain` that cannot depend on `@coast/core-models`.
|
|
17
|
+
- **`core-models` classes** carry GraphQL field decorators, `class-validator` constraints, and instance methods. They are the shape used by the NestJS API surface, request validation, and any code that needs runtime instance behavior.
|
|
18
|
+
|
|
19
|
+
The `T` prefix is a deliberate signal that you are looking at the data primitive, not the class. Choose the import that matches what your code actually needs — structural shape or runtime instance.
|
|
20
|
+
|
|
21
|
+
The long-term question of whether the `T`-prefixed types should become the single source of truth (with `core-models` classes derived from or replaced by them) is tracked separately under Codebase Maintenance.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TAudit.js","sourceRoot":"","sources":["../../src/application/TAudit.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { TAudit } from '../application/TAudit';
|
|
2
|
+
import { BusinessId } from '../business/BusinessId';
|
|
3
|
+
import { WorkflowTemplateId } from '../workflow-template/WorkflowTemplateId';
|
|
4
|
+
import { TAnyAutomationAction } from './action/TAnyAutomationAction';
|
|
5
|
+
import { AutomationId } from './AutomationId';
|
|
6
|
+
import { AutomationTriggerType } from './AutomationTriggerType';
|
|
7
|
+
import { TCondition } from './condition/TCondition';
|
|
8
|
+
export interface TAutomation extends TAudit {
|
|
9
|
+
id: AutomationId;
|
|
10
|
+
businessId: BusinessId;
|
|
11
|
+
workflowTemplateId: WorkflowTemplateId;
|
|
12
|
+
name: string;
|
|
13
|
+
enabled: boolean;
|
|
14
|
+
suppressAutomationChain: boolean;
|
|
15
|
+
trigger: AutomationTriggerType;
|
|
16
|
+
actions: TAnyAutomationAction[];
|
|
17
|
+
conditions?: TCondition[];
|
|
18
|
+
parentId?: AutomationId;
|
|
19
|
+
deletedAt?: Date;
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TAutomation.js","sourceRoot":"","sources":["../../src/automations/TAutomation.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { TCalculateValueAction } from './TCalculateValueAction';
|
|
2
|
+
import { TCurrentWorkflowEntityUpdateAction } from './TCurrentWorkflowEntityUpdateAction';
|
|
3
|
+
import { TExternalFormLinkCreateAction } from './TExternalFormLinkCreateAction';
|
|
4
|
+
import { TReferencedInQuantitySumAction } from './TReferencedInQuantitySumAction';
|
|
5
|
+
import { TSendEmailAction } from './TSendEmailAction';
|
|
6
|
+
import { TSendNotificationAction } from './TSendNotificationAction';
|
|
7
|
+
import { TSendPushNotificationAction } from './TSendPushNotificationAction';
|
|
8
|
+
import { TSendWebhookAction } from './TSendWebhookAction';
|
|
9
|
+
import { TTriggerRelatedCardAutomationAction } from './TTriggerRelatedCardAutomationAction';
|
|
10
|
+
import { TUpdateRelatedCardQuantityAction } from './TUpdateRelatedCardQuantityAction';
|
|
11
|
+
import { TWorkflowEntityCreateAction } from './TWorkflowEntityCreateAction';
|
|
12
|
+
import { TWorkflowEntityUpdateAction } from './TWorkflowEntityUpdateAction';
|
|
13
|
+
export type TAnyAutomationAction = TCalculateValueAction | TCurrentWorkflowEntityUpdateAction | TExternalFormLinkCreateAction | TReferencedInQuantitySumAction | TSendEmailAction | TSendNotificationAction | TSendPushNotificationAction | TSendWebhookAction | TTriggerRelatedCardAutomationAction | TUpdateRelatedCardQuantityAction | TWorkflowEntityCreateAction | TWorkflowEntityUpdateAction;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TAnyAutomationAction.js","sourceRoot":"","sources":["../../../src/automations/action/TAnyAutomationAction.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { TCondition } from '../condition/TCondition';
|
|
2
|
+
import { AutomationActionId } from './AutomationActionId';
|
|
3
|
+
import { AutomationActionType } from './AutomationActionType';
|
|
4
|
+
import { TAnyAutomationActionSettings } from './settings/TAnyAutomationActionSettings';
|
|
5
|
+
export interface TAutomationAction<T extends AutomationActionType = AutomationActionType> {
|
|
6
|
+
id: AutomationActionId;
|
|
7
|
+
type: T;
|
|
8
|
+
name: string;
|
|
9
|
+
parentId?: string;
|
|
10
|
+
sortOrder?: number;
|
|
11
|
+
conditions?: TCondition[];
|
|
12
|
+
settings?: TAnyAutomationActionSettings;
|
|
13
|
+
deletedAt?: Date;
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TAutomationAction.js","sourceRoot":"","sources":["../../../src/automations/action/TAutomationAction.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { AutomationActionType } from './AutomationActionType';
|
|
2
|
+
import { TCalculateValueActionSettings } from './settings/TCalculateValueActionSettings';
|
|
3
|
+
import { TAutomationAction } from './TAutomationAction';
|
|
4
|
+
export interface TCalculateValueAction extends Omit<TAutomationAction<AutomationActionType.CALCULATE_VALUE>, 'settings'> {
|
|
5
|
+
settings?: TCalculateValueActionSettings;
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TCalculateValueAction.js","sourceRoot":"","sources":["../../../src/automations/action/TCalculateValueAction.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { AutomationActionType } from './AutomationActionType';
|
|
2
|
+
import { TCurrentWorkflowEntityUpdateActionSettings } from './settings/TCurrentWorkflowEntityUpdateActionSettings';
|
|
3
|
+
import { TAutomationAction } from './TAutomationAction';
|
|
4
|
+
export interface TCurrentWorkflowEntityUpdateAction extends Omit<TAutomationAction<AutomationActionType.UPDATE_CURRENT_WORKFLOW_ENTITY>, 'settings'> {
|
|
5
|
+
settings?: TCurrentWorkflowEntityUpdateActionSettings;
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TCurrentWorkflowEntityUpdateAction.js","sourceRoot":"","sources":["../../../src/automations/action/TCurrentWorkflowEntityUpdateAction.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { AutomationActionType } from './AutomationActionType';
|
|
2
|
+
import { TExternalFormLinkCreateActionSettings } from './settings/TExternalFormLinkCreateActionSettings';
|
|
3
|
+
import { TAutomationAction } from './TAutomationAction';
|
|
4
|
+
export interface TExternalFormLinkCreateAction extends Omit<TAutomationAction<AutomationActionType.CREATE_EXTERNAL_FORM_LINK>, 'settings'> {
|
|
5
|
+
settings?: TExternalFormLinkCreateActionSettings;
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TExternalFormLinkCreateAction.js","sourceRoot":"","sources":["../../../src/automations/action/TExternalFormLinkCreateAction.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { AutomationActionType } from './AutomationActionType';
|
|
2
|
+
import { TReferencedInQuantitySumActionSettings } from './settings/TReferencedInQuantitySumActionSettings';
|
|
3
|
+
import { TAutomationAction } from './TAutomationAction';
|
|
4
|
+
export interface TReferencedInQuantitySumAction extends Omit<TAutomationAction<AutomationActionType.REFERENCED_IN_QUANTITY_SUM>, 'settings'> {
|
|
5
|
+
settings?: TReferencedInQuantitySumActionSettings;
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TReferencedInQuantitySumAction.js","sourceRoot":"","sources":["../../../src/automations/action/TReferencedInQuantitySumAction.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { AutomationActionType } from './AutomationActionType';
|
|
2
|
+
import { TSendEmailActionSettings } from './settings/TSendEmailActionSettings';
|
|
3
|
+
import { TAutomationAction } from './TAutomationAction';
|
|
4
|
+
export interface TSendEmailAction extends Omit<TAutomationAction<AutomationActionType.SEND_EMAIL>, 'settings'> {
|
|
5
|
+
settings?: TSendEmailActionSettings;
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TSendEmailAction.js","sourceRoot":"","sources":["../../../src/automations/action/TSendEmailAction.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { AutomationActionType } from './AutomationActionType';
|
|
2
|
+
import { TSendNotificationActionSettings } from './settings/TSendNotificationActionSettings';
|
|
3
|
+
import { TAutomationAction } from './TAutomationAction';
|
|
4
|
+
export interface TSendNotificationAction extends Omit<TAutomationAction<AutomationActionType.SEND_NOTIFICATION>, 'settings'> {
|
|
5
|
+
settings?: TSendNotificationActionSettings;
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TSendNotificationAction.js","sourceRoot":"","sources":["../../../src/automations/action/TSendNotificationAction.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { AutomationActionType } from './AutomationActionType';
|
|
2
|
+
import { TSendPushNotificationActionSettings } from './settings/TSendPushNotificationActionSettings';
|
|
3
|
+
import { TAutomationAction } from './TAutomationAction';
|
|
4
|
+
export interface TSendPushNotificationAction extends Omit<TAutomationAction<AutomationActionType.SEND_PUSH_NOTIFICATION>, 'settings'> {
|
|
5
|
+
settings?: TSendPushNotificationActionSettings;
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TSendPushNotificationAction.js","sourceRoot":"","sources":["../../../src/automations/action/TSendPushNotificationAction.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { AutomationActionType } from './AutomationActionType';
|
|
2
|
+
import { TSendWebhookActionSettings } from './settings/TSendWebhookActionSettings';
|
|
3
|
+
import { TAutomationAction } from './TAutomationAction';
|
|
4
|
+
export interface TSendWebhookAction extends Omit<TAutomationAction<AutomationActionType.SEND_WEBHOOK>, 'settings'> {
|
|
5
|
+
settings: TSendWebhookActionSettings;
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TSendWebhookAction.js","sourceRoot":"","sources":["../../../src/automations/action/TSendWebhookAction.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { AutomationActionType } from './AutomationActionType';
|
|
2
|
+
import { TTriggerRelatedCardAutomationActionSettings } from './settings/TTriggerRelatedCardAutomationActionSettings';
|
|
3
|
+
import { TAutomationAction } from './TAutomationAction';
|
|
4
|
+
export interface TTriggerRelatedCardAutomationAction extends Omit<TAutomationAction<AutomationActionType.TRIGGER_RELATED_CARD_AUTOMATION>, 'settings'> {
|
|
5
|
+
settings?: TTriggerRelatedCardAutomationActionSettings;
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TTriggerRelatedCardAutomationAction.js","sourceRoot":"","sources":["../../../src/automations/action/TTriggerRelatedCardAutomationAction.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { AutomationActionType } from './AutomationActionType';
|
|
2
|
+
import { TUpdateRelatedCardQuantityActionSettings } from './settings/TUpdateRelatedCardQuantityActionSettings';
|
|
3
|
+
import { TAutomationAction } from './TAutomationAction';
|
|
4
|
+
export interface TUpdateRelatedCardQuantityAction extends Omit<TAutomationAction<AutomationActionType.UPDATE_RELATED_CARD_QUANTITY>, 'settings'> {
|
|
5
|
+
settings?: TUpdateRelatedCardQuantityActionSettings;
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TUpdateRelatedCardQuantityAction.js","sourceRoot":"","sources":["../../../src/automations/action/TUpdateRelatedCardQuantityAction.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { AutomationActionType } from './AutomationActionType';
|
|
2
|
+
import { TWorkflowEntityCreateActionSettings } from './settings/TWorkflowEntityCreateActionSettings';
|
|
3
|
+
import { TAutomationAction } from './TAutomationAction';
|
|
4
|
+
export interface TWorkflowEntityCreateAction extends Omit<TAutomationAction<AutomationActionType.CREATE_WORKFLOW_ENTITY>, 'settings'> {
|
|
5
|
+
settings?: TWorkflowEntityCreateActionSettings;
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TWorkflowEntityCreateAction.js","sourceRoot":"","sources":["../../../src/automations/action/TWorkflowEntityCreateAction.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { AutomationActionType } from './AutomationActionType';
|
|
2
|
+
import { TWorkflowEntityUpdateActionSettings } from './settings/TWorkflowEntityUpdateActionSettings';
|
|
3
|
+
import { TAutomationAction } from './TAutomationAction';
|
|
4
|
+
export interface TWorkflowEntityUpdateAction extends Omit<TAutomationAction<AutomationActionType.UPDATE_WORKFLOW_ENTITY>, 'settings'> {
|
|
5
|
+
settings?: TWorkflowEntityUpdateActionSettings;
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TWorkflowEntityUpdateAction.js","sourceRoot":"","sources":["../../../src/automations/action/TWorkflowEntityUpdateAction.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DynamicComponentDataType } from './DynamicComponentDataType';
|
|
2
|
+
import { TDynamicComponentData } from './TDynamicComponentData';
|
|
3
|
+
export interface TActionResultNumber extends TDynamicComponentData<DynamicComponentDataType.ACTION_RESULT_NUMBER> {
|
|
4
|
+
actionId: string;
|
|
5
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TActionResultNumber.js","sourceRoot":"","sources":["../../../../src/automations/action/component-data/TActionResultNumber.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { TActionResultNumber } from './TActionResultNumber';
|
|
2
|
+
import { TClearValue } from './TClearValue';
|
|
3
|
+
import { TCurrentWorkflowEntity } from './TCurrentWorkflowEntity';
|
|
4
|
+
import { TCurrentWorkflowEntityComponent } from './TCurrentWorkflowEntityComponent';
|
|
5
|
+
import { TOriginUser } from './TOriginUser';
|
|
6
|
+
import { TRelatedWorkflowEntityComponent } from './TRelatedWorkflowEntityComponent';
|
|
7
|
+
import { TSubformWorkflowEntityComponent } from './TSubformWorkflowEntityComponent';
|
|
8
|
+
import { TTimeTrackerDataAction } from './TTimeTrackerDataAction';
|
|
9
|
+
export type TAnyDynamicComponentData = TActionResultNumber | TClearValue | TCurrentWorkflowEntity | TCurrentWorkflowEntityComponent | TOriginUser | TRelatedWorkflowEntityComponent | TSubformWorkflowEntityComponent | TTimeTrackerDataAction;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TAnyDynamicComponentData.js","sourceRoot":"","sources":["../../../../src/automations/action/component-data/TAnyDynamicComponentData.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { TActionResultNumber } from './TActionResultNumber';
|
|
2
|
+
import { TCurrentWorkflowEntityComponent } from './TCurrentWorkflowEntityComponent';
|
|
3
|
+
import { TRelatedWorkflowEntityComponent } from './TRelatedWorkflowEntityComponent';
|
|
4
|
+
import { TSubformWorkflowEntityComponent } from './TSubformWorkflowEntityComponent';
|
|
5
|
+
export type TAnyDynamicNumberComponentData = TActionResultNumber | TCurrentWorkflowEntityComponent | TRelatedWorkflowEntityComponent | TSubformWorkflowEntityComponent;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TAnyDynamicNumberComponentData.js","sourceRoot":"","sources":["../../../../src/automations/action/component-data/TAnyDynamicNumberComponentData.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TClearValue.js","sourceRoot":"","sources":["../../../../src/automations/action/component-data/TClearValue.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TCurrentWorkflowEntity.js","sourceRoot":"","sources":["../../../../src/automations/action/component-data/TCurrentWorkflowEntity.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DynamicComponentDataType } from './DynamicComponentDataType';
|
|
2
|
+
import { TDynamicComponentData } from './TDynamicComponentData';
|
|
3
|
+
export interface TCurrentWorkflowEntityComponent extends TDynamicComponentData<DynamicComponentDataType.CURRENT_WORKFLOW_ENTITY_COMPONENT> {
|
|
4
|
+
componentId: string;
|
|
5
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TCurrentWorkflowEntityComponent.js","sourceRoot":"","sources":["../../../../src/automations/action/component-data/TCurrentWorkflowEntityComponent.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TDynamicComponentData.js","sourceRoot":"","sources":["../../../../src/automations/action/component-data/TDynamicComponentData.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TOriginUser.js","sourceRoot":"","sources":["../../../../src/automations/action/component-data/TOriginUser.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ComponentId } from '../../../workflow-template/components/ComponentId';
|
|
2
|
+
import { DynamicComponentDataType } from './DynamicComponentDataType';
|
|
3
|
+
import { TDynamicComponentData } from './TDynamicComponentData';
|
|
4
|
+
export interface TRelatedWorkflowEntityComponent extends TDynamicComponentData<DynamicComponentDataType.RELATED_WORKFLOW_ENTITY_COMPONENT> {
|
|
5
|
+
relatedCardComponentId: ComponentId;
|
|
6
|
+
targetComponentId: ComponentId;
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TRelatedWorkflowEntityComponent.js","sourceRoot":"","sources":["../../../../src/automations/action/component-data/TRelatedWorkflowEntityComponent.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ComponentId } from '../../../workflow-template/components/ComponentId';
|
|
2
|
+
import { ComponentType } from '../../../workflow-template/components/ComponentType';
|
|
3
|
+
import { TWorkflowTemplateComponentCase } from '../../condition/operands/TWorkflowTemplateComponentCase';
|
|
4
|
+
import { DynamicComponentDataType } from './DynamicComponentDataType';
|
|
5
|
+
import { TDynamicComponentData } from './TDynamicComponentData';
|
|
6
|
+
export interface TSubformWorkflowEntityComponent extends TDynamicComponentData<DynamicComponentDataType.SUBFORM_WORKFLOW_ENTITY_COMPONENT> {
|
|
7
|
+
subformComponentId: ComponentId;
|
|
8
|
+
refComponentType: ComponentType;
|
|
9
|
+
cases: TWorkflowTemplateComponentCase[];
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TSubformWorkflowEntityComponent.js","sourceRoot":"","sources":["../../../../src/automations/action/component-data/TSubformWorkflowEntityComponent.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { TimeTrackerComponentDataAction } from '../../../workflow-template/components/time-tracker/TimeTrackerComponentDataAction';
|
|
2
|
+
import { DynamicComponentDataType } from './DynamicComponentDataType';
|
|
3
|
+
import { TDynamicComponentData } from './TDynamicComponentData';
|
|
4
|
+
export interface TTimeTrackerDataAction extends TDynamicComponentData<DynamicComponentDataType.TIME_TRACKER_DATA_ACTION> {
|
|
5
|
+
dataAction: TimeTrackerComponentDataAction;
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TTimeTrackerDataAction.js","sourceRoot":"","sources":["../../../../src/automations/action/component-data/TTimeTrackerDataAction.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { TCalculateValueActionSettings } from './TCalculateValueActionSettings';
|
|
2
|
+
import { TCurrentWorkflowEntityUpdateActionSettings } from './TCurrentWorkflowEntityUpdateActionSettings';
|
|
3
|
+
import { TExternalFormLinkCreateActionSettings } from './TExternalFormLinkCreateActionSettings';
|
|
4
|
+
import { TReferencedInQuantitySumActionSettings } from './TReferencedInQuantitySumActionSettings';
|
|
5
|
+
import { TSendEmailActionSettings } from './TSendEmailActionSettings';
|
|
6
|
+
import { TSendNotificationActionSettings } from './TSendNotificationActionSettings';
|
|
7
|
+
import { TSendPushNotificationActionSettings } from './TSendPushNotificationActionSettings';
|
|
8
|
+
import { TSendWebhookActionSettings } from './TSendWebhookActionSettings';
|
|
9
|
+
import { TTriggerRelatedCardAutomationActionSettings } from './TTriggerRelatedCardAutomationActionSettings';
|
|
10
|
+
import { TUpdateRelatedCardQuantityActionSettings } from './TUpdateRelatedCardQuantityActionSettings';
|
|
11
|
+
import { TWorkflowEntityCreateActionSettings } from './TWorkflowEntityCreateActionSettings';
|
|
12
|
+
import { TWorkflowEntityUpdateActionSettings } from './TWorkflowEntityUpdateActionSettings';
|
|
13
|
+
export type TAnyAutomationActionSettings = TCalculateValueActionSettings | TCurrentWorkflowEntityUpdateActionSettings | TExternalFormLinkCreateActionSettings | TReferencedInQuantitySumActionSettings | TSendEmailActionSettings | TSendNotificationActionSettings | TSendPushNotificationActionSettings | TSendWebhookActionSettings | TTriggerRelatedCardAutomationActionSettings | TUpdateRelatedCardQuantityActionSettings | TWorkflowEntityCreateActionSettings | TWorkflowEntityUpdateActionSettings;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TAnyAutomationActionSettings.js","sourceRoot":"","sources":["../../../../src/automations/action/settings/TAnyAutomationActionSettings.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TAutomationActionSettings.js","sourceRoot":"","sources":["../../../../src/automations/action/settings/TAutomationActionSettings.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { TAnyNumberOperand } from '../../condition/operands/TAnyNumberOperand';
|
|
2
|
+
import { AutomationActionType } from '../AutomationActionType';
|
|
3
|
+
import { ArithmeticOperator } from './ArithmeticOperator';
|
|
4
|
+
import { TAutomationActionSettings } from './TAutomationActionSettings';
|
|
5
|
+
export interface TCalculateValueActionSettings extends TAutomationActionSettings<AutomationActionType.CALCULATE_VALUE> {
|
|
6
|
+
leftOperand: TAnyNumberOperand;
|
|
7
|
+
operator: ArithmeticOperator;
|
|
8
|
+
rightOperand: TAnyNumberOperand;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TCalculateValueActionSettings.js","sourceRoot":"","sources":["../../../../src/automations/action/settings/TCalculateValueActionSettings.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { AutomationActionType } from '../AutomationActionType';
|
|
2
|
+
import { TWorkflowEntityActionSettings } from './TWorkflowEntityActionSettings';
|
|
3
|
+
export type TCurrentWorkflowEntityUpdateActionSettings = TWorkflowEntityActionSettings<AutomationActionType.UPDATE_CURRENT_WORKFLOW_ENTITY>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TCurrentWorkflowEntityUpdateActionSettings.js","sourceRoot":"","sources":["../../../../src/automations/action/settings/TCurrentWorkflowEntityUpdateActionSettings.ts"],"names":[],"mappings":""}
|