@coast/core-api-types 1.2.248 → 1.2.250

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.
@@ -5,6 +5,7 @@ export interface ListUsers extends OffsetPaginatedRequest {
5
5
  businessId?: BusinessId;
6
6
  ids?: number[];
7
7
  name?: string;
8
+ includeDeactivated?: boolean;
8
9
  isActive?: boolean;
9
10
  isDeactivated?: boolean;
10
11
  excludeSystemUsers?: boolean;
@@ -0,0 +1,3 @@
1
+ export interface ListWorkflowEntitiesRestQuery {
2
+ ids: string[];
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ListWorkflowEntitiesRestQuery.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListWorkflowEntitiesRestQuery.js","sourceRoot":"","sources":["../../../src/models/workflow-entity/ListWorkflowEntitiesRestQuery.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coast/core-api-types",
3
- "version": "1.2.248",
3
+ "version": "1.2.250",
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.2",
27
- "@coast/core-utils": "0.0.2",
26
+ "@coast/core-types": "0.0.4",
27
+ "@coast/core-utils": "0.0.5",
28
28
  "@coast/schemas": "^4.0.0",
29
29
  "@paradoxical-io/types": "^2.1.0",
30
30
  "@types/json-schema": "^7.0.15",