@coast/core-api-types 1.2.115 → 1.2.116

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coast/core-api-types",
3
- "version": "1.2.115",
3
+ "version": "1.2.116",
4
4
  "description": "Facilitates the generation of core-api-types npm package",
5
5
  "exports": {
6
6
  "./*": {
@@ -1,3 +0,0 @@
1
- import { ListWorkflowEntities } from './ListWorkflowEntities';
2
- export interface CountWorkflowEntities extends Omit<ListWorkflowEntities, 'offset' | 'limit' | 'sortByComponents'> {
3
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=CountWorkflowEntities.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CountWorkflowEntities.js","sourceRoot":"","sources":["../../../../src/models/workflow-template/entities/CountWorkflowEntities.ts"],"names":[],"mappings":""}
@@ -1,4 +0,0 @@
1
- import { UserId } from '../../user/UserId';
2
- export interface CountWorkflowEntitiesContext {
3
- currentUserId: UserId;
4
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=CountWorkflowEntitiesContext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CountWorkflowEntitiesContext.js","sourceRoot":"","sources":["../../../../src/models/workflow-template/entities/CountWorkflowEntitiesContext.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- export interface CountWorkflowEntitiesResult {
2
- totalResults: number;
3
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=CountWorkflowEntitiesResult.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CountWorkflowEntitiesResult.js","sourceRoot":"","sources":["../../../../src/models/workflow-template/entities/CountWorkflowEntitiesResult.ts"],"names":[],"mappings":""}