@dynatrace-sdk/client-query 1.17.0 → 1.18.1
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/CHANGELOG.md +22 -0
- package/README.md +5 -4
- package/cjs/index.js +451 -3357
- package/dynatrace-metadata.json +3 -3
- package/esm/index.js +189 -3104
- package/package.json +1 -1
- package/types/packages/client/query/src/lib/models/autocomplete-suggestion-part.d.ts +1 -1
- package/types/packages/client/query/src/lib/models/dql-terminal-node.d.ts +1 -1
- package/types/packages/client/query/src/lib/models/index.d.ts +0 -40
- package/types/packages/client/query/src/lib/models/metric-metadata.d.ts +4 -0
- package/types/packages/client/query/src/lib/models/token-type.d.ts +4 -0
- package/types/packages/client/query/src/lib/utils/transformations.d.ts +7 -0
- package/types/packages/client/query/src/lib/error-envelopes/error-serializer.d.ts +0 -3
- package/types/packages/client/query/src/lib/models/autocomplete-request.transformation.d.ts +0 -14
- package/types/packages/client/query/src/lib/models/autocomplete-response.transformation.d.ts +0 -11
- package/types/packages/client/query/src/lib/models/autocomplete-suggestion-part.transformation.d.ts +0 -12
- package/types/packages/client/query/src/lib/models/autocomplete-suggestion.transformation.d.ts +0 -11
- package/types/packages/client/query/src/lib/models/dql-alternative-node.transformation.d.ts +0 -9
- package/types/packages/client/query/src/lib/models/dql-container-node.transformation.d.ts +0 -10
- package/types/packages/client/query/src/lib/models/dql-node-node-type.transformation.d.ts +0 -5
- package/types/packages/client/query/src/lib/models/dql-node.transformation.d.ts +0 -17
- package/types/packages/client/query/src/lib/models/dql-terminal-node.transformation.d.ts +0 -12
- package/types/packages/client/query/src/lib/models/error-envelope.transformation.d.ts +0 -12
- package/types/packages/client/query/src/lib/models/error-response-details-constraint-violations-item.transformation.d.ts +0 -10
- package/types/packages/client/query/src/lib/models/error-response-details.transformation.d.ts +0 -21
- package/types/packages/client/query/src/lib/models/error-response.transformation.d.ts +0 -11
- package/types/packages/client/query/src/lib/models/execute-request.transformation.d.ts +0 -23
- package/types/packages/client/query/src/lib/models/field-type-type.transformation.d.ts +0 -5
- package/types/packages/client/query/src/lib/models/field-type.transformation.d.ts +0 -11
- package/types/packages/client/query/src/lib/models/filter-segment-variable-definition.transformation.d.ts +0 -9
- package/types/packages/client/query/src/lib/models/filter-segment.transformation.d.ts +0 -10
- package/types/packages/client/query/src/lib/models/filter-segments.transformation.d.ts +0 -6
- package/types/packages/client/query/src/lib/models/geo-point.transformation.d.ts +0 -9
- package/types/packages/client/query/src/lib/models/grail-metadata.transformation.d.ts +0 -22
- package/types/packages/client/query/src/lib/models/metadata-notification.transformation.d.ts +0 -15
- package/types/packages/client/query/src/lib/models/metadata.transformation.d.ts +0 -11
- package/types/packages/client/query/src/lib/models/metric-metadata.transformation.d.ts +0 -15
- package/types/packages/client/query/src/lib/models/parse-request.transformation.d.ts +0 -12
- package/types/packages/client/query/src/lib/models/position-info.transformation.d.ts +0 -10
- package/types/packages/client/query/src/lib/models/query-options.transformation.d.ts +0 -8
- package/types/packages/client/query/src/lib/models/query-poll-response.transformation.d.ts +0 -13
- package/types/packages/client/query/src/lib/models/query-result.transformation.d.ts +0 -13
- package/types/packages/client/query/src/lib/models/query-start-response.transformation.d.ts +0 -14
- package/types/packages/client/query/src/lib/models/query-state.transformation.d.ts +0 -5
- package/types/packages/client/query/src/lib/models/ranged-field-types-mappings.transformation.d.ts +0 -9
- package/types/packages/client/query/src/lib/models/ranged-field-types.transformation.d.ts +0 -10
- package/types/packages/client/query/src/lib/models/result-record-value.transformation.d.ts +0 -26
- package/types/packages/client/query/src/lib/models/result-record.transformation.d.ts +0 -9
- package/types/packages/client/query/src/lib/models/timeframe.transformation.d.ts +0 -9
- package/types/packages/client/query/src/lib/models/token-position.transformation.d.ts +0 -13
- package/types/packages/client/query/src/lib/models/token-type.transformation.d.ts +0 -5
- package/types/packages/client/query/src/lib/models/verify-request.transformation.d.ts +0 -13
- package/types/packages/client/query/src/lib/models/verify-response.transformation.d.ts +0 -11
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@ export interface AutocompleteSuggestionPart {
|
|
|
5
5
|
/**
|
|
6
6
|
* The type of the autocomplete token.
|
|
7
7
|
*/
|
|
8
|
-
type: 'SPACE' | 'LINEBREAK' | 'INDENT' | 'PIPE' | 'DOT' | 'COLON' | 'COMMA' | 'ASSIGNMENT' | 'BRACE_OPEN' | 'BRACE_CLOSE' | 'BRACKET_OPEN' | 'BRACKET_CLOSE' | 'PARENTHESIS_OPEN' | 'PARENTHESIS_CLOSE' | 'QUOTE' | 'SINGLE_QUOTE' | 'SLASH' | 'BOOLEAN_TRUE' | 'BOOLEAN_FALSE' | 'NULL' | 'COMMAND_NAME' | 'PARAMETER_KEY' | 'PARAMETER_VALUE_SCOPE' | 'FUNCTION_NAME' | 'TIMESERIES_AGGREGATION' | 'TIMESERIES_AGGREGATION_EXPRESSION' | 'OPERATOR' | 'TRAVERSAL_OPERATOR' | 'TRAVERSAL_RELATION_NAME' | 'TRAVERSAL_HOP_COUNT' | 'SIMPLE_IDENTIFIER' | 'DATA_OBJECT' | 'NUMBER' | 'STRING' | 'TIME_UNIT' | 'TIMESTAMP_VALUE' | 'METRIC_KEY' | 'VARIABLE' | 'END_COMMENT' | 'UID_VALUE' | 'PARSE_PATTERN' | 'FIELD_PATTERN' | 'ENTITY_SELECTOR_PART' | 'FIELD_MODIFIER' | 'ENTITY_TYPE' | 'ENTITY_ATTRIBUTE' | 'SMARTSCAPE_ID_VALUE';
|
|
8
|
+
type: 'SPACE' | 'LINEBREAK' | 'INDENT' | 'PIPE' | 'DOT' | 'COLON' | 'COMMA' | 'ASSIGNMENT' | 'BRACE_OPEN' | 'BRACE_CLOSE' | 'BRACKET_OPEN' | 'BRACKET_CLOSE' | 'PARENTHESIS_OPEN' | 'PARENTHESIS_CLOSE' | 'QUOTE' | 'SINGLE_QUOTE' | 'SLASH' | 'BOOLEAN_TRUE' | 'BOOLEAN_FALSE' | 'NULL' | 'COMMAND_NAME' | 'PARAMETER_KEY' | 'PARAMETER_VALUE_SCOPE' | 'FUNCTION_NAME' | 'TIMESERIES_AGGREGATION' | 'TIMESERIES_AGGREGATION_EXPRESSION' | 'OPERATOR' | 'SEARCH_OPERATOR' | 'TRAVERSAL_OPERATOR' | 'TRAVERSAL_RELATION_NAME' | 'TRAVERSAL_HOP_COUNT' | 'SIMPLE_IDENTIFIER' | 'DATA_OBJECT' | 'NUMBER' | 'STRING' | 'TIME_UNIT' | 'TIMESTAMP_VALUE' | 'METRIC_KEY' | 'VARIABLE' | 'END_COMMENT' | 'UID_VALUE' | 'PARSE_PATTERN' | 'FIELD_PATTERN' | 'SEARCH_PATTERN' | 'ENTITY_SELECTOR_PART' | 'SAVED_TABLE_NAME' | 'PARAMETER_MODIFIER' | 'FIELD_MODIFIER' | 'ENTITY_TYPE' | 'ENTITY_ATTRIBUTE' | 'SMARTSCAPE_ID_VALUE';
|
|
9
9
|
/**
|
|
10
10
|
* The type of the suggestion.
|
|
11
11
|
*/
|
|
@@ -6,7 +6,7 @@ export interface DQLTerminalNode extends DQLNode {
|
|
|
6
6
|
/**
|
|
7
7
|
* The type of the autocomplete token.
|
|
8
8
|
*/
|
|
9
|
-
type?: 'SPACE' | 'LINEBREAK' | 'INDENT' | 'PIPE' | 'DOT' | 'COLON' | 'COMMA' | 'ASSIGNMENT' | 'BRACE_OPEN' | 'BRACE_CLOSE' | 'BRACKET_OPEN' | 'BRACKET_CLOSE' | 'PARENTHESIS_OPEN' | 'PARENTHESIS_CLOSE' | 'QUOTE' | 'SINGLE_QUOTE' | 'SLASH' | 'BOOLEAN_TRUE' | 'BOOLEAN_FALSE' | 'NULL' | 'COMMAND_NAME' | 'PARAMETER_KEY' | 'PARAMETER_VALUE_SCOPE' | 'FUNCTION_NAME' | 'TIMESERIES_AGGREGATION' | 'TIMESERIES_AGGREGATION_EXPRESSION' | 'OPERATOR' | 'TRAVERSAL_OPERATOR' | 'TRAVERSAL_RELATION_NAME' | 'TRAVERSAL_HOP_COUNT' | 'SIMPLE_IDENTIFIER' | 'DATA_OBJECT' | 'NUMBER' | 'STRING' | 'TIME_UNIT' | 'TIMESTAMP_VALUE' | 'METRIC_KEY' | 'VARIABLE' | 'END_COMMENT' | 'UID_VALUE' | 'PARSE_PATTERN' | 'FIELD_PATTERN' | 'ENTITY_SELECTOR_PART' | 'FIELD_MODIFIER' | 'ENTITY_TYPE' | 'ENTITY_ATTRIBUTE' | 'SMARTSCAPE_ID_VALUE';
|
|
9
|
+
type?: 'SPACE' | 'LINEBREAK' | 'INDENT' | 'PIPE' | 'DOT' | 'COLON' | 'COMMA' | 'ASSIGNMENT' | 'BRACE_OPEN' | 'BRACE_CLOSE' | 'BRACKET_OPEN' | 'BRACKET_CLOSE' | 'PARENTHESIS_OPEN' | 'PARENTHESIS_CLOSE' | 'QUOTE' | 'SINGLE_QUOTE' | 'SLASH' | 'BOOLEAN_TRUE' | 'BOOLEAN_FALSE' | 'NULL' | 'COMMAND_NAME' | 'PARAMETER_KEY' | 'PARAMETER_VALUE_SCOPE' | 'FUNCTION_NAME' | 'TIMESERIES_AGGREGATION' | 'TIMESERIES_AGGREGATION_EXPRESSION' | 'OPERATOR' | 'SEARCH_OPERATOR' | 'TRAVERSAL_OPERATOR' | 'TRAVERSAL_RELATION_NAME' | 'TRAVERSAL_HOP_COUNT' | 'SIMPLE_IDENTIFIER' | 'DATA_OBJECT' | 'NUMBER' | 'STRING' | 'TIME_UNIT' | 'TIMESTAMP_VALUE' | 'METRIC_KEY' | 'VARIABLE' | 'END_COMMENT' | 'UID_VALUE' | 'PARSE_PATTERN' | 'FIELD_PATTERN' | 'SEARCH_PATTERN' | 'ENTITY_SELECTOR_PART' | 'SAVED_TABLE_NAME' | 'PARAMETER_MODIFIER' | 'FIELD_MODIFIER' | 'ENTITY_TYPE' | 'ENTITY_ATTRIBUTE' | 'SMARTSCAPE_ID_VALUE';
|
|
10
10
|
/**
|
|
11
11
|
* For optional items only: whether this node becomes mandatory when user order is used. True only for some optional 'ghost braces'
|
|
12
12
|
*/
|
|
@@ -1,80 +1,40 @@
|
|
|
1
1
|
export * from './autocomplete-request';
|
|
2
|
-
export * as _AutocompleteRequestTransformation from './autocomplete-request.transformation';
|
|
3
2
|
export * from './autocomplete-response';
|
|
4
|
-
export * as _AutocompleteResponseTransformation from './autocomplete-response.transformation';
|
|
5
3
|
export * from './autocomplete-suggestion';
|
|
6
|
-
export * as _AutocompleteSuggestionTransformation from './autocomplete-suggestion.transformation';
|
|
7
4
|
export * from './autocomplete-suggestion-part';
|
|
8
|
-
export * as _AutocompleteSuggestionPartTransformation from './autocomplete-suggestion-part.transformation';
|
|
9
5
|
export * from './dql-alternative-node';
|
|
10
|
-
export * as _DQLAlternativeNodeTransformation from './dql-alternative-node.transformation';
|
|
11
6
|
export * from './dql-container-node';
|
|
12
|
-
export * as _DQLContainerNodeTransformation from './dql-container-node.transformation';
|
|
13
7
|
export * from './dql-node';
|
|
14
|
-
export * as _DQLNodeTransformation from './dql-node.transformation';
|
|
15
8
|
export * from './dql-node-node-type';
|
|
16
|
-
export * as _DQLNodeNodeTypeTransformation from './dql-node-node-type.transformation';
|
|
17
9
|
export * from './dql-terminal-node';
|
|
18
|
-
export * as _DQLTerminalNodeTransformation from './dql-terminal-node.transformation';
|
|
19
10
|
export * from './error-envelope';
|
|
20
|
-
export * as _ErrorEnvelopeTransformation from './error-envelope.transformation';
|
|
21
11
|
export * from './error-response';
|
|
22
|
-
export * as _ErrorResponseTransformation from './error-response.transformation';
|
|
23
12
|
export * from './error-response-details';
|
|
24
|
-
export * as _ErrorResponseDetailsTransformation from './error-response-details.transformation';
|
|
25
13
|
export * from './error-response-details-constraint-violations-item';
|
|
26
|
-
export * as _ErrorResponseDetailsConstraintViolationsItemTransformation from './error-response-details-constraint-violations-item.transformation';
|
|
27
14
|
export * from './execute-request';
|
|
28
|
-
export * as _ExecuteRequestTransformation from './execute-request.transformation';
|
|
29
15
|
export * from './field-type';
|
|
30
|
-
export * as _FieldTypeTransformation from './field-type.transformation';
|
|
31
16
|
export * from './field-type-type';
|
|
32
|
-
export * as _FieldTypeTypeTransformation from './field-type-type.transformation';
|
|
33
17
|
export * from './filter-segment';
|
|
34
|
-
export * as _FilterSegmentTransformation from './filter-segment.transformation';
|
|
35
18
|
export * from './filter-segment-variable-definition';
|
|
36
|
-
export * as _FilterSegmentVariableDefinitionTransformation from './filter-segment-variable-definition.transformation';
|
|
37
19
|
export * from './filter-segments';
|
|
38
|
-
export * as _FilterSegmentsTransformation from './filter-segments.transformation';
|
|
39
20
|
export * from './geo-point';
|
|
40
|
-
export * as _GeoPointTransformation from './geo-point.transformation';
|
|
41
21
|
export * from './grail-metadata';
|
|
42
|
-
export * as _GrailMetadataTransformation from './grail-metadata.transformation';
|
|
43
22
|
export * from './metadata';
|
|
44
|
-
export * as _MetadataTransformation from './metadata.transformation';
|
|
45
23
|
export * from './metadata-notification';
|
|
46
|
-
export * as _MetadataNotificationTransformation from './metadata-notification.transformation';
|
|
47
24
|
export * from './metric-metadata';
|
|
48
|
-
export * as _MetricMetadataTransformation from './metric-metadata.transformation';
|
|
49
25
|
export * from './parse-request';
|
|
50
|
-
export * as _ParseRequestTransformation from './parse-request.transformation';
|
|
51
26
|
export * from './position-info';
|
|
52
|
-
export * as _PositionInfoTransformation from './position-info.transformation';
|
|
53
27
|
export * from './query-options';
|
|
54
|
-
export * as _QueryOptionsTransformation from './query-options.transformation';
|
|
55
28
|
export * from './query-poll-response';
|
|
56
|
-
export * as _QueryPollResponseTransformation from './query-poll-response.transformation';
|
|
57
29
|
export * from './query-result';
|
|
58
|
-
export * as _QueryResultTransformation from './query-result.transformation';
|
|
59
30
|
export * from './query-start-response';
|
|
60
|
-
export * as _QueryStartResponseTransformation from './query-start-response.transformation';
|
|
61
31
|
export * from './query-state';
|
|
62
|
-
export * as _QueryStateTransformation from './query-state.transformation';
|
|
63
32
|
export * from './ranged-field-types';
|
|
64
|
-
export * as _RangedFieldTypesTransformation from './ranged-field-types.transformation';
|
|
65
33
|
export * from './ranged-field-types-mappings';
|
|
66
|
-
export * as _RangedFieldTypesMappingsTransformation from './ranged-field-types-mappings.transformation';
|
|
67
34
|
export * from './result-record';
|
|
68
|
-
export * as _ResultRecordTransformation from './result-record.transformation';
|
|
69
35
|
export * from './result-record-value';
|
|
70
|
-
export * as _ResultRecordValueTransformation from './result-record-value.transformation';
|
|
71
36
|
export * from './timeframe';
|
|
72
|
-
export * as _TimeframeTransformation from './timeframe.transformation';
|
|
73
37
|
export * from './token-position';
|
|
74
|
-
export * as _TokenPositionTransformation from './token-position.transformation';
|
|
75
38
|
export * from './token-type';
|
|
76
|
-
export * as _TokenTypeTransformation from './token-type.transformation';
|
|
77
39
|
export * from './verify-request';
|
|
78
|
-
export * as _VerifyRequestTransformation from './verify-request.transformation';
|
|
79
40
|
export * from './verify-response';
|
|
80
|
-
export * as _VerifyResponseTransformation from './verify-response.transformation';
|
|
@@ -31,6 +31,7 @@ export declare enum TokenType {
|
|
|
31
31
|
TimeseriesAggregation = "TIMESERIES_AGGREGATION",
|
|
32
32
|
TimeseriesAggregationExpression = "TIMESERIES_AGGREGATION_EXPRESSION",
|
|
33
33
|
Operator = "OPERATOR",
|
|
34
|
+
SearchOperator = "SEARCH_OPERATOR",
|
|
34
35
|
TraversalOperator = "TRAVERSAL_OPERATOR",
|
|
35
36
|
TraversalRelationName = "TRAVERSAL_RELATION_NAME",
|
|
36
37
|
TraversalHopCount = "TRAVERSAL_HOP_COUNT",
|
|
@@ -46,7 +47,10 @@ export declare enum TokenType {
|
|
|
46
47
|
UidValue = "UID_VALUE",
|
|
47
48
|
ParsePattern = "PARSE_PATTERN",
|
|
48
49
|
FieldPattern = "FIELD_PATTERN",
|
|
50
|
+
SearchPattern = "SEARCH_PATTERN",
|
|
49
51
|
EntitySelectorPart = "ENTITY_SELECTOR_PART",
|
|
52
|
+
SavedTableName = "SAVED_TABLE_NAME",
|
|
53
|
+
ParameterModifier = "PARAMETER_MODIFIER",
|
|
50
54
|
FieldModifier = "FIELD_MODIFIER",
|
|
51
55
|
EntityType = "ENTITY_TYPE",
|
|
52
56
|
EntityAttribute = "ENTITY_ATTRIBUTE",
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type TransformRuleConfig = {
|
|
2
|
+
force?: boolean;
|
|
3
|
+
datetime?: boolean;
|
|
4
|
+
};
|
|
5
|
+
export declare function transformRequest<T = any>(object: T, keys: Array<string | [string, TransformRuleConfig]>): T;
|
|
6
|
+
export declare function transformResponse<T = any>(object: T, keys: Array<string | [string, TransformRuleConfig]>): T;
|
|
7
|
+
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { AutocompleteRequest } from './autocomplete-request';
|
|
2
|
-
import * as _QueryOptionsTransformation from './query-options.transformation';
|
|
3
|
-
export interface AsJson {
|
|
4
|
-
query: string;
|
|
5
|
-
cursorPosition?: number;
|
|
6
|
-
timezone?: string;
|
|
7
|
-
locale?: string;
|
|
8
|
-
maxDataSuggestions?: number;
|
|
9
|
-
queryOptions?: _QueryOptionsTransformation.AsJson;
|
|
10
|
-
}
|
|
11
|
-
export declare function isAutocompleteRequest(value: any): value is AutocompleteRequest;
|
|
12
|
-
export declare function isJson(value: any): value is AsJson;
|
|
13
|
-
export declare function fromJson($model: AsJson): AutocompleteRequest;
|
|
14
|
-
export declare function toJson($model: AutocompleteRequest): AsJson;
|
package/types/packages/client/query/src/lib/models/autocomplete-response.transformation.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { AutocompleteResponse } from './autocomplete-response';
|
|
2
|
-
import * as _AutocompleteSuggestionTransformation from './autocomplete-suggestion.transformation';
|
|
3
|
-
export interface AsJson {
|
|
4
|
-
optional: boolean;
|
|
5
|
-
suggestions: _AutocompleteSuggestionTransformation.AsJson[];
|
|
6
|
-
suggestedTtlSeconds?: number;
|
|
7
|
-
}
|
|
8
|
-
export declare function isAutocompleteResponse(value: any): value is AutocompleteResponse;
|
|
9
|
-
export declare function isJson(value: any): value is AsJson;
|
|
10
|
-
export declare function fromJson($model: AsJson): AutocompleteResponse;
|
|
11
|
-
export declare function toJson($model: AutocompleteResponse): AsJson;
|
package/types/packages/client/query/src/lib/models/autocomplete-suggestion-part.transformation.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { AutocompleteSuggestionPart } from './autocomplete-suggestion-part';
|
|
2
|
-
import * as _TokenTypeTransformation from './token-type.transformation';
|
|
3
|
-
export interface AsJson {
|
|
4
|
-
type: _TokenTypeTransformation.AsJson;
|
|
5
|
-
info?: string;
|
|
6
|
-
synopsis?: string;
|
|
7
|
-
suggestion: string;
|
|
8
|
-
}
|
|
9
|
-
export declare function isAutocompleteSuggestionPart(value: any): value is AutocompleteSuggestionPart;
|
|
10
|
-
export declare function isJson(value: any): value is AsJson;
|
|
11
|
-
export declare function fromJson($model: AsJson): AutocompleteSuggestionPart;
|
|
12
|
-
export declare function toJson($model: AutocompleteSuggestionPart): AsJson;
|
package/types/packages/client/query/src/lib/models/autocomplete-suggestion.transformation.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { AutocompleteSuggestion } from './autocomplete-suggestion';
|
|
2
|
-
import * as _AutocompleteSuggestionPartTransformation from './autocomplete-suggestion-part.transformation';
|
|
3
|
-
export interface AsJson {
|
|
4
|
-
parts: _AutocompleteSuggestionPartTransformation.AsJson[];
|
|
5
|
-
alreadyTypedCharacters: number;
|
|
6
|
-
suggestion: string;
|
|
7
|
-
}
|
|
8
|
-
export declare function isAutocompleteSuggestion(value: any): value is AutocompleteSuggestion;
|
|
9
|
-
export declare function isJson(value: any): value is AsJson;
|
|
10
|
-
export declare function fromJson($model: AsJson): AutocompleteSuggestion;
|
|
11
|
-
export declare function toJson($model: AutocompleteSuggestion): AsJson;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { DQLAlternativeNode } from './dql-alternative-node';
|
|
2
|
-
import * as _DQLNodeTransformation from './dql-node.transformation';
|
|
3
|
-
export interface AsJson extends _DQLNodeTransformation.AsJson {
|
|
4
|
-
alternatives?: object;
|
|
5
|
-
}
|
|
6
|
-
export declare function isDqlAlternativeNode(value: any): value is DQLAlternativeNode;
|
|
7
|
-
export declare function isJson(value: any): value is AsJson;
|
|
8
|
-
export declare function fromJson($model: AsJson): DQLAlternativeNode;
|
|
9
|
-
export declare function toJson($model: DQLAlternativeNode): AsJson;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DQLContainerNode } from './dql-container-node';
|
|
2
|
-
import * as _DQLNodeTransformation from './dql-node.transformation';
|
|
3
|
-
export interface AsJson extends _DQLNodeTransformation.AsJson {
|
|
4
|
-
type?: 'QUERY' | 'EXECUTION_BLOCK' | 'COMMAND' | 'COMMAND_SEPARATOR' | 'PARAMETER_WITH_KEY' | 'GROUP' | 'PARAMETERS' | 'PARAMETER_NAMING' | 'PARAMETER_ASSIGNMENT' | 'PARAMETER_SEPARATOR' | 'FUNCTION' | 'FUNCTION_PART' | 'EXPRESSION' | 'IDENTIFIER' | 'SOURCE_ID' | 'DURATION' | 'TIMESTAMP' | 'TIMEFRAME' | 'TRAVERSAL_PATH' | 'TRAVERSAL_STEP';
|
|
5
|
-
children?: _DQLNodeTransformation.AsJson[];
|
|
6
|
-
}
|
|
7
|
-
export declare function isDqlContainerNode(value: any): value is DQLContainerNode;
|
|
8
|
-
export declare function isJson(value: any): value is AsJson;
|
|
9
|
-
export declare function fromJson($model: AsJson): DQLContainerNode;
|
|
10
|
-
export declare function toJson($model: DQLContainerNode): AsJson;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export type AsJson = string;
|
|
2
|
-
export declare function isTerminalContainerAlternative(value: any): value is 'TERMINAL' | 'CONTAINER' | 'ALTERNATIVE';
|
|
3
|
-
export declare function isJson(value: any): value is AsJson;
|
|
4
|
-
export declare function fromJson($model: AsJson): 'TERMINAL' | 'CONTAINER' | 'ALTERNATIVE';
|
|
5
|
-
export declare function toJson($model: 'TERMINAL' | 'CONTAINER' | 'ALTERNATIVE'): AsJson;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { DQLAlternativeNode } from './dql-alternative-node';
|
|
2
|
-
import { DQLContainerNode } from './dql-container-node';
|
|
3
|
-
import { DQLNode } from './dql-node';
|
|
4
|
-
import * as _DQLNodeNodeTypeTransformation from './dql-node-node-type.transformation';
|
|
5
|
-
import { DQLTerminalNode } from './dql-terminal-node';
|
|
6
|
-
import * as _TokenPositionTransformation from './token-position.transformation';
|
|
7
|
-
export declare function isDqlTerminalNode($model: DQLNode): $model is DQLTerminalNode;
|
|
8
|
-
export declare function isDqlContainerNode($model: DQLNode): $model is DQLContainerNode;
|
|
9
|
-
export declare function isDqlAlternativeNode($model: DQLNode): $model is DQLAlternativeNode;
|
|
10
|
-
export interface AsJson {
|
|
11
|
-
nodeType: _DQLNodeNodeTypeTransformation.AsJson;
|
|
12
|
-
tokenPosition?: _TokenPositionTransformation.AsJson;
|
|
13
|
-
isOptional: boolean;
|
|
14
|
-
}
|
|
15
|
-
export declare function isJson(value: any): value is AsJson;
|
|
16
|
-
export declare function fromJson($model: AsJson, includeChildProps?: boolean): DQLNode;
|
|
17
|
-
export declare function toJson($model: DQLNode, includeChildProps?: boolean): AsJson;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as _DQLNodeTransformation from './dql-node.transformation';
|
|
2
|
-
import { DQLTerminalNode } from './dql-terminal-node';
|
|
3
|
-
import * as _TokenTypeTransformation from './token-type.transformation';
|
|
4
|
-
export interface AsJson extends _DQLNodeTransformation.AsJson {
|
|
5
|
-
type?: _TokenTypeTransformation.AsJson;
|
|
6
|
-
isMandatoryOnUserOrder?: boolean;
|
|
7
|
-
canonicalString?: string;
|
|
8
|
-
}
|
|
9
|
-
export declare function isDqlTerminalNode(value: any): value is DQLTerminalNode;
|
|
10
|
-
export declare function isJson(value: any): value is AsJson;
|
|
11
|
-
export declare function fromJson($model: AsJson): DQLTerminalNode;
|
|
12
|
-
export declare function toJson($model: DQLTerminalNode): AsJson;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { FormDataRequestBody, FormDataResponseBody } from '@dynatrace-sdk/http-client';
|
|
2
|
-
import { ErrorEnvelope } from './error-envelope';
|
|
3
|
-
import * as _ErrorResponseTransformation from './error-response.transformation';
|
|
4
|
-
export interface AsJson {
|
|
5
|
-
error: _ErrorResponseTransformation.AsJson;
|
|
6
|
-
}
|
|
7
|
-
export declare function isErrorEnvelope(value: any): value is ErrorEnvelope;
|
|
8
|
-
export declare function isJson(value: any): value is AsJson;
|
|
9
|
-
export declare function fromJson($model: AsJson): ErrorEnvelope;
|
|
10
|
-
export declare function toJson($model: ErrorEnvelope): AsJson;
|
|
11
|
-
export declare function fromFormData(formData: FormDataResponseBody): ErrorEnvelope;
|
|
12
|
-
export declare function toFormData($model: ErrorEnvelope): FormDataRequestBody;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ErrorResponseDetailsConstraintViolationsItem } from './error-response-details-constraint-violations-item';
|
|
2
|
-
export interface AsJson {
|
|
3
|
-
message: string;
|
|
4
|
-
parameterLocation?: string;
|
|
5
|
-
parameterDescriptor?: string;
|
|
6
|
-
}
|
|
7
|
-
export declare function isErrorResponseDetailsConstraintViolationsItem(value: any): value is ErrorResponseDetailsConstraintViolationsItem;
|
|
8
|
-
export declare function isJson(value: any): value is AsJson;
|
|
9
|
-
export declare function fromJson($model: AsJson): ErrorResponseDetailsConstraintViolationsItem;
|
|
10
|
-
export declare function toJson($model: ErrorResponseDetailsConstraintViolationsItem): AsJson;
|
package/types/packages/client/query/src/lib/models/error-response-details.transformation.d.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { ErrorResponseDetails } from './error-response-details';
|
|
2
|
-
import * as _ErrorResponseDetailsConstraintViolationsItemTransformation from './error-response-details-constraint-violations-item.transformation';
|
|
3
|
-
import * as _TokenPositionTransformation from './token-position.transformation';
|
|
4
|
-
export interface AsJson {
|
|
5
|
-
exceptionType?: string;
|
|
6
|
-
syntaxErrorPosition?: _TokenPositionTransformation.AsJson;
|
|
7
|
-
errorType?: string;
|
|
8
|
-
errorMessage?: string;
|
|
9
|
-
arguments?: string[];
|
|
10
|
-
queryString?: string;
|
|
11
|
-
errorMessageFormatSpecifierTypes?: string[];
|
|
12
|
-
errorMessageFormat?: string;
|
|
13
|
-
queryId?: string;
|
|
14
|
-
constraintViolations?: _ErrorResponseDetailsConstraintViolationsItemTransformation.AsJson[];
|
|
15
|
-
missingScopes?: string[];
|
|
16
|
-
missingPermissions?: string[];
|
|
17
|
-
}
|
|
18
|
-
export declare function isErrorResponseDetails(value: any): value is ErrorResponseDetails;
|
|
19
|
-
export declare function isJson(value: any): value is AsJson;
|
|
20
|
-
export declare function fromJson($model: AsJson): ErrorResponseDetails;
|
|
21
|
-
export declare function toJson($model: ErrorResponseDetails): AsJson;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ErrorResponse } from './error-response';
|
|
2
|
-
import * as _ErrorResponseDetailsTransformation from './error-response-details.transformation';
|
|
3
|
-
export interface AsJson {
|
|
4
|
-
message: string;
|
|
5
|
-
details?: _ErrorResponseDetailsTransformation.AsJson;
|
|
6
|
-
code: number;
|
|
7
|
-
}
|
|
8
|
-
export declare function isErrorResponse(value: any): value is ErrorResponse;
|
|
9
|
-
export declare function isJson(value: any): value is AsJson;
|
|
10
|
-
export declare function fromJson($model: AsJson): ErrorResponse;
|
|
11
|
-
export declare function toJson($model: ErrorResponse): AsJson;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { ExecuteRequest } from './execute-request';
|
|
2
|
-
import * as _FilterSegmentsTransformation from './filter-segments.transformation';
|
|
3
|
-
import * as _QueryOptionsTransformation from './query-options.transformation';
|
|
4
|
-
export interface AsJson {
|
|
5
|
-
query: string;
|
|
6
|
-
defaultTimeframeStart?: string;
|
|
7
|
-
defaultTimeframeEnd?: string;
|
|
8
|
-
timezone?: string;
|
|
9
|
-
locale?: string;
|
|
10
|
-
maxResultRecords?: number;
|
|
11
|
-
maxResultBytes?: number;
|
|
12
|
-
fetchTimeoutSeconds?: number;
|
|
13
|
-
requestTimeoutMilliseconds?: number;
|
|
14
|
-
enablePreview?: boolean;
|
|
15
|
-
defaultSamplingRatio?: number;
|
|
16
|
-
defaultScanLimitGbytes?: number;
|
|
17
|
-
queryOptions?: _QueryOptionsTransformation.AsJson;
|
|
18
|
-
filterSegments?: _FilterSegmentsTransformation.AsJson;
|
|
19
|
-
}
|
|
20
|
-
export declare function isExecuteRequest(value: any): value is ExecuteRequest;
|
|
21
|
-
export declare function isJson(value: any): value is AsJson;
|
|
22
|
-
export declare function fromJson($model: AsJson): ExecuteRequest;
|
|
23
|
-
export declare function toJson($model: ExecuteRequest): AsJson;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export type AsJson = string;
|
|
2
|
-
export declare function isBooleanStringDoubleLongTimestampTimeframeDurationBinaryIpAddressGeoPointArrayRecordUidSmartscapeIdUndefined(value: any): value is 'boolean' | 'string' | 'double' | 'long' | 'timestamp' | 'timeframe' | 'duration' | 'binary' | 'ip_address' | 'geo_point' | 'array' | 'record' | 'uid' | 'smartscape_id' | 'undefined';
|
|
3
|
-
export declare function isJson(value: any): value is AsJson;
|
|
4
|
-
export declare function fromJson($model: AsJson): 'boolean' | 'string' | 'double' | 'long' | 'timestamp' | 'timeframe' | 'duration' | 'binary' | 'ip_address' | 'geo_point' | 'array' | 'record' | 'uid' | 'smartscape_id' | 'undefined';
|
|
5
|
-
export declare function toJson($model: 'boolean' | 'string' | 'double' | 'long' | 'timestamp' | 'timeframe' | 'duration' | 'binary' | 'ip_address' | 'geo_point' | 'array' | 'record' | 'uid' | 'smartscape_id' | 'undefined'): AsJson;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { FieldType } from './field-type';
|
|
2
|
-
import * as _FieldTypeTypeTransformation from './field-type-type.transformation';
|
|
3
|
-
import * as _RangedFieldTypesTransformation from './ranged-field-types.transformation';
|
|
4
|
-
export interface AsJson {
|
|
5
|
-
type: _FieldTypeTypeTransformation.AsJson;
|
|
6
|
-
types?: _RangedFieldTypesTransformation.AsJson[];
|
|
7
|
-
}
|
|
8
|
-
export declare function isFieldType(value: any): value is FieldType;
|
|
9
|
-
export declare function isJson(value: any): value is AsJson;
|
|
10
|
-
export declare function fromJson($model: AsJson): FieldType;
|
|
11
|
-
export declare function toJson($model: FieldType): AsJson;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { FilterSegmentVariableDefinition } from './filter-segment-variable-definition';
|
|
2
|
-
export interface AsJson {
|
|
3
|
-
name: string;
|
|
4
|
-
values: string[];
|
|
5
|
-
}
|
|
6
|
-
export declare function isFilterSegmentVariableDefinition(value: any): value is FilterSegmentVariableDefinition;
|
|
7
|
-
export declare function isJson(value: any): value is AsJson;
|
|
8
|
-
export declare function fromJson($model: AsJson): FilterSegmentVariableDefinition;
|
|
9
|
-
export declare function toJson($model: FilterSegmentVariableDefinition): AsJson;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { FilterSegment } from './filter-segment';
|
|
2
|
-
import * as _FilterSegmentVariableDefinitionTransformation from './filter-segment-variable-definition.transformation';
|
|
3
|
-
export interface AsJson {
|
|
4
|
-
id: string;
|
|
5
|
-
variables?: _FilterSegmentVariableDefinitionTransformation.AsJson[];
|
|
6
|
-
}
|
|
7
|
-
export declare function isFilterSegment(value: any): value is FilterSegment;
|
|
8
|
-
export declare function isJson(value: any): value is AsJson;
|
|
9
|
-
export declare function fromJson($model: AsJson): FilterSegment;
|
|
10
|
-
export declare function toJson($model: FilterSegment): AsJson;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as _FilterSegmentTransformation from './filter-segment.transformation';
|
|
2
|
-
import { FilterSegments } from './filter-segments';
|
|
3
|
-
export interface AsJson extends Array<_FilterSegmentTransformation.AsJson> {
|
|
4
|
-
}
|
|
5
|
-
export declare function fromJson($model: AsJson): FilterSegments;
|
|
6
|
-
export declare function toJson($model: FilterSegments): AsJson;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { GeoPoint } from './geo-point';
|
|
2
|
-
export interface AsJson {
|
|
3
|
-
latitude: number;
|
|
4
|
-
longitude: number;
|
|
5
|
-
}
|
|
6
|
-
export declare function isGeoPoint(value: any): value is GeoPoint;
|
|
7
|
-
export declare function isJson(value: any): value is AsJson;
|
|
8
|
-
export declare function fromJson($model: AsJson): GeoPoint;
|
|
9
|
-
export declare function toJson($model: GeoPoint): AsJson;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { GrailMetadata } from './grail-metadata';
|
|
2
|
-
import * as _MetadataNotificationTransformation from './metadata-notification.transformation';
|
|
3
|
-
import * as _TimeframeTransformation from './timeframe.transformation';
|
|
4
|
-
export interface AsJson {
|
|
5
|
-
canonicalQuery?: string;
|
|
6
|
-
timezone?: string;
|
|
7
|
-
query?: string;
|
|
8
|
-
scannedRecords?: number;
|
|
9
|
-
dqlVersion?: string;
|
|
10
|
-
scannedBytes?: number;
|
|
11
|
-
scannedDataPoints?: number;
|
|
12
|
-
analysisTimeframe?: _TimeframeTransformation.AsJson;
|
|
13
|
-
locale?: string;
|
|
14
|
-
executionTimeMilliseconds?: number;
|
|
15
|
-
notifications?: _MetadataNotificationTransformation.AsJson[];
|
|
16
|
-
queryId?: string;
|
|
17
|
-
sampled?: boolean;
|
|
18
|
-
}
|
|
19
|
-
export declare function isGrailMetadata(value: any): value is GrailMetadata;
|
|
20
|
-
export declare function isJson(value: any): value is AsJson;
|
|
21
|
-
export declare function fromJson($model: AsJson): GrailMetadata;
|
|
22
|
-
export declare function toJson($model: GrailMetadata): AsJson;
|
package/types/packages/client/query/src/lib/models/metadata-notification.transformation.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { MetadataNotification } from './metadata-notification';
|
|
2
|
-
import * as _TokenPositionTransformation from './token-position.transformation';
|
|
3
|
-
export interface AsJson {
|
|
4
|
-
severity?: string;
|
|
5
|
-
messageFormat?: string;
|
|
6
|
-
syntaxPosition?: _TokenPositionTransformation.AsJson;
|
|
7
|
-
messageFormatSpecifierTypes?: string[];
|
|
8
|
-
arguments?: string[];
|
|
9
|
-
notificationType?: string;
|
|
10
|
-
message?: string;
|
|
11
|
-
}
|
|
12
|
-
export declare function isMetadataNotification(value: any): value is MetadataNotification;
|
|
13
|
-
export declare function isJson(value: any): value is AsJson;
|
|
14
|
-
export declare function fromJson($model: AsJson): MetadataNotification;
|
|
15
|
-
export declare function toJson($model: MetadataNotification): AsJson;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as _GrailMetadataTransformation from './grail-metadata.transformation';
|
|
2
|
-
import { Metadata } from './metadata';
|
|
3
|
-
import * as _MetricMetadataTransformation from './metric-metadata.transformation';
|
|
4
|
-
export interface AsJson {
|
|
5
|
-
grail?: _GrailMetadataTransformation.AsJson;
|
|
6
|
-
metrics?: _MetricMetadataTransformation.AsJson[];
|
|
7
|
-
}
|
|
8
|
-
export declare function isMetadata(value: any): value is Metadata;
|
|
9
|
-
export declare function isJson(value: any): value is AsJson;
|
|
10
|
-
export declare function fromJson($model: AsJson): Metadata;
|
|
11
|
-
export declare function toJson($model: Metadata): AsJson;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { MetricMetadata } from './metric-metadata';
|
|
2
|
-
export interface AsJson {
|
|
3
|
-
'metric.key'?: string;
|
|
4
|
-
displayName?: string;
|
|
5
|
-
description?: string;
|
|
6
|
-
unit?: string;
|
|
7
|
-
fieldName?: string;
|
|
8
|
-
rollup?: string;
|
|
9
|
-
rate?: string;
|
|
10
|
-
shifted?: boolean;
|
|
11
|
-
}
|
|
12
|
-
export declare function isMetricMetadata(value: any): value is MetricMetadata;
|
|
13
|
-
export declare function isJson(value: any): value is AsJson;
|
|
14
|
-
export declare function fromJson($model: AsJson): MetricMetadata;
|
|
15
|
-
export declare function toJson($model: MetricMetadata): AsJson;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ParseRequest } from './parse-request';
|
|
2
|
-
import * as _QueryOptionsTransformation from './query-options.transformation';
|
|
3
|
-
export interface AsJson {
|
|
4
|
-
query: string;
|
|
5
|
-
timezone?: string;
|
|
6
|
-
locale?: string;
|
|
7
|
-
queryOptions?: _QueryOptionsTransformation.AsJson;
|
|
8
|
-
}
|
|
9
|
-
export declare function isParseRequest(value: any): value is ParseRequest;
|
|
10
|
-
export declare function isJson(value: any): value is AsJson;
|
|
11
|
-
export declare function fromJson($model: AsJson): ParseRequest;
|
|
12
|
-
export declare function toJson($model: ParseRequest): AsJson;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PositionInfo } from './position-info';
|
|
2
|
-
export interface AsJson {
|
|
3
|
-
column: number;
|
|
4
|
-
index: number;
|
|
5
|
-
line: number;
|
|
6
|
-
}
|
|
7
|
-
export declare function isPositionInfo(value: any): value is PositionInfo;
|
|
8
|
-
export declare function isJson(value: any): value is AsJson;
|
|
9
|
-
export declare function fromJson($model: AsJson): PositionInfo;
|
|
10
|
-
export declare function toJson($model: PositionInfo): AsJson;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { QueryOptions } from './query-options';
|
|
2
|
-
export interface AsJson {
|
|
3
|
-
[propName: string]: string | undefined;
|
|
4
|
-
}
|
|
5
|
-
export declare function isQueryOptions(value: any): value is QueryOptions;
|
|
6
|
-
export declare function isJson(value: any): value is AsJson;
|
|
7
|
-
export declare function fromJson($model: AsJson): QueryOptions;
|
|
8
|
-
export declare function toJson($model: QueryOptions): AsJson;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { QueryPollResponse } from './query-poll-response';
|
|
2
|
-
import * as _QueryResultTransformation from './query-result.transformation';
|
|
3
|
-
import * as _QueryStateTransformation from './query-state.transformation';
|
|
4
|
-
export interface AsJson {
|
|
5
|
-
result?: _QueryResultTransformation.AsJson;
|
|
6
|
-
ttlSeconds?: number;
|
|
7
|
-
progress?: number;
|
|
8
|
-
state: _QueryStateTransformation.AsJson;
|
|
9
|
-
}
|
|
10
|
-
export declare function isQueryPollResponse(value: any): value is QueryPollResponse;
|
|
11
|
-
export declare function isJson(value: any): value is AsJson;
|
|
12
|
-
export declare function fromJson($model: AsJson): QueryPollResponse;
|
|
13
|
-
export declare function toJson($model: QueryPollResponse): AsJson;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as _MetadataTransformation from './metadata.transformation';
|
|
2
|
-
import { QueryResult } from './query-result';
|
|
3
|
-
import * as _RangedFieldTypesTransformation from './ranged-field-types.transformation';
|
|
4
|
-
import * as _ResultRecordTransformation from './result-record.transformation';
|
|
5
|
-
export interface AsJson {
|
|
6
|
-
records: (_ResultRecordTransformation.AsJson | null)[];
|
|
7
|
-
metadata: _MetadataTransformation.AsJson;
|
|
8
|
-
types: _RangedFieldTypesTransformation.AsJson[];
|
|
9
|
-
}
|
|
10
|
-
export declare function isQueryResult(value: any): value is QueryResult;
|
|
11
|
-
export declare function isJson(value: any): value is AsJson;
|
|
12
|
-
export declare function fromJson($model: AsJson): QueryResult;
|
|
13
|
-
export declare function toJson($model: QueryResult): AsJson;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as _QueryResultTransformation from './query-result.transformation';
|
|
2
|
-
import { QueryStartResponse } from './query-start-response';
|
|
3
|
-
import * as _QueryStateTransformation from './query-state.transformation';
|
|
4
|
-
export interface AsJson {
|
|
5
|
-
result?: _QueryResultTransformation.AsJson;
|
|
6
|
-
ttlSeconds?: number;
|
|
7
|
-
progress?: number;
|
|
8
|
-
requestToken?: string;
|
|
9
|
-
state: _QueryStateTransformation.AsJson;
|
|
10
|
-
}
|
|
11
|
-
export declare function isQueryStartResponse(value: any): value is QueryStartResponse;
|
|
12
|
-
export declare function isJson(value: any): value is AsJson;
|
|
13
|
-
export declare function fromJson($model: AsJson): QueryStartResponse;
|
|
14
|
-
export declare function toJson($model: QueryStartResponse): AsJson;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export type AsJson = string;
|
|
2
|
-
export declare function isNotStartedRunningSucceededResultGoneCancelledFailed(value: any): value is 'NOT_STARTED' | 'RUNNING' | 'SUCCEEDED' | 'RESULT_GONE' | 'CANCELLED' | 'FAILED';
|
|
3
|
-
export declare function isJson(value: any): value is AsJson;
|
|
4
|
-
export declare function fromJson($model: AsJson): 'NOT_STARTED' | 'RUNNING' | 'SUCCEEDED' | 'RESULT_GONE' | 'CANCELLED' | 'FAILED';
|
|
5
|
-
export declare function toJson($model: 'NOT_STARTED' | 'RUNNING' | 'SUCCEEDED' | 'RESULT_GONE' | 'CANCELLED' | 'FAILED'): AsJson;
|
package/types/packages/client/query/src/lib/models/ranged-field-types-mappings.transformation.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as _FieldTypeTransformation from './field-type.transformation';
|
|
2
|
-
import { RangedFieldTypesMappings } from './ranged-field-types-mappings';
|
|
3
|
-
export interface AsJson {
|
|
4
|
-
[propName: string]: _FieldTypeTransformation.AsJson | undefined;
|
|
5
|
-
}
|
|
6
|
-
export declare function isRangedFieldTypesMappings(value: any): value is RangedFieldTypesMappings;
|
|
7
|
-
export declare function isJson(value: any): value is AsJson;
|
|
8
|
-
export declare function fromJson($model: AsJson): RangedFieldTypesMappings;
|
|
9
|
-
export declare function toJson($model: RangedFieldTypesMappings): AsJson;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { RangedFieldTypes } from './ranged-field-types';
|
|
2
|
-
import * as _RangedFieldTypesMappingsTransformation from './ranged-field-types-mappings.transformation';
|
|
3
|
-
export interface AsJson {
|
|
4
|
-
mappings: _RangedFieldTypesMappingsTransformation.AsJson;
|
|
5
|
-
indexRange?: number[];
|
|
6
|
-
}
|
|
7
|
-
export declare function isRangedFieldTypes(value: any): value is RangedFieldTypes;
|
|
8
|
-
export declare function isJson(value: any): value is AsJson;
|
|
9
|
-
export declare function fromJson($model: AsJson): RangedFieldTypes;
|
|
10
|
-
export declare function toJson($model: RangedFieldTypes): AsJson;
|