New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dynatrace-sdk/client-automation

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynatrace-sdk/client-automation - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

types/packages/http-client/src/lib/platform/decode-form-data.d.ts

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Automation

## 3.1.1
### Patch Changes
- Fix broken links in the readme file.
## 3.1.0

@@ -7,0 +13,0 @@

2

package.json
{
"name": "@dynatrace-sdk/client-automation",
"version": "3.1.0",
"version": "3.1.1",
"description": "Automation API allows working with workflows and various trigger options.",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

import { ActionExecutionState } from './action-execution-state';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): ActionExecutionState;
export declare function toJson($model: ActionExecutionState): AsJson;
import { CronTriggerType } from './cron-trigger-type';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): CronTriggerType;
export declare function toJson($model: CronTriggerType): AsJson;
import { DavisEventNameMatch } from './davis-event-name-match';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): DavisEventNameMatch;
export declare function toJson($model: DavisEventNameMatch): AsJson;
import { DavisEventTriggerConfigType } from './davis-event-trigger-config-type';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): DavisEventTriggerConfigType;
export declare function toJson($model: DavisEventTriggerConfigType): AsJson;
import { DavisProblemTriggerConfigType } from './davis-problem-trigger-config-type';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): DavisProblemTriggerConfigType;
export declare function toJson($model: DavisProblemTriggerConfigType): AsJson;
import { EntityTagsMatch } from './entity-tags-match';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): EntityTagsMatch;
export declare function toJson($model: EntityTagsMatch): AsJson;
import { EventLogState } from './event-log-state';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): EventLogState;
export declare function toJson($model: EventLogState): AsJson;
import { EventQueryTriggerConfigType } from './event-query-trigger-config-type';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): EventQueryTriggerConfigType;
export declare function toJson($model: EventQueryTriggerConfigType): AsJson;

@@ -8,2 +8,2 @@ import { DavisEventTriggerConfig } from '../models/davis-event-trigger-config';

*/
export declare type EventTriggerConfig = EventQueryTriggerConfig | DavisProblemTriggerConfig | DavisEventTriggerConfig;
export type EventTriggerConfig = EventQueryTriggerConfig | DavisProblemTriggerConfig | DavisEventTriggerConfig;

@@ -5,4 +5,4 @@ import * as _DavisEventTriggerConfigTransformation from '../models/davis-event-trigger-config.transformation';

import { EventTriggerConfig } from './event-trigger-config';
export declare type AsJson = _EventQueryTriggerConfigTransformation.AsJson | _DavisProblemTriggerConfigTransformation.AsJson | _DavisEventTriggerConfigTransformation.AsJson;
export type AsJson = _EventQueryTriggerConfigTransformation.AsJson | _DavisProblemTriggerConfigTransformation.AsJson | _DavisEventTriggerConfigTransformation.AsJson;
export declare function fromJson($model: AsJson): any;
export declare function toJson($model: EventTriggerConfig): any;
import { EventType } from './event-type';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): EventType;
export declare function toJson($model: EventType): AsJson;
import { ExecutionState } from './execution-state';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): ExecutionState;
export declare function toJson($model: ExecutionState): AsJson;
import { FixedOffsetRulePreviewRequestRuleType } from './fixed-offset-rule-preview-request-rule-type';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): FixedOffsetRulePreviewRequestRuleType;
export declare function toJson($model: FixedOffsetRulePreviewRequestRuleType): AsJson;
import { GetWorkflowsQueryOwnerType } from './get-workflows-query-owner-type';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): GetWorkflowsQueryOwnerType;
export declare function toJson($model: GetWorkflowsQueryOwnerType): AsJson;
import { GroupingRulePreviewRequestRuleType } from './grouping-rule-preview-request-rule-type';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): GroupingRulePreviewRequestRuleType;
export declare function toJson($model: GroupingRulePreviewRequestRuleType): AsJson;
import { IntervalTriggerType } from './interval-trigger-type';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): IntervalTriggerType;
export declare function toJson($model: IntervalTriggerType): AsJson;

