@coast/core-api-types 1.2.188 → 1.2.190

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (196) hide show
  1. package/dist/models/automations/action/AutomationAction.d.ts +2 -1
  2. package/dist/models/automations/action/AutomationActionId.d.ts +2 -0
  3. package/dist/models/{workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/SubformChange.js → automations/action/AutomationActionId.js} +1 -1
  4. package/dist/models/automations/action/AutomationActionId.js.map +1 -0
  5. package/dist/models/automations/action/UpdateAutomationAction.d.ts +2 -1
  6. package/dist/models/automations/action/audit/AnyAutomationActionAuditResult.d.ts +2 -0
  7. package/dist/models/{workflow-template/entities/audit-trail/component-change-producer/ComponentChangeProducerFactory.js → automations/action/audit/AnyAutomationActionAuditResult.js} +1 -1
  8. package/dist/models/automations/action/audit/AnyAutomationActionAuditResult.js.map +1 -0
  9. package/dist/models/automations/action/audit/AutomationActionAudit.d.ts +15 -0
  10. package/dist/models/{workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/EntityAuditTrailChange.js → automations/action/audit/AutomationActionAudit.js} +1 -1
  11. package/dist/models/automations/action/audit/AutomationActionAudit.js.map +1 -0
  12. package/dist/models/automations/action/audit/AutomationActionAuditId.d.ts +2 -0
  13. package/dist/models/{workflow-template/entities/audit-trail/component-change-producer/ComponentChangeProducer.js → automations/action/audit/AutomationActionAuditId.js} +1 -1
  14. package/dist/models/automations/action/audit/AutomationActionAuditId.js.map +1 -0
  15. package/dist/models/automations/action/audit/AutomationActionAuditResult.d.ts +6 -0
  16. package/dist/models/{workflow-template/entities/audit-trail/component-change-producer/components/BaseComponentChangeProducer.js → automations/action/audit/AutomationActionAuditResult.js} +1 -1
  17. package/dist/models/automations/action/audit/AutomationActionAuditResult.js.map +1 -0
  18. package/dist/models/automations/action/audit/AutomationActionStatus.d.ts +5 -0
  19. package/dist/models/automations/action/audit/AutomationActionStatus.js +10 -0
  20. package/dist/models/automations/action/audit/AutomationActionStatus.js.map +1 -0
  21. package/dist/models/automations/action/audit/SendWebhookActionAuditResult.d.ts +8 -0
  22. package/dist/models/automations/action/audit/SendWebhookActionAuditResult.js +3 -0
  23. package/dist/models/automations/action/audit/SendWebhookActionAuditResult.js.map +1 -0
  24. package/dist/models/workflow-template/components/AnyAuditComponentDataValue.d.ts +4 -0
  25. package/dist/models/workflow-template/components/AnyAuditComponentDataValue.js +3 -0
  26. package/dist/models/workflow-template/components/AnyAuditComponentDataValue.js.map +1 -0
  27. package/dist/models/workflow-template/components/AnyComponentAuditData.d.ts +23 -0
  28. package/dist/models/workflow-template/components/AnyComponentAuditData.js +3 -0
  29. package/dist/models/workflow-template/components/AnyComponentAuditData.js.map +1 -0
  30. package/dist/models/workflow-template/components/AnyComponentDataChange.d.ts +23 -0
  31. package/dist/models/workflow-template/components/AnyComponentDataChange.js +3 -0
  32. package/dist/models/workflow-template/components/AnyComponentDataChange.js.map +1 -0
  33. package/dist/models/workflow-template/components/AuditComponentType.d.ts +2 -0
  34. package/dist/models/workflow-template/{entities/audit-trail/component-change-producer/entity-audit-trail-change/FieldLevelChange.js → components/AuditComponentType.js} +1 -1
  35. package/dist/models/workflow-template/components/AuditComponentType.js.map +1 -0
  36. package/dist/models/workflow-template/components/address/AddressComponent.d.ts +2 -1
  37. package/dist/models/workflow-template/components/address/AddressComponentAuditData.d.ts +6 -0
  38. package/dist/models/workflow-template/components/address/AddressComponentAuditData.js +3 -0
  39. package/dist/models/workflow-template/components/address/AddressComponentAuditData.js.map +1 -0
  40. package/dist/models/workflow-template/components/address/AddressComponentDataChange.d.ts +4 -0
  41. package/dist/models/workflow-template/components/address/AddressComponentDataChange.js +3 -0
  42. package/dist/models/workflow-template/components/address/AddressComponentDataChange.js.map +1 -0
  43. package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponent.d.ts +2 -1
  44. package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentAuditData.d.ts +6 -0
  45. package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentAuditData.js +3 -0
  46. package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentAuditData.js.map +1 -0
  47. package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentDataChange.d.ts +4 -0
  48. package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentDataChange.js +3 -0
  49. package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentDataChange.js.map +1 -0
  50. package/dist/models/workflow-template/components/audit-tag/AuditTagAuditData.d.ts +6 -0
  51. package/dist/models/workflow-template/{entities/audit-trail/component-change-producer/entity-audit-trail-change/Change.js → components/audit-tag/AuditTagAuditData.js} +1 -1
  52. package/dist/models/workflow-template/components/audit-tag/AuditTagAuditData.js.map +1 -0
  53. package/dist/models/workflow-template/components/audit-tag/AuditTagComponentDataChange.d.ts +4 -0
  54. package/dist/models/workflow-template/components/audit-tag/AuditTagComponentDataChange.js +3 -0
  55. package/dist/models/workflow-template/components/audit-tag/AuditTagComponentDataChange.js.map +1 -0
  56. package/dist/models/workflow-template/components/audit-text/AuditTextComponent.d.ts +2 -1
  57. package/dist/models/workflow-template/components/audit-text/AuditTextComponentAuditData.d.ts +6 -0
  58. package/dist/models/workflow-template/components/audit-text/AuditTextComponentAuditData.js +3 -0
  59. package/dist/models/workflow-template/components/audit-text/AuditTextComponentAuditData.js.map +1 -0
  60. package/dist/models/workflow-template/components/audit-text/AuditTextComponentDataChange.d.ts +4 -0
  61. package/dist/models/workflow-template/components/audit-text/AuditTextComponentDataChange.js +3 -0
  62. package/dist/models/workflow-template/components/audit-text/AuditTextComponentDataChange.js.map +1 -0
  63. package/dist/models/workflow-template/components/button/ButtonComponent.d.ts +2 -1
  64. package/dist/models/workflow-template/components/button/InputButtonComponent.d.ts +2 -1
  65. package/dist/models/workflow-template/components/date/DateComponent.d.ts +2 -1
  66. package/dist/models/workflow-template/components/date/DateComponentAuditData.d.ts +6 -0
  67. package/dist/models/workflow-template/components/date/DateComponentAuditData.js +3 -0
  68. package/dist/models/workflow-template/components/date/DateComponentAuditData.js.map +1 -0
  69. package/dist/models/workflow-template/components/date/DateComponentDataChange.d.ts +4 -0
  70. package/dist/models/workflow-template/components/date/DateComponentDataChange.js +3 -0
  71. package/dist/models/workflow-template/components/date/DateComponentDataChange.js.map +1 -0
  72. package/dist/models/workflow-template/components/email/EmailComponent.d.ts +2 -1
  73. package/dist/models/workflow-template/components/email/EmailComponentAuditData.d.ts +6 -0
  74. package/dist/models/workflow-template/components/email/EmailComponentAuditData.js +3 -0
  75. package/dist/models/workflow-template/components/email/EmailComponentAuditData.js.map +1 -0
  76. package/dist/models/workflow-template/components/email/EmailComponentDataChange.d.ts +4 -0
  77. package/dist/models/workflow-template/components/email/EmailComponentDataChange.js +3 -0
  78. package/dist/models/workflow-template/components/email/EmailComponentDataChange.js.map +1 -0
  79. package/dist/models/workflow-template/components/enitty-batch/EntityBatchComponent.d.ts +2 -1
  80. package/dist/models/workflow-template/components/file/FileComponent.d.ts +2 -1
  81. package/dist/models/workflow-template/components/file/FileComponentAuditData.d.ts +6 -0
  82. package/dist/models/workflow-template/components/file/FileComponentAuditData.js +3 -0
  83. package/dist/models/workflow-template/components/file/FileComponentAuditData.js.map +1 -0
  84. package/dist/models/workflow-template/components/file/FileComponentDataChange.d.ts +4 -0
  85. package/dist/models/workflow-template/components/file/FileComponentDataChange.js +3 -0
  86. package/dist/models/workflow-template/components/file/FileComponentDataChange.js.map +1 -0
  87. package/dist/models/workflow-template/components/geo-location/GeolocationComponent.d.ts +2 -1
  88. package/dist/models/workflow-template/components/geo-location/GeolocationComponentAuditData.d.ts +6 -0
  89. package/dist/models/workflow-template/components/geo-location/GeolocationComponentAuditData.js +3 -0
  90. package/dist/models/workflow-template/components/geo-location/GeolocationComponentAuditData.js.map +1 -0
  91. package/dist/models/workflow-template/components/geo-location/GeolocationComponentDataChange.d.ts +4 -0
  92. package/dist/models/workflow-template/{entities/audit-trail/component-change-producer/components/SubformComponentChangeProducer.js → components/geo-location/GeolocationComponentDataChange.js} +1 -1
  93. package/dist/models/workflow-template/components/geo-location/GeolocationComponentDataChange.js.map +1 -0
  94. package/dist/models/workflow-template/components/number/NumberComponent.d.ts +2 -1
  95. package/dist/models/workflow-template/components/number/NumberComponentAuditData.d.ts +6 -0
  96. package/dist/models/workflow-template/components/number/NumberComponentAuditData.js +3 -0
  97. package/dist/models/workflow-template/components/number/NumberComponentAuditData.js.map +1 -0
  98. package/dist/models/workflow-template/components/number/NumberComponentDataChange.d.ts +4 -0
  99. package/dist/models/workflow-template/components/number/NumberComponentDataChange.js +3 -0
  100. package/dist/models/workflow-template/components/number/NumberComponentDataChange.js.map +1 -0
  101. package/dist/models/workflow-template/components/person/PersonComponent.d.ts +2 -1
  102. package/dist/models/workflow-template/components/person/PersonComponentAuditData.d.ts +6 -0
  103. package/dist/models/workflow-template/components/person/PersonComponentAuditData.js +3 -0
  104. package/dist/models/workflow-template/components/person/PersonComponentAuditData.js.map +1 -0
  105. package/dist/models/workflow-template/components/person/PersonComponentDataChange.d.ts +4 -0
  106. package/dist/models/workflow-template/components/person/PersonComponentDataChange.js +3 -0
  107. package/dist/models/workflow-template/components/person/PersonComponentDataChange.js.map +1 -0
  108. package/dist/models/workflow-template/components/referenced-in/ReferencedInComponent.d.ts +2 -1
  109. package/dist/models/workflow-template/components/related-card/RelatedCardComponent.d.ts +2 -1
  110. package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponent.d.ts +2 -1
  111. package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponentAuditData.d.ts +6 -0
  112. package/dist/models/workflow-template/{entities/audit-trail/component-change-producer/components/NonAuditableComponentChangeProducer.js → components/scheduled-automation/ScheduledAutomationComponentAuditData.js} +1 -1
  113. package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponentAuditData.js.map +1 -0
  114. package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponentDataChange.d.ts +4 -0
  115. package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponentDataChange.js +3 -0
  116. package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponentDataChange.js.map +1 -0
  117. package/dist/models/workflow-template/components/signature/SignatureComponent.d.ts +2 -1
  118. package/dist/models/workflow-template/components/signature/SignatureComponentAuditData.d.ts +6 -0
  119. package/dist/models/workflow-template/components/signature/SignatureComponentAuditData.js +3 -0
  120. package/dist/models/workflow-template/components/signature/SignatureComponentAuditData.js.map +1 -0
  121. package/dist/models/workflow-template/components/signature/SignatureComponentDataChange.d.ts +4 -0
  122. package/dist/models/workflow-template/components/signature/SignatureComponentDataChange.js +3 -0
  123. package/dist/models/workflow-template/components/signature/SignatureComponentDataChange.js.map +1 -0
  124. package/dist/models/workflow-template/components/subform/SubformComponent.d.ts +2 -1
  125. package/dist/models/workflow-template/components/subform/SubformComponentAuditData.d.ts +8 -0
  126. package/dist/models/workflow-template/components/subform/SubformComponentAuditData.js +3 -0
  127. package/dist/models/workflow-template/components/subform/SubformComponentAuditData.js.map +1 -0
  128. package/dist/models/workflow-template/components/subform/SubformComponentDataChange.d.ts +7 -0
  129. package/dist/models/workflow-template/components/subform/SubformComponentDataChange.js +3 -0
  130. package/dist/models/workflow-template/components/subform/SubformComponentDataChange.js.map +1 -0
  131. package/dist/models/workflow-template/components/tag/CombinedTagsComponent.d.ts +2 -1
  132. package/dist/models/workflow-template/components/tag/TagComponentAuditData.d.ts +6 -0
  133. package/dist/models/workflow-template/components/tag/TagComponentAuditData.js +3 -0
  134. package/dist/models/workflow-template/components/tag/TagComponentAuditData.js.map +1 -0
  135. package/dist/models/workflow-template/components/tag/TagComponentDataChange.d.ts +4 -0
  136. package/dist/models/workflow-template/components/tag/TagComponentDataChange.js +3 -0
  137. package/dist/models/workflow-template/components/tag/TagComponentDataChange.js.map +1 -0
  138. package/dist/models/workflow-template/components/text/TextComponent.d.ts +3 -1
  139. package/dist/models/workflow-template/components/text/TextComponentAuditData.d.ts +6 -0
  140. package/dist/models/workflow-template/components/text/TextComponentAuditData.js +3 -0
  141. package/dist/models/workflow-template/components/text/TextComponentAuditData.js.map +1 -0
  142. package/dist/models/workflow-template/components/text/TextComponentDataChange.d.ts +4 -0
  143. package/dist/models/workflow-template/components/text/TextComponentDataChange.js +3 -0
  144. package/dist/models/workflow-template/components/text/TextComponentDataChange.js.map +1 -0
  145. package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponent.d.ts +2 -1
  146. package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentAuditData.d.ts +6 -0
  147. package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentAuditData.js +3 -0
  148. package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentAuditData.js.map +1 -0
  149. package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentDataChange.d.ts +4 -0
  150. package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentDataChange.js +3 -0
  151. package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentDataChange.js.map +1 -0
  152. package/dist/models/workflow-template/components/todo/TodoComponent.d.ts +2 -1
  153. package/dist/models/workflow-template/components/todo/TodoComponentAuditData.d.ts +6 -0
  154. package/dist/models/workflow-template/components/todo/TodoComponentAuditData.js +3 -0
  155. package/dist/models/workflow-template/components/todo/TodoComponentAuditData.js.map +1 -0
  156. package/dist/models/workflow-template/components/todo/TodoComponentDataChange.d.ts +4 -0
  157. package/dist/models/workflow-template/components/todo/TodoComponentDataChange.js +3 -0
  158. package/dist/models/workflow-template/components/todo/TodoComponentDataChange.js.map +1 -0
  159. package/dist/models/workflow-template/components/url/UrlComponentAuditData.d.ts +6 -0
  160. package/dist/models/workflow-template/components/url/UrlComponentAuditData.js +3 -0
  161. package/dist/models/workflow-template/components/url/UrlComponentAuditData.js.map +1 -0
  162. package/dist/models/workflow-template/components/url/UrlComponentDataChange.d.ts +4 -0
  163. package/dist/models/workflow-template/components/url/UrlComponentDataChange.js +3 -0
  164. package/dist/models/workflow-template/components/url/UrlComponentDataChange.js.map +1 -0
  165. package/dist/models/workflow-template/entities/audit-trail/ComponentDataChange.d.ts +11 -0
  166. package/dist/models/workflow-template/entities/audit-trail/ComponentDataChange.js +3 -0
  167. package/dist/models/workflow-template/entities/audit-trail/ComponentDataChange.js.map +1 -0
  168. package/dist/models/workflow-template/entities/audit-trail/EntityAuditTrailEntry.d.ts +2 -2
  169. package/package.json +1 -1
  170. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/ComponentChangeProducer.d.ts +0 -9
  171. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/ComponentChangeProducer.js.map +0 -1
  172. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/ComponentChangeProducerFactory.d.ts +0 -2
  173. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/ComponentChangeProducerFactory.js.map +0 -1
  174. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/components/BaseComponentChangeProducer.d.ts +0 -2
  175. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/components/BaseComponentChangeProducer.js.map +0 -1
  176. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/components/NonAuditableComponentChangeProducer.d.ts +0 -6
  177. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/components/NonAuditableComponentChangeProducer.js.map +0 -1
  178. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/components/SingleFieldComponentChangeProducer.d.ts +0 -6
  179. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/components/SingleFieldComponentChangeProducer.js +0 -3
  180. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/components/SingleFieldComponentChangeProducer.js.map +0 -1
  181. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/components/SubformComponentChangeProducer.d.ts +0 -6
  182. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/components/SubformComponentChangeProducer.js.map +0 -1
  183. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/Change.d.ts +0 -5
  184. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/Change.js.map +0 -1
  185. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/EntityAuditTrailChange.d.ts +0 -3
  186. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/EntityAuditTrailChange.js.map +0 -1
  187. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/EntityAuditTrailChangeType.d.ts +0 -4
  188. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/EntityAuditTrailChangeType.js +0 -9
  189. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/EntityAuditTrailChangeType.js.map +0 -1
  190. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/FieldLevelChange.d.ts +0 -6
  191. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/FieldLevelChange.js.map +0 -1
  192. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/FlatFieldComponentDataValue.d.ts +0 -3
  193. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/FlatFieldComponentDataValue.js +0 -3
  194. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/FlatFieldComponentDataValue.js.map +0 -1
  195. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/SubformChange.d.ts +0 -10
  196. package/dist/models/workflow-template/entities/audit-trail/component-change-producer/entity-audit-trail-change/SubformChange.js.map +0 -1
