@coast/core-api-types 1.2.269 → 1.2.270

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 (15) hide show
  1. package/dist/models/workflow-template/components/data-formatters/EmailComponentDataFormatter.d.ts +2 -0
  2. package/dist/models/workflow-template/components/{ComponentDataFormatterUtils.js → data-formatters/EmailComponentDataFormatter.js} +1 -1
  3. package/dist/models/workflow-template/components/data-formatters/EmailComponentDataFormatter.js.map +1 -0
  4. package/dist/models/workflow-template/components/data-formatters/NumberComponentDataFormatter.d.ts +2 -0
  5. package/dist/models/workflow-template/components/data-formatters/NumberComponentDataFormatter.js +3 -0
  6. package/dist/models/workflow-template/components/data-formatters/NumberComponentDataFormatter.js.map +1 -0
  7. package/dist/models/workflow-template/components/data-formatters/RelatedCardComponentDataFormatter.d.ts +2 -0
  8. package/dist/models/workflow-template/components/data-formatters/RelatedCardComponentDataFormatter.js +3 -0
  9. package/dist/models/workflow-template/components/data-formatters/RelatedCardComponentDataFormatter.js.map +1 -0
  10. package/dist/models/workflow-template/components/data-formatters/TagComponentDataFormatter.d.ts +2 -0
  11. package/dist/models/workflow-template/components/data-formatters/TagComponentDataFormatter.js +3 -0
  12. package/dist/models/workflow-template/components/data-formatters/TagComponentDataFormatter.js.map +1 -0
  13. package/package.json +1 -1
  14. package/dist/models/workflow-template/components/ComponentDataFormatterUtils.d.ts +0 -2
  15. package/dist/models/workflow-template/components/ComponentDataFormatterUtils.js.map +0 -1
@@ -0,0 +1,2 @@
1
+ export interface EmailComponentDataFormatter {
2
+ }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ComponentDataFormatterUtils.js.map
3
+ //# sourceMappingURL=EmailComponentDataFormatter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmailComponentDataFormatter.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/data-formatters/EmailComponentDataFormatter.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export interface NumberComponentDataFormatter {
2
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=NumberComponentDataFormatter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NumberComponentDataFormatter.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/data-formatters/NumberComponentDataFormatter.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export interface RelatedCardComponentDataFormatter {
2
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=RelatedCardComponentDataFormatter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RelatedCardComponentDataFormatter.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/data-formatters/RelatedCardComponentDataFormatter.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export interface TagComponentDataFormatter {
2
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TagComponentDataFormatter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TagComponentDataFormatter.js","sourceRoot":"","sources":["../../../../../src/models/workflow-template/components/data-formatters/TagComponentDataFormatter.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coast/core-api-types",
3
- "version": "1.2.269",
3
+ "version": "1.2.270",
4
4
  "description": "Facilitates the generation of core-api-types npm package",
5
5
  "exports": {
6
6
  "./*": {
@@ -1,2 +0,0 @@
1
- export interface ComponentDataFormatterUtils {
2
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"ComponentDataFormatterUtils.js","sourceRoot":"","sources":["../../../../src/models/workflow-template/components/ComponentDataFormatterUtils.ts"],"names":[],"mappings":""}