@dynatrace-sdk/client-classic-environment-v2 5.2.2 → 5.2.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.
Files changed (31) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/README.md +1 -1
  3. package/dynatrace-metadata.json +2 -2
  4. package/package.json +1 -1
  5. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module-attributes.d.ts +1 -1
  6. package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log-aggregation-result.d.ts +1 -1
  7. package/types/packages/client/classic-environment-v2/src/lib/models/chromium-startup-flags-dto-disable-features.d.ts +1 -1
  8. package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation-properties.d.ts +1 -1
  9. package/types/packages/client/classic-environment-v2/src/lib/models/entity-from-relationships.d.ts +1 -1
  10. package/types/packages/client/classic-environment-v2/src/lib/models/entity-to-relationships.d.ts +1 -1
  11. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-properties.d.ts +1 -1
  12. package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-dto-actions.d.ts +1 -1
  13. package/types/packages/client/classic-environment-v2/src/lib/models/extension-feature-sets-details.d.ts +1 -1
  14. package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto-feature-sets-details.d.ts +1 -1
  15. package/types/packages/client/classic-environment-v2/src/lib/models/item-metadata.d.ts +1 -1
  16. package/types/packages/client/classic-environment-v2/src/lib/models/log-record-additional-columns.d.ts +1 -1
  17. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-dimension-map.d.ts +1 -1
  18. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-node-names.d.ts +1 -1
  19. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition-metadata.d.ts +1 -1
  20. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-update-delete-dto-updates.d.ts +1 -1
  21. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-enums.d.ts +1 -1
  22. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-metadata.d.ts +1 -1
  23. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-properties.d.ts +1 -1
  24. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-table-columns.d.ts +1 -1
  25. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-types.d.ts +1 -1
  26. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type-properties.d.ts +1 -1
  27. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-constraint-dto-properties.d.ts +1 -1
  28. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto-properties.d.ts +1 -1
  29. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status-metadata.d.ts +1 -1
  30. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-metadata.d.ts +1 -1
  31. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-metadata.d.ts +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  @dynatrace-sdk/client-classic-environment-v2
4
4
 
5
+ ## 5.2.3
6
+
7
+ ### Patch Changes
8
+
9
+ - Revert: Fix redundant undefined or optional properties in model types. (APPDEV-7583) (APPDEV-16631)
10
+
5
11
  ## 5.2.2
6
12
 
7
13
  ### Patch Changes
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @dynatrace-sdk/client-classic-environment-v2
2
2
 
