grexx-api 12.17.0 → 12.17.3

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.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OpenAPI = void 0;
4
4
  exports.OpenAPI = {
5
5
  BASE: 'https://name.grexx.today/api/v1',
6
- VERSION: '12.17.0',
6
+ VERSION: '12.17.3',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
@@ -22,6 +22,8 @@ export declare namespace AdditionalMetaColumn {
22
22
  CASE_META_ID = "caseMetaId",
23
23
  JOIN_DATASET1 = "joinDataset1",
24
24
  JOIN_DATASET2 = "joinDataset2",
25
+ GROUP_BY = "groupBy",
26
+ AGGREGATE = "aggregate",
25
27
  TESTING = "testing"
26
28
  }
27
29
  enum type {
@@ -19,6 +19,8 @@ var AdditionalMetaColumn;
19
19
  fieldtype["CASE_META_ID"] = "caseMetaId";
20
20
  fieldtype["JOIN_DATASET1"] = "joinDataset1";
21
21
  fieldtype["JOIN_DATASET2"] = "joinDataset2";
22
+ fieldtype["GROUP_BY"] = "groupBy";
23
+ fieldtype["AGGREGATE"] = "aggregate";
22
24
  fieldtype["TESTING"] = "testing";
23
25
  })(fieldtype = AdditionalMetaColumn.fieldtype || (AdditionalMetaColumn.fieldtype = {}));
24
26
  let type;
@@ -8,6 +8,5 @@ export declare enum FieldType {
8
8
  INLINETEMPLATE = "inlinetemplate",
9
9
  VALUE = "value",
10
10
  STATIC_PICKLIST_ITEM = "staticPicklistItem",
11
- TASKDATA = "taskdata",
12
11
  FORMFIELD = "formfield"
13
12
  }
@@ -16,6 +16,5 @@ var FieldType;
16
16
  FieldType["INLINETEMPLATE"] = "inlinetemplate";
17
17
  FieldType["VALUE"] = "value";
18
18
  FieldType["STATIC_PICKLIST_ITEM"] = "staticPicklistItem";
19
- FieldType["TASKDATA"] = "taskdata";
20
19
  FieldType["FORMFIELD"] = "formfield";
21
20
  })(FieldType || (exports.FieldType = FieldType = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grexx-api",
3
- "version": "12.17.0",
3
+ "version": "12.17.3",
4
4
  "description": "Grexx platform API javascript library",
5
5
  "main": "dist/generated/index.js",
6
6
  "types": "dist/generated/index.d.ts",