@coast/core-api-types 1.2.226 → 1.2.227

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 (130) hide show
  1. package/dist/models/automations/Automation.d.ts +2 -2
  2. package/dist/models/automations/action/AutomationAction.d.ts +2 -2
  3. package/dist/models/automations/action/component-data/registry/AnyDynamicComponentData.d.ts +2 -0
  4. package/dist/models/automations/action/component-data/registry/AnyDynamicComponentData.js +3 -0
  5. package/dist/models/automations/action/component-data/registry/AnyDynamicComponentData.js.map +1 -0
  6. package/dist/models/automations/action/component-data/registry/AnyDynamicNumberComponentData.d.ts +4 -0
  7. package/dist/models/automations/action/component-data/{DynamicComponentDataRegistry.js → registry/AnyDynamicNumberComponentData.js} +1 -1
  8. package/dist/models/automations/action/component-data/registry/AnyDynamicNumberComponentData.js.map +1 -0
  9. package/dist/models/automations/action/registry/AnyAutomationAction.d.ts +13 -0
  10. package/dist/models/automations/action/registry/AnyAutomationAction.js +3 -0
  11. package/dist/models/automations/action/registry/AnyAutomationAction.js.map +1 -0
  12. package/dist/models/automations/action/settings/AutomationComponentData.d.ts +4 -4
  13. package/dist/models/automations/action/settings/CalculateValueActionSettings.d.ts +3 -3
  14. package/dist/models/automations/action/settings/CreateCalculateValueActionSettings.d.ts +1 -1
  15. package/dist/models/automations/action/settings/SettingsWorkflowEntityField.d.ts +4 -4
  16. package/dist/models/automations/action/settings/UpdateRelatedCardQuantityActionSettings.d.ts +4 -4
  17. package/dist/models/automations/action/settings/registry/AnyAutomationActionSettings.d.ts +13 -0
  18. package/dist/models/automations/action/settings/registry/AnyAutomationActionSettings.js +3 -0
  19. package/dist/models/automations/action/settings/registry/AnyAutomationActionSettings.js.map +1 -0
  20. package/dist/models/automations/condition/Condition.d.ts +3 -3
  21. package/dist/models/automations/condition/CreateCondition.d.ts +1 -1
  22. package/dist/models/automations/condition/UpdateCondition.d.ts +1 -1
  23. package/dist/models/automations/condition/operands/ActionResultNumberOperand.js.map +1 -0
  24. package/dist/models/automations/condition/operands/ComponentOperand.js.map +1 -0
  25. package/dist/models/automations/condition/operands/DateOperand.js.map +1 -0
  26. package/dist/models/automations/condition/{DateTokenOperand.d.ts → operands/DateTokenOperand.d.ts} +1 -1
  27. package/dist/models/automations/condition/operands/DateTokenOperand.js.map +1 -0
  28. package/dist/models/automations/condition/operands/NumberOperand.js.map +1 -0
  29. package/dist/models/automations/condition/operands/NumberOperandOneOf.js.map +1 -0
  30. package/dist/models/automations/condition/operands/Operand.js.map +1 -0
  31. package/dist/models/automations/condition/operands/OperandOneOf.js.map +1 -0
  32. package/dist/models/automations/condition/operands/OperandType.js.map +1 -0
  33. package/dist/models/automations/condition/operands/PreviousComponentOperand.js.map +1 -0
  34. package/dist/models/automations/condition/operands/StringArrayOperand.js.map +1 -0
  35. package/dist/models/automations/condition/operands/StringOperand.js.map +1 -0
  36. package/dist/models/automations/condition/{WorkflowEntityRefComponentOperand.d.ts → operands/WorkflowEntityRefComponentOperand.d.ts} +1 -1
  37. package/dist/models/automations/condition/operands/WorkflowEntityRefComponentOperand.js.map +1 -0
  38. package/dist/models/automations/condition/operands/registry/AnyNumberOperand.d.ts +6 -0
  39. package/dist/models/automations/condition/operands/registry/AnyNumberOperand.js +3 -0
  40. package/dist/models/automations/condition/operands/registry/AnyNumberOperand.js.map +1 -0
  41. package/dist/models/automations/condition/operands/registry/AnyOperand.d.ts +2 -0
  42. package/dist/models/automations/condition/operands/registry/AnyOperand.js +3 -0
  43. package/dist/models/automations/condition/operands/registry/AnyOperand.js.map +1 -0
  44. package/dist/models/export/FormDataExport.d.ts +2 -2
  45. package/dist/models/export/registry/AnyDataExport.d.ts +3 -0
  46. package/dist/models/export/registry/AnyDataExport.js +3 -0
  47. package/dist/models/export/registry/AnyDataExport.js.map +1 -0
  48. package/dist/models/view-template-layout/ViewTemplateLayoutOneOf.d.ts +2 -2
  49. package/dist/models/view-template-layout/registry/AnyViewTemplateLayoutItem.d.ts +3 -0
  50. package/dist/models/{automations/action/AutomationActionRegistry.js → view-template-layout/registry/AnyViewTemplateLayoutItem.js} +1 -1
  51. package/dist/models/view-template-layout/registry/AnyViewTemplateLayoutItem.js.map +1 -0
  52. package/dist/models/view-template-layout/registry/ViewTemplateLayoutItemOneOfInput.d.ts +7 -0
  53. package/dist/models/{automations/action/settings/AutomationActionSettingsRegistry.js → view-template-layout/registry/ViewTemplateLayoutItemOneOfInput.js} +1 -1
  54. package/dist/models/view-template-layout/registry/ViewTemplateLayoutItemOneOfInput.js.map +1 -0
  55. package/dist/models/workflow-template/components/data-registry/AnyComponentData.d.ts +2 -0
  56. package/dist/models/workflow-template/components/data-registry/AnyComponentData.js +3 -0
  57. package/dist/models/workflow-template/components/data-registry/AnyComponentData.js.map +1 -0
  58. package/dist/models/workflow-template/entities/WorkflowEntityField.d.ts +2 -2
  59. package/dist/models/workflow-template/entities/audit-trail/EntityAuditTrailEntry.d.ts +2 -2
  60. package/dist/models/workflow-template/entities/filters/FilterByComponent.d.ts +2 -2
  61. package/dist/models/workflow-template/entities/filters/registry/AnyFilter.d.ts +10 -0
  62. package/dist/models/workflow-template/entities/filters/registry/AnyFilter.js +3 -0
  63. package/dist/models/workflow-template/entities/filters/registry/AnyFilter.js.map +1 -0
  64. package/dist/scripts/generateTypes.js +28 -3
  65. package/dist/scripts/generateTypes.js.map +1 -1
  66. package/package.json +1 -1
  67. package/dist/models/automations/action/AutomationActionRegistry.d.ts +0 -15
  68. package/dist/models/automations/action/AutomationActionRegistry.js.map +0 -1
  69. package/dist/models/automations/action/component-data/DynamicComponentDataRegistry.d.ts +0 -8
  70. package/dist/models/automations/action/component-data/DynamicComponentDataRegistry.js.map +0 -1
  71. package/dist/models/automations/action/settings/AutomationActionSettingsRegistry.d.ts +0 -15
  72. package/dist/models/automations/action/settings/AutomationActionSettingsRegistry.js.map +0 -1
  73. package/dist/models/automations/condition/ActionResultNumberOperand.js.map +0 -1
  74. package/dist/models/automations/condition/ComponentOperand.js.map +0 -1
  75. package/dist/models/automations/condition/DateOperand.js.map +0 -1
  76. package/dist/models/automations/condition/DateTokenOperand.js.map +0 -1
  77. package/dist/models/automations/condition/NumberOperand.js.map +0 -1
  78. package/dist/models/automations/condition/NumberOperandOneOf.js.map +0 -1
  79. package/dist/models/automations/condition/Operand.js.map +0 -1
  80. package/dist/models/automations/condition/OperandOneOf.js.map +0 -1
  81. package/dist/models/automations/condition/OperandRegistry.d.ts +0 -10
  82. package/dist/models/automations/condition/OperandRegistry.js +0 -3
  83. package/dist/models/automations/condition/OperandRegistry.js.map +0 -1
  84. package/dist/models/automations/condition/OperandType.js.map +0 -1
  85. package/dist/models/automations/condition/PreviousComponentOperand.js.map +0 -1
  86. package/dist/models/automations/condition/StringArrayOperand.js.map +0 -1
  87. package/dist/models/automations/condition/StringOperand.js.map +0 -1
  88. package/dist/models/automations/condition/WorkflowEntityRefComponentOperand.js.map +0 -1
  89. package/dist/models/export/DataExportRegistry.d.ts +0 -5
  90. package/dist/models/export/DataExportRegistry.js +0 -3
  91. package/dist/models/export/DataExportRegistry.js.map +0 -1
  92. package/dist/models/view-template-layout/ViewTemplateLayoutRegistry.d.ts +0 -14
  93. package/dist/models/view-template-layout/ViewTemplateLayoutRegistry.js +0 -3
  94. package/dist/models/view-template-layout/ViewTemplateLayoutRegistry.js.map +0 -1
  95. package/dist/models/workflow-template/components/ComponentDataChangeRegistry.d.ts +0 -4
  96. package/dist/models/workflow-template/components/ComponentDataChangeRegistry.js +0 -3
  97. package/dist/models/workflow-template/components/ComponentDataChangeRegistry.js.map +0 -1
  98. package/dist/models/workflow-template/components/ComponentDataRegistry.d.ts +0 -4
  99. package/dist/models/workflow-template/components/ComponentDataRegistry.js +0 -3
  100. package/dist/models/workflow-template/components/ComponentDataRegistry.js.map +0 -1
  101. package/dist/models/workflow-template/components/registry/ComponentGqlUnion.d.ts +0 -2
  102. package/dist/models/workflow-template/components/registry/ComponentGqlUnion.js +0 -3
  103. package/dist/models/workflow-template/components/registry/ComponentGqlUnion.js.map +0 -1
  104. package/dist/models/workflow-template/entities/filters/FilterRegistry.d.ts +0 -12
  105. package/dist/models/workflow-template/entities/filters/FilterRegistry.js +0 -3
  106. package/dist/models/workflow-template/entities/filters/FilterRegistry.js.map +0 -1
  107. /package/dist/models/automations/condition/{ActionResultNumberOperand.d.ts → operands/ActionResultNumberOperand.d.ts} +0 -0
  108. /package/dist/models/automations/condition/{ActionResultNumberOperand.js → operands/ActionResultNumberOperand.js} +0 -0
  109. /package/dist/models/automations/condition/{ComponentOperand.d.ts → operands/ComponentOperand.d.ts} +0 -0
  110. /package/dist/models/automations/condition/{ComponentOperand.js → operands/ComponentOperand.js} +0 -0
  111. /package/dist/models/automations/condition/{DateOperand.d.ts → operands/DateOperand.d.ts} +0 -0
  112. /package/dist/models/automations/condition/{DateOperand.js → operands/DateOperand.js} +0 -0
  113. /package/dist/models/automations/condition/{DateTokenOperand.js → operands/DateTokenOperand.js} +0 -0
  114. /package/dist/models/automations/condition/{NumberOperand.d.ts → operands/NumberOperand.d.ts} +0 -0
  115. /package/dist/models/automations/condition/{NumberOperand.js → operands/NumberOperand.js} +0 -0
  116. /package/dist/models/automations/condition/{NumberOperandOneOf.d.ts → operands/NumberOperandOneOf.d.ts} +0 -0
  117. /package/dist/models/automations/condition/{NumberOperandOneOf.js → operands/NumberOperandOneOf.js} +0 -0
  118. /package/dist/models/automations/condition/{Operand.d.ts → operands/Operand.d.ts} +0 -0
  119. /package/dist/models/automations/condition/{Operand.js → operands/Operand.js} +0 -0
  120. /package/dist/models/automations/condition/{OperandOneOf.d.ts → operands/OperandOneOf.d.ts} +0 -0
  121. /package/dist/models/automations/condition/{OperandOneOf.js → operands/OperandOneOf.js} +0 -0
  122. /package/dist/models/automations/condition/{OperandType.d.ts → operands/OperandType.d.ts} +0 -0
  123. /package/dist/models/automations/condition/{OperandType.js → operands/OperandType.js} +0 -0
  124. /package/dist/models/automations/condition/{PreviousComponentOperand.d.ts → operands/PreviousComponentOperand.d.ts} +0 -0
  125. /package/dist/models/automations/condition/{PreviousComponentOperand.js → operands/PreviousComponentOperand.js} +0 -0
  126. /package/dist/models/automations/condition/{StringArrayOperand.d.ts → operands/StringArrayOperand.d.ts} +0 -0
  127. /package/dist/models/automations/condition/{StringArrayOperand.js → operands/StringArrayOperand.js} +0 -0
  128. /package/dist/models/automations/condition/{StringOperand.d.ts → operands/StringOperand.d.ts} +0 -0
  129. /package/dist/models/automations/condition/{StringOperand.js → operands/StringOperand.js} +0 -0
  130. /package/dist/models/automations/condition/{WorkflowEntityRefComponentOperand.js → operands/WorkflowEntityRefComponentOperand.js} +0 -0
