@dynatrace-sdk/client-query 1.13.0 → 1.15.0
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 +11 -0
- package/README.md +3 -3
- package/cjs/index.js +137 -114
- package/dynatrace-metadata.json +3 -3
- package/esm/index.js +125 -91
- package/package.json +3 -2
- package/types/packages/client/query/src/lib/apis/query-assistance-api.d.ts +18 -0
- package/types/packages/client/query/src/lib/apis/query-execution-api.d.ts +23 -0
- package/types/packages/client/query/src/lib/error-envelopes/api-gateway-errors-handler.d.ts +2 -0
- package/types/packages/client/query/src/lib/error-envelopes/error-envelope-error.d.ts +1 -1
- package/types/packages/client/query/src/lib/error-envelopes/index.d.ts +2 -3
- package/types/packages/client/query/src/lib/error-envelopes/responses/insufficient-permission.d.ts +9 -0
- package/types/packages/client/query/src/lib/models/field-type-type.d.ts +1 -0
- package/types/packages/client/query/src/lib/models/token-type.d.ts +2 -1
- package/types/packages/{client/query/src/lib/error-envelopes → shared-errors/src}/api-client-error.d.ts +1 -1
- package/types/packages/shared-errors/src/api-gateway-error.d.ts +18 -0
- package/types/packages/{client/query/src/lib/error-envelopes → shared-errors/src}/client-request-error.d.ts +3 -2
- package/types/packages/shared-errors/src/index.d.ts +6 -0
- package/types/packages/shared-errors/src/sdk-error.d.ts +5 -0
- package/types/packages/shared-errors/src/types.d.ts +31 -0
- /package/types/packages/{client/query/src/lib/error-envelopes → shared-errors/src}/invalid-response-error.d.ts +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
@dynatrace-sdk/client-query
|
|
4
4
|
|
|
5
|
+
## 1.15.0
|
|
6
|
+
|
|
7
|
+
### Minor Changes
|
|
8
|
+
- Add new token type to the `TokenType` enum and new field type to the `FieldType` enum.
|
|
9
|
+
|
|
10
|
+
## 1.14.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- Introduced @dynatrace-sdk/shared-errors package and improved response errors handling.
|
|
15
|
+
|
|
5
16
|
## 1.13.0
|
|
6
17
|
|
|
7
18
|
### Features
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @dynatrace-sdk/client-query
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@dynatrace-sdk/client-query/v/1.15.0)
|
|
4
4
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
5
5
|
|
|
6
6
|
Exposes an API to fetch records stored in Grail
|
|
@@ -1203,7 +1203,7 @@ The type of the node.
|
|
|
1203
1203
|
|
|
1204
1204
|
<div class="padding-left--md">
|
|
1205
1205
|
|
|
1206
|
-
`Array` | `Binary` | `Boolean` | `Double` | `Duration` | `GeoPoint` | `IpAddress` | `Long` | `Record` | `String` | `Timeframe` | `Timestamp` | `Uid` | `Undefined`
|
|
1206
|
+
`Array` | `Binary` | `Boolean` | `Double` | `Duration` | `GeoPoint` | `IpAddress` | `Long` | `Record` | `SmartscapeId` | `String` | `Timeframe` | `Timestamp` | `Uid` | `Undefined`
|
|
1207
1207
|
|
|
1208
1208
|
</div>
|
|
1209
1209
|
|
|
@@ -1239,7 +1239,7 @@ The type of the autocomplete token.
|
|
|
1239
1239
|
|
|
1240
1240
|
<div class="padding-left--md">
|
|
1241
1241
|
|
|
1242
|
-
`Assignment` | `BooleanFalse` | `BooleanTrue` | `BraceClose` | `BraceOpen` | `BracketClose` | `BracketOpen` | `Colon` | `Comma` | `CommandName` | `DataObject` | `Dot` | `EndComment` | `EntityAttribute` | `EntitySelectorPart` | `EntityType` | `FieldModifier` | `FieldPattern` | `FunctionName` | `Indent` | `Linebreak` | `MetricKey` | `Null` | `Number` | `Operator` | `ParameterKey` | `ParameterValueScope` | `ParenthesisClose` | `ParenthesisOpen` | `ParsePattern` | `Pipe` | `Quote` | `SimpleIdentifier` | `SingleQuote` | `Slash` | `Space` | `String` | `TimeUnit` | `TimeseriesAggregation` | `TimeseriesAggregationExpression` | `TimestampValue` | `TraversalHopCount` | `TraversalOperator` | `TraversalRelationName` | `UidValue` | `Variable`
|
|
1242
|
+
`Assignment` | `BooleanFalse` | `BooleanTrue` | `BraceClose` | `BraceOpen` | `BracketClose` | `BracketOpen` | `Colon` | `Comma` | `CommandName` | `DataObject` | `Dot` | `EndComment` | `EntityAttribute` | `EntitySelectorPart` | `EntityType` | `FieldModifier` | `FieldPattern` | `FunctionName` | `Indent` | `Linebreak` | `MetricKey` | `Null` | `Number` | `Operator` | `ParameterKey` | `ParameterValueScope` | `ParenthesisClose` | `ParenthesisOpen` | `ParsePattern` | `Pipe` | `Quote` | `SimpleIdentifier` | `SingleQuote` | `Slash` | `SmartscapeIdValue` | `Space` | `String` | `TimeUnit` | `TimeseriesAggregation` | `TimeseriesAggregationExpression` | `TimestampValue` | `TraversalHopCount` | `TraversalOperator` | `TraversalRelationName` | `UidValue` | `Variable`
|
|
1243
1243
|
|
|
1244
1244
|
</div>
|
|
1245
1245
|
|