@@ -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: string;
10
+ id: AutomationActionId;
10
11
  name: string;
11
12
  parentId?: string;
12
13
  settings?: AutomationActionSettingsRegistry.Any;
@@ -0,0 +1,2 @@
1
+ import { Brand } from '@paradoxical-io/types';
2
+ export type AutomationActionId = Brand<string, 'AutomationActionId'>;
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=SubformChange.js.map
3
+ //# sourceMappingURL=AutomationActionId.js.map
@@ -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?: string;
7
+ id?: AutomationActionId;
7
8
  settings?: AutomationActionSettingsOneOf;
8
9
  }
@@ -0,0 +1,2 @@
1
+ import { SendWebhookActionAuditResult } from './SendWebhookActionAuditResult';
2
+ export type AnyAutomationActionAuditResult = SendWebhookActionAuditResult;
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ComponentChangeProducerFactory.js.map
3
+ //# sourceMappingURL=AnyAutomationActionAuditResult.js.map
@@ -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
+ }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=EntityAuditTrailChange.js.map
3
+ //# sourceMappingURL=AutomationActionAudit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AutomationActionAudit.js","sourceRoot":"","sources":["../../../../../src/models/automations/action/audit/AutomationActionAudit.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { Brand } from '@paradoxical-io/types';
2
+ export type AutomationActionAuditId = Brand<string, 'AutomationActionAuditId'>;
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ComponentChangeProducer.js.map
3
+ //# sourceMappingURL=AutomationActionAuditId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AutomationActionAuditId.js","sourceRoot":"","sources":["../../../../../src/models/automations/action/audit/AutomationActionAuditId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { AutomationActionOutput } from '../AutomationActionOutput';
2
+ import { AutomationActionType } from '../AutomationActionType';
3
+ export interface AutomationActionAuditResult<T extends AutomationActionType> {
4
+ type: T;
5
+ output?: AutomationActionOutput;
6
+ }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=BaseComponentChangeProducer.js.map
3
+ //# sourceMappingURL=AutomationActionAuditResult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AutomationActionAuditResult.js","sourceRoot":"","sources":["../../../../../src/models/automations/action/audit/AutomationActionAuditResult.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ export declare enum AutomationActionStatus {
2
+ FAILED = "FAILED",
3
+ SKIPPED = "SKIPPED",
4
+ SUCCEEDED = "SUCCEEDED"
5
+ }
@@ -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,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=SendWebhookActionAuditResult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SendWebhookActionAuditResult.js","sourceRoot":"","sources":["../../../../../src/models/automations/action/audit/SendWebhookActionAuditResult.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { AuditCheckboxComponentDataValue } from './audit-checkbox/AuditCheckboxComponentDataValue';
2
+ import { AuditTagComponentDataValue } from './audit-tag/AuditTagComponentDataValue';
3
+ import { AuditTextComponentDataValue } from './audit-text/AuditTextComponentDataValue';
4
+ export type AnyAuditComponentDataValue = AuditCheckboxComponentDataValue | AuditTagComponentDataValue | AuditTextComponentDataValue;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AnyAuditComponentDataValue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnyAuditComponentDataValue.js","sourceRoot":"","sources":["../../../../src/models/workflow-template/components/AnyAuditComponentDataValue.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,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AnyComponentAuditData.js.map
@@ -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> = Extract<AnyComponentDataChange, {
22
+ componentType: T;
23
+ }>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AnyComponentDataChange.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnyComponentDataChange.js","sourceRoot":"","sources":["../../../../src/models/workflow-template/components/AnyComponentDataChange.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { ComponentType } from './ComponentType';
2
+ export type AuditComponentType = ComponentType.AUDIT_CHECKBOX | ComponentType.AUDIT_TAG | ComponentType.AUDIT_TEXT;
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=FieldLevelChange.js.map
3
+ //# sourceMappingURL=AuditComponentType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AuditComponentType.js","sourceRoot":"","sources":["../../../../src/models/workflow-template/components/AuditComponentType.ts"],"names":[],"mappings":""}
@@ -1,3 +1,4 @@
1
+ import { ComponentType } from '../ComponentType';
1
2
  import { InputComponent } from '../InputComponent';