@@ -5,2 +5,2 @@ /**

*/
export declare type MaybeStringArray = string | string[];
export type MaybeStringArray = string | string[];
import { MaybeStringArray } from './maybe-string-array';
export declare type AsJson = string | string[];
export type AsJson = string | string[];
export declare function fromJson($model: AsJson): any;
export declare function toJson($model: MaybeStringArray): any;
import { PatchedRuleRequestRuleType } from './patched-rule-request-rule-type';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): PatchedRuleRequestRuleType;
export declare function toJson($model: PatchedRuleRequestRuleType): AsJson;
import { PatchedWorkflowRequestOwnerType } from './patched-workflow-request-owner-type';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): PatchedWorkflowRequestOwnerType;
export declare function toJson($model: PatchedWorkflowRequestOwnerType): AsJson;
import { RRuleBydayItem } from './r-rule-byday-item';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): RRuleBydayItem;
export declare function toJson($model: RRuleBydayItem): AsJson;
import { RRuleByworkday } from './r-rule-byworkday';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): RRuleByworkday;
export declare function toJson($model: RRuleByworkday): AsJson;
import { RRuleFreq } from './r-rule-freq';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): RRuleFreq;
export declare function toJson($model: RRuleFreq): AsJson;
import { RRulePreviewRequestRuleType } from './r-rule-preview-request-rule-type';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): RRulePreviewRequestRuleType;
export declare function toJson($model: RRulePreviewRequestRuleType): AsJson;
import { RRuleWkst } from './r-rule-wkst';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): RRuleWkst;
export declare function toJson($model: RRuleWkst): AsJson;
import { RelativeOffsetRuleDirection } from './relative-offset-rule-direction';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): RelativeOffsetRuleDirection;
export declare function toJson($model: RelativeOffsetRuleDirection): AsJson;
import { RelativeOffsetRulePreviewRequestRuleType } from './relative-offset-rule-preview-request-rule-type';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): RelativeOffsetRulePreviewRequestRuleType;
export declare function toJson($model: RelativeOffsetRulePreviewRequestRuleType): AsJson;

@@ -9,2 +9,2 @@ import { FixedOffsetRulePreviewRequest } from '../models/fixed-offset-rule-preview-request';

*/
export declare type RulePreviewRequest = RRulePreviewRequest | GroupingRulePreviewRequest | FixedOffsetRulePreviewRequest | RelativeOffsetRulePreviewRequest;
export type RulePreviewRequest = RRulePreviewRequest | GroupingRulePreviewRequest | FixedOffsetRulePreviewRequest | RelativeOffsetRulePreviewRequest;

@@ -6,4 +6,4 @@ import * as _FixedOffsetRulePreviewRequestTransformation from '../models/fixed-offset-rule-preview-request.transformation';

import { RulePreviewRequest } from './rule-preview-request';
export declare type AsJson = _RRulePreviewRequestTransformation.AsJson | _GroupingRulePreviewRequestTransformation.AsJson | _FixedOffsetRulePreviewRequestTransformation.AsJson | _RelativeOffsetRulePreviewRequestTransformation.AsJson;
export type AsJson = _RRulePreviewRequestTransformation.AsJson | _GroupingRulePreviewRequestTransformation.AsJson | _FixedOffsetRulePreviewRequestTransformation.AsJson | _RelativeOffsetRulePreviewRequestTransformation.AsJson;
export declare function fromJson($model: AsJson): any;
export declare function toJson($model: RulePreviewRequest): any;
import { RuleRequestRuleType } from './rule-request-rule-type';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): RuleRequestRuleType;
export declare function toJson($model: RuleRequestRuleType): AsJson;
import { RuleRuleType } from './rule-rule-type';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): RuleRuleType;
export declare function toJson($model: RuleRuleType): AsJson;
import { ScheduleInputType } from './schedule-input-type';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): ScheduleInputType;
export declare function toJson($model: ScheduleInputType): AsJson;
import { ScheduleRequestTimezone } from './schedule-request-timezone';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): ScheduleRequestTimezone;
export declare function toJson($model: ScheduleRequestTimezone): AsJson;
import { ScheduleTimezone } from './schedule-timezone';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): ScheduleTimezone;
export declare function toJson($model: ScheduleTimezone): AsJson;

@@ -8,2 +8,2 @@ import { CronTrigger } from '../models/cron-trigger';

*/
export declare type ScheduleTrigger = CronTrigger | TimeTrigger | IntervalTrigger;
export type ScheduleTrigger = CronTrigger | TimeTrigger | IntervalTrigger;

@@ -5,4 +5,4 @@ import * as _CronTriggerTransformation from '../models/cron-trigger.transformation';

