@coast/core-api-types 1.2.187 → 1.2.189
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models/auth/{ApiKey.d.ts → keys/ApiKey.d.ts} +3 -3
- package/dist/models/auth/keys/ApiKey.js.map +1 -0
- package/dist/models/auth/keys/ApiKeyId.js.map +1 -0
- package/dist/models/auth/keys/CreateApiKey.js.map +1 -0
- package/dist/models/auth/keys/CreateApiKeyResult.d.ts +5 -0
- package/dist/models/auth/keys/CreateApiKeyResult.js +3 -0
- package/dist/models/auth/keys/CreateApiKeyResult.js.map +1 -0
- package/dist/models/auth/keys/ListApiKeysResult.d.ts +5 -0
- package/dist/models/{workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/Change.js → auth/keys/ListApiKeysResult.js} +1 -1
- package/dist/models/auth/keys/ListApiKeysResult.js.map +1 -0
- package/dist/models/automations/action/AutomationAction.d.ts +2 -1
- package/dist/models/automations/action/AutomationActionId.d.ts +2 -0
- package/dist/models/automations/action/AutomationActionId.js +3 -0
- package/dist/models/automations/action/AutomationActionId.js.map +1 -0
- package/dist/models/automations/action/UpdateAutomationAction.d.ts +2 -1
- package/dist/models/automations/action/audit/AnyAutomationActionAuditResult.d.ts +2 -0
- package/dist/models/automations/action/audit/AnyAutomationActionAuditResult.js +3 -0
- package/dist/models/automations/action/audit/AnyAutomationActionAuditResult.js.map +1 -0
- package/dist/models/automations/action/audit/AutomationActionAudit.d.ts +15 -0
- package/dist/models/automations/action/audit/AutomationActionAudit.js +3 -0
- package/dist/models/automations/action/audit/AutomationActionAudit.js.map +1 -0
- package/dist/models/automations/action/audit/AutomationActionAuditId.d.ts +2 -0
- package/dist/models/{workflow-template/entities/audit-trail/component-change-producer/ComponentChangeProducer.js → automations/action/audit/AutomationActionAuditId.js} +1 -1
- package/dist/models/automations/action/audit/AutomationActionAuditId.js.map +1 -0
- package/dist/models/automations/action/audit/AutomationActionAuditResult.d.ts +6 -0
- package/dist/models/automations/action/audit/AutomationActionAuditResult.js +3 -0
- package/dist/models/automations/action/audit/AutomationActionAuditResult.js.map +1 -0
- package/dist/models/automations/action/audit/AutomationActionStatus.d.ts +5 -0
- package/dist/models/automations/action/audit/AutomationActionStatus.js +10 -0
- package/dist/models/automations/action/audit/AutomationActionStatus.js.map +1 -0
- package/dist/models/automations/action/audit/SendWebhookActionAuditResult.d.ts +8 -0
- package/dist/models/automations/action/audit/SendWebhookActionAuditResult.js +3 -0
- package/dist/models/automations/action/audit/SendWebhookActionAuditResult.js.map +1 -0
- package/dist/models/workflow-template/components/AnyComponentAuditData.d.ts +23 -0
- package/dist/models/workflow-template/components/AnyComponentAuditData.js +3 -0
- package/dist/models/workflow-template/components/AnyComponentAuditData.js.map +1 -0
- package/dist/models/workflow-template/components/AnyComponentDataChange.d.ts +23 -0
- package/dist/models/workflow-template/components/AnyComponentDataChange.js +3 -0
- package/dist/models/workflow-template/components/AnyComponentDataChange.js.map +1 -0
- package/dist/models/workflow-template/components/address/AddressComponent.d.ts +2 -1
- package/dist/models/workflow-template/components/address/AddressComponentAuditData.d.ts +6 -0
- package/dist/models/workflow-template/components/address/AddressComponentAuditData.js +3 -0
- package/dist/models/workflow-template/components/address/AddressComponentAuditData.js.map +1 -0
- package/dist/models/workflow-template/components/address/AddressComponentDataChange.d.ts +4 -0
- package/dist/models/workflow-template/components/address/AddressComponentDataChange.js +3 -0
- package/dist/models/workflow-template/components/address/AddressComponentDataChange.js.map +1 -0
- package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponent.d.ts +2 -1
- package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentAuditData.d.ts +6 -0
- package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentAuditData.js +3 -0
- package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentAuditData.js.map +1 -0
- package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentDataChange.d.ts +4 -0
- package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentDataChange.js +3 -0
- package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentDataChange.js.map +1 -0
- package/dist/models/workflow-template/components/audit-tag/AuditTagAuditData.d.ts +6 -0
- package/dist/models/workflow-template/components/audit-tag/AuditTagAuditData.js +3 -0
- package/dist/models/workflow-template/components/audit-tag/AuditTagAuditData.js.map +1 -0
- package/dist/models/workflow-template/components/audit-tag/AuditTagComponentDataChange.d.ts +4 -0
- package/dist/models/workflow-template/components/audit-tag/AuditTagComponentDataChange.js +3 -0
- package/dist/models/workflow-template/components/audit-tag/AuditTagComponentDataChange.js.map +1 -0
- package/dist/models/workflow-template/components/audit-text/AuditTextComponent.d.ts +2 -1
- package/dist/models/workflow-template/components/audit-text/AuditTextComponentAuditData.d.ts +6 -0
- package/dist/models/workflow-template/components/audit-text/AuditTextComponentAuditData.js +3 -0
- package/dist/models/workflow-template/components/audit-text/AuditTextComponentAuditData.js.map +1 -0
- package/dist/models/workflow-template/components/audit-text/AuditTextComponentDataChange.d.ts +4 -0
- package/dist/models/workflow-template/components/audit-text/AuditTextComponentDataChange.js +3 -0
- package/dist/models/workflow-template/components/audit-text/AuditTextComponentDataChange.js.map +1 -0
- package/dist/models/workflow-template/components/button/ButtonComponent.d.ts +2 -1
- package/dist/models/workflow-template/components/button/InputButtonComponent.d.ts +2 -1
- package/dist/models/workflow-template/components/date/DateComponent.d.ts +2 -1
- package/dist/models/workflow-template/components/date/DateComponentAuditData.d.ts +6 -0
- package/dist/models/workflow-template/components/date/DateComponentAuditData.js +3 -0
- package/dist/models/workflow-template/components/date/DateComponentAuditData.js.map +1 -0
- package/dist/models/workflow-template/components/date/DateComponentDataChange.d.ts +4 -0
- package/dist/models/workflow-template/components/date/DateComponentDataChange.js +3 -0
- package/dist/models/workflow-template/components/date/DateComponentDataChange.js.map +1 -0
- package/dist/models/workflow-template/components/email/EmailComponent.d.ts +2 -1
- package/dist/models/workflow-template/components/email/EmailComponentAuditData.d.ts +6 -0
- package/dist/models/workflow-template/components/email/EmailComponentAuditData.js +3 -0
- package/dist/models/workflow-template/components/email/EmailComponentAuditData.js.map +1 -0
- package/dist/models/workflow-template/components/email/EmailComponentDataChange.d.ts +4 -0
- package/dist/models/workflow-template/components/email/EmailComponentDataChange.js +3 -0
- package/dist/models/workflow-template/components/email/EmailComponentDataChange.js.map +1 -0
- package/dist/models/workflow-template/components/enitty-batch/EntityBatchComponent.d.ts +2 -1
- package/dist/models/workflow-template/components/file/FileComponent.d.ts +2 -1
- package/dist/models/workflow-template/components/file/FileComponentAuditData.d.ts +6 -0
- package/dist/models/workflow-template/components/file/FileComponentAuditData.js +3 -0
- package/dist/models/workflow-template/components/file/FileComponentAuditData.js.map +1 -0
- package/dist/models/workflow-template/components/file/FileComponentDataChange.d.ts +4 -0
- package/dist/models/workflow-template/components/file/FileComponentDataChange.js +3 -0
- package/dist/models/workflow-template/components/file/FileComponentDataChange.js.map +1 -0
- package/dist/models/workflow-template/components/geo-location/GeolocationComponent.d.ts +2 -1
- package/dist/models/workflow-template/components/geo-location/GeolocationComponentAuditData.d.ts +6 -0
- package/dist/models/workflow-template/components/geo-location/GeolocationComponentAuditData.js +3 -0
- package/dist/models/workflow-template/components/geo-location/GeolocationComponentAuditData.js.map +1 -0
- package/dist/models/workflow-template/components/geo-location/GeolocationComponentDataChange.d.ts +4 -0
- package/dist/models/workflow-template/components/geo-location/GeolocationComponentDataChange.js +3 -0
- package/dist/models/workflow-template/components/geo-location/GeolocationComponentDataChange.js.map +1 -0
- package/dist/models/workflow-template/components/number/NumberComponent.d.ts +2 -1
- package/dist/models/workflow-template/components/number/NumberComponentAuditData.d.ts +6 -0
- package/dist/models/workflow-template/components/number/NumberComponentAuditData.js +3 -0
- package/dist/models/workflow-template/components/number/NumberComponentAuditData.js.map +1 -0
- package/dist/models/workflow-template/components/number/NumberComponentDataChange.d.ts +4 -0
- package/dist/models/workflow-template/components/number/NumberComponentDataChange.js +3 -0
- package/dist/models/workflow-template/components/number/NumberComponentDataChange.js.map +1 -0
- package/dist/models/workflow-template/components/person/PersonComponent.d.ts +2 -1
- package/dist/models/workflow-template/components/person/PersonComponentAuditData.d.ts +6 -0
- package/dist/models/workflow-template/components/person/PersonComponentAuditData.js +3 -0
- package/dist/models/workflow-template/components/person/PersonComponentAuditData.js.map +1 -0
- package/dist/models/workflow-template/components/person/PersonComponentDataChange.d.ts +4 -0
- package/dist/models/workflow-template/components/person/PersonComponentDataChange.js +3 -0
- package/dist/models/workflow-template/components/person/PersonComponentDataChange.js.map +1 -0
- package/dist/models/workflow-template/components/referenced-in/ReferencedInComponent.d.ts +2 -1
- package/dist/models/workflow-template/components/related-card/RelatedCardComponent.d.ts +2 -1
- package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponent.d.ts +2 -1
- package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponentAuditData.d.ts +6 -0
- package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponentAuditData.js +3 -0
- package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponentAuditData.js.map +1 -0
- package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponentDataChange.d.ts +4 -0
- package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponentDataChange.js +3 -0
- package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponentDataChange.js.map +1 -0
- package/dist/models/workflow-template/components/signature/SignatureComponent.d.ts +2 -1
- package/dist/models/workflow-template/components/signature/SignatureComponentAuditData.d.ts +6 -0
- package/dist/models/workflow-template/components/signature/SignatureComponentAuditData.js +3 -0
- package/dist/models/workflow-template/components/signature/SignatureComponentAuditData.js.map +1 -0
- package/dist/models/workflow-template/components/signature/SignatureComponentDataChange.d.ts +4 -0
- package/dist/models/workflow-template/components/signature/SignatureComponentDataChange.js +3 -0
- package/dist/models/workflow-template/components/signature/SignatureComponentDataChange.js.map +1 -0
- package/dist/models/workflow-template/components/subform/SubformComponent.d.ts +2 -1
- package/dist/models/workflow-template/components/subform/SubformComponentAuditData.d.ts +8 -0
- package/dist/models/workflow-template/components/subform/SubformComponentAuditData.js +3 -0
- package/dist/models/workflow-template/components/subform/SubformComponentAuditData.js.map +1 -0
- package/dist/models/workflow-template/components/subform/SubformComponentDataChange.d.ts +7 -0
- package/dist/models/workflow-template/components/subform/SubformComponentDataChange.js +3 -0
- package/dist/models/workflow-template/components/subform/SubformComponentDataChange.js.map +1 -0
- package/dist/models/workflow-template/components/tag/CombinedTagsComponent.d.ts +2 -1
- package/dist/models/workflow-template/components/tag/TagComponentAuditData.d.ts +6 -0
- package/dist/models/workflow-template/components/tag/TagComponentAuditData.js +3 -0
- package/dist/models/workflow-template/components/tag/TagComponentAuditData.js.map +1 -0
- package/dist/models/workflow-template/components/tag/TagComponentDataChange.d.ts +4 -0
- package/dist/models/workflow-template/components/tag/TagComponentDataChange.js +3 -0
- package/dist/models/workflow-template/components/tag/TagComponentDataChange.js.map +1 -0
- package/dist/models/workflow-template/components/text/TextComponent.d.ts +3 -1
- package/dist/models/workflow-template/components/text/TextComponentAuditData.d.ts +6 -0
- package/dist/models/workflow-template/components/text/TextComponentAuditData.js +3 -0
- package/dist/models/workflow-template/components/text/TextComponentAuditData.js.map +1 -0
- package/dist/models/workflow-template/components/text/TextComponentDataChange.d.ts +4 -0
- package/dist/models/workflow-template/components/text/TextComponentDataChange.js +3 -0
- package/dist/models/workflow-template/components/text/TextComponentDataChange.js.map +1 -0
- package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponent.d.ts +2 -1
- package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentAuditData.d.ts +6 -0
- package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentAuditData.js +3 -0
- package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentAuditData.js.map +1 -0
- package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentDataChange.d.ts +4 -0
- package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentDataChange.js +3 -0
- package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentDataChange.js.map +1 -0
- package/dist/models/workflow-template/components/todo/TodoComponent.d.ts +2 -1
- package/dist/models/workflow-template/components/todo/TodoComponentAuditData.d.ts +6 -0
- package/dist/models/workflow-template/components/todo/TodoComponentAuditData.js +3 -0
- package/dist/models/workflow-template/components/todo/TodoComponentAuditData.js.map +1 -0
- package/dist/models/workflow-template/components/todo/TodoComponentDataChange.d.ts +4 -0
- package/dist/models/workflow-template/components/todo/TodoComponentDataChange.js +3 -0
- package/dist/models/workflow-template/components/todo/TodoComponentDataChange.js.map +1 -0
- package/dist/models/workflow-template/components/url/UrlComponentAuditData.d.ts +6 -0
- package/dist/models/workflow-template/components/url/UrlComponentAuditData.js +3 -0
- package/dist/models/workflow-template/components/url/UrlComponentAuditData.js.map +1 -0
- package/dist/models/workflow-template/components/url/UrlComponentDataChange.d.ts +4 -0
- package/dist/models/workflow-template/components/url/UrlComponentDataChange.js +3 -0
- package/dist/models/workflow-template/components/url/UrlComponentDataChange.js.map +1 -0
- package/dist/models/workflow-template/entities/audit-trail/EntityAuditTrailEntry.d.ts +2 -2
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/BaseComponentChangeProducer.d.ts +4 -0
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/BaseComponentChangeProducer.js.map +1 -0
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/ComponentDataChange.d.ts +11 -0
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/ComponentDataChange.js +3 -0
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/ComponentDataChange.js.map +1 -0
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/ComponentDataChangeProducer.d.ts +10 -0
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/ComponentDataChangeProducer.js +3 -0
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/ComponentDataChangeProducer.js.map +1 -0
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/SubformComponentChangeProducer.d.ts +5 -0
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/SubformComponentChangeProducer.js.map +1 -0
- package/package.json +1 -1
- package/dist/models/auth/ApiKey.js.map +0 -1
- package/dist/models/auth/ApiKeyId.js.map +0 -1
- package/dist/models/auth/CreateApiKey.js.map +0 -1
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/ComponentChangeProducer.d.ts +0 -9
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/ComponentChangeProducer.js.map +0 -1
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/components/BaseComponentChangeProducer.d.ts +0 -2
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/components/BaseComponentChangeProducer.js.map +0 -1
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/components/NonAuditableComponentChangeProducer.d.ts +0 -6
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/components/NonAuditableComponentChangeProducer.js +0 -3
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/components/NonAuditableComponentChangeProducer.js.map +0 -1
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/components/SingleFieldComponentChangeProducer.d.ts +0 -6
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/components/SingleFieldComponentChangeProducer.js +0 -3
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/components/SingleFieldComponentChangeProducer.js.map +0 -1
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/components/SubformComponentChangeProducer.d.ts +0 -6
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/components/SubformComponentChangeProducer.js.map +0 -1
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/Change.d.ts +0 -5
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/Change.js.map +0 -1
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/EntityAuditTrailChange.d.ts +0 -3
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/EntityAuditTrailChange.js +0 -3
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/EntityAuditTrailChange.js.map +0 -1
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/EntityAuditTrailChangeType.d.ts +0 -4
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/EntityAuditTrailChangeType.js +0 -9
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/EntityAuditTrailChangeType.js.map +0 -1
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/FieldLevelChange.d.ts +0 -6
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/FieldLevelChange.js +0 -3
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/FieldLevelChange.js.map +0 -1
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/FlatFieldComponentDataValue.d.ts +0 -3
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/FlatFieldComponentDataValue.js +0 -3
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/FlatFieldComponentDataValue.js.map +0 -1
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/SubformChange.d.ts +0 -10
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/SubformChange.js +0 -3
- package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/SubformChange.js.map +0 -1
- /package/dist/models/auth/{ApiKey.js → keys/ApiKey.js} +0 -0
- /package/dist/models/auth/{ApiKeyId.d.ts → keys/ApiKeyId.d.ts} +0 -0
- /package/dist/models/auth/{ApiKeyId.js → keys/ApiKeyId.js} +0 -0
- /package/dist/models/auth/{CreateApiKey.d.ts → keys/CreateApiKey.d.ts} +0 -0
- /package/dist/models/auth/{CreateApiKey.js → keys/CreateApiKey.js} +0 -0
- /package/dist/models/workflow-template/entities/audit-trail/component-change-producer/{components/BaseComponentChangeProducer.js → BaseComponentChangeProducer.js} +0 -0
- /package/dist/models/workflow-template/entities/audit-trail/component-change-producer/{components/SubformComponentChangeProducer.js → SubformComponentChangeProducer.js} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Audit } from '
|
|
2
|
-
import { BusinessId } from '
|
|
3
|
-
import { UserId } from '
|
|
1
|
+
import { Audit } from '../../application/Audit';
|
|
2
|
+
import { BusinessId } from '../../business/BusinessId';
|
|
3
|
+
import { UserId } from '../../user/UserId';
|
|
4
4
|
import { ApiKeyId } from './ApiKeyId';
|
|
5
5
|
export interface ApiKey extends Audit {
|
|
6
6
|
id: ApiKeyId;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiKey.js","sourceRoot":"","sources":["../../../../src/models/auth/keys/ApiKey.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiKeyId.js","sourceRoot":"","sources":["../../../../src/models/auth/keys/ApiKeyId.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateApiKey.js","sourceRoot":"","sources":["../../../../src/models/auth/keys/CreateApiKey.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateApiKeyResult.js","sourceRoot":"","sources":["../../../../src/models/auth/keys/CreateApiKeyResult.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListApiKeysResult.js","sourceRoot":"","sources":["../../../../src/models/auth/keys/ListApiKeysResult.ts"],"names":[],"mappings":""}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { Automation } from '../Automation';
|
|
2
2
|
import { Condition } from '../condition/Condition';
|
|
3
|
+
import { AutomationActionId } from './AutomationActionId';
|
|
3
4
|
import { AutomationActionType } from './AutomationActionType';
|
|
4
5
|
import { AutomationActionSettingsRegistry } from './settings/AutomationActionSettingsRegistry';
|
|
5
6
|
export interface AutomationAction {
|
|
6
7
|
automation?: Automation;
|
|
7
8
|
conditions?: Condition[];
|
|
8
9
|
deletedAt?: Date;
|
|
9
|
-
id:
|
|
10
|
+
id: AutomationActionId;
|
|
10
11
|
name: string;
|
|
11
12
|
parentId?: string;
|
|
12
13
|
settings?: AutomationActionSettingsRegistry.Any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AutomationActionId.js","sourceRoot":"","sources":["../../../../src/models/automations/action/AutomationActionId.ts"],"names":[],"mappings":""}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { UpdateCondition } from '../condition/UpdateCondition';
|
|
2
2
|
import { AutomationAction } from './AutomationAction';
|
|
3
|
+
import { AutomationActionId } from './AutomationActionId';
|
|
3
4
|
import { AutomationActionSettingsOneOf } from './settings/AutomationActionSettingsOneOf';
|
|
4
5
|
export interface UpdateAutomationAction extends Omit<AutomationAction, 'id' | 'settings' | 'conditions'> {
|
|
5
6
|
conditions?: UpdateCondition[];
|
|
6
|
-
id?:
|
|
7
|
+
id?: AutomationActionId;
|
|
7
8
|
settings?: AutomationActionSettingsOneOf;
|
|
8
9
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnyAutomationActionAuditResult.js","sourceRoot":"","sources":["../../../../../src/models/automations/action/audit/AnyAutomationActionAuditResult.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Audit } from '../../../application/Audit';
|
|
2
|
+
import { WorkflowEntityEventId } from '../../../workflow-entity/WorkflowEntityEventId';
|
|
3
|
+
import { AutomationId } from '../../AutomationId';
|
|
4
|
+
import { AutomationActionId } from '../AutomationActionId';
|
|
5
|
+
import { AnyAutomationActionAuditResult } from './AnyAutomationActionAuditResult';
|
|
6
|
+
import { AutomationActionAuditId } from './AutomationActionAuditId';
|
|
7
|
+
import { AutomationActionStatus } from './AutomationActionStatus';
|
|
8
|
+
export interface AutomationActionAudit extends Audit {
|
|
9
|
+
id: AutomationActionAuditId;
|
|
10
|
+
automationId: AutomationId;
|
|
11
|
+
actionId: AutomationActionId;
|
|
12
|
+
automationEventId: WorkflowEntityEventId;
|
|
13
|
+
status: AutomationActionStatus;
|
|
14
|
+
result?: AnyAutomationActionAuditResult;
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AutomationActionAudit.js","sourceRoot":"","sources":["../../../../../src/models/automations/action/audit/AutomationActionAudit.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AutomationActionAuditId.js","sourceRoot":"","sources":["../../../../../src/models/automations/action/audit/AutomationActionAuditId.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AutomationActionAuditResult.js","sourceRoot":"","sources":["../../../../../src/models/automations/action/audit/AutomationActionAuditResult.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AutomationActionStatus = void 0;
|
|
4
|
+
var AutomationActionStatus;
|
|
5
|
+
(function (AutomationActionStatus) {
|
|
6
|
+
AutomationActionStatus["FAILED"] = "FAILED";
|
|
7
|
+
AutomationActionStatus["SKIPPED"] = "SKIPPED";
|
|
8
|
+
AutomationActionStatus["SUCCEEDED"] = "SUCCEEDED";
|
|
9
|
+
})(AutomationActionStatus || (exports.AutomationActionStatus = AutomationActionStatus = {}));
|
|
10
|
+
//# sourceMappingURL=AutomationActionStatus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AutomationActionStatus.js","sourceRoot":"","sources":["../../../../../src/models/automations/action/audit/AutomationActionStatus.ts"],"names":[],"mappings":";;;AACA,IAAY,sBAIX;AAJD,WAAY,sBAAsB;IAC9B,2CAAiB,CAAA;IACjB,6CAAmB,CAAA;IACnB,iDAAuB,CAAA;AAC3B,CAAC,EAJW,sBAAsB,sCAAtB,sBAAsB,QAIjC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { HttpStatus } from '@nestjs/common';
|
|
2
|
+
import { AutomationActionType } from '../AutomationActionType';
|
|
3
|
+
import { AutomationActionAuditResult } from './AutomationActionAuditResult';
|
|
4
|
+
export interface SendWebhookActionAuditResult extends AutomationActionAuditResult<AutomationActionType.SEND_WEBHOOK> {
|
|
5
|
+
type: AutomationActionType.SEND_WEBHOOK;
|
|
6
|
+
httpStatusCode: HttpStatus;
|
|
7
|
+
destinationUrl: string;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SendWebhookActionAuditResult.js","sourceRoot":"","sources":["../../../../../src/models/automations/action/audit/SendWebhookActionAuditResult.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { AddressComponentAuditData } from './address/AddressComponentAuditData';
|
|
2
|
+
import { AuditCheckboxComponentAuditData } from './audit-checkbox/AuditCheckboxComponentAuditData';
|
|
3
|
+
import { AuditTagAuditData } from './audit-tag/AuditTagAuditData';
|
|
4
|
+
import { AuditTextComponentAuditData } from './audit-text/AuditTextComponentAuditData';
|
|
5
|
+
import { ComponentType } from './ComponentType';
|
|
6
|
+
import { DateComponentAuditData } from './date/DateComponentAuditData';
|
|
7
|
+
import { EmailComponentAuditData } from './email/EmailComponentAuditData';
|
|
8
|
+
import { FileComponentAuditData } from './file/FileComponentAuditData';
|
|
9
|
+
import { GeolocationComponentAuditData } from './geo-location/GeolocationComponentAuditData';
|
|
10
|
+
import { NumberComponentAuditData } from './number/NumberComponentAuditData';
|
|
11
|
+
import { PersonComponentAuditData } from './person/PersonComponentAuditData';
|
|
12
|
+
import { ScheduledAutomationComponentAuditData } from './scheduled-automation/ScheduledAutomationComponentAuditData';
|
|
13
|
+
import { SignatureComponentAuditData } from './signature/SignatureComponentAuditData';
|
|
14
|
+
import { SubformComponentAuditData } from './subform/SubformComponentAuditData';
|
|
15
|
+
import { TagComponentAuditData } from './tag/TagComponentAuditData';
|
|
16
|
+
import { TextComponentAuditData } from './text/TextComponentAuditData';
|
|
17
|
+
import { TimeTrackerComponentAuditData } from './time-tracker/TimeTrackerComponentAuditData';
|
|
18
|
+
import { TodoComponentAuditData } from './todo/TodoComponentAuditData';
|
|
19
|
+
import { UrlComponentAuditData } from './url/UrlComponentAuditData';
|
|
20
|
+
export type AnyComponentAuditData = AddressComponentAuditData | AuditCheckboxComponentAuditData | AuditTagAuditData | AuditTextComponentAuditData | DateComponentAuditData | EmailComponentAuditData | FileComponentAuditData | GeolocationComponentAuditData | NumberComponentAuditData | PersonComponentAuditData | ScheduledAutomationComponentAuditData | SignatureComponentAuditData | SubformComponentAuditData | TagComponentAuditData | TextComponentAuditData | TimeTrackerComponentAuditData | TodoComponentAuditData | UrlComponentAuditData;
|
|
21
|
+
export type ComponentAuditDataOf<T extends ComponentType> = Extract<AnyComponentAuditData, {
|
|
22
|
+
type: T;
|
|
23
|
+
}>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnyComponentAuditData.js","sourceRoot":"","sources":["../../../../src/models/workflow-template/components/AnyComponentAuditData.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { AddressComponentDataChange } from './address/AddressComponentDataChange';
|
|
2
|
+
import { AuditCheckboxComponentDataChange } from './audit-checkbox/AuditCheckboxComponentDataChange';
|
|
3
|
+
import { AuditTagComponentDataChange } from './audit-tag/AuditTagComponentDataChange';
|
|
4
|
+
import { AuditTextComponentDataChange } from './audit-text/AuditTextComponentDataChange';
|
|
5
|
+
import { ComponentType } from './ComponentType';
|
|
6
|
+
import { DateComponentDataChange } from './date/DateComponentDataChange';
|
|
7
|
+
import { EmailComponentDataChange } from './email/EmailComponentDataChange';
|
|
8
|
+
import { FileComponentDataChange } from './file/FileComponentDataChange';
|
|
9
|
+
import { GeolocationComponentDataChange } from './geo-location/GeolocationComponentDataChange';
|
|
10
|
+
import { NumberComponentDataChange } from './number/NumberComponentDataChange';
|
|
11
|
+
import { PersonComponentDataChange } from './person/PersonComponentDataChange';
|
|
12
|
+
import { ScheduledAutomationComponentDataChange } from './scheduled-automation/ScheduledAutomationComponentDataChange';
|
|
13
|
+
import { SignatureComponentDataChange } from './signature/SignatureComponentDataChange';
|
|
14
|
+
import { SubformComponentDataChange } from './subform/SubformComponentDataChange';
|
|
15
|
+
import { TagComponentDataChange } from './tag/TagComponentDataChange';
|
|
16
|
+
import { TextComponentDataChange } from './text/TextComponentDataChange';
|
|
17
|
+
import { TimeTrackerComponentDataChange } from './time-tracker/TimeTrackerComponentDataChange';
|
|
18
|
+
import { TodoComponentDataChange } from './todo/TodoComponentDataChange';
|
|
19
|
+
import { UrlComponentDataChange } from './url/UrlComponentDataChange';
|
|
20
|
+
export type AnyComponentDataChange = AddressComponentDataChange | AuditCheckboxComponentDataChange | AuditTagComponentDataChange | AuditTextComponentDataChange | DateComponentDataChange | EmailComponentDataChange | FileComponentDataChange | GeolocationComponentDataChange | NumberComponentDataChange | PersonComponentDataChange | ScheduledAutomationComponentDataChange | SignatureComponentDataChange | SubformComponentDataChange | TagComponentDataChange | TextComponentDataChange | TimeTrackerComponentDataChange | TodoComponentDataChange | UrlComponentDataChange;
|
|
21
|
+
export type ComponentDataChangeOf<T extends ComponentType> = [ComponentType] extends [T] ? AnyComponentDataChange : Extract<AnyComponentDataChange, {
|
|
22
|
+
componentType: T;
|
|
23
|
+
}>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnyComponentDataChange.js","sourceRoot":"","sources":["../../../../src/models/workflow-template/components/AnyComponentDataChange.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddressComponentAuditData.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/address/AddressComponentAuditData.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ComponentDataChange } from '../../entities/audit-trail/component-change-producer/ComponentDataChange';
|
|
2
|
+
import { ComponentType } from '../ComponentType';
|
|
3
|
+
import { AddressComponentAuditData } from './AddressComponentAuditData';
|
|
4
|
+
export type AddressComponentDataChange = ComponentDataChange<ComponentType.ADDRESS, AddressComponentAuditData>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddressComponentDataChange.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/address/AddressComponentDataChange.ts"],"names":[],"mappings":""}
|
package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentAuditData.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ComponentType } from '../ComponentType';
|
|
2
|
+
import { AuditCheckboxComponentDataValue } from './AuditCheckboxComponentDataValue';
|
|
3
|
+
export type AuditCheckboxComponentAuditData = {
|
|
4
|
+
type: ComponentType.AUDIT_CHECKBOX;
|
|
5
|
+
value?: AuditCheckboxComponentDataValue;
|
|
6
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AuditCheckboxComponentAuditData.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentAuditData.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ComponentDataChange } from '../../entities/audit-trail/component-change-producer/ComponentDataChange';
|
|
2
|
+
import { ComponentType } from '../ComponentType';
|
|
3
|
+
import { AuditCheckboxComponentAuditData } from './AuditCheckboxComponentAuditData';
|
|
4
|
+
export type AuditCheckboxComponentDataChange = ComponentDataChange<ComponentType.AUDIT_CHECKBOX, AuditCheckboxComponentAuditData>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AuditCheckboxComponentDataChange.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentDataChange.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AuditTagAuditData.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/audit-tag/AuditTagAuditData.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ComponentDataChange } from '../../entities/audit-trail/component-change-producer/ComponentDataChange';
|
|
2
|
+
import { ComponentType } from '../ComponentType';
|
|
3
|
+
import { AuditTagAuditData } from './AuditTagAuditData';
|
|
4
|
+
export type AuditTagComponentDataChange = ComponentDataChange<ComponentType.AUDIT_TAG, AuditTagAuditData>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AuditTagComponentDataChange.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/audit-tag/AuditTagComponentDataChange.ts"],"names":[],"mappings":""}
|
package/dist/models/workflow-template/components/audit-text/AuditTextComponentAuditData.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AuditTextComponentAuditData.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/audit-text/AuditTextComponentAuditData.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ComponentDataChange } from '../../entities/audit-trail/component-change-producer/ComponentDataChange';
|
|
2
|
+
import { ComponentType } from '../ComponentType';
|
|
3
|
+
import { AuditTextComponentAuditData } from './AuditTextComponentAuditData';
|
|
4
|
+
export type AuditTextComponentDataChange = ComponentDataChange<ComponentType.AUDIT_TEXT, AuditTextComponentAuditData>;
|
package/dist/models/workflow-template/components/audit-text/AuditTextComponentDataChange.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AuditTextComponentDataChange.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/audit-text/AuditTextComponentDataChange.ts"],"names":[],"mappings":""}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import { ComponentType } from '../ComponentType';
|
|
1
2
|
import { ButtonComponent } from './ButtonComponent';
|
|
2
|
-
export interface InputButtonComponent extends ButtonComponent {
|
|
3
|
+
export interface InputButtonComponent extends ButtonComponent<ComponentType.INPUT_BUTTON> {
|
|
3
4
|
inputComponentId: string;
|
|
4
5
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { RecurringEntitiesAutoExtendDefault } from '../../entities/recurring/RecurringEntitiesAutoExtendDefault';
|
|
2
|
+
import { ComponentType } from '../ComponentType';
|
|
2
3
|
import { Defaultable } from '../Defaultable';
|
|
3
4
|
import { InputComponent } from '../InputComponent';
|
|
4
5
|
import { DateDefault } from './DateDefault';
|
|
5
|
-
export interface DateComponent extends Defaultable<DateDefault>, InputComponent {
|
|
6
|
+
export interface DateComponent extends Defaultable<DateDefault>, InputComponent<ComponentType.DATE> {
|
|
6
7
|
allowEntityBatchCreation?: boolean;
|
|
7
8
|
autoExtendDefault?: RecurringEntitiesAutoExtendDefault;
|
|
8
9
|
autoExtendImpliedFilterComponentId?: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DateComponentAuditData.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/date/DateComponentAuditData.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ComponentDataChange } from '../../entities/audit-trail/component-change-producer/ComponentDataChange';
|
|
2
|
+
import { ComponentType } from '../ComponentType';
|
|
3
|
+
import { DateComponentAuditData } from './DateComponentAuditData';
|
|
4
|
+
export type DateComponentDataChange = ComponentDataChange<ComponentType.DATE, DateComponentAuditData>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DateComponentDataChange.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/date/DateComponentDataChange.ts"],"names":[],"mappings":""}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { ComponentType } from '../ComponentType';
|
|
1
2
|
import { Defaultable } from '../Defaultable';
|
|
2
3
|
import { InputComponent } from '../InputComponent';
|
|
3
4
|
import { EmailDefault } from './EmailDefault';
|
|
4
|
-
export interface EmailComponent extends Defaultable<EmailDefault>, InputComponent {
|
|
5
|
+
export interface EmailComponent extends Defaultable<EmailDefault>, InputComponent<ComponentType.EMAIL> {
|
|
5
6
|
default?: EmailDefault;
|
|
6
7
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmailComponentAuditData.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/email/EmailComponentAuditData.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ComponentDataChange } from '../../entities/audit-trail/component-change-producer/ComponentDataChange';
|
|
2
|
+
import { ComponentType } from '../ComponentType';
|
|
3
|
+
import { EmailComponentAuditData } from './EmailComponentAuditData';
|
|
4
|
+
export type EmailComponentDataChange = ComponentDataChange<ComponentType.EMAIL, EmailComponentAuditData>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmailComponentDataChange.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/email/EmailComponentDataChange.ts"],"names":[],"mappings":""}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import { ComponentType } from '../ComponentType';
|
|
1
2
|
import { InputComponent } from '../InputComponent';
|
|
2
|
-
export interface FileComponent extends InputComponent {
|
|
3
|
+
export interface FileComponent extends InputComponent<ComponentType.FILE> {
|
|
3
4
|
acceptedContentTypes?: string[];
|
|
4
5
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileComponentAuditData.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/file/FileComponentAuditData.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ComponentDataChange } from '../../entities/audit-trail/component-change-producer/ComponentDataChange';
|
|
2
|
+
import { ComponentType } from '../ComponentType';
|
|
3
|
+
import { FileComponentAuditData } from './FileComponentAuditData';
|
|
4
|
+
export type FileComponentDataChange = ComponentDataChange<ComponentType.FILE, FileComponentAuditData>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileComponentDataChange.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/file/FileComponentDataChange.ts"],"names":[],"mappings":""}
|