2
- export interface AddressComponent extends InputComponent {
3
+ export interface AddressComponent extends InputComponent<ComponentType.ADDRESS> {
3
4
  }
@@ -0,0 +1,6 @@
1
+ import { ComponentType } from '../ComponentType';
2
+ import { AddressComponentDataValue } from './AddressComponentDataValue';
3
+ export type AddressComponentAuditData = {
4
+ type: ComponentType.ADDRESS;
5
+ value?: AddressComponentDataValue;
6
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AddressComponentAuditData.js.map
@@ -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/ComponentDataChange';
2
+ import { ComponentType } from '../ComponentType';
3
+ import { AddressComponentAuditData } from './AddressComponentAuditData';
4
+ export type AddressComponentDataChange = ComponentDataChange<ComponentType.ADDRESS, AddressComponentAuditData>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AddressComponentDataChange.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AddressComponentDataChange.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/address/AddressComponentDataChange.ts"],"names":[],"mappings":""}
@@ -1,3 +1,4 @@
1
+ import { ComponentType } from '../ComponentType';
1
2
  import { InputComponent } from '../InputComponent';
2
- export interface AuditCheckboxComponent extends InputComponent {
3
+ export interface AuditCheckboxComponent extends InputComponent<ComponentType.AUDIT_CHECKBOX> {
3
4
  }
@@ -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,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AuditCheckboxComponentAuditData.js.map
@@ -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/ComponentDataChange';
2
+ import { ComponentType } from '../ComponentType';
3
+ import { AuditCheckboxComponentAuditData } from './AuditCheckboxComponentAuditData';
4
+ export type AuditCheckboxComponentDataChange = ComponentDataChange<ComponentType.AUDIT_CHECKBOX, AuditCheckboxComponentAuditData>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AuditCheckboxComponentDataChange.js.map
@@ -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,6 @@
1
+ import { ComponentType } from '../ComponentType';
2
+ import { AuditTagComponentDataValue } from './AuditTagComponentDataValue';
3
+ export type AuditTagAuditData = {
4
+ type: ComponentType.AUDIT_TAG;
5
+ value?: AuditTagComponentDataValue;
6
+ };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=Change.js.map
3
+ //# sourceMappingURL=AuditTagAuditData.js.map
@@ -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/ComponentDataChange';
2
+ import { ComponentType } from '../ComponentType';
3
+ import { AuditTagAuditData } from './AuditTagAuditData';
4
+ export type AuditTagComponentDataChange = ComponentDataChange<ComponentType.AUDIT_TAG, AuditTagAuditData>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AuditTagComponentDataChange.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AuditTagComponentDataChange.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/audit-tag/AuditTagComponentDataChange.ts"],"names":[],"mappings":""}
@@ -1,3 +1,4 @@
1
+ import { ComponentType } from '../ComponentType';
1
2
  import { TextComponent } from '../text/TextComponent';
2
- export interface AuditTextComponent extends TextComponent {
3
+ export interface AuditTextComponent extends TextComponent<ComponentType.AUDIT_TEXT> {
3
4
  }
@@ -0,0 +1,6 @@
1
+ import { ComponentType } from '../ComponentType';
2
+ import { AuditTextComponentDataValue } from './AuditTextComponentDataValue';
3
+ export type AuditTextComponentAuditData = {
4
+ type: ComponentType.AUDIT_TEXT;
5
+ value?: AuditTextComponentDataValue;
6
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AuditTextComponentAuditData.js.map
@@ -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/ComponentDataChange';
2
+ import { ComponentType } from '../ComponentType';
3
+ import { AuditTextComponentAuditData } from './AuditTextComponentAuditData';
4
+ export type AuditTextComponentDataChange = ComponentDataChange<ComponentType.AUDIT_TEXT, AuditTextComponentAuditData>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AuditTextComponentDataChange.js.map
@@ -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
1
  import { Component } from '../Component';
2
- export interface ButtonComponent extends Component {
2
+ import { ComponentType } from '../ComponentType';
3
+ export interface ButtonComponent<T extends ComponentType> extends Component<T> {
3
4
  buttonText: string;
4
5
  }
@@ -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,6 @@
1
+ import { ComponentType } from '../ComponentType';
2
+ import { DateComponentData } from './DateComponentData';
3
+ export type DateComponentAuditData = {
4
+ type: ComponentType.DATE;
5
+ value?: DateComponentData['dateComponentDataValue'];
6
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=DateComponentAuditData.js.map
@@ -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/ComponentDataChange';
2
+ import { ComponentType } from '../ComponentType';
3
+ import { DateComponentAuditData } from './DateComponentAuditData';
4
+ export type DateComponentDataChange = ComponentDataChange<ComponentType.DATE, DateComponentAuditData>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=DateComponentDataChange.js.map
@@ -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,6 @@
1
+ import { ComponentType } from '../ComponentType';
2
+ import { EmailComponentData } from './EmailComponentData';
3
+ export type EmailComponentAuditData = {
4
+ type: ComponentType.EMAIL;
5
+ value?: EmailComponentData['emailComponentDataValue'];
6
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=EmailComponentAuditData.js.map
@@ -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/ComponentDataChange';
2
+ import { ComponentType } from '../ComponentType';
3
+ import { EmailComponentAuditData } from './EmailComponentAuditData';
4
+ export type EmailComponentDataChange = ComponentDataChange<ComponentType.EMAIL, EmailComponentAuditData>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=EmailComponentDataChange.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmailComponentDataChange.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/email/EmailComponentDataChange.ts"],"names":[],"mappings":""}
@@ -1,3 +1,4 @@
1
+ import { ComponentType } from '../ComponentType';
1
2
  import { InputComponent } from '../InputComponent';
2
- export interface EntityBatchComponent extends InputComponent {
3
+ export interface EntityBatchComponent extends InputComponent<ComponentType.ENTITY_BATCH> {
3
4
  }
@@ -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,6 @@
1
+ import { ComponentType } from '../ComponentType';
2
+ import { FileComponentData } from './FileComponentData';
3
+ export type FileComponentAuditData = {
4
+ type: ComponentType.FILE;
5
+ value?: FileComponentData['fileComponentDataValue'];
6
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=FileComponentAuditData.js.map
@@ -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/ComponentDataChange';
2
+ import { ComponentType } from '../ComponentType';
3
+ import { FileComponentAuditData } from './FileComponentAuditData';
4
+ export type FileComponentDataChange = ComponentDataChange<ComponentType.FILE, FileComponentAuditData>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=FileComponentDataChange.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileComponentDataChange.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/file/FileComponentDataChange.ts"],"names":[],"mappings":""}
@@ -1,3 +1,4 @@
1
+ import { ComponentType } from '../ComponentType';
1
2
  import { InputComponent } from '../InputComponent';
2
- export interface GeolocationComponent extends InputComponent {
3
+ export interface GeolocationComponent extends InputComponent<ComponentType.GEOLOCATION> {
3
4
  }
@@ -0,0 +1,6 @@
1
+ import { ComponentType } from '../ComponentType';
2
+ import { GeolocationComponentDataValue } from './GeolocationComponentDataValue';
3
+ export type GeolocationComponentAuditData = {
4
+ type: ComponentType.GEOLOCATION;
5
+ value?: GeolocationComponentDataValue;
6
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=GeolocationComponentAuditData.js.map