3
- [![npm](https://img.shields.io/badge/npm-v5.2.2-blue)](https://www.npmjs.com/package/@dynatrace-sdk/client-classic-environment-v2/v/5.2.2)
3
+ [![npm](https://img.shields.io/badge/npm-v5.2.3-blue)](https://www.npmjs.com/package/@dynatrace-sdk/client-classic-environment-v2/v/5.2.3)
4
4
  [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5
5
 
6
6
 
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "dynagen": {
3
- "version": "0.20.8",
3
+ "version": "0.20.10",
4
4
  "template": {
5
5
  "name": "@dynatrace-sdk/template-typescript-client",
6
- "version": "0.35.2"
6
+ "version": "0.35.3"
7
7
  },
8
8
  "featureFlags": {}
9
9
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynatrace-sdk/client-classic-environment-v2",
3
- "version": "5.2.2",
3
+ "version": "5.2.3",
4
4
  "description": "Client for the Dynatrace Environment API v2",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {
@@ -2,5 +2,5 @@
2
2
  * The attributes of the ActiveGate module.
3
3
  */
4
4
  export interface ActiveGateModuleAttributes {
5
- [propName: string]: string;
5
+ [propName: string]: string | undefined;
6
6
  }
@@ -2,5 +2,5 @@
2
2
  * Aggregated log records.
3
3
  */
4
4
  export interface AggregatedLogAggregationResult {
5
- [propName: string]: object;
5
+ [propName: string]: object | undefined;
6
6
  }
@@ -2,5 +2,5 @@
2
2
  * disable-features map
3
3
  */
4
4
  export interface ChromiumStartupFlagsDtoDisableFeatures {
5
- [propName: string]: boolean;
5
+ [propName: string]: boolean | undefined;
6
6
  }
@@ -2,5 +2,5 @@
2
2
  * The list of key-value pair properties that will be shown beneath the infographics of your custom device.
3
3
  */
4
4
  export interface CustomDeviceCreationProperties {
5
- [propName: string]: string;
5
+ [propName: string]: string | undefined;
6
6
  }
@@ -3,5 +3,5 @@ import { EntityId } from './entity-id';
3
3
  * A list of relationships where the entity occupies the FROM position.
4
4
  */
5
5
  export interface EntityFromRelationships {
6
- [propName: string]: EntityId[];
6
+ [propName: string]: EntityId[] | undefined;
7
7
  }
@@ -3,5 +3,5 @@ import { EntityId } from './entity-id';
3
3
  * A list of relationships where the entity occupies the TO position.
4
4
  */
5
5
  export interface EntityToRelationships {
6
- [propName: string]: EntityId[];
6
+ [propName: string]: EntityId[] | undefined;
7
7
  }
@@ -10,5 +10,5 @@
10
10
  * A maximum of 100 properties can be specified. A property key is allowed to contain up to 100 characters. A property value is allowed to contain up to 4096 characters.
11
11
  */
12
12
  export interface EventIngestProperties {
13
- [propName: string]: string;
13
+ [propName: string]: string | undefined;
14
14
  }
@@ -3,5 +3,5 @@ import { JsonNode } from './json-node';
3
3
  * Data Source defined action objects
4
4
  */
5
5
  export interface ExecuteActionsDtoActions {
6
- [propName: string]: JsonNode;
6
+ [propName: string]: JsonNode | undefined;
7
7
  }
@@ -3,5 +3,5 @@ import { FeatureSetDetails } from './feature-set-details';
3
3
  * Details of feature sets
4
4
  */
5
5
  export interface ExtensionFeatureSetsDetails {
6
- [propName: string]: FeatureSetDetails;
6
+ [propName: string]: FeatureSetDetails | undefined;
7
7
  }
@@ -3,5 +3,5 @@ import { FeatureSetDetails } from './feature-set-details';
3
3
  * Details of feature sets
4
4
  */
5
5
  export interface ExtensionUploadResponseDtoFeatureSetsDetails {
6
- [propName: string]: FeatureSetDetails;
6
+ [propName: string]: FeatureSetDetails | undefined;
7
7
  }
@@ -2,5 +2,5 @@
2
2
  * Metadata of the items.
3
3
  */
4
4
  export interface ItemMetadata {
5
- [propName: string]: string;
5
+ [propName: string]: string | undefined;
6
6
  }
@@ -2,5 +2,5 @@
2
2
  * Additional columns of the log record.
3
3
  */
4
4
  export interface LogRecordAdditionalColumns {
5
- [propName: string]: string[];
5
+ [propName: string]: string[] | undefined;
6
6
  }
@@ -1,3 +1,3 @@
1
1
  export interface MetricSeriesDimensionMap {
2
- [propName: string]: string;
2
+ [propName: string]: string | undefined;
3
3
  }
@@ -2,5 +2,5 @@
2
2
  * A mapping id to name of the nodes belonging to the location.
3
3
  */
4
4
  export interface PrivateSyntheticLocationNodeNames {
5
- [propName: string]: string;
5
+ [propName: string]: string | undefined;
6
6
  }
@@ -2,5 +2,5 @@
2
2
  * Metadata of the property.
3
3
  */
4
4
  export interface PropertyDefinitionMetadata {
5
- [propName: string]: string;
5
+ [propName: string]: string | undefined;
6
6
  }
@@ -7,5 +7,5 @@ import { TrackingLinkUpdate } from './tracking-link-update';
7
7
  * Keys must be valid remediation item IDs of the security problem, the associated value must contain the link to set for the item.
8
8
  */
9
9
  export interface RemediationItemsBulkUpdateDeleteDtoUpdates {
10
- [propName: string]: TrackingLinkUpdate;
10
+ [propName: string]: TrackingLinkUpdate | undefined;
11
11
  }
@@ -3,5 +3,5 @@ import { EnumType } from './enum-type';
3
3
  * A list of definitions of enum properties.
4
4
  */
5
5
  export interface SchemaDefinitionRestDtoEnums {
6
- [propName: string]: EnumType;
6
+ [propName: string]: EnumType | undefined;
7
7
  }
@@ -2,5 +2,5 @@
2
2
  * Metadata of the setting.
3
3
  */
4
4
  export interface SchemaDefinitionRestDtoMetadata {
5
- [propName: string]: string;
5
+ [propName: string]: string | undefined;
6
6
  }
@@ -3,5 +3,5 @@ import { PropertyDefinition } from './property-definition';
3
3
  * A list of schema's properties.
4
4
  */
5
5
  export interface SchemaDefinitionRestDtoProperties {
6
- [propName: string]: PropertyDefinition;
6
+ [propName: string]: PropertyDefinition | undefined;
7
7
  }
@@ -3,5 +3,5 @@ import { TableColumn } from './table-column';
3
3
  * Table column definitions for use in the ui.
4
4
  */
5
5
  export interface SchemaDefinitionRestDtoTableColumns {
6
- [propName: string]: TableColumn;
6
+ [propName: string]: TableColumn | undefined;
7
7
  }
@@ -5,5 +5,5 @@ import { SchemaType } from './schema-type';
5
5
  * A type is a complex property that contains its own set of subproperties.
6
6
  */
7
7
  export interface SchemaDefinitionRestDtoTypes {
8
- [propName: string]: SchemaType;
8
+ [propName: string]: SchemaType | undefined;
9
9
  }
@@ -3,5 +3,5 @@ import { PropertyDefinition } from './property-definition';
3
3
  * Definition of properties that can be persisted.
4
4
  */
5
5
  export interface SchemaTypeProperties {
6
- [propName: string]: PropertyDefinition;
6
+ [propName: string]: PropertyDefinition | undefined;
7
7
  }
@@ -2,5 +2,5 @@
2
2
  * The properties of the constraint.
3
3
  */
4
4
  export interface SyntheticMonitorConstraintDtoProperties {
5
- [propName: string]: string;
5
+ [propName: string]: string | undefined;
6
6
  }
@@ -2,5 +2,5 @@
2
2
  * The properties which apply to all requests in the step.
3
3
  */
4
4
  export interface SyntheticMultiProtocolMonitorStepDtoProperties {
5
- [propName: string]: string;
5
+ [propName: string]: string | undefined;
6
6
  }
@@ -2,5 +2,5 @@
2
2
  * String to string map of metadata properties for batch
3
3
  */
4
4
  export interface SyntheticOnDemandBatchStatusMetadata {
5
- [propName: string]: string;
5
+ [propName: string]: string | undefined;
6
6
  }
@@ -2,5 +2,5 @@
2
2
  * Metadata map for the execution batch.
3
3
  */
4
4
  export interface SyntheticOnDemandExecutionMetadata {
5
- [propName: string]: string;
5
+ [propName: string]: string | undefined;
6
6
  }
@@ -2,5 +2,5 @@
2
2
  * String to string map of metadata properties for execution
3
3
  */
4
4
  export interface SyntheticOnDemandExecutionRequestMetadata {
5
- [propName: string]: string;
5
+ [propName: string]: string | undefined;
6
6
  }