import { ScheduleTrigger } from './schedule-trigger';
export declare type AsJson = _CronTriggerTransformation.AsJson | _TimeTriggerTransformation.AsJson | _IntervalTriggerTransformation.AsJson;
export type AsJson = _CronTriggerTransformation.AsJson | _TimeTriggerTransformation.AsJson | _IntervalTriggerTransformation.AsJson;
export declare function fromJson($model: AsJson): any;
export declare function toJson($model: ScheduleTrigger): any;
import { SourceModel } from './source-model';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): SourceModel;
export declare function toJson($model: SourceModel): AsJson;
import { TaskConditionOptionElse } from './task-condition-option-else';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): TaskConditionOptionElse;
export declare function toJson($model: TaskConditionOptionElse): AsJson;
import { TaskExecutionState } from './task-execution-state';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): TaskExecutionState;
export declare function toJson($model: TaskExecutionState): AsJson;
import { TimeTriggerType } from './time-trigger-type';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): TimeTriggerType;
export declare function toJson($model: TimeTriggerType): AsJson;
import { WeekdaysItem } from './weekdays-item';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): WeekdaysItem;
export declare function toJson($model: WeekdaysItem): AsJson;
import { WorkflowOwnerType } from './workflow-owner-type';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): WorkflowOwnerType;
export declare function toJson($model: WorkflowOwnerType): AsJson;
import { WorkflowRequestOwnerType } from './workflow-request-owner-type';
export declare type AsJson = string;
export type AsJson = string;
export declare function fromJson($model: AsJson): WorkflowRequestOwnerType;
export declare function toJson($model: WorkflowRequestOwnerType): AsJson;

@@ -1,2 +0,2 @@

declare type QueryParamsType = Record<string | number, any>;
type QueryParamsType = Record<string | number, any>;
interface ParametersFlags {

@@ -3,0 +3,0 @@ explode?: Record<string, boolean>;

@@ -5,3 +5,3 @@ import * as types from '../types';

};
declare type AbortController = InstanceType<typeof AbortController>;
type AbortController = InstanceType<typeof AbortController>;
export { AbortController };

@@ -5,3 +5,3 @@ import * as types from '../types';

};
declare type AbortSignal = InstanceType<typeof AbortSignal>;
type AbortSignal = InstanceType<typeof AbortSignal>;
export { AbortSignal };

@@ -7,3 +7,3 @@ /// <reference types="node" />

*/
export declare type DataTypes = {
export type DataTypes = {
/**

@@ -10,0 +10,0 @@ * A text type.

@@ -79,6 +79,6 @@ /// <reference types="node" />

*/
export declare type FormDataRequestField = TextFormDataRequestField | JsonFormDataRequestField | BinaryFormDataRequestField;
export type FormDataRequestField = TextFormDataRequestField | JsonFormDataRequestField | BinaryFormDataRequestField;
/**
* Represents a multipart/form-data body.
*/
export declare type FormDataRequestBody = Array<FormDataRequestField>;
export type FormDataRequestBody = Array<FormDataRequestField>;

@@ -14,3 +14,3 @@ import { Binary } from './binary';

}
export declare type FormDataResponseField = TextFormDataResponseField | BinaryFormDataResponseField;
export declare type FormDataResponseBody = Array<FormDataResponseField>;
export type FormDataResponseField = TextFormDataResponseField | BinaryFormDataResponseField;
export type FormDataResponseBody = Array<FormDataResponseField>;

@@ -9,3 +9,3 @@ /// <reference types="node" />

*/
export declare type RequestBodyTypes = {
export type RequestBodyTypes = {
/**

@@ -12,0 +12,0 @@ * A text request body type.

@@ -9,3 +9,3 @@ /// <reference types="node" />

*/
export declare type ResponseBodyTypes = {
export type ResponseBodyTypes = {
/**

@@ -12,0 +12,0 @@ * A text response body type.

import { DtRuntimeErrorHandlers } from './dt-runtime-error-handlers';
/** @ignore */
export declare type GlobalDtRuntimeWithErrorHandlers = typeof globalThis & {
export type GlobalDtRuntimeWithErrorHandlers = typeof globalThis & {
dtRuntime?: {

@@ -5,0 +5,0 @@ errorHandlers?: DtRuntimeErrorHandlers;

@@ -10,2 +10,2 @@ import { SerializedError } from './serialized-error';

*/
export declare type GlobalErrorSerializer = (error: any) => Promise<SerializedError | undefined>;
export type GlobalErrorSerializer = (error: any) => Promise<SerializedError | undefined>;

@@ -8,4 +8,4 @@ import { CommonSerializedError } from './common-serialized-error';

*/
export declare type SerializedError = (HttpSerializedError | CommonSerializedError) & {
export type SerializedError = (HttpSerializedError | CommonSerializedError) & {
traceId?: string;
};

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

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc