grexx-api 12.6.21 → 12.6.23
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/generated/core/OpenAPI.js +1 -1
- package/dist/generated/index.d.ts +0 -13
- package/dist/generated/models/AbstractRule.d.ts +1 -14
- package/package.json +1 -1
- package/typedoc.json +20 -2
- package/dist/generated/models/CatchBlock.d.ts +0 -1
- package/dist/generated/models/CatchBlock.js +0 -2
- package/dist/generated/models/CustomThrow.d.ts +0 -1
- package/dist/generated/models/CustomThrow.js +0 -2
- package/dist/generated/models/ForEach.d.ts +0 -1
- package/dist/generated/models/ForEach.js +0 -2
- package/dist/generated/models/FormAction.d.ts +0 -1
- package/dist/generated/models/FormAction.js +0 -2
- package/dist/generated/models/FormActionInlineJavascript.d.ts +0 -1
- package/dist/generated/models/FormActionInlineJavascript.js +0 -2
- package/dist/generated/models/IfThenElse.d.ts +0 -1
- package/dist/generated/models/IfThenElse.js +0 -2
- package/dist/generated/models/Mapping.d.ts +0 -1
- package/dist/generated/models/Mapping.js +0 -2
- package/dist/generated/models/ParallelBlock.d.ts +0 -1
- package/dist/generated/models/ParallelBlock.js +0 -2
- package/dist/generated/models/RequestContext.d.ts +0 -1
- package/dist/generated/models/RequestContext.js +0 -2
- package/dist/generated/models/RuleList.d.ts +0 -1
- package/dist/generated/models/RuleList.js +0 -2
- package/dist/generated/models/Trigger.d.ts +0 -1
- package/dist/generated/models/Trigger.js +0 -2
- package/dist/generated/models/TryBlock.d.ts +0 -1
- package/dist/generated/models/TryBlock.js +0 -2
- package/dist/generated/models/While.d.ts +0 -1
- package/dist/generated/models/While.js +0 -2
|
@@ -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.6.
|
|
6
|
+
VERSION: '12.6.23',
|
|
7
7
|
WITH_CREDENTIALS: false,
|
|
8
8
|
CREDENTIALS: 'include',
|
|
9
9
|
TOKEN: undefined,
|
|
@@ -18,22 +18,17 @@ export { BaseMessage } from './models/BaseMessage';
|
|
|
18
18
|
export type { CaseReference } from './models/CaseReference';
|
|
19
19
|
export type { CasetypeAttribute } from './models/CasetypeAttribute';
|
|
20
20
|
export type { CasetypeCss } from './models/CasetypeCss';
|
|
21
|
-
export type { CatchBlock } from './models/CatchBlock';
|
|
22
21
|
export { CatchPattern } from './models/CatchPattern';
|
|
23
22
|
export type { ColumnId } from './models/ColumnId';
|
|
24
23
|
export { ColumnIdentifier } from './models/ColumnIdentifier';
|
|
25
24
|
export type { ConditionList } from './models/ConditionList';
|
|
26
25
|
export { ConditionOperatorType } from './models/ConditionOperatorType';
|
|
27
|
-
export type { CustomThrow } from './models/CustomThrow';
|
|
28
26
|
export type { Dataset } from './models/Dataset';
|
|
29
27
|
export type { DatasetColumn } from './models/DatasetColumn';
|
|
30
28
|
export type { DatasetCondition } from './models/DatasetCondition';
|
|
31
29
|
export type { DatasetResult } from './models/DatasetResult';
|
|
32
30
|
export { FieldType } from './models/FieldType';
|
|
33
31
|
export type { FileUploadProfile } from './models/FileUploadProfile';
|
|
34
|
-
export type { ForEach } from './models/ForEach';
|
|
35
|
-
export type { FormAction } from './models/FormAction';
|
|
36
|
-
export type { FormActionInlineJavascript } from './models/FormActionInlineJavascript';
|
|
37
32
|
export type { FormField } from './models/FormField';
|
|
38
33
|
export { FormFieldConditionList } from './models/FormFieldConditionList';
|
|
39
34
|
export type { FormFieldNotCondition } from './models/FormFieldNotCondition';
|
|
@@ -41,27 +36,19 @@ export { FormFieldSimpleCondition } from './models/FormFieldSimpleCondition';
|
|
|
41
36
|
export type { FormGroup } from './models/FormGroup';
|
|
42
37
|
export type { GrexxComplexDatatype } from './models/GrexxComplexDatatype';
|
|
43
38
|
export type { HasRoleCondition } from './models/HasRoleCondition';
|
|
44
|
-
export type { IfThenElse } from './models/IfThenElse';
|
|
45
39
|
export type { Instant } from './models/Instant';
|
|
46
40
|
export { InterfaceConditionListType } from './models/InterfaceConditionListType';
|
|
47
|
-
export type { Mapping } from './models/Mapping';
|
|
48
41
|
export type { MapStringObject } from './models/MapStringObject';
|
|
49
42
|
export type { NotCondition } from './models/NotCondition';
|
|
50
|
-
export type { ParallelBlock } from './models/ParallelBlock';
|
|
51
43
|
export type { Picklist } from './models/Picklist';
|
|
52
44
|
export { PrimitiveType } from './models/PrimitiveType';
|
|
53
|
-
export type { RequestContext } from './models/RequestContext';
|
|
54
45
|
export { ReturnTypeFlags } from './models/ReturnTypeFlags';
|
|
55
|
-
export type { RuleList } from './models/RuleList';
|
|
56
46
|
export type { SimpleCondition } from './models/SimpleCondition';
|
|
57
47
|
export { SortConfigSearchCondition } from './models/SortConfigSearchCondition';
|
|
58
48
|
export { SortConfigSearchList } from './models/SortConfigSearchList';
|
|
59
49
|
export { SortConfigSort } from './models/SortConfigSort';
|
|
60
|
-
export type { Trigger } from './models/Trigger';
|
|
61
|
-
export type { TryBlock } from './models/TryBlock';
|
|
62
50
|
export type { UnversionedReference } from './models/UnversionedReference';
|
|
63
51
|
export type { UUID } from './models/UUID';
|
|
64
52
|
export type { VersionedReference } from './models/VersionedReference';
|
|
65
|
-
export type { While } from './models/While';
|
|
66
53
|
export { CaseService } from './services/CaseService';
|
|
67
54
|
export { PlatformService } from './services/PlatformService';
|
|
@@ -1,14 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import type { CustomThrow } from './CustomThrow';
|
|
3
|
-
import type { ForEach } from './ForEach';
|
|
4
|
-
import type { FormAction } from './FormAction';
|
|
5
|
-
import type { FormActionInlineJavascript } from './FormActionInlineJavascript';
|
|
6
|
-
import type { IfThenElse } from './IfThenElse';
|
|
7
|
-
import type { Mapping } from './Mapping';
|
|
8
|
-
import type { ParallelBlock } from './ParallelBlock';
|
|
9
|
-
import type { RequestContext } from './RequestContext';
|
|
10
|
-
import type { RuleList } from './RuleList';
|
|
11
|
-
import type { Trigger } from './Trigger';
|
|
12
|
-
import type { TryBlock } from './TryBlock';
|
|
13
|
-
import type { While } from './While';
|
|
14
|
-
export type AbstractRule = (CatchBlock | CustomThrow | ForEach | FormAction | FormActionInlineJavascript | IfThenElse | Mapping | ParallelBlock | RequestContext | RuleList | Trigger | TryBlock | While);
|
|
1
|
+
export type AbstractRule = Record<string, any>;
|
package/package.json
CHANGED
package/typedoc.json
CHANGED
|
@@ -11,9 +11,27 @@
|
|
|
11
11
|
"tsconfig": "tsconfig.json",
|
|
12
12
|
"plugin": ["typedoc-material-theme", "typedoc-plugin-rename-defaults", "typedoc-plugin-merge-modules"],
|
|
13
13
|
"themeColor": "#ffffff",
|
|
14
|
-
"excludeNotDocumented": true,
|
|
15
14
|
"excludeInternal": true,
|
|
16
15
|
"excludeReferences": true,
|
|
17
16
|
"includeVersion": true,
|
|
18
|
-
"
|
|
17
|
+
"excludeNotDocumented": true,
|
|
18
|
+
"excludeNotDocumentedKinds": [
|
|
19
|
+
"Module",
|
|
20
|
+
"Namespace",
|
|
21
|
+
"Enum",
|
|
22
|
+
"Variable",
|
|
23
|
+
"Function",
|
|
24
|
+
"Interface",
|
|
25
|
+
"Constructor",
|
|
26
|
+
"Property",
|
|
27
|
+
"Method",
|
|
28
|
+
"CallSignature",
|
|
29
|
+
"IndexSignature",
|
|
30
|
+
"ConstructorSignature",
|
|
31
|
+
"Accessor",
|
|
32
|
+
"GetSignature",
|
|
33
|
+
"SetSignature",
|
|
34
|
+
"TypeAlias",
|
|
35
|
+
"Reference"
|
|
36
|
+
]
|
|
19
37
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type CatchBlock = {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type CustomThrow = {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type ForEach = {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type FormAction = {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type FormActionInlineJavascript = {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type IfThenElse = {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type Mapping = {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type ParallelBlock = {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type RequestContext = {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type RuleList = {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type Trigger = {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type TryBlock = {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type While = {};
|