@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.
- package/dist/models/automations/Automation.d.ts +2 -2
- package/dist/models/automations/action/AutomationAction.d.ts +2 -2
- package/dist/models/automations/action/component-data/registry/AnyDynamicComponentData.d.ts +2 -0
- package/dist/models/automations/action/component-data/registry/AnyDynamicComponentData.js +3 -0
- package/dist/models/automations/action/component-data/registry/AnyDynamicComponentData.js.map +1 -0
- package/dist/models/automations/action/component-data/registry/AnyDynamicNumberComponentData.d.ts +4 -0
- package/dist/models/automations/action/component-data/{DynamicComponentDataRegistry.js → registry/AnyDynamicNumberComponentData.js} +1 -1
- package/dist/models/automations/action/component-data/registry/AnyDynamicNumberComponentData.js.map +1 -0
- package/dist/models/automations/action/registry/AnyAutomationAction.d.ts +13 -0
- package/dist/models/automations/action/registry/AnyAutomationAction.js +3 -0
- package/dist/models/automations/action/registry/AnyAutomationAction.js.map +1 -0
- package/dist/models/automations/action/settings/AutomationComponentData.d.ts +4 -4
- package/dist/models/automations/action/settings/CalculateValueActionSettings.d.ts +3 -3
- package/dist/models/automations/action/settings/CreateCalculateValueActionSettings.d.ts +1 -1
- package/dist/models/automations/action/settings/SettingsWorkflowEntityField.d.ts +4 -4
- package/dist/models/automations/action/settings/UpdateRelatedCardQuantityActionSettings.d.ts +4 -4
- package/dist/models/automations/action/settings/registry/AnyAutomationActionSettings.d.ts +13 -0
- package/dist/models/automations/action/settings/registry/AnyAutomationActionSettings.js +3 -0
- package/dist/models/automations/action/settings/registry/AnyAutomationActionSettings.js.map +1 -0
- package/dist/models/automations/condition/Condition.d.ts +3 -3
- package/dist/models/automations/condition/CreateCondition.d.ts +1 -1
- package/dist/models/automations/condition/UpdateCondition.d.ts +1 -1
- package/dist/models/automations/condition/operands/ActionResultNumberOperand.js.map +1 -0
- package/dist/models/automations/condition/operands/ComponentOperand.js.map +1 -0
- package/dist/models/automations/condition/operands/DateOperand.js.map +1 -0
- package/dist/models/automations/condition/{DateTokenOperand.d.ts → operands/DateTokenOperand.d.ts} +1 -1
- package/dist/models/automations/condition/operands/DateTokenOperand.js.map +1 -0
- package/dist/models/automations/condition/operands/NumberOperand.js.map +1 -0
- package/dist/models/automations/condition/operands/NumberOperandOneOf.js.map +1 -0
- package/dist/models/automations/condition/operands/Operand.js.map +1 -0
- package/dist/models/automations/condition/operands/OperandOneOf.js.map +1 -0
- package/dist/models/automations/condition/operands/OperandType.js.map +1 -0
- package/dist/models/automations/condition/operands/PreviousComponentOperand.js.map +1 -0
- package/dist/models/automations/condition/operands/StringArrayOperand.js.map +1 -0
- package/dist/models/automations/condition/operands/StringOperand.js.map +1 -0
- package/dist/models/automations/condition/{WorkflowEntityRefComponentOperand.d.ts → operands/WorkflowEntityRefComponentOperand.d.ts} +1 -1
- package/dist/models/automations/condition/operands/WorkflowEntityRefComponentOperand.js.map +1 -0
- package/dist/models/automations/condition/operands/registry/AnyNumberOperand.d.ts +6 -0
- package/dist/models/automations/condition/operands/registry/AnyNumberOperand.js +3 -0
- package/dist/models/automations/condition/operands/registry/AnyNumberOperand.js.map +1 -0
- package/dist/models/automations/condition/operands/registry/AnyOperand.d.ts +2 -0
- package/dist/models/automations/condition/operands/registry/AnyOperand.js +3 -0
- package/dist/models/automations/condition/operands/registry/AnyOperand.js.map +1 -0
- package/dist/models/export/FormDataExport.d.ts +2 -2
- package/dist/models/export/registry/AnyDataExport.d.ts +3 -0
- package/dist/models/export/registry/AnyDataExport.js +3 -0
- package/dist/models/export/registry/AnyDataExport.js.map +1 -0
- package/dist/models/view-template-layout/ViewTemplateLayoutOneOf.d.ts +2 -2
- package/dist/models/view-template-layout/registry/AnyViewTemplateLayoutItem.d.ts +3 -0
- package/dist/models/{automations/action/AutomationActionRegistry.js → view-template-layout/registry/AnyViewTemplateLayoutItem.js} +1 -1
- package/dist/models/view-template-layout/registry/AnyViewTemplateLayoutItem.js.map +1 -0
- package/dist/models/view-template-layout/registry/ViewTemplateLayoutItemOneOfInput.d.ts +7 -0
- package/dist/models/{automations/action/settings/AutomationActionSettingsRegistry.js → view-template-layout/registry/ViewTemplateLayoutItemOneOfInput.js} +1 -1
- package/dist/models/view-template-layout/registry/ViewTemplateLayoutItemOneOfInput.js.map +1 -0
- package/dist/models/workflow-template/components/data-registry/AnyComponentData.d.ts +2 -0
- package/dist/models/workflow-template/components/data-registry/AnyComponentData.js +3 -0
- package/dist/models/workflow-template/components/data-registry/AnyComponentData.js.map +1 -0
- package/dist/models/workflow-template/entities/WorkflowEntityField.d.ts +2 -2
- package/dist/models/workflow-template/entities/audit-trail/EntityAuditTrailEntry.d.ts +2 -2
- package/dist/models/workflow-template/entities/filters/FilterByComponent.d.ts +2 -2
- package/dist/models/workflow-template/entities/filters/registry/AnyFilter.d.ts +10 -0
- package/dist/models/workflow-template/entities/filters/registry/AnyFilter.js +3 -0
- package/dist/models/workflow-template/entities/filters/registry/AnyFilter.js.map +1 -0
- package/dist/scripts/generateTypes.js +28 -3
- package/dist/scripts/generateTypes.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/automations/action/AutomationActionRegistry.d.ts +0 -15
- package/dist/models/automations/action/AutomationActionRegistry.js.map +0 -1
- package/dist/models/automations/action/component-data/DynamicComponentDataRegistry.d.ts +0 -8
- package/dist/models/automations/action/component-data/DynamicComponentDataRegistry.js.map +0 -1
- package/dist/models/automations/action/settings/AutomationActionSettingsRegistry.d.ts +0 -15
- package/dist/models/automations/action/settings/AutomationActionSettingsRegistry.js.map +0 -1
- package/dist/models/automations/condition/ActionResultNumberOperand.js.map +0 -1
- package/dist/models/automations/condition/ComponentOperand.js.map +0 -1
- package/dist/models/automations/condition/DateOperand.js.map +0 -1
- package/dist/models/automations/condition/DateTokenOperand.js.map +0 -1
- package/dist/models/automations/condition/NumberOperand.js.map +0 -1
- package/dist/models/automations/condition/NumberOperandOneOf.js.map +0 -1
- package/dist/models/automations/condition/Operand.js.map +0 -1
- package/dist/models/automations/condition/OperandOneOf.js.map +0 -1
- package/dist/models/automations/condition/OperandRegistry.d.ts +0 -10
- package/dist/models/automations/condition/OperandRegistry.js +0 -3
- package/dist/models/automations/condition/OperandRegistry.js.map +0 -1
- package/dist/models/automations/condition/OperandType.js.map +0 -1
- package/dist/models/automations/condition/PreviousComponentOperand.js.map +0 -1
- package/dist/models/automations/condition/StringArrayOperand.js.map +0 -1
- package/dist/models/automations/condition/StringOperand.js.map +0 -1
- package/dist/models/automations/condition/WorkflowEntityRefComponentOperand.js.map +0 -1
- package/dist/models/export/DataExportRegistry.d.ts +0 -5
- package/dist/models/export/DataExportRegistry.js +0 -3
- package/dist/models/export/DataExportRegistry.js.map +0 -1
- package/dist/models/view-template-layout/ViewTemplateLayoutRegistry.d.ts +0 -14
- package/dist/models/view-template-layout/ViewTemplateLayoutRegistry.js +0 -3
- package/dist/models/view-template-layout/ViewTemplateLayoutRegistry.js.map +0 -1
- package/dist/models/workflow-template/components/ComponentDataChangeRegistry.d.ts +0 -4
- package/dist/models/workflow-template/components/ComponentDataChangeRegistry.js +0 -3
- package/dist/models/workflow-template/components/ComponentDataChangeRegistry.js.map +0 -1
- package/dist/models/workflow-template/components/ComponentDataRegistry.d.ts +0 -4
- package/dist/models/workflow-template/components/ComponentDataRegistry.js +0 -3
- package/dist/models/workflow-template/components/ComponentDataRegistry.js.map +0 -1
- package/dist/models/workflow-template/components/registry/ComponentGqlUnion.d.ts +0 -2
- package/dist/models/workflow-template/components/registry/ComponentGqlUnion.js +0 -3
- package/dist/models/workflow-template/components/registry/ComponentGqlUnion.js.map +0 -1
- package/dist/models/workflow-template/entities/filters/FilterRegistry.d.ts +0 -12
- package/dist/models/workflow-template/entities/filters/FilterRegistry.js +0 -3
- package/dist/models/workflow-template/entities/filters/FilterRegistry.js.map +0 -1
- /package/dist/models/automations/condition/{ActionResultNumberOperand.d.ts → operands/ActionResultNumberOperand.d.ts} +0 -0
- /package/dist/models/automations/condition/{ActionResultNumberOperand.js → operands/ActionResultNumberOperand.js} +0 -0
- /package/dist/models/automations/condition/{ComponentOperand.d.ts → operands/ComponentOperand.d.ts} +0 -0
- /package/dist/models/automations/condition/{ComponentOperand.js → operands/ComponentOperand.js} +0 -0
- /package/dist/models/automations/condition/{DateOperand.d.ts → operands/DateOperand.d.ts} +0 -0
- /package/dist/models/automations/condition/{DateOperand.js → operands/DateOperand.js} +0 -0
- /package/dist/models/automations/condition/{DateTokenOperand.js → operands/DateTokenOperand.js} +0 -0
- /package/dist/models/automations/condition/{NumberOperand.d.ts → operands/NumberOperand.d.ts} +0 -0
- /package/dist/models/automations/condition/{NumberOperand.js → operands/NumberOperand.js} +0 -0
- /package/dist/models/automations/condition/{NumberOperandOneOf.d.ts → operands/NumberOperandOneOf.d.ts} +0 -0
- /package/dist/models/automations/condition/{NumberOperandOneOf.js → operands/NumberOperandOneOf.js} +0 -0
- /package/dist/models/automations/condition/{Operand.d.ts → operands/Operand.d.ts} +0 -0
- /package/dist/models/automations/condition/{Operand.js → operands/Operand.js} +0 -0
- /package/dist/models/automations/condition/{OperandOneOf.d.ts → operands/OperandOneOf.d.ts} +0 -0
- /package/dist/models/automations/condition/{OperandOneOf.js → operands/OperandOneOf.js} +0 -0
- /package/dist/models/automations/condition/{OperandType.d.ts → operands/OperandType.d.ts} +0 -0
- /package/dist/models/automations/condition/{OperandType.js → operands/OperandType.js} +0 -0
- /package/dist/models/automations/condition/{PreviousComponentOperand.d.ts → operands/PreviousComponentOperand.d.ts} +0 -0
- /package/dist/models/automations/condition/{PreviousComponentOperand.js → operands/PreviousComponentOperand.js} +0 -0
- /package/dist/models/automations/condition/{StringArrayOperand.d.ts → operands/StringArrayOperand.d.ts} +0 -0
- /package/dist/models/automations/condition/{StringArrayOperand.js → operands/StringArrayOperand.js} +0 -0
- /package/dist/models/automations/condition/{StringOperand.d.ts → operands/StringOperand.d.ts} +0 -0
- /package/dist/models/automations/condition/{StringOperand.js → operands/StringOperand.js} +0 -0
- /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 {
|
|
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:
|
|
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 {
|
|
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?:
|
|
13
|
+
settings?: AnyAutomationActionSettings;
|
|
14
14
|
sortOrder?: number;
|
|
15
15
|
type: T;
|
|
16
16
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnyDynamicComponentData.js","sourceRoot":"","sources":["../../../../../../src/models/automations/action/component-data/registry/AnyDynamicComponentData.ts"],"names":[],"mappings":""}
|
package/dist/models/automations/action/component-data/registry/AnyDynamicNumberComponentData.d.ts
ADDED
|
@@ -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;
|
package/dist/models/automations/action/component-data/registry/AnyDynamicNumberComponentData.js.map
ADDED
|
@@ -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 @@
|
|
|
1
|
+
{"version":3,"file":"AnyAutomationAction.js","sourceRoot":"","sources":["../../../../../src/models/automations/action/registry/AnyAutomationAction.ts"],"names":[],"mappings":""}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
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?:
|
|
5
|
-
staticData?:
|
|
4
|
+
dynamicData?: AnyDynamicComponentData;
|
|
5
|
+
staticData?: AnyComponentData;
|
|
6
6
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
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:
|
|
6
|
+
leftOperand: AnyNumberOperand;
|
|
7
7
|
operator: ArithmeticOperator;
|
|
8
|
-
rightOperand:
|
|
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 {
|
|
2
|
-
import {
|
|
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?:
|
|
8
|
-
staticData?:
|
|
7
|
+
dynamicData?: AnyDynamicComponentData;
|
|
8
|
+
staticData?: AnyComponentData;
|
|
9
9
|
}
|
package/dist/models/automations/action/settings/UpdateRelatedCardQuantityActionSettings.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
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 {
|
|
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?:
|
|
7
|
+
dynamicData?: AnyDynamicNumberComponentData;
|
|
8
8
|
relatedCardComponentId: string;
|
|
9
|
-
staticData?:
|
|
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 @@
|
|
|
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 {
|
|
3
|
+
import { AnyOperand } from './operands/registry/AnyOperand';
|
|
4
4
|
export interface Condition {
|
|
5
5
|
comparisonOperator: ComparisonOperator;
|
|
6
6
|
id: string;
|
|
7
|
-
leftOperand:
|
|
7
|
+
leftOperand: AnyOperand;
|
|
8
8
|
logicalOperator?: LogicalOperator;
|
|
9
|
-
rightOperand:
|
|
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":""}
|
|
@@ -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 '
|
|
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 @@
|
|
|
1
|
+
{"version":3,"file":"AnyNumberOperand.js","sourceRoot":"","sources":["../../../../../../src/models/automations/condition/operands/registry/AnyNumberOperand.ts"],"names":[],"mappings":""}
|
|
@@ -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?:
|
|
6
|
+
data?: AnyDataExport[];
|
|
7
7
|
targetFormat: ExportFormat;
|
|
8
8
|
title: string;
|
|
9
9
|
url?: string;
|
|
@@ -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 {
|
|
5
|
-
export interface ViewTemplateLayoutOneOf extends
|
|
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 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ViewTemplateLayoutItemOneOfInput.js","sourceRoot":"","sources":["../../../../src/models/view-template-layout/registry/ViewTemplateLayoutItemOneOfInput.ts"],"names":[],"mappings":""}
|
|
@@ -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 {
|
|
1
|
+
import { AnyComponentData } from '../components/data-registry/AnyComponentData';
|
|
2
2
|
export interface WorkflowEntityField {
|
|
3
3
|
componentId: string;
|
|
4
|
-
data:
|
|
4
|
+
data: AnyComponentData;
|
|
5
5
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
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:
|
|
12
|
+
change: AnyComponentDataChange;
|
|
13
13
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FilterOneOfByComponent } from './FilterOneOfByComponent';
|
|
2
|
-
import {
|
|
2
|
+
import { AnyFilter } from './registry/AnyFilter';
|
|
3
3
|
export interface FilterByComponent extends Omit<FilterOneOfByComponent, 'value'> {
|
|
4
|
-
value:
|
|
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 @@
|
|
|
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
|
-
'
|
|
57
|
+
'ComponentForType',
|
|
58
58
|
'ComponentMap',
|
|
59
|
-
'ComponentOverrideGqlUnion',
|
|
60
59
|
'ComponentClassTransformerTypeArgs',
|
|
60
|
+
'ComponentOverrideMap',
|
|
61
|
+
'ComponentOverrideGqlUnion',
|
|
61
62
|
'ComponentOverrideClassTransformerTypeArgs',
|
|
62
|
-
'
|
|
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,
|
|
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,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 +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 +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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ViewTemplateLayoutRegistry.js","sourceRoot":"","sources":["../../../src/models/view-template-layout/ViewTemplateLayoutRegistry.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ComponentDataChangeRegistry.js","sourceRoot":"","sources":["../../../../src/models/workflow-template/components/ComponentDataChangeRegistry.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ComponentDataRegistry.js","sourceRoot":"","sources":["../../../../src/models/workflow-template/components/ComponentDataRegistry.ts"],"names":[],"mappings":""}
|
|
@@ -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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FilterRegistry.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/entities/filters/FilterRegistry.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
File without changes
|
/package/dist/models/automations/condition/{ComponentOperand.d.ts → operands/ComponentOperand.d.ts}
RENAMED
|
File without changes
|
/package/dist/models/automations/condition/{ComponentOperand.js → operands/ComponentOperand.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/models/automations/condition/{DateTokenOperand.js → operands/DateTokenOperand.js}
RENAMED
|
File without changes
|
/package/dist/models/automations/condition/{NumberOperand.d.ts → operands/NumberOperand.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/models/automations/condition/{NumberOperandOneOf.js → operands/NumberOperandOneOf.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/models/automations/condition/{StringArrayOperand.js → operands/StringArrayOperand.js}
RENAMED
|
File without changes
|
/package/dist/models/automations/condition/{StringOperand.d.ts → operands/StringOperand.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|