@spotto/contract 1.0.70-alpha.1 → 1.0.70-alpha.11
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/actions/[id]/index.d.ts +1 -0
- package/dist/actions/[id]/index.js +18 -0
- package/dist/actions/[id]/index.js.map +1 -0
- package/dist/actions/[id]/patch/index.d.ts +2 -0
- package/dist/actions/[id]/patch/index.js +19 -0
- package/dist/actions/[id]/patch/index.js.map +1 -0
- package/dist/actions/[id]/patch/request.d.ts +12 -0
- package/dist/actions/[id]/patch/request.js +3 -0
- package/dist/actions/[id]/patch/request.js.map +1 -0
- package/dist/actions/[id]/patch/response.d.ts +1 -0
- package/dist/actions/[id]/patch/response.js +3 -0
- package/dist/actions/[id]/patch/response.js.map +1 -0
- package/dist/actions/get/index.d.ts +2 -0
- package/dist/actions/get/index.js +19 -0
- package/dist/actions/get/index.js.map +1 -0
- package/dist/actions/get/query.d.ts +14 -0
- package/dist/actions/get/query.js +3 -0
- package/dist/actions/get/query.js.map +1 -0
- package/dist/actions/get/response.d.ts +25 -0
- package/dist/actions/get/response.js +3 -0
- package/dist/actions/get/response.js.map +1 -0
- package/dist/actions/index.d.ts +4 -0
- package/dist/actions/index.js +21 -0
- package/dist/actions/index.js.map +1 -0
- package/dist/actions/post/index.d.ts +2 -0
- package/dist/actions/post/index.js +19 -0
- package/dist/actions/post/index.js.map +1 -0
- package/dist/actions/post/request.d.ts +15 -0
- package/dist/actions/post/request.js +3 -0
- package/dist/actions/post/request.js.map +1 -0
- package/dist/actions/post/response.d.ts +1 -0
- package/dist/actions/post/response.js +3 -0
- package/dist/actions/post/response.js.map +1 -0
- package/dist/actions/shared.d.ts +51 -0
- package/dist/actions/shared.js +13 -0
- package/dist/actions/shared.js.map +1 -0
- package/dist/ai/expression/index.d.ts +2 -0
- package/dist/ai/expression/index.js +19 -0
- package/dist/ai/expression/index.js.map +1 -0
- package/dist/ai/expression/request.d.ts +27 -0
- package/dist/ai/expression/request.js +3 -0
- package/dist/ai/expression/request.js.map +1 -0
- package/dist/ai/expression/response.d.ts +23 -0
- package/dist/ai/expression/response.js +3 -0
- package/dist/ai/expression/response.js.map +1 -0
- package/dist/ai/index.d.ts +1 -0
- package/dist/ai/index.js +18 -0
- package/dist/ai/index.js.map +1 -0
- package/dist/assets/[id]/get.d.ts +9 -1
- package/dist/assets/[id]/patch/request.d.ts +5 -0
- package/dist/assets/get/query.d.ts +11 -4
- package/dist/assets/post/request.d.ts +2 -0
- package/dist/assets/post/request.js.map +1 -1
- package/dist/events/constants.d.ts +2 -1
- package/dist/events/constants.js +2 -0
- package/dist/events/constants.js.map +1 -1
- package/dist/events/get/response.d.ts +17 -1
- package/dist/fields/constants.d.ts +19 -0
- package/dist/fields/constants.js +15 -1
- package/dist/fields/constants.js.map +1 -1
- package/dist/forms/[id]/index.d.ts +1 -0
- package/dist/forms/[id]/index.js +18 -0
- package/dist/forms/[id]/index.js.map +1 -0
- package/dist/forms/[id]/patch/index.d.ts +2 -0
- package/dist/forms/[id]/patch/index.js +19 -0
- package/dist/forms/[id]/patch/index.js.map +1 -0
- package/dist/forms/[id]/patch/request.d.ts +14 -0
- package/dist/forms/[id]/patch/request.js +3 -0
- package/dist/forms/[id]/patch/request.js.map +1 -0
- package/dist/forms/[id]/patch/response.d.ts +1 -0
- package/dist/forms/[id]/patch/response.js +3 -0
- package/dist/forms/[id]/patch/response.js.map +1 -0
- package/dist/forms/constants.d.ts +19 -0
- package/dist/forms/constants.js +33 -0
- package/dist/forms/constants.js.map +1 -0
- package/dist/forms/get/index.d.ts +2 -0
- package/dist/forms/get/index.js +19 -0
- package/dist/forms/get/index.js.map +1 -0
- package/dist/forms/get/query.d.ts +18 -0
- package/dist/forms/get/query.js +3 -0
- package/dist/forms/get/query.js.map +1 -0
- package/dist/forms/get/response.d.ts +24 -0
- package/dist/forms/get/response.js +3 -0
- package/dist/forms/get/response.js.map +1 -0
- package/dist/forms/index.d.ts +6 -0
- package/dist/forms/index.js +23 -0
- package/dist/forms/index.js.map +1 -0
- package/dist/forms/post/index.d.ts +2 -0
- package/dist/forms/post/index.js +19 -0
- package/dist/forms/post/index.js.map +1 -0
- package/dist/forms/post/request.d.ts +10 -0
- package/dist/forms/post/request.js +3 -0
- package/dist/forms/post/request.js.map +1 -0
- package/dist/forms/post/response.d.ts +1 -0
- package/dist/forms/post/response.js +3 -0
- package/dist/forms/post/response.js.map +1 -0
- package/dist/forms/shared.d.ts +86 -0
- package/dist/forms/shared.js +3 -0
- package/dist/forms/shared.js.map +1 -0
- package/dist/forms/versions/index.d.ts +2 -0
- package/dist/forms/versions/index.js +19 -0
- package/dist/forms/versions/index.js.map +1 -0
- package/dist/forms/versions/path.d.ts +8 -0
- package/dist/forms/versions/path.js +3 -0
- package/dist/forms/versions/path.js.map +1 -0
- package/dist/forms/versions/response.d.ts +1 -0
- package/dist/forms/versions/response.js +3 -0
- package/dist/forms/versions/response.js.map +1 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/integrations/constants.d.ts +1 -0
- package/dist/integrations/oneblink/patch/request.d.ts +3 -2
- package/dist/integrations/oneblink/token.d.ts +2 -0
- package/dist/shared/attachments.d.ts +29 -0
- package/dist/shared/attachments.js +11 -0
- package/dist/shared/attachments.js.map +1 -0
- package/dist/shared/index.d.ts +2 -0
- package/dist/shared/index.js +2 -0
- package/dist/shared/index.js.map +1 -1
- package/dist/shared/readiness.d.ts +81 -0
- package/dist/shared/readiness.js +11 -0
- package/dist/shared/readiness.js.map +1 -0
- package/dist/submissions/[id]/index.d.ts +1 -0
- package/dist/submissions/[id]/index.js +18 -0
- package/dist/submissions/[id]/index.js.map +1 -0
- package/dist/submissions/[id]/void/post.d.ts +6 -0
- package/dist/submissions/[id]/void/post.js +3 -0
- package/dist/submissions/[id]/void/post.js.map +1 -0
- package/dist/submissions/constants.d.ts +14 -0
- package/dist/submissions/constants.js +21 -0
- package/dist/submissions/constants.js.map +1 -0
- package/dist/submissions/get/index.d.ts +2 -0
- package/dist/submissions/get/index.js +19 -0
- package/dist/submissions/get/index.js.map +1 -0
- package/dist/submissions/get/query.d.ts +14 -0
- package/dist/submissions/get/query.js +3 -0
- package/dist/submissions/get/query.js.map +1 -0
- package/dist/submissions/get/response.d.ts +6 -0
- package/dist/submissions/get/response.js +3 -0
- package/dist/submissions/get/response.js.map +1 -0
- package/dist/submissions/index.d.ts +6 -0
- package/dist/submissions/index.js +23 -0
- package/dist/submissions/index.js.map +1 -0
- package/dist/submissions/post/index.d.ts +2 -0
- package/dist/submissions/post/index.js +19 -0
- package/dist/submissions/post/index.js.map +1 -0
- package/dist/submissions/post/request.d.ts +17 -0
- package/dist/submissions/post/request.js +3 -0
- package/dist/submissions/post/request.js.map +1 -0
- package/dist/submissions/post/response.d.ts +22 -0
- package/dist/submissions/post/response.js +3 -0
- package/dist/submissions/post/response.js.map +1 -0
- package/dist/submissions/shared.d.ts +133 -0
- package/dist/submissions/shared.js +3 -0
- package/dist/submissions/shared.js.map +1 -0
- package/dist/submissions/uploads/[fileId]/get.d.ts +11 -0
- package/dist/submissions/uploads/[fileId]/get.js +3 -0
- package/dist/submissions/uploads/[fileId]/get.js.map +1 -0
- package/dist/submissions/uploads/[fileId]/index.d.ts +1 -0
- package/dist/submissions/uploads/[fileId]/index.js +18 -0
- package/dist/submissions/uploads/[fileId]/index.js.map +1 -0
- package/dist/submissions/uploads/index.d.ts +2 -0
- package/dist/submissions/uploads/index.js +19 -0
- package/dist/submissions/uploads/index.js.map +1 -0
- package/dist/submissions/uploads/post/index.d.ts +2 -0
- package/dist/submissions/uploads/post/index.js +19 -0
- package/dist/submissions/uploads/post/index.js.map +1 -0
- package/dist/submissions/uploads/post/request.d.ts +9 -0
- package/dist/submissions/uploads/post/request.js +3 -0
- package/dist/submissions/uploads/post/request.js.map +1 -0
- package/dist/submissions/uploads/post/response.d.ts +18 -0
- package/dist/submissions/uploads/post/response.js +3 -0
- package/dist/submissions/uploads/post/response.js.map +1 -0
- package/dist/types/[id]/get.d.ts +17 -2
- package/dist/types/[id]/patch/request.d.ts +16 -2
- package/dist/types/post/request.d.ts +16 -2
- package/dist/types/post/request.js.map +1 -1
- package/dist/users/current.d.ts +7 -0
- package/dist/users/home-layout/index.d.ts +3 -0
- package/dist/users/home-layout/index.js +20 -0
- package/dist/users/home-layout/index.js.map +1 -0
- package/dist/users/home-layout/request.d.ts +5 -0
- package/dist/users/home-layout/request.js +3 -0
- package/dist/users/home-layout/request.js.map +1 -0
- package/dist/users/home-layout/response.d.ts +5 -0
- package/dist/users/home-layout/response.js +3 -0
- package/dist/users/home-layout/response.js.map +1 -0
- package/dist/users/home-layout/shared.d.ts +64 -0
- package/dist/users/home-layout/shared.js +19 -0
- package/dist/users/home-layout/shared.js.map +1 -0
- package/dist/users/index.d.ts +1 -0
- package/dist/users/index.js +1 -0
- package/dist/users/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './patch';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./patch"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/actions/[id]/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAuB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./request"), exports);
|
|
18
|
+
__exportStar(require("./response"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/actions/[id]/patch/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAAyB;AACzB,6CAA0B"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ActionEffect, ActionEvent, ActionPresentation, ActionTargetEntity } from '../../shared';
|
|
2
|
+
/** `name` is immutable. `event: null` clears the custom history label. */
|
|
3
|
+
export interface UpdateActionRequest {
|
|
4
|
+
label?: string;
|
|
5
|
+
purpose?: string;
|
|
6
|
+
form?: string;
|
|
7
|
+
targetEntity?: ActionTargetEntity;
|
|
8
|
+
presentation?: ActionPresentation;
|
|
9
|
+
event?: ActionEvent | null;
|
|
10
|
+
/** Replaced wholesale; an empty array clears every effect. */
|
|
11
|
+
effects?: ActionEffect[];
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request.js","sourceRoot":"","sources":["../../../../src/actions/[id]/patch/request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { GetActionResponse as UpdateActionResponse } from '../../get/response';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"response.js","sourceRoot":"","sources":["../../../../src/actions/[id]/patch/response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./query"), exports);
|
|
18
|
+
__exportStar(require("./response"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/actions/get/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAuB;AACvB,6CAA0B"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { StandardSortFields, SortOrders } from '../../shared';
|
|
2
|
+
import { ActionTargetEntity } from '../shared';
|
|
3
|
+
export declare type ActionEmbedField = 'meta';
|
|
4
|
+
export interface GetActionsQuery {
|
|
5
|
+
page?: number;
|
|
6
|
+
limit?: number;
|
|
7
|
+
ids?: string[];
|
|
8
|
+
sort?: StandardSortFields;
|
|
9
|
+
sortOrder?: SortOrders;
|
|
10
|
+
embed?: Array<ActionEmbedField>;
|
|
11
|
+
/** Actions running the given form (exact form name). */
|
|
12
|
+
form?: string;
|
|
13
|
+
targetEntity?: ActionTargetEntity;
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query.js","sourceRoot":"","sources":["../../../src/actions/get/query.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { IEntityMeta } from '../../shared';
|
|
2
|
+
import { ActionEffect, ActionEvent, ActionPresentation, ActionTargetEntity } from '../shared';
|
|
3
|
+
import { GetActionsQuery } from './query';
|
|
4
|
+
export interface GetActionResponse {
|
|
5
|
+
id: string;
|
|
6
|
+
/** Immutable handle; referenced by type attachments and rule CTAs. */
|
|
7
|
+
name: string;
|
|
8
|
+
label: string;
|
|
9
|
+
/** Free-form semantic tag (e.g. INSPECTION, CAPTURE, AUDIT). */
|
|
10
|
+
purpose?: string;
|
|
11
|
+
/** Form name — resolved to the current version at run time. */
|
|
12
|
+
form: string;
|
|
13
|
+
targetEntity: ActionTargetEntity;
|
|
14
|
+
presentation: ActionPresentation;
|
|
15
|
+
/** Absent = the generic submission label on history events. */
|
|
16
|
+
event?: ActionEvent;
|
|
17
|
+
/** Run on submit in author order (§4.2); absent = none. */
|
|
18
|
+
effects?: ActionEffect[];
|
|
19
|
+
meta?: IEntityMeta;
|
|
20
|
+
}
|
|
21
|
+
export interface GetActionsResponse {
|
|
22
|
+
query: GetActionsQuery | null;
|
|
23
|
+
total: number;
|
|
24
|
+
items: GetActionResponse[];
|
|
25
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"response.js","sourceRoot":"","sources":["../../../src/actions/get/response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./shared"), exports);
|
|
18
|
+
__exportStar(require("./get"), exports);
|
|
19
|
+
__exportStar(require("./post"), exports);
|
|
20
|
+
__exportStar(require("./[id]"), exports);
|
|
21
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/actions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAwB;AACxB,wCAAqB;AACrB,yCAAsB;AACtB,yCAAsB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./request"), exports);
|
|
18
|
+
__exportStar(require("./response"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/actions/post/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAAyB;AACzB,6CAA0B"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ActionEffect, ActionEvent, ActionPresentation, ActionTargetEntity } from '../shared';
|
|
2
|
+
export interface PostActionRequest {
|
|
3
|
+
/** Immutable handle; referenced by type attachments and rule CTAs. */
|
|
4
|
+
name: string;
|
|
5
|
+
label: string;
|
|
6
|
+
purpose?: string;
|
|
7
|
+
/** Must name an existing, non-archived form. Required in v1. */
|
|
8
|
+
form: string;
|
|
9
|
+
targetEntity: ActionTargetEntity;
|
|
10
|
+
/** Defaults to { placement: ['entityDetailButton'] }. */
|
|
11
|
+
presentation?: ActionPresentation;
|
|
12
|
+
event?: ActionEvent;
|
|
13
|
+
/** Run on submit in author order; templates checked at save (§4.2). */
|
|
14
|
+
effects?: ActionEffect[];
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request.js","sourceRoot":"","sources":["../../../src/actions/post/request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { GetActionResponse as PostActionResponse } from '../get/response';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"response.js","sourceRoot":"","sources":["../../../src/actions/post/response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/** The kind of entity an action runs against. */
|
|
2
|
+
export declare type ActionTargetEntity = 'asset' | 'location';
|
|
3
|
+
/**
|
|
4
|
+
* Where the client surfaces the action. Asset-target actions appear per the
|
|
5
|
+
* type attachment; location-target actions appear on every location (v1).
|
|
6
|
+
* `entityListButton` also surfaces the action inline on each row of the entity
|
|
7
|
+
* list / tree, not just on the detail page.
|
|
8
|
+
*/
|
|
9
|
+
export declare type ActionPlacement = 'entityDetailButton' | 'overflowMenu' | 'entityListButton';
|
|
10
|
+
export interface ActionPresentation {
|
|
11
|
+
placement: ActionPlacement[];
|
|
12
|
+
icon?: string;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Display label stamped on the submission event (e.g. "INSPECTION_COMPLETED").
|
|
16
|
+
* Absent/null = the generic submission label. Never an event *type* — the
|
|
17
|
+
* stored type is always FormSubmitted.
|
|
18
|
+
*/
|
|
19
|
+
export interface ActionEvent {
|
|
20
|
+
label: string;
|
|
21
|
+
}
|
|
22
|
+
/** Severity of a raiseAlert effect — drives the client toast/result panel. */
|
|
23
|
+
export declare const ACTION_ALERT_LEVELS: readonly ["success", "info", "warning", "error"];
|
|
24
|
+
export declare type ActionAlertLevel = (typeof ACTION_ALERT_LEVELS)[number];
|
|
25
|
+
/** One SES call carries all of a sendMessage effect's recipients (§4.2). */
|
|
26
|
+
export declare const ACTION_EFFECT_MAX_RECIPIENTS = 50;
|
|
27
|
+
/**
|
|
28
|
+
* Raise a resolved message into the submit response and the stored
|
|
29
|
+
* submission — client toast + result panel (§4.2). There is no persistent
|
|
30
|
+
* notification store in v1.
|
|
31
|
+
*/
|
|
32
|
+
export interface ActionAlertEffect {
|
|
33
|
+
type: 'raiseAlert';
|
|
34
|
+
level: ActionAlertLevel;
|
|
35
|
+
/** Template; {Field} placeholders resolve over the submit env at run time. */
|
|
36
|
+
message: string;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Email via SES, sent post-commit best-effort (§4.2) — at most once per
|
|
40
|
+
* capture; interpolated values are HTML-escaped into the body at send time.
|
|
41
|
+
*/
|
|
42
|
+
export interface ActionMessageEffect {
|
|
43
|
+
type: 'sendMessage';
|
|
44
|
+
/** Static recipient addresses (v1), capped at ACTION_EFFECT_MAX_RECIPIENTS. */
|
|
45
|
+
to: string[];
|
|
46
|
+
/** Template, interpolated like message (an SES field — structurally header-safe). */
|
|
47
|
+
subject: string;
|
|
48
|
+
message: string;
|
|
49
|
+
}
|
|
50
|
+
export declare type ActionEffect = ActionAlertEffect | ActionMessageEffect;
|
|
51
|
+
export declare type ActionEffectType = ActionEffect['type'];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ACTION_EFFECT_MAX_RECIPIENTS = exports.ACTION_ALERT_LEVELS = void 0;
|
|
4
|
+
/** Severity of a raiseAlert effect — drives the client toast/result panel. */
|
|
5
|
+
exports.ACTION_ALERT_LEVELS = [
|
|
6
|
+
'success',
|
|
7
|
+
'info',
|
|
8
|
+
'warning',
|
|
9
|
+
'error',
|
|
10
|
+
];
|
|
11
|
+
/** One SES call carries all of a sendMessage effect's recipients (§4.2). */
|
|
12
|
+
exports.ACTION_EFFECT_MAX_RECIPIENTS = 50;
|
|
13
|
+
//# sourceMappingURL=shared.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shared.js","sourceRoot":"","sources":["../../src/actions/shared.ts"],"names":[],"mappings":";;;AA4BA,8EAA8E;AACjE,QAAA,mBAAmB,GAAG;IACjC,SAAS;IACT,MAAM;IACN,SAAS;IACT,OAAO;CACC,CAAA;AAIV,4EAA4E;AAC/D,QAAA,4BAA4B,GAAG,EAAE,CAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./request"), exports);
|
|
18
|
+
__exportStar(require("./response"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ai/expression/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAAyB;AACzB,6CAA0B"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { FieldDataType, FieldInputType, FieldSource } from '../../fields';
|
|
2
|
+
export declare type AiExpressionMode = 'readinessRule' | 'computedField';
|
|
3
|
+
export declare type AiExpressionProvider = 'openai' | 'anthropic';
|
|
4
|
+
/**
|
|
5
|
+
* A field the AI may reference, supplied inline by the client (which already
|
|
6
|
+
* holds the type's resolved fields). A trimmed view of `GetFieldResponse` — the
|
|
7
|
+
* server builds the preamble + validates against this, so the client never has
|
|
8
|
+
* to round-trip the schema.
|
|
9
|
+
*/
|
|
10
|
+
export interface AiExpressionField {
|
|
11
|
+
name: string;
|
|
12
|
+
dataType: FieldDataType;
|
|
13
|
+
inputType?: FieldInputType;
|
|
14
|
+
options?: string[];
|
|
15
|
+
label?: string;
|
|
16
|
+
source?: FieldSource;
|
|
17
|
+
}
|
|
18
|
+
export interface PostAiExpressionRequest {
|
|
19
|
+
/** Plain-language description of the rule / calculation. */
|
|
20
|
+
prompt: string;
|
|
21
|
+
/** Which kind of expression to produce. */
|
|
22
|
+
mode: AiExpressionMode;
|
|
23
|
+
/** The fields the expression may reference (the type's resolved fields). */
|
|
24
|
+
fields: AiExpressionField[];
|
|
25
|
+
/** Required for `computedField`: the field being computed (excluded from refs). */
|
|
26
|
+
fieldName?: string;
|
|
27
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request.js","sourceRoot":"","sources":["../../../src/ai/expression/request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export interface PostAiExpressionResponse {
|
|
2
|
+
/** true when a usable expression was produced (and validated, for readiness). */
|
|
3
|
+
ok: boolean;
|
|
4
|
+
/** The generated excelexp expression, or null when declined / unbuildable. */
|
|
5
|
+
expression: string | null;
|
|
6
|
+
/**
|
|
7
|
+
* readinessRule: the display text shown when the rule fires — house-style, with
|
|
8
|
+
* `{FieldName}` placeholders. null for computedField, and null on a decline.
|
|
9
|
+
*/
|
|
10
|
+
message: string | null;
|
|
11
|
+
/**
|
|
12
|
+
* readinessRule severity, set ONLY from explicit severity words in the prompt:
|
|
13
|
+
* 1 = amber, 2 = red. null when the prompt stated no severity (the author picks)
|
|
14
|
+
* or for computedField.
|
|
15
|
+
*/
|
|
16
|
+
level: 1 | 2 | null;
|
|
17
|
+
/** Author-facing explanation/caveat: why it declined, or a one-line caveat. */
|
|
18
|
+
note: string | null;
|
|
19
|
+
/** Server-side compiler findings (empty when the expression compiles cleanly). */
|
|
20
|
+
warnings: string[];
|
|
21
|
+
/** The model that answered. */
|
|
22
|
+
model: string;
|
|
23
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"response.js","sourceRoot":"","sources":["../../../src/ai/expression/response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './expression';
|
package/dist/ai/index.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./expression"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ai/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA4B"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type Point } from 'geojson';
|
|
2
2
|
import { IEmbeddedLabel } from '../../labels';
|
|
3
3
|
import { LocationStatus, LocationType } from '../../locations/constants';
|
|
4
|
-
import { IEntityMeta, IEmbeddedEntity } from '../../shared';
|
|
4
|
+
import { IEntityMeta, IEmbeddedEntity, IReadiness } from '../../shared';
|
|
5
5
|
import { IAssetTelemetry } from '../../telemetry';
|
|
6
6
|
import { IFieldValue } from '../../types';
|
|
7
7
|
export interface ILastLocation {
|
|
@@ -74,4 +74,12 @@ export interface GetAssetResponse {
|
|
|
74
74
|
homeLocationPath?: string;
|
|
75
75
|
readers?: IEmbeddedEntity[];
|
|
76
76
|
manifestIds?: string[];
|
|
77
|
+
typeKit?: boolean;
|
|
78
|
+
groupParentId?: string;
|
|
79
|
+
groupAncestors?: string[];
|
|
80
|
+
groupMember?: boolean;
|
|
81
|
+
groupChildCount?: number;
|
|
82
|
+
groupSatisfiesKit?: boolean;
|
|
83
|
+
readiness?: IReadiness;
|
|
84
|
+
timeSensitive?: boolean;
|
|
77
85
|
}
|
|
@@ -8,4 +8,9 @@ export interface UpdateAssetRequest {
|
|
|
8
8
|
fieldValues?: IFieldValueWithConstraints[];
|
|
9
9
|
homeLocationId?: string;
|
|
10
10
|
manifestIds?: string[];
|
|
11
|
+
/**
|
|
12
|
+
* Kit membership (G2G M2): a kit id joins/moves the asset under that kit,
|
|
13
|
+
* `null` leaves its current kit, omitted leaves membership unchanged.
|
|
14
|
+
*/
|
|
15
|
+
groupParentId?: string | null;
|
|
11
16
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { DateCondition, SearchableSortFields, SortOrders } from '../../shared';
|
|
1
|
+
import { DateCondition, ReadinessState, SearchableSortFields, SortOrders } from '../../shared';
|
|
2
2
|
import { LocationStatus } from '../../locations/constants';
|
|
3
3
|
export declare type AssetSearchField = 'name' | 'tagIds';
|
|
4
|
-
export declare type AssetEmbedField = 'meta' | 'tagIds' | 'candidateLocations' | 'telemetry' | 'readers';
|
|
5
|
-
export declare type AssetSortField = SearchableSortFields | 'battery';
|
|
4
|
+
export declare type AssetEmbedField = 'meta' | 'tagIds' | 'candidateLocations' | 'telemetry' | 'readers' | 'readiness';
|
|
5
|
+
export declare type AssetSortField = SearchableSortFields | 'battery' | 'ready';
|
|
6
6
|
export declare type AssetBatteryStatus = 'critical' | 'low' | 'ok';
|
|
7
7
|
declare type _CustomFieldsAssetFilterBase = {
|
|
8
8
|
id: string;
|
|
@@ -17,13 +17,17 @@ export declare type CustomFieldsAssetFilterNumberRange = _CustomFieldsAssetFilte
|
|
|
17
17
|
from: number;
|
|
18
18
|
to: number;
|
|
19
19
|
};
|
|
20
|
-
export declare type
|
|
20
|
+
export declare type CustomFieldsAssetFilterBoolean = _CustomFieldsAssetFilterBase & {
|
|
21
|
+
value: boolean;
|
|
22
|
+
};
|
|
23
|
+
export declare type CustomFieldsAssetFilter = CustomFieldsAssetFilterValue | CustomFieldsAssetFilterDateCondition | CustomFieldsAssetFilterNumberRange | CustomFieldsAssetFilterBoolean;
|
|
21
24
|
export declare type CustomFieldValues = {
|
|
22
25
|
values?: Array<CustomFieldsAssetFilterValue>;
|
|
23
26
|
integerRanges?: Array<CustomFieldsAssetFilterNumberRange>;
|
|
24
27
|
decimalRanges?: Array<CustomFieldsAssetFilterNumberRange>;
|
|
25
28
|
dateConditions?: Array<CustomFieldsAssetFilterDateCondition>;
|
|
26
29
|
dateTimeConditions?: Array<CustomFieldsAssetFilterDateCondition>;
|
|
30
|
+
booleanValues?: Array<CustomFieldsAssetFilterBoolean>;
|
|
27
31
|
};
|
|
28
32
|
export interface AssetFilters {
|
|
29
33
|
labels?: string[];
|
|
@@ -50,6 +54,9 @@ export interface AssetFilters {
|
|
|
50
54
|
supportsWith?: boolean;
|
|
51
55
|
withAsset?: boolean;
|
|
52
56
|
dispatched?: boolean;
|
|
57
|
+
timeSensitive?: boolean;
|
|
58
|
+
ready?: ReadinessState[];
|
|
59
|
+
hasReadyIssues?: boolean;
|
|
53
60
|
createdAt?: DateCondition[];
|
|
54
61
|
updatedAt?: DateCondition[];
|
|
55
62
|
lastSeen?: DateCondition[];
|
|
@@ -8,6 +8,8 @@ export interface PostAssetRequest {
|
|
|
8
8
|
fieldValues?: IFieldValueWithConstraints[];
|
|
9
9
|
homeLocationId?: string;
|
|
10
10
|
manifestIds?: string[];
|
|
11
|
+
/** Join a kit at creation — the direct parent kit's id (G2G M2). */
|
|
12
|
+
groupParentId?: string;
|
|
11
13
|
}
|
|
12
14
|
export declare type PostAssetsRequest = PostAssetRequest[];
|
|
13
15
|
export declare const testPostAssetRequest: PostAssetRequest;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"request.js","sourceRoot":"","sources":["../../../src/assets/post/request.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"request.js","sourceRoot":"","sources":["../../../src/assets/post/request.ts"],"names":[],"mappings":";;;AAiBA,QAAQ;AACK,QAAA,oBAAoB,GAAqB;IACpD,IAAI,EAAE,MAAM;IACZ,UAAU,EAAE,MAAM;IAClB,MAAM,EAAE,OAAO;CAChB,CAAA"}
|
|
@@ -4,6 +4,7 @@ export declare type AssetCrudEventType = 'AssetCreated' | 'AssetUpdated' | 'Asse
|
|
|
4
4
|
export declare type LocationCrudEventType = 'LocationCreated' | 'LocationUpdated' | 'LocationDeleted';
|
|
5
5
|
export declare type ReaderCrudEventType = 'ReaderCreated' | 'ReaderUpdated' | 'ReaderDeleted';
|
|
6
6
|
export declare type SnapshotCrudEventType = 'SnapshotCreated' | 'SnapshotDeleted';
|
|
7
|
+
export declare type FormEventType = 'FormSubmitted' | 'FormSubmissionVoided';
|
|
7
8
|
export declare type SlateEventType = 'ReaderArrived' | 'ReaderExited' | 'Arrived' | 'Moved' | 'Exited' | 'ReaderOnline' | 'ReaderOffline' | 'AssetDispatch';
|
|
8
|
-
export declare type EventType = SlateEventType | AssetCrudEventType | LocationCrudEventType | ReaderCrudEventType | SnapshotCrudEventType | 'UserSearch' | 'WorkflowActionExecuted';
|
|
9
|
+
export declare type EventType = SlateEventType | AssetCrudEventType | LocationCrudEventType | ReaderCrudEventType | SnapshotCrudEventType | FormEventType | 'UserSearch' | 'WorkflowActionExecuted';
|
|
9
10
|
export declare const EVENT_TYPES: EventType[];
|
package/dist/events/constants.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/events/constants.ts"],"names":[],"mappings":";;;AACa,QAAA,qBAAqB,GAA0B;IAC1D,MAAM;IACN,MAAM;IACN,OAAO;IACP,KAAK;IACL,MAAM;CACP,CAAA;
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/events/constants.ts"],"names":[],"mappings":";;;AACa,QAAA,qBAAqB,GAA0B;IAC1D,MAAM;IACN,MAAM;IACN,OAAO;IACP,KAAK;IACL,MAAM;CACP,CAAA;AAyCY,QAAA,WAAW,GAAgB;IACtC,eAAe;IACf,cAAc;IACd,SAAS;IACT,OAAO;IACP,QAAQ;IACR,cAAc;IACd,eAAe;IACf,eAAe;IACf,cAAc;IACd,cAAc;IACd,cAAc;IACd,iBAAiB;IACjB,iBAAiB;IACjB,iBAAiB;IACjB,eAAe;IACf,eAAe;IACf,eAAe;IACf,iBAAiB;IACjB,iBAAiB;IACjB,eAAe;IACf,sBAAsB;IACtB,YAAY;IACZ,wBAAwB;CACzB,CAAA"}
|
|
@@ -6,6 +6,7 @@ import { LocationType } from '../../locations/constants';
|
|
|
6
6
|
import { GetSnapshotResponse } from '../../snapshots';
|
|
7
7
|
import { ExecutedWorkflow } from '../../workflows';
|
|
8
8
|
import { GetAssetResponse } from '../../assets';
|
|
9
|
+
import { ISubmissionAssetEmbed, ISubmissionPayload, ISubmissionVoidPayload } from '../../submissions';
|
|
9
10
|
export interface EventLocation {
|
|
10
11
|
id?: string;
|
|
11
12
|
name?: string;
|
|
@@ -85,6 +86,21 @@ export interface IWorkflowActionExecutedEvent extends IBaseEvent {
|
|
|
85
86
|
type: 'WorkflowActionExecuted';
|
|
86
87
|
workflow: ExecutedWorkflow;
|
|
87
88
|
}
|
|
89
|
+
/** Exactly one of `asset`/`location` is present — the run's target (§4.4). */
|
|
90
|
+
export interface IFormSubmittedEvent extends IBaseEvent {
|
|
91
|
+
type: 'FormSubmitted';
|
|
92
|
+
asset?: ISubmissionAssetEmbed;
|
|
93
|
+
location?: IEmbeddedEntity;
|
|
94
|
+
user: IEmbeddedEntity;
|
|
95
|
+
submission: ISubmissionPayload;
|
|
96
|
+
}
|
|
97
|
+
export interface IFormSubmissionVoidedEvent extends IBaseEvent {
|
|
98
|
+
type: 'FormSubmissionVoided';
|
|
99
|
+
asset?: ISubmissionAssetEmbed;
|
|
100
|
+
location?: IEmbeddedEntity;
|
|
101
|
+
user: IEmbeddedEntity;
|
|
102
|
+
submission: ISubmissionVoidPayload;
|
|
103
|
+
}
|
|
88
104
|
export interface IArrivedEventAsset extends IEmbeddedEntity {
|
|
89
105
|
dispatch?: boolean;
|
|
90
106
|
userId?: string;
|
|
@@ -137,7 +153,7 @@ export interface IAssetDispatchEvent extends IBaseEvent {
|
|
|
137
153
|
location?: AssetEventLocation;
|
|
138
154
|
dispatchExpires: number;
|
|
139
155
|
}
|
|
140
|
-
export declare type GetEventResponse = IAssetCrudEvent | ILocationCrudEvent | IReaderCrudEvent | ISnapshotCrudEvent | IUserSearchEvent | IReaderArrivedEvent | IReaderExitedEvent | IArrivedEvent | IMovedEvent | IExitedEvent | IReaderOnlineEvent | IReaderOfflineEvent | IAssetDispatchEvent | IWorkflowActionExecutedEvent;
|
|
156
|
+
export declare type GetEventResponse = IAssetCrudEvent | ILocationCrudEvent | IReaderCrudEvent | ISnapshotCrudEvent | IUserSearchEvent | IReaderArrivedEvent | IReaderExitedEvent | IArrivedEvent | IMovedEvent | IExitedEvent | IReaderOnlineEvent | IReaderOfflineEvent | IAssetDispatchEvent | IWorkflowActionExecutedEvent | IFormSubmittedEvent | IFormSubmissionVoidedEvent;
|
|
141
157
|
export interface GetEventsResponse {
|
|
142
158
|
query: GetEventsQuery | null;
|
|
143
159
|
items: GetEventResponse[];
|