Socket
Socket
Sign inDemoInstall

ibm-cloud-sdk-core

Package Overview
Dependencies
Maintainers
3
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ibm-cloud-sdk-core - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

auth/authenticators/authenticator-interface.d.ts

@@ -41,3 +41,3 @@ /**

*/
authenticate(requestOptions: AuthenticateOptions): Promise<void | Error>;
authenticate(requestOptions: AuthenticateOptions): Promise<void>;
/**

@@ -44,0 +44,0 @@ * Returns a string that indicates the authentication type.

@@ -49,3 +49,3 @@ /**

*/
authenticate(requestOptions: AuthenticateOptions): Promise<void | Error>;
authenticate(requestOptions: AuthenticateOptions): Promise<void>;
/**

@@ -52,0 +52,0 @@ * Retrieves the authenticator's type.

@@ -58,3 +58,3 @@ /**

*/
authenticate(requestOptions: AuthenticateOptions): Promise<void | Error>;
authenticate(requestOptions: AuthenticateOptions): Promise<void>;
/**

@@ -61,0 +61,0 @@ * Returns the authenticator's type ('basic').

@@ -90,3 +90,3 @@ /**

*/
authenticate(requestOptions: AuthenticateOptions): Promise<void | Error>;
authenticate(requestOptions: AuthenticateOptions): Promise<void>;
}

@@ -12,3 +12,3 @@ <!-- Do not edit this file. It is automatically generated by API Documenter. -->

```typescript
authenticate(requestOptions: AuthenticateOptions): Promise<void | Error>;
authenticate(requestOptions: AuthenticateOptions): Promise<void>;
```

@@ -24,3 +24,3 @@

Promise&lt;void \| Error&gt;
Promise&lt;void&gt;

@@ -27,0 +27,0 @@ ## Exceptions

@@ -12,3 +12,3 @@ <!-- Do not edit this file. It is automatically generated by API Documenter. -->

```typescript
authenticate(requestOptions: AuthenticateOptions): Promise<void | Error>;
authenticate(requestOptions: AuthenticateOptions): Promise<void>;
```

@@ -24,3 +24,3 @@

Promise&lt;void \| Error&gt;
Promise&lt;void&gt;

@@ -14,3 +14,3 @@ <!-- Do not edit this file. It is automatically generated by API Documenter. -->

```typescript
authenticate(requestOptions: AuthenticateOptions): Promise<void | Error>;
authenticate(requestOptions: AuthenticateOptions): Promise<void>;
```

@@ -26,3 +26,3 @@

Promise&lt;void \| Error&gt;
Promise&lt;void&gt;

@@ -14,3 +14,3 @@ <!-- Do not edit this file. It is automatically generated by API Documenter. -->

```typescript
authenticate(requestOptions: AuthenticateOptions): Promise<void | Error>;
authenticate(requestOptions: AuthenticateOptions): Promise<void>;
```

@@ -26,3 +26,3 @@

Promise&lt;void \| Error&gt;
Promise&lt;void&gt;

@@ -0,1 +1,8 @@

## [3.0.1](https://github.com/IBM/node-sdk-core/compare/v3.0.0...v3.0.1) (2022-07-28)
### Bug Fixes
* correct AuthenticatorInterface type ([#206](https://github.com/IBM/node-sdk-core/issues/206)) ([31dc7bd](https://github.com/IBM/node-sdk-core/commit/31dc7bd1e744a071cdabc2b5bf1e9513024079ac)), closes [#176](https://github.com/IBM/node-sdk-core/issues/176)
# [3.0.0](https://github.com/IBM/node-sdk-core/compare/v2.17.15...v3.0.0) (2022-07-28)

@@ -2,0 +9,0 @@

@@ -41,3 +41,3 @@ /**

*/
authenticate(requestOptions: AuthenticateOptions): Promise<void | Error>;
authenticate(requestOptions: AuthenticateOptions): Promise<void>;
/**

@@ -44,0 +44,0 @@ * Returns a string that indicates the authentication type.

@@ -49,3 +49,3 @@ /**

*/
authenticate(requestOptions: AuthenticateOptions): Promise<void | Error>;
authenticate(requestOptions: AuthenticateOptions): Promise<void>;
/**

@@ -52,0 +52,0 @@ * Retrieves the authenticator's type.

@@ -58,3 +58,3 @@ /**

*/
authenticate(requestOptions: AuthenticateOptions): Promise<void | Error>;
authenticate(requestOptions: AuthenticateOptions): Promise<void>;
/**

@@ -61,0 +61,0 @@ * Returns the authenticator's type ('basic').

@@ -90,3 +90,3 @@ /**

*/
authenticate(requestOptions: AuthenticateOptions): Promise<void | Error>;
authenticate(requestOptions: AuthenticateOptions): Promise<void>;
}

@@ -24,3 +24,3 @@ ## API Report File for "ibm-cloud-sdk-core"

// Warning: (ae-forgotten-export) The symbol "AuthenticateOptions" needs to be exported by the entry point index.d.ts
authenticate(requestOptions: AuthenticateOptions): Promise<void | Error>;
authenticate(requestOptions: AuthenticateOptions): Promise<void>;
authenticationType(): string;

@@ -46,3 +46,3 @@ static AUTHTYPE_BASIC: string;

export interface AuthenticatorInterface {
authenticate(requestOptions: AuthenticateOptions): Promise<void | Error>;
authenticate(requestOptions: AuthenticateOptions): Promise<void>;
authenticationType(): string;

@@ -77,3 +77,3 @@ }

constructor(options: Options);
authenticate(requestOptions: AuthenticateOptions): Promise<void | Error>;
authenticate(requestOptions: AuthenticateOptions): Promise<void>;
authenticationType(): string;

@@ -396,3 +396,3 @@ // (undocumented)

constructor(options: BaseOptions);
authenticate(requestOptions: AuthenticateOptions): Promise<void | Error>;
authenticate(requestOptions: AuthenticateOptions): Promise<void>;
// (undocumented)

@@ -399,0 +399,0 @@ protected disableSslVerification: boolean;

{
"name": "ibm-cloud-sdk-core",
"version": "3.0.0",
"version": "3.0.1",
"description": "Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -24,3 +24,3 @@ ## API Report File for "ibm-cloud-sdk-core"

// Warning: (ae-forgotten-export) The symbol "AuthenticateOptions" needs to be exported by the entry point index.d.ts
authenticate(requestOptions: AuthenticateOptions): Promise<void | Error>;
authenticate(requestOptions: AuthenticateOptions): Promise<void>;
authenticationType(): string;

@@ -46,3 +46,3 @@ static AUTHTYPE_BASIC: string;

export interface AuthenticatorInterface {
authenticate(requestOptions: AuthenticateOptions): Promise<void | Error>;
authenticate(requestOptions: AuthenticateOptions): Promise<void>;
authenticationType(): string;

@@ -77,3 +77,3 @@ }

constructor(options: Options);
authenticate(requestOptions: AuthenticateOptions): Promise<void | Error>;
authenticate(requestOptions: AuthenticateOptions): Promise<void>;
authenticationType(): string;

@@ -396,3 +396,3 @@ // (undocumented)

constructor(options: BaseOptions);
authenticate(requestOptions: AuthenticateOptions): Promise<void | Error>;
authenticate(requestOptions: AuthenticateOptions): Promise<void>;
// (undocumented)

@@ -399,0 +399,0 @@ protected disableSslVerification: boolean;

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