@@ -1,11 +1,11 @@
1
1
  import { Audit } from '../application/Audit';
2
2
  import { BusinessId } from '../business/BusinessId';
3
- import { AutomationActionRegistry } from './action/AutomationActionRegistry';
3
+ import { AnyAutomationAction } from './action/registry/AnyAutomationAction';
4
4
  import { AutomationId } from './AutomationId';
5
5
  import { AutomationTriggerType } from './AutomationTriggerType';
6
6
  import { Condition } from './condition/Condition';
7
7
  export interface Automation extends Audit {
8
- actions: AutomationActionRegistry.Any[];
8
+ actions: AnyAutomationAction[];
9
9
  businessId: BusinessId;
10
10
  conditions?: Condition[];
11
11
  deletedAt?: Date;
@@ -2,7 +2,7 @@ import { Automation } from '../Automation';
2
2
  import { Condition } from '../condition/Condition';
3
3
  import { AutomationActionId } from './AutomationActionId';
4
4
  import { AutomationActionType } from './AutomationActionType';
5
- import { AutomationActionSettingsRegistry } from './settings/AutomationActionSettingsRegistry';
5
+ import { AnyAutomationActionSettings } from './settings/registry/AnyAutomationActionSettings';
6
6
  export interface AutomationAction<T extends AutomationActionType = AutomationActionType> {
7
7
  automation?: Automation;
8
8
  conditions?: Condition[];
@@ -10,7 +10,7 @@ export interface AutomationAction<T extends AutomationActionType = AutomationAct
10
10
  id: AutomationActionId;
11
11
  name: string;
12
12
  parentId?: string;
13
- settings?: AutomationActionSettingsRegistry.Any;
13
+ settings?: AnyAutomationActionSettings;
14
14
  sortOrder?: number;
15
15
  type: T;
16
16
  }
@@ -0,0 +1,2 @@
1
+ import { DynamicComponentDataOneOf } from '../DynamicComponentDataOneOf';
2
+ export type AnyDynamicComponentData = DynamicComponentDataOneOf[keyof DynamicComponentDataOneOf];
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AnyDynamicComponentData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnyDynamicComponentData.js","sourceRoot":"","sources":["../../../../../../src/models/automations/action/component-data/registry/AnyDynamicComponentData.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { ActionResultNumber } from '../ActionResultNumber';
2
+ import { CurrentWorkflowEntityComponent } from '../CurrentWorkflowEntityComponent';
3
+ import { RelatedWorkflowEntityComponent } from '../RelatedWorkflowEntityComponent';
4
+ export type AnyDynamicNumberComponentData = ActionResultNumber | CurrentWorkflowEntityComponent | RelatedWorkflowEntityComponent;
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=DynamicComponentDataRegistry.js.map
3
+ //# sourceMappingURL=AnyDynamicNumberComponentData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnyDynamicNumberComponentData.js","sourceRoot":"","sources":["../../../../../../src/models/automations/action/component-data/registry/AnyDynamicNumberComponentData.ts"],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ import { CalculateValueAction } from '../CalculateValueAction';
2
+ import { CurrentWorkflowEntityUpdateAction } from '../CurrentWorkflowEntityUpdateAction';
3
+ import { ExternalFormLinkCreateAction } from '../ExternalFormLinkCreateAction';
4
+ import { ReferencedInQuantitySumAction } from '../ReferencedInQuantitySumAction';
5
+ import { SendEmailAction } from '../SendEmailAction';
6
+ import { SendNotificationAction } from '../SendNotificationAction';
7
+ import { SendPushNotificationAction } from '../SendPushNotificationAction';
8
+ import { SendWebhookAction } from '../SendWebhookAction';
9
+ import { TriggerRelatedCardAutomationAction } from '../TriggerRelatedCardAutomationAction';
10
+ import { UpdateRelatedCardQuantityAction } from '../UpdateRelatedCardQuantityAction';
11
+ import { WorkflowEntityCreateAction } from '../WorkflowEntityCreateAction';
12
+ import { WorkflowEntityUpdateAction } from '../WorkflowEntityUpdateAction';
13
+ export type AnyAutomationAction = CalculateValueAction | CurrentWorkflowEntityUpdateAction | ExternalFormLinkCreateAction | ReferencedInQuantitySumAction | SendEmailAction | SendNotificationAction | SendPushNotificationAction | SendWebhookAction | TriggerRelatedCardAutomationAction | UpdateRelatedCardQuantityAction | WorkflowEntityCreateAction | WorkflowEntityUpdateAction;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AnyAutomationAction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnyAutomationAction.js","sourceRoot":"","sources":["../../../../../src/models/automations/action/registry/AnyAutomationAction.ts"],"names":[],"mappings":""}
@@ -1,6 +1,6 @@
1
- import { ComponentDataRegistry } from '../../../workflow-template/components/ComponentDataRegistry';
2
- import { DynamicComponentDataRegistry } from '../component-data/DynamicComponentDataRegistry';
1
+ import { AnyComponentData } from '../../../workflow-template/components/data-registry/AnyComponentData';
2
+ import { AnyDynamicComponentData } from '../component-data/registry/AnyDynamicComponentData';
3
3
  export interface AutomationComponentData {
4
- dynamicData?: DynamicComponentDataRegistry.Any;
5
- staticData?: ComponentDataRegistry.Any;
4
+ dynamicData?: AnyDynamicComponentData;
5
+ staticData?: AnyComponentData;
6
6
  }
@@ -1,9 +1,9 @@
1
- import { OperandRegistry } from '../../condition/OperandRegistry';
1
+ import { AnyNumberOperand } from '../../condition/operands/registry/AnyNumberOperand';
2
2
  import { AutomationActionType } from '../AutomationActionType';
3
3
  import { ArithmeticOperator } from './ArithmeticOperator';
4
4
  import { AutomationActionSettings } from './AutomationActionSettings';
5
5
  export interface CalculateValueActionSettings extends AutomationActionSettings<AutomationActionType.CALCULATE_VALUE> {
6
- leftOperand: OperandRegistry.AnyNumber;
6
+ leftOperand: AnyNumberOperand;
7
7
  operator: ArithmeticOperator;
8
- rightOperand: OperandRegistry.AnyNumber;
8
+ rightOperand: AnyNumberOperand;
9
9
  }
@@ -1,4 +1,4 @@
1
- import { NumberOperandOneOf } from '../../condition/NumberOperandOneOf';
1
+ import { NumberOperandOneOf } from '../../condition/operands/NumberOperandOneOf';
2
2
  import { CalculateValueActionSettings } from './CalculateValueActionSettings';
3
3
  export interface CreateCalculateValueActionSettings extends Omit<CalculateValueActionSettings, 'leftOperand' | 'rightOperand'> {
4
4
  leftOperand: NumberOperandOneOf;
@@ -1,9 +1,9 @@
1
- import { ComponentDataRegistry } from '../../../workflow-template/components/ComponentDataRegistry';
2
- import { DynamicComponentDataRegistry } from '../component-data/DynamicComponentDataRegistry';
1
+ import { AnyComponentData } from '../../../workflow-template/components/data-registry/AnyComponentData';
2
+ import { AnyDynamicComponentData } from '../component-data/registry/AnyDynamicComponentData';
3
3
  import { ArrayValueOperation } from './ArrayValueOperation';
4
4
  export interface SettingsWorkflowEntityField {
5
5
  arrayValueOperation?: ArrayValueOperation;
6
6
  componentId: string;
7
- dynamicData?: DynamicComponentDataRegistry.Any;
8
- staticData?: ComponentDataRegistry.Any;
7
+ dynamicData?: AnyDynamicComponentData;
8
+ staticData?: AnyComponentData;
9
9
  }
@@ -1,11 +1,11 @@
1
- import { ComponentDataRegistry } from '../../../workflow-template/components/ComponentDataRegistry';
1
+ import { AnyComponentData } from '../../../workflow-template/components/data-registry/AnyComponentData';
2
2
  import { WorkflowTemplateId } from '../../../workflow-template/WorkflowTemplateId';
3
3
  import { AutomationActionType } from '../AutomationActionType';
4
- import { DynamicComponentDataRegistry } from '../component-data/DynamicComponentDataRegistry';
4
+ import { AnyDynamicNumberComponentData } from '../component-data/registry/AnyDynamicNumberComponentData';
5
5
  import { AutomationActionSettings } from './AutomationActionSettings';
6
6
  export interface UpdateRelatedCardQuantityActionSettings extends AutomationActionSettings<AutomationActionType.UPDATE_RELATED_CARD_QUANTITY> {
7
- dynamicData?: DynamicComponentDataRegistry.AnyNumber;
7
+ dynamicData?: AnyDynamicNumberComponentData;
8
8
  relatedCardComponentId: string;
9
- staticData?: ComponentDataRegistry.Any;
9
+ staticData?: AnyComponentData;
10
10
  workflowTemplateId: WorkflowTemplateId;
11
11
  }
@@ -0,0 +1,13 @@
1
+ import { CalculateValueActionSettings } from '../CalculateValueActionSettings';
2
+ import { CurrentWorkflowEntityUpdateActionSettings } from '../CurrentWorkflowEntityUpdateActionSettings';
3
+ import { ExternalFormLinkCreateActionSettings } from '../ExternalFormLinkCreateActionSettings';
4
+ import { ReferencedInQuantitySumActionSettings } from '../ReferencedInQuantitySumActionSettings';
5
+ import { SendEmailActionSettings } from '../SendEmailActionSettings';
6
+ import { SendNotificationActionSettings } from '../SendNotificationActionSettings';
7
+ import { SendPushNotificationActionSettings } from '../SendPushNotificationActionSettings';
8
+ import { SendWebhookActionSettings } from '../SendWebhookActionSettings';
9
+ import { TriggerRelatedCardAutomationActionSettings } from '../TriggerRelatedCardAutomationActionSettings';
10
+ import { UpdateRelatedCardQuantityActionSettings } from '../UpdateRelatedCardQuantityActionSettings';
11
+ import { WorkflowEntityCreateActionSettings } from '../WorkflowEntityCreateActionSettings';
12
+ import { WorkflowEntityUpdateActionSettings } from '../WorkflowEntityUpdateActionSettings';
13
+ export type AnyAutomationActionSettings = CalculateValueActionSettings | CurrentWorkflowEntityUpdateActionSettings | ExternalFormLinkCreateActionSettings | ReferencedInQuantitySumActionSettings | SendEmailActionSettings | SendNotificationActionSettings | SendPushNotificationActionSettings | SendWebhookActionSettings | TriggerRelatedCardAutomationActionSettings | UpdateRelatedCardQuantityActionSettings | WorkflowEntityCreateActionSettings | WorkflowEntityUpdateActionSettings;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AnyAutomationActionSettings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnyAutomationActionSettings.js","sourceRoot":"","sources":["../../../../../../src/models/automations/action/settings/registry/AnyAutomationActionSettings.ts"],"names":[],"mappings":""}
@@ -1,10 +1,10 @@
1
1
  import { ComparisonOperator } from '../../workflow-template/entities/filters/ComparisonOperator';
2
2
  import { LogicalOperator } from './LogicalOperator';
3
- import { OperandRegistry } from './OperandRegistry';
3
+ import { AnyOperand } from './operands/registry/AnyOperand';
4
4
  export interface Condition {
5
5
  comparisonOperator: ComparisonOperator;
6
6
  id: string;
7
- leftOperand: OperandRegistry.Any;
7
+ leftOperand: AnyOperand;
8
8
  logicalOperator?: LogicalOperator;
9
- rightOperand: OperandRegistry.Any;
9
+ rightOperand: AnyOperand;
10
10
  }
@@ -1,5 +1,5 @@
1
1
  import { Condition } from './Condition';
2
- import { OperandOneOf } from './OperandOneOf';
2
+ import { OperandOneOf } from './operands/OperandOneOf';
3
3
  export interface CreateCondition extends Omit<Condition, 'id' | 'leftOperand' | 'rightOperand'> {
4
4
  leftOperand: OperandOneOf;
5
5
  rightOperand: OperandOneOf;
@@ -1,5 +1,5 @@
1
1
  import { Condition } from './Condition';
2
- import { OperandOneOf } from './OperandOneOf';
2
+ import { OperandOneOf } from './operands/OperandOneOf';
3
3
  export interface UpdateCondition extends Omit<Condition, 'id' | 'leftOperand' | 'rightOperand'> {
4
4
  id?: string;
5
5
  leftOperand: OperandOneOf;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionResultNumberOperand.js","sourceRoot":"","sources":["../../../../../src/models/automations/condition/operands/ActionResultNumberOperand.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ComponentOperand.js","sourceRoot":"","sources":["../../../../../src/models/automations/condition/operands/ComponentOperand.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DateOperand.js","sourceRoot":"","sources":["../../../../../src/models/automations/condition/operands/DateOperand.ts"],"names":[],"mappings":""}
@@ -1,4 +1,4 @@
1
- import { AutomationDateToken } from '../AutomationDateToken';
1
+ import { AutomationDateToken } from '../../AutomationDateToken';
2
2
  import { Operand } from './Operand';
3
3
  export interface DateTokenOperand extends Operand {
4
4
  dateToken: AutomationDateToken;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DateTokenOperand.js","sourceRoot":"","sources":["../../../../../src/models/automations/condition/operands/DateTokenOperand.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NumberOperand.js","sourceRoot":"","sources":["../../../../../src/models/automations/condition/operands/NumberOperand.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NumberOperandOneOf.js","sourceRoot":"","sources":["../../../../../src/models/automations/condition/operands/NumberOperandOneOf.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Operand.js","sourceRoot":"","sources":["../../../../../src/models/automations/condition/operands/Operand.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OperandOneOf.js","sourceRoot":"","sources":["../../../../../src/models/automations/condition/operands/OperandOneOf.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OperandType.js","sourceRoot":"","sources":["../../../../../src/models/automations/condition/operands/OperandType.ts"],"names":[],"mappings":";;;AACA,IAAY,WAUX;AAVD,WAAY,WAAW;IACnB,4DAA6C,CAAA;IAC7C,sCAAuB,CAAA;IACvB,4BAAa,CAAA;IACb,wCAAyB,CAAA;IACzB,gCAAiB,CAAA;IACjB,wDAAyC,CAAA;IACzC,gCAAiB,CAAA;IACjB,4CAA6B,CAAA;IAC7B,8EAA+D,CAAA;AACnE,CAAC,EAVW,WAAW,2BAAX,WAAW,QAUtB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PreviousComponentOperand.js","sourceRoot":"","sources":["../../../../../src/models/automations/condition/operands/PreviousComponentOperand.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StringArrayOperand.js","sourceRoot":"","sources":["../../../../../src/models/automations/condition/operands/StringArrayOperand.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StringOperand.js","sourceRoot":"","sources":["../../../../../src/models/automations/condition/operands/StringOperand.ts"],"names":[],"mappings":""}
@@ -1,4 +1,4 @@
1
- import { WorkflowTemplateId } from '../../workflow-template/WorkflowTemplateId';
1
+ import { WorkflowTemplateId } from '../../../workflow-template/WorkflowTemplateId';
2
2
  import { Operand } from './Operand';
3
3
  export interface WorkflowEntityRefComponentOperand extends Operand {
4
4
  componentId: string;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WorkflowEntityRefComponentOperand.js","sourceRoot":"","sources":["../../../../../src/models/automations/condition/operands/WorkflowEntityRefComponentOperand.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { ActionResultNumberOperand } from '../ActionResultNumberOperand';
2
+ import { ComponentOperand } from '../ComponentOperand';
3
+ import { NumberOperand } from '../NumberOperand';
4
+ import { PreviousComponentOperand } from '../PreviousComponentOperand';
5
+ import { WorkflowEntityRefComponentOperand } from '../WorkflowEntityRefComponentOperand';
6
+ export type AnyNumberOperand = ActionResultNumberOperand | ComponentOperand | NumberOperand | PreviousComponentOperand | WorkflowEntityRefComponentOperand;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AnyNumberOperand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnyNumberOperand.js","sourceRoot":"","sources":["../../../../../../src/models/automations/condition/operands/registry/AnyNumberOperand.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { OperandOneOf } from '../OperandOneOf';
2
+ export type AnyOperand = OperandOneOf[keyof OperandOneOf];
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AnyOperand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnyOperand.js","sourceRoot":"","sources":["../../../../../../src/models/automations/condition/operands/registry/AnyOperand.ts"],"names":[],"mappings":""}
@@ -1,9 +1,9 @@
1
1
  import { DataExport } from './DataExport';
2
- import { DataExportRegistry } from './DataExportRegistry';
3
2
  import { ExportFormat } from './ExportFormat';
3
+ import { AnyDataExport } from './registry/AnyDataExport';
4
4
  export interface FormDataExport extends DataExport {
5
5
  businessName?: string;
6
- data?: DataExportRegistry.Any[];
6
+ data?: AnyDataExport[];
7
7
  targetFormat: ExportFormat;
8
8
  title: string;
9
9
  url?: string;
@@ -0,0 +1,3 @@
1
+ import { ComponentDataExport } from '../ComponentDataExport';
2
+ import { SubformDataExport } from '../SubformDataExport';
3
+ export type AnyDataExport = ComponentDataExport | SubformDataExport;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AnyDataExport.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnyDataExport.js","sourceRoot":"","sources":["../../../../src/models/export/registry/AnyDataExport.ts"],"names":[],"mappings":""}
@@ -1,8 +1,8 @@
1
1
  import { Optional } from '../utils/Optional';
2
2
  import { ViewTemplateLayoutComponent } from './items/ViewTemplateLayoutComponent';
3
3
  import { ViewTemplateLayoutSection } from './items/ViewTemplateLayoutSection';
4
- import { ViewTemplateLayoutRegistry } from './ViewTemplateLayoutRegistry';
5
- export interface ViewTemplateLayoutOneOf extends ViewTemplateLayoutRegistry.OneOfInput {
4
+ import { ViewTemplateLayoutItemOneOfInput } from './registry/ViewTemplateLayoutItemOneOfInput';
5
+ export interface ViewTemplateLayoutOneOf extends ViewTemplateLayoutItemOneOfInput {
6
6
  single_component: Optional<ViewTemplateLayoutComponent>;
7
7
  section: Optional<ViewTemplateLayoutSection>;
8
8
  }
@@ -0,0 +1,3 @@
1
+ import { ViewTemplateLayoutComponent } from '../items/ViewTemplateLayoutComponent';
2
+ import { ViewTemplateLayoutSection } from '../items/ViewTemplateLayoutSection';
3
+ export type AnyViewTemplateLayoutItem = ViewTemplateLayoutComponent | ViewTemplateLayoutSection;
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=AutomationActionRegistry.js.map
3
+ //# sourceMappingURL=AnyViewTemplateLayoutItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnyViewTemplateLayoutItem.js","sourceRoot":"","sources":["../../../../src/models/view-template-layout/registry/AnyViewTemplateLayoutItem.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ import { Optional } from '../../utils/Optional';
2
+ import { ViewTemplateLayoutComponent } from '../items/ViewTemplateLayoutComponent';
3
+ import { ViewTemplateLayoutSection } from '../items/ViewTemplateLayoutSection';
4
+ export type ViewTemplateLayoutItemOneOfInput = {
5
+ section: Optional<ViewTemplateLayoutSection>;
6
+ single_component: Optional<ViewTemplateLayoutComponent>;
7
+ };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=AutomationActionSettingsRegistry.js.map
3
+ //# sourceMappingURL=ViewTemplateLayoutItemOneOfInput.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ViewTemplateLayoutItemOneOfInput.js","sourceRoot":"","sources":["../../../../src/models/view-template-layout/registry/ViewTemplateLayoutItemOneOfInput.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { ComponentDataOneOf } from '../ComponentDataOneOf';
2
+ export type AnyComponentData = ComponentDataOneOf[keyof ComponentDataOneOf];
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AnyComponentData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnyComponentData.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/data-registry/AnyComponentData.ts"],"names":[],"mappings":""}
@@ -1,5 +1,5 @@
1
- import { ComponentDataRegistry } from '../components/ComponentDataRegistry';
1
+ import { AnyComponentData } from '../components/data-registry/AnyComponentData';
2
2
  export interface WorkflowEntityField {
3
3
  componentId: string;
4
- data: ComponentDataRegistry.Any;
4
+ data: AnyComponentData;
5
5
  }
@@ -1,4 +1,4 @@
1
- import { ComponentDataChangeRegistry } from '../../components/ComponentDataChangeRegistry';
1
+ import { AnyComponentDataChange } from '../../components/AnyComponentDataChange';
2
2
  import { ComponentType } from '../../components/ComponentType';
3
3
  import { EntityAuditTrailEvent } from './EntityAuditTrailEvent';
4
4
  import { TrailData } from './TrailData';
@@ -9,5 +9,5 @@ export interface EntityAuditTrailEntry {
9
9
  id: string;
10
10
  newData: TrailData;
11
11
  originalData?: TrailData;
12
- change: ComponentDataChangeRegistry.Any;
12
+ change: AnyComponentDataChange;
13
13
  }
@@ -1,5 +1,5 @@
1
1
  import { FilterOneOfByComponent } from './FilterOneOfByComponent';
2
- import { FilterRegistry } from './FilterRegistry';
2
+ import { AnyFilter } from './registry/AnyFilter';
3
3
  export interface FilterByComponent extends Omit<FilterOneOfByComponent, 'value'> {
4
- value: FilterRegistry.Any;
4
+ value: AnyFilter;
5
5
  }
@@ -0,0 +1,10 @@
1
+ import { ContainsCurrentUser } from '../ContainsCurrentUser';
2
+ import { ContainsNumber } from '../ContainsNumber';
3
+ import { ContainsString } from '../ContainsString';
4
+ import { DateIs } from '../DateIs';
5
+ import { DateRange } from '../DateRange';
6
+ import { DateTokenIs } from '../DateTokenIs';
7
+ import { IsEmpty } from '../IsEmpty';
8
+ import { NumberIs } from '../NumberIs';
9
+ import { StringWildcard } from '../StringWildcard';
10
+ export type AnyFilter = ContainsCurrentUser | ContainsNumber | ContainsString | DateIs | DateRange | DateTokenIs | IsEmpty | NumberIs | StringWildcard;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AnyFilter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnyFilter.js","sourceRoot":"","sources":["../../../../../../src/models/workflow-template/entities/filters/registry/AnyFilter.ts"],"names":[],"mappings":""}
@@ -54,12 +54,37 @@ const dependencies = Object.keys(require(path.resolve(__dirname, '../../../../pa
54
54
  autoGeneratedFileComment: 'This file was generated from the corresponding source file in core-models/src. Do NOT modify this file by hand.',
55
55
  doNotIncludeFiles: [
56
56
  'ComponentUtils',
57
- 'ComponentOverrideMap',
57
+ 'ComponentForType',
58
58
  'ComponentMap',
59
- 'ComponentOverrideGqlUnion',
60
59
  'ComponentClassTransformerTypeArgs',
60
+ 'ComponentOverrideMap',
61
+ 'ComponentOverrideGqlUnion',
61
62
  'ComponentOverrideClassTransformerTypeArgs',
62
- 'ComponentForType',
63
+ 'OperandMap',
64
+ 'NumberOperandMap',
65
+ 'OperandGqlUnion',
66
+ 'AnyNumberOperandGqlUnion',
67
+ 'DataExportMap',
68
+ 'DataExportGqlUnion',
69
+ 'FilterMap',
70
+ 'FilterTypeArgs',
71
+ 'AutomationActionMap',
72
+ 'AutomationActionGqlUnion',
73
+ 'AutomationActionTypeArgs',
74
+ 'AutomationActionSettingsMap',
75
+ 'AutomationActionSettingsGqlUnion',
76
+ 'ComponentDataChangeMap',
77
+ 'ComponentDataChangeGqlUnion',
78
+ 'ComponentGqlUnion',
79
+ 'ComponentDataMap',
80
+ 'ComponentDataGqlUnion',
81
+ 'ViewTemplateLayoutItemMap',
82
+ 'ViewTemplateLayoutItemGqlUnion',
83
+ 'ViewTemplateLayoutItemTypeArgs',
84
+ 'DynamicComponentDataMap',
85
+ 'DynamicComponentDataNumberMap',
86
+ 'DynamicComponentDataGqlUnion',
87
+ 'DynamicComponentDataNumberGqlUnion',
63
88
  ],
64
89
  includeExternalPackages: dependencies,
65
90
  excludeInternalPackages: [/\/application\/validation\/*/, /validation/],
@@ -1 +1 @@
1
- {"version":3,"file":"generateTypes.js","sourceRoot":"","sources":["../../src/scripts/generateTypes.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+EAA4E;AAC5E,2CAA6B;AAE7B,MAAM,YAAY,GAAG,MAAM,CAAC,IAAI,CAE5B,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,kDAAkD,CAAC,CAAC,CAAC,YAAY,CACpG,CAAC;AAEF,IAAA,6BAAa,EAAC;IACV,SAAS,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,0BAA0B,CAAC;IAC9D,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,WAAW,CAAC;IAC7C,uBAAuB,EAAE,CAAC,YAAY,EAAE,mBAAmB,EAAE,MAAM,CAAC;IACpE,sCAAsC,EAAE;QACpC,SAAS;QACT,iBAAiB;QACjB,wBAAwB;QACxB,gCAAgC;QAChC,yBAAyB;QACzB,iBAAiB;QACjB,eAAe;KAClB;IACD,gBAAgB,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,uBAAuB,CAAC;IAClE,kCAAkC,EAAE,OAAO,CAAC,GAAG,CAAC,2BAA2B,KAAK,MAAM,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS;IAC7G,wBAAwB,EACpB,iHAAiH;IACrH,iBAAiB,EAAE;QACf,gBAAgB;QAKhB,sBAAsB;QACtB,cAAc;QACd,2BAA2B;QAC3B,mCAAmC;QACnC,2CAA2C;QAC3C,kBAAkB;KACrB;IACD,uBAAuB,EAAE,YAAY;IACrC,uBAAuB,EAAE,CAAC,8BAA8B,EAAE,YAAY,CAAC;IACvE,IAAI,EAAE,IAAI;CACb,CAAC,CAAC"}
1
+ {"version":3,"file":"generateTypes.js","sourceRoot":"","sources":["../../src/scripts/generateTypes.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+EAA4E;AAC5E,2CAA6B;AAE7B,MAAM,YAAY,GAAG,MAAM,CAAC,IAAI,CAE5B,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,kDAAkD,CAAC,CAAC,CAAC,YAAY,CACpG,CAAC;AAEF,IAAA,6BAAa,EAAC;IACV,SAAS,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,0BAA0B,CAAC;IAC9D,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,WAAW,CAAC;IAC7C,uBAAuB,EAAE,CAAC,YAAY,EAAE,mBAAmB,EAAE,MAAM,CAAC;IACpE,sCAAsC,EAAE;QACpC,SAAS;QACT,iBAAiB;QACjB,wBAAwB;QACxB,gCAAgC;QAChC,yBAAyB;QACzB,iBAAiB;QACjB,eAAe;KAClB;IACD,gBAAgB,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,uBAAuB,CAAC;IAClE,kCAAkC,EAAE,OAAO,CAAC,GAAG,CAAC,2BAA2B,KAAK,MAAM,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS;IAC7G,wBAAwB,EACpB,iHAAiH;IACrH,iBAAiB,EAAE;QACf,gBAAgB;QAKhB,kBAAkB;QAClB,cAAc;QACd,mCAAmC;QACnC,sBAAsB;QACtB,2BAA2B;QAC3B,2CAA2C;QAC3C,YAAY;QACZ,kBAAkB;QAClB,iBAAiB;QACjB,0BAA0B;QAC1B,eAAe;QACf,oBAAoB;QACpB,WAAW;QACX,gBAAgB;QAChB,qBAAqB;QACrB,0BAA0B;QAC1B,0BAA0B;QAC1B,6BAA6B;QAC7B,kCAAkC;QAClC,wBAAwB;QACxB,6BAA6B;QAC7B,mBAAmB;QACnB,kBAAkB;QAClB,uBAAuB;QACvB,2BAA2B;QAC3B,gCAAgC;QAChC,gCAAgC;QAChC,yBAAyB;QACzB,+BAA+B;QAC/B,8BAA8B;QAC9B,oCAAoC;KACvC;IACD,uBAAuB,EAAE,YAAY;IACrC,uBAAuB,EAAE,CAAC,8BAA8B,EAAE,YAAY,CAAC;IACvE,IAAI,EAAE,IAAI;CACb,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coast/core-api-types",
3
- "version": "1.2.226",
3
+ "version": "1.2.227",
4
4
  "description": "Facilitates the generation of core-api-types npm package",
5
5
  "exports": {
6
6
  "./*": {
@@ -1,15 +0,0 @@
1
- import { CalculateValueAction } from './CalculateValueAction';
2
- import { CurrentWorkflowEntityUpdateAction } from './CurrentWorkflowEntityUpdateAction';
3
- import { ExternalFormLinkCreateAction } from './ExternalFormLinkCreateAction';
4
- import { ReferencedInQuantitySumAction } from './ReferencedInQuantitySumAction';
5
- import { SendEmailAction } from './SendEmailAction';
6
- import { SendNotificationAction } from './SendNotificationAction';
7
- import { SendPushNotificationAction } from './SendPushNotificationAction';
8
- import { SendWebhookAction } from './SendWebhookAction';
9
- import { TriggerRelatedCardAutomationAction } from './TriggerRelatedCardAutomationAction';
10
- import { UpdateRelatedCardQuantityAction } from './UpdateRelatedCardQuantityAction';
11
- import { WorkflowEntityCreateAction } from './WorkflowEntityCreateAction';
12
- import { WorkflowEntityUpdateAction } from './WorkflowEntityUpdateAction';
13
- export declare namespace AutomationActionRegistry {
14
- type Any = CalculateValueAction | CurrentWorkflowEntityUpdateAction | ExternalFormLinkCreateAction | ReferencedInQuantitySumAction | SendEmailAction | SendNotificationAction | SendPushNotificationAction | SendWebhookAction | TriggerRelatedCardAutomationAction | UpdateRelatedCardQuantityAction | WorkflowEntityCreateAction | WorkflowEntityUpdateAction;
15
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"AutomationActionRegistry.js","sourceRoot":"","sources":["../../../../src/models/automations/action/AutomationActionRegistry.ts"],"names":[],"mappings":""}
@@ -1,8 +0,0 @@
1
- import { ActionResultNumber } from './ActionResultNumber';
2
- import { CurrentWorkflowEntityComponent } from './CurrentWorkflowEntityComponent';
3
- import { DynamicComponentDataOneOf } from './DynamicComponentDataOneOf';
4
- import { RelatedWorkflowEntityComponent } from './RelatedWorkflowEntityComponent';
5
- export declare namespace DynamicComponentDataRegistry {
6
- type Any = DynamicComponentDataOneOf[keyof DynamicComponentDataOneOf];
7
- type AnyNumber = ActionResultNumber | CurrentWorkflowEntityComponent | RelatedWorkflowEntityComponent;
8
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"DynamicComponentDataRegistry.js","sourceRoot":"","sources":["../../../../../src/models/automations/action/component-data/DynamicComponentDataRegistry.ts"],"names":[],"mappings":""}
@@ -1,15 +0,0 @@
1
- import { CalculateValueActionSettings } from './CalculateValueActionSettings';
2
- import { CurrentWorkflowEntityUpdateActionSettings } from './CurrentWorkflowEntityUpdateActionSettings';
3
- import { ExternalFormLinkCreateActionSettings } from './ExternalFormLinkCreateActionSettings';
4
- import { ReferencedInQuantitySumActionSettings } from './ReferencedInQuantitySumActionSettings';
5
- import { SendEmailActionSettings } from './SendEmailActionSettings';
6
- import { SendNotificationActionSettings } from './SendNotificationActionSettings';
7
- import { SendPushNotificationActionSettings } from './SendPushNotificationActionSettings';
8
- import { SendWebhookActionSettings } from './SendWebhookActionSettings';
9
- import { TriggerRelatedCardAutomationActionSettings } from './TriggerRelatedCardAutomationActionSettings';
10
- import { UpdateRelatedCardQuantityActionSettings } from './UpdateRelatedCardQuantityActionSettings';
11
- import { WorkflowEntityCreateActionSettings } from './WorkflowEntityCreateActionSettings';
12
- import { WorkflowEntityUpdateActionSettings } from './WorkflowEntityUpdateActionSettings';
13
- export declare namespace AutomationActionSettingsRegistry {
14
- type Any = CalculateValueActionSettings | CurrentWorkflowEntityUpdateActionSettings | ExternalFormLinkCreateActionSettings | ReferencedInQuantitySumActionSettings | SendEmailActionSettings | SendNotificationActionSettings | SendPushNotificationActionSettings | SendWebhookActionSettings | TriggerRelatedCardAutomationActionSettings | UpdateRelatedCardQuantityActionSettings | WorkflowEntityCreateActionSettings | WorkflowEntityUpdateActionSettings;
15
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"AutomationActionSettingsRegistry.js","sourceRoot":"","sources":["../../../../../src/models/automations/action/settings/AutomationActionSettingsRegistry.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ActionResultNumberOperand.js","sourceRoot":"","sources":["../../../../src/models/automations/condition/ActionResultNumberOperand.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ComponentOperand.js","sourceRoot":"","sources":["../../../../src/models/automations/condition/ComponentOperand.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DateOperand.js","sourceRoot":"","sources":["../../../../src/models/automations/condition/DateOperand.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DateTokenOperand.js","sourceRoot":"","sources":["../../../../src/models/automations/condition/DateTokenOperand.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"NumberOperand.js","sourceRoot":"","sources":["../../../../src/models/automations/condition/NumberOperand.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"NumberOperandOneOf.js","sourceRoot":"","sources":["../../../../src/models/automations/condition/NumberOperandOneOf.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Operand.js","sourceRoot":"","sources":["../../../../src/models/automations/condition/Operand.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"OperandOneOf.js","sourceRoot":"","sources":["../../../../src/models/automations/condition/OperandOneOf.ts"],"names":[],"mappings":""}
@@ -1,10 +0,0 @@
1
- import { ActionResultNumberOperand } from './ActionResultNumberOperand';
2
- import { ComponentOperand } from './ComponentOperand';
3
- import { NumberOperand } from './NumberOperand';
4
- import { OperandOneOf } from './OperandOneOf';
5
- import { PreviousComponentOperand } from './PreviousComponentOperand';
6
- import { WorkflowEntityRefComponentOperand } from './WorkflowEntityRefComponentOperand';
7
- export declare namespace OperandRegistry {
8
- type Any = OperandOneOf[keyof OperandOneOf];
9
- type AnyNumber = ActionResultNumberOperand | ComponentOperand | NumberOperand | PreviousComponentOperand | WorkflowEntityRefComponentOperand;
10
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=OperandRegistry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OperandRegistry.js","sourceRoot":"","sources":["../../../../src/models/automations/condition/OperandRegistry.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"OperandType.js","sourceRoot":"","sources":["../../../../src/models/automations/condition/OperandType.ts"],"names":[],"mappings":";;;AACA,IAAY,WAUX;AAVD,WAAY,WAAW;IACnB,4DAA6C,CAAA;IAC7C,sCAAuB,CAAA;IACvB,4BAAa,CAAA;IACb,wCAAyB,CAAA;IACzB,gCAAiB,CAAA;IACjB,wDAAyC,CAAA;IACzC,gCAAiB,CAAA;IACjB,4CAA6B,CAAA;IAC7B,8EAA+D,CAAA;AACnE,CAAC,EAVW,WAAW,2BAAX,WAAW,QAUtB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PreviousComponentOperand.js","sourceRoot":"","sources":["../../../../src/models/automations/condition/PreviousComponentOperand.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"StringArrayOperand.js","sourceRoot":"","sources":["../../../../src/models/automations/condition/StringArrayOperand.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"StringOperand.js","sourceRoot":"","sources":["../../../../src/models/automations/condition/StringOperand.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"WorkflowEntityRefComponentOperand.js","sourceRoot":"","sources":["../../../../src/models/automations/condition/WorkflowEntityRefComponentOperand.ts"],"names":[],"mappings":""}
@@ -1,5 +0,0 @@
1
- import { ComponentDataExport } from './ComponentDataExport';
2
- import { SubformDataExport } from './SubformDataExport';
3
- export declare namespace DataExportRegistry {
4
- type Any = ComponentDataExport | SubformDataExport;
5
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=DataExportRegistry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DataExportRegistry.js","sourceRoot":"","sources":["../../../src/models/export/DataExportRegistry.ts"],"names":[],"mappings":""}
@@ -1,14 +0,0 @@
1
- import { Optional } from '../utils/Optional';
2
- import { Type } from '../utils/Type';
3
- import { ViewTemplateLayoutComponent } from './items/ViewTemplateLayoutComponent';
4
- import { ViewTemplateLayoutSection } from './items/ViewTemplateLayoutSection';
5
- import { ViewTemplateLayoutItem } from './ViewTemplateLayoutItem';
6
- import { ViewTemplateLayoutItemType } from './ViewTemplateLayoutItemType';
7
- export declare namespace ViewTemplateLayoutRegistry {
8
- type Registry = Record<ViewTemplateLayoutItemType, Type<ViewTemplateLayoutItem>>;
9
- export type OneOfInput = {
10
- [K in keyof Registry as Lowercase<K & string>]: Optional<InstanceType<Registry[K]>>;
11
- };
12
- export type Any = ViewTemplateLayoutComponent | ViewTemplateLayoutSection;
13
- export {};
14
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ViewTemplateLayoutRegistry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ViewTemplateLayoutRegistry.js","sourceRoot":"","sources":["../../../src/models/view-template-layout/ViewTemplateLayoutRegistry.ts"],"names":[],"mappings":""}
@@ -1,4 +0,0 @@
1
- import { AnyComponentDataChange } from './AnyComponentDataChange';
2
- export declare namespace ComponentDataChangeRegistry {
3
- type Any = AnyComponentDataChange;
4
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ComponentDataChangeRegistry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ComponentDataChangeRegistry.js","sourceRoot":"","sources":["../../../../src/models/workflow-template/components/ComponentDataChangeRegistry.ts"],"names":[],"mappings":""}
@@ -1,4 +0,0 @@
1
- import { ComponentDataOneOf } from './ComponentDataOneOf';
2
- export declare namespace ComponentDataRegistry {
3
- type Any = ComponentDataOneOf[keyof ComponentDataOneOf];
4
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ComponentDataRegistry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ComponentDataRegistry.js","sourceRoot":"","sources":["../../../../src/models/workflow-template/components/ComponentDataRegistry.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- import { ComponentOneOf } from '../ComponentOneOf';
2
- export type ComponentGqlUnion = NonNullable<ComponentOneOf[keyof ComponentOneOf]>;
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ComponentGqlUnion.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ComponentGqlUnion.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/registry/ComponentGqlUnion.ts"],"names":[],"mappings":""}
@@ -1,12 +0,0 @@
1
- import { ContainsCurrentUser } from './ContainsCurrentUser';
2
- import { ContainsNumber } from './ContainsNumber';
3
- import { ContainsString } from './ContainsString';
4
- import { DateIs } from './DateIs';
5
- import { DateRange } from './DateRange';
6
- import { DateTokenIs } from './DateTokenIs';
7
- import { IsEmpty } from './IsEmpty';
8
- import { NumberIs } from './NumberIs';
9
- import { StringWildcard } from './StringWildcard';
10
- export declare namespace FilterRegistry {
11
- type Any = ContainsCurrentUser | ContainsNumber | ContainsString | DateIs | DateRange | DateTokenIs | IsEmpty | NumberIs | StringWildcard;
12
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=FilterRegistry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FilterRegistry.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/entities/filters/FilterRegistry.ts"],"names":[],"mappings":""}