@coast/core-api-types 1.2.280 → 1.2.282

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.
@@ -1 +1,2 @@
1
+ "use strict";
1
2
  //# sourceMappingURL=WorkflowAutomationsEvent.js.map
@@ -2,6 +2,7 @@ import { ClearWorkflowTemplateReferenceAutomationActionCompensation } from './au
2
2
  import { ClearWorkflowTemplateReferenceAutomationConditionCompensation } from './automations/ClearWorkflowTemplateReferenceAutomationConditionCompensation';
3
3
  import { DisableAutomationCompensation } from './automations/DisableAutomationCompensation';
4
4
  import { ClearRelatedCardComponentReference } from './components/ClearRelatedCardComponentReference';
5
+ import { LimitSubformComponent } from './components/LimitSubformComponent';
5
6
  import { OmitReferencedInComponent } from './components/OmitReferencedInComponent';
6
7
  import { OmitRelatedCardLookupComponent } from './components/OmitRelatedCardLookupComponent';
7
- export type AnyCompensation = ClearRelatedCardComponentReference | ClearWorkflowTemplateReferenceAutomationActionCompensation | ClearWorkflowTemplateReferenceAutomationConditionCompensation | DisableAutomationCompensation | OmitReferencedInComponent | OmitRelatedCardLookupComponent;
8
+ export type AnyCompensation = ClearRelatedCardComponentReference | ClearWorkflowTemplateReferenceAutomationActionCompensation | ClearWorkflowTemplateReferenceAutomationConditionCompensation | DisableAutomationCompensation | LimitSubformComponent | OmitReferencedInComponent | OmitRelatedCardLookupComponent;
@@ -3,6 +3,7 @@ export declare enum CompensationType {
3
3
  CLEAR_AUTOMATION_CONDITION_WORKFLOW_TEMPLATE_REFERENCE = "CLEAR_AUTOMATION_CONDITION_WORKFLOW_TEMPLATE_REFERENCE",
4
4
  CLEAR_RELATED_CARD_COMPONENT_REFERENCE = "CLEAR_RELATED_CARD_COMPONENT_REFERENCE",
5
5
  DISABLE_AUTOMATION = "DISABLE_AUTOMATION",
6
+ LIMIT_SUBFORM_COMPONENT = "LIMIT_SUBFORM_COMPONENT",
6
7
  OMIT_REFERENCED_IN_COMPONENT = "OMIT_REFERENCED_IN_COMPONENT",
7
8
  OMIT_RELATED_CARD_LOOKUP_COMPONENT = "OMIT_RELATED_CARD_LOOKUP_COMPONENT"
8
9
  }
@@ -7,6 +7,7 @@ var CompensationType;
7
7
  CompensationType["CLEAR_AUTOMATION_CONDITION_WORKFLOW_TEMPLATE_REFERENCE"] = "CLEAR_AUTOMATION_CONDITION_WORKFLOW_TEMPLATE_REFERENCE";
8
8
  CompensationType["CLEAR_RELATED_CARD_COMPONENT_REFERENCE"] = "CLEAR_RELATED_CARD_COMPONENT_REFERENCE";
9
9
  CompensationType["DISABLE_AUTOMATION"] = "DISABLE_AUTOMATION";
10
+ CompensationType["LIMIT_SUBFORM_COMPONENT"] = "LIMIT_SUBFORM_COMPONENT";
10
11
  CompensationType["OMIT_REFERENCED_IN_COMPONENT"] = "OMIT_REFERENCED_IN_COMPONENT";
11
12
  CompensationType["OMIT_RELATED_CARD_LOOKUP_COMPONENT"] = "OMIT_RELATED_CARD_LOOKUP_COMPONENT";
12
13
  })(CompensationType || (exports.CompensationType = CompensationType = {}));
@@ -1 +1 @@
1
- {"version":3,"file":"CompensationType.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/compensations/CompensationType.ts"],"names":[],"mappings":";;;AACA,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IACxB,+HAA2G,CAAA;IAC3G,qIAAiH,CAAA;IACjH,qGAAiF,CAAA;IACjF,6DAAyC,CAAA;IACzC,iFAA6D,CAAA;IAC7D,6FAAyE,CAAA;AAC7E,CAAC,EAPW,gBAAgB,gCAAhB,gBAAgB,QAO3B"}
1
+ {"version":3,"file":"CompensationType.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/compensations/CompensationType.ts"],"names":[],"mappings":";;;AACA,IAAY,gBAQX;AARD,WAAY,gBAAgB;IACxB,+HAA2G,CAAA;IAC3G,qIAAiH,CAAA;IACjH,qGAAiF,CAAA;IACjF,6DAAyC,CAAA;IACzC,uEAAmD,CAAA;IACnD,iFAA6D,CAAA;IAC7D,6FAAyE,CAAA;AAC7E,CAAC,EARW,gBAAgB,gCAAhB,gBAAgB,QAQ3B"}
@@ -0,0 +1,7 @@
1
+ import { CompensationType } from '../CompensationType';
2
+ import { ComponentCompensation } from './ComponentCompensation';
3
+ export interface LimitSubformComponent extends ComponentCompensation {
4
+ type: CompensationType.LIMIT_SUBFORM_COMPONENT;
5
+ omittedCount: number;
6
+ limit: number;
7
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=LimitSubformComponent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LimitSubformComponent.js","sourceRoot":"","sources":["../../../../../src/models/workflow-app/compensations/components/LimitSubformComponent.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coast/core-api-types",
3
- "version": "1.2.280",
3
+ "version": "1.2.282",
4
4
  "description": "Facilitates the generation of core-api-types npm package",
5
5
  "exports": {
6
6
  "./*": {
@@ -23,8 +23,8 @@
23
23
  "author": "Coast Engineering",
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
- "@coast/core-types": "0.0.26",
27
- "@coast/core-utils": "0.0.9",
26
+ "@coast/core-types": "0.0.28",
27
+ "@coast/core-utils": "0.0.11",
28
28
  "@coast/schemas": "^4.0.0",
29
29
  "@coast/service-common": "^2.0.69",
30
30
  "@paradoxical-io/types": "^2.1.0",
@@ -47,9 +47,7 @@
47
47
  "clean:dist": "rm -rf dist tsconfig.tsbuildinfo",
48
48
  "generate": "tsx src/scripts/generateTypes.ts",
49
49
  "regenerate": "yarn clean:sources && yarn generate",
50
- "build": "yarn clean:dist && tsc",
51
- "strict:compile": "yarn run -T tsc-strict",
52
- "strict:update": "yarn run -T update-strict-comments"
50
+ "build": "yarn clean:dist && tsc"
53
51
  },
54
52
  "publishConfig": {
55
53
  "access": "public"