@dynatrace-sdk/client-query 1.5.0 → 1.7.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/docs/DOCS.md CHANGED
@@ -17,7 +17,7 @@ import NpmLogo from '@site/static/img/npm-logo.png';
17
17
  </a>
18
18
  </div>
19
19
  <div class="col" style={{textAlign: 'right'}}>
20
- <a href="https://www.npmjs.com/package/@dynatrace-sdk/client-query/v/1.5.0">v1.5.0</a>
20
+ <a href="https://www.npmjs.com/package/@dynatrace-sdk/client-query/v/1.7.0">v1.7.0</a>
21
21
  </div>
22
22
  </div>
23
23
 
@@ -449,9 +449,10 @@ It is guaranteed that every field of every record will have a corresponding type
449
449
 
450
450
  #### Parameters
451
451
 
452
- | Name | Type | Description |
453
- | ---------------------------------------- | ----------------------------------------------------------------------------- | ------------------------------- |
454
- | config.requestToken<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The request-token of the query. |
452
+ | Name | Type | Description |
453
+ | ---------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------- |
454
+ | config.enrich | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | If set additional data will be available in the metadata section. |
455
+ | config.requestToken<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The request-token of the query. |
455
456
 
456
457
  #### Returns
457
458
 
@@ -969,7 +970,7 @@ The type of the node.
969
970
 
970
971
  <div class="padding-left--md">
971
972
 
972
- `Array` | `Binary` | `Boolean` | `Double` | `Duration` | `GeoPoint` | `IpAddress` | `Long` | `Record` | `String` | `Timeframe` | `Timestamp` | `Undefined`
973
+ `Array` | `Binary` | `Boolean` | `Double` | `Duration` | `GeoPoint` | `IpAddress` | `Long` | `Record` | `String` | `Timeframe` | `Timestamp` | `Uid` | `Undefined`
973
974
 
974
975
  </div>
975
976
 
@@ -1001,7 +1002,7 @@ The type of the autocomplete token.
1001
1002
 
1002
1003
  <div class="padding-left--md">
1003
1004
 
1004
- `Assignment` | `BooleanFalse` | `BooleanTrue` | `BraceClose` | `BraceOpen` | `BracketClose` | `BracketOpen` | `Colon` | `Comma` | `CommandName` | `Dot` | `EndComment` | `FunctionName` | `Indent` | `Linebreak` | `MetricKey` | `Null` | `Number` | `Operator` | `ParameterKey` | `ParameterValueScope` | `ParenthesisClose` | `ParenthesisOpen` | `Pipe` | `Quote` | `SimpleIdentifier` | `SingleQuote` | `Slash` | `Space` | `String` | `TimeUnit` | `TimeseriesAggregation` | `TimestampValue` | `TraversalHopCount` | `TraversalOperator` | `TraversalRelationName` | `Variable`
1005
+ `Assignment` | `BooleanFalse` | `BooleanTrue` | `BraceClose` | `BraceOpen` | `BracketClose` | `BracketOpen` | `Colon` | `Comma` | `CommandName` | `Dot` | `EndComment` | `FunctionName` | `Indent` | `Linebreak` | `MetricKey` | `Null` | `Number` | `Operator` | `ParameterKey` | `ParameterValueScope` | `ParenthesisClose` | `ParenthesisOpen` | `Pipe` | `Quote` | `SimpleIdentifier` | `SingleQuote` | `Slash` | `Space` | `String` | `TimeUnit` | `TimeseriesAggregation` | `TimestampValue` | `TraversalHopCount` | `TraversalOperator` | `TraversalRelationName` | `UidValue` | `Variable`
1005
1006
 
1006
1007
  </div>
1007
1008
 
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "dynagen": {
3
- "version": "0.12.3",
3
+ "version": "0.12.9",
4
4
  "generatedAt": "",
5
5
  "template": {
6
6
  "name": "@dynatrace-sdk/template-typescript-client",
7
- "version": "0.17.10"
7
+ "version": "0.18.5"
8
8
  },
9
9
  "featureFlags": {
10
10
  "typeguards": true
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "spec": {
14
14
  "title": "DQL Query",
15
- "version": "1.4.0",
15
+ "version": "1.6.0",
16
16
  "baseUrl": "/platform/storage/query/v1"
17
17
  }
18
18
  }