@dynatrace-sdk/client-automation
Advanced tools
Comparing version 4.11.0 to 4.11.1
@@ -5,2 +5,6 @@ # Automation | ||
## 4.11.1 | ||
Simplify typescript types | ||
## 4.11.0 | ||
@@ -7,0 +11,0 @@ |
{ | ||
"dynagen": { | ||
"version": "0.15.2", | ||
"version": "0.15.4", | ||
"generatedAt": "", | ||
@@ -12,5 +12,5 @@ "template": { | ||
"title": "Automation", | ||
"version": "1.1266.0", | ||
"version": "1.1365.0", | ||
"baseUrl": "/platform/automation/v1" | ||
} | ||
} |
{ | ||
"name": "@dynatrace-sdk/client-automation", | ||
"version": "4.11.0", | ||
"version": "4.11.1", | ||
"description": "Automation API allows working with workflows and various trigger options.", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -1,2 +0,1 @@ | ||
import { MaybeStringArray } from './maybe-string-array'; | ||
/** | ||
@@ -6,3 +5,3 @@ * Entity tags to match by key and (optional) values. For example {"foo": [], "bar": ["a", "b", "c"]} | ||
export interface EntityTags { | ||
[propName: string]: MaybeStringArray | undefined; | ||
[propName: string]: string | string[] | undefined; | ||
} |
import { EntityTags } from './entity-tags'; | ||
import * as _MaybeStringArrayTransformation from './maybe-string-array.transformation'; | ||
export interface AsJson { | ||
[propName: string]: _MaybeStringArrayTransformation.AsJson | undefined; | ||
[propName: string]: string | string[] | undefined; | ||
} | ||
export declare function fromJson($model: AsJson): EntityTags; | ||
export declare function toJson($model: EntityTags): AsJson; |
@@ -121,4 +121,2 @@ export * from './action-execution'; | ||
export * as _IntervalTriggerTypeTransformation from './interval-trigger-type.transformation'; | ||
export * from './maybe-string-array'; | ||
export * as _MaybeStringArrayTransformation from './maybe-string-array.transformation'; | ||
export * from './modification-info'; | ||
@@ -125,0 +123,0 @@ export * as _ModificationInfoTransformation from './modification-info.transformation'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1601520
380
33096