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.0.2 to 3.1.0

types/packages/http-client/src/lib/platform/oauth-http-client.d.ts

12

CHANGELOG.md

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

## 3.1.0
### Minor Changes
- Provide actual error code in the error message instead of wildcard. APPDEV-7744
### Patch Changes
- Do not print empty fields in the default message of an error. APPDEV-7630
- Update documentation. APPDEV-8154
- Updated dependencies
## 3.0.2

@@ -7,0 +19,0 @@

2

dynatrace-metadata.json

@@ -7,3 +7,3 @@ {

"name": "@dynatrace-sdk/template-typescript-client",
"version": "0.18.12"
"version": "0.19.1"
}

@@ -10,0 +10,0 @@ },

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

@@ -8,3 +8,3 @@ "license": "Apache-2.0",

"@dynatrace-sdk/error-handlers": "^1.2.0",
"@dynatrace-sdk/http-client": "^1.0.10"
"@dynatrace-sdk/http-client": "^1.2.0"
},

@@ -11,0 +11,0 @@ "main": "./cjs/index.js",

export { AbortController, AbortSignal, BaseError, Binary, BinaryFormDataRequestField, BinaryFormDataResponseField, DataTypeError, DataTypes, FormDataRequestBody, FormDataRequestField, FormDataResponseBody, FormDataResponseField, Headers, HttpClient, HttpClientAbortError, HttpClientNetworkError, HttpClientRequestError, HttpClientRequestOptions, HttpClientResponse, HttpClientResponseError, JsonFormDataRequestField, RequestBodyTypes, ResponseBodyTypes, StatusValidator, TextFormDataRequestField, TextFormDataResponseField, UnsupportedOperationError, isHttpClientResponseError, isHttpClientAbortError, isHttpClientNetworkError, isHttpClientRequestError, } from './lib/types';
export { AbortController as PlatformAbortController, AbortSignal as PlatformAbortSignal, BaseError as PlatformBaseError, Binary as PlatformBinary, DataTypeError as PlatformDataTypeError, HttpClient as PlatformHttpClient, HttpClientAbortError as PlatformHttpClientAbortError, HttpClientRequestError as PlatformHttpClientRequestError, HttpClientResponse as PlatformHttpClientResponse, HttpClientResponseError as PlatformHttpClientResponseError, UnsupportedOperationError as PlatformUnsupportedOperationError, httpClient, } from './lib/platform';
export { AbortController as PlatformAbortController, AbortSignal as PlatformAbortSignal, BaseError as PlatformBaseError, Binary as PlatformBinary, DataTypeError as PlatformDataTypeError, HttpClient as PlatformHttpClient, HttpClientAbortError as PlatformHttpClientAbortError, HttpClientRequestError as PlatformHttpClientRequestError, HttpClientResponse as PlatformHttpClientResponse, HttpClientResponseError as PlatformHttpClientResponseError, OAuthHttpClient as _OAuthHttpClient, OAuthHttpClientConfig as _OAuthHttpClientConfig, UnsupportedOperationError as PlatformUnsupportedOperationError, httpClient, } from './lib/platform';
import * as types from '../types';
import { Headers } from '../types';
interface HttpClientConfiguration {
baseUrl?: string;
defaultHeaders?: Headers;
}
export declare class HttpClient implements types.HttpClient {
private _baseUrl;
private _defaultHeaders;
constructor(options?: HttpClientConfiguration);
/**
* Sets HTTP Client Instance baseUrl param to the incoming value `baseUrl`.
* @param baseUrl Base URL used in the request path.
*/
_setBaseURL(baseUrl: string): void;
/**
* Sets HTTP Client Instance defaultHeaders param to the incoming value `defaultHeaders`.
* @param defaultHeaders HTTP Headers to be used in outgoing requests.
*/
_setDefaultHeaders(defaultHeaders: Headers): void;
send<T extends keyof types.RequestBodyTypes = 'json'>(options: types.HttpClientRequestOptions<T>): Promise<types.HttpClientResponse>;
}
export declare const httpClient: HttpClient;
export {};

@@ -11,2 +11,3 @@ export * from './abort-controller';

export * from './http-client-response-error';
export * from './oauth-http-client';
export * from './unsupported-operation-error';

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