Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@redhat-cloud-services/config-manager-client

Package Overview
Dependencies
Maintainers
6
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redhat-cloud-services/config-manager-client - npm Package Compare versions

Comparing version 1.0.87 to 1.1.0

8

dist/api.d.ts

@@ -282,3 +282,3 @@ /**

*/
createProfile(inlineObject: InlineObject, options?: any): Promise<import("axios").AxiosResponse<Profile>>;
createProfile(inlineObject: InlineObject, options?: any): Promise<import("axios").AxiosResponse<Profile, any>>;
/**

@@ -292,3 +292,3 @@ * Constructs and returns a Ansible playbook suitable to configure a host for the requested profile.

*/
getPlaybook(profileId: string, options?: any): Promise<import("axios").AxiosResponse<object>>;
getPlaybook(profileId: string, options?: any): Promise<import("axios").AxiosResponse<object, any>>;
/**

@@ -302,3 +302,3 @@ * Retrieve a specific profile identified by the \'id\' path parameter for the identified account. If the special value \"current\" is used for the \'id\' path parameter, the most recent profile is retrieved instead.

*/
getProfile(id: string, options?: any): Promise<import("axios").AxiosResponse<Profile>>;
getProfile(id: string, options?: any): Promise<import("axios").AxiosResponse<Profile, any>>;
/**

@@ -313,3 +313,3 @@ * Retrieve a paginated array of profiles for the identified account. The URL query parameters \'limit\' and \'offset\' can be used to paginate the results. The default value of \'limit\' is 50. The default value of \'offset\' is 0.

*/
getProfiles(limit?: number, offset?: number, options?: any): Promise<import("axios").AxiosResponse<InlineResponse200>>;
getProfiles(limit?: number, offset?: number, options?: any): Promise<import("axios").AxiosResponse<InlineResponse200, any>>;
}

@@ -102,3 +102,3 @@ [@redhat-cloud-services/config-manager-client](../README.md) / [Exports](../modules.md) / DefaultApi

▸ **createProfile**(`inlineObject`, `options?`): `Promise`<`AxiosResponse`<[`Profile`](../interfaces/Profile.md)\>\>
▸ **createProfile**(`inlineObject`, `options?`): `Promise`<`AxiosResponse`<[`Profile`](../interfaces/Profile.md), `any`\>\>

@@ -126,3 +126,3 @@ Create and optionally activate a new profile.

`Promise`<`AxiosResponse`<[`Profile`](../interfaces/Profile.md)\>\>
`Promise`<`AxiosResponse`<[`Profile`](../interfaces/Profile.md), `any`\>\>

@@ -137,3 +137,3 @@ #### Defined in

▸ **getPlaybook**(`profileId`, `options?`): `Promise`<`AxiosResponse`<`object`\>\>
▸ **getPlaybook**(`profileId`, `options?`): `Promise`<`AxiosResponse`<`object`, `any`\>\>

@@ -161,3 +161,3 @@ Constructs and returns a Ansible playbook suitable to configure a host for the requested profile.

`Promise`<`AxiosResponse`<`object`\>\>
`Promise`<`AxiosResponse`<`object`, `any`\>\>

@@ -172,3 +172,3 @@ #### Defined in

▸ **getProfile**(`id`, `options?`): `Promise`<`AxiosResponse`<[`Profile`](../interfaces/Profile.md)\>\>
▸ **getProfile**(`id`, `options?`): `Promise`<`AxiosResponse`<[`Profile`](../interfaces/Profile.md), `any`\>\>

@@ -196,3 +196,3 @@ Retrieve a specific profile identified by the \'id\' path parameter for the identified account. If the special value \"current\" is used for the \'id\' path parameter, the most recent profile is retrieved instead.

`Promise`<`AxiosResponse`<[`Profile`](../interfaces/Profile.md)\>\>
`Promise`<`AxiosResponse`<[`Profile`](../interfaces/Profile.md), `any`\>\>

@@ -207,3 +207,3 @@ #### Defined in

▸ **getProfiles**(`limit?`, `offset?`, `options?`): `Promise`<`AxiosResponse`<[`InlineResponse200`](../interfaces/InlineResponse200.md)\>\>
▸ **getProfiles**(`limit?`, `offset?`, `options?`): `Promise`<`AxiosResponse`<[`InlineResponse200`](../interfaces/InlineResponse200.md), `any`\>\>

@@ -232,3 +232,3 @@ Retrieve a paginated array of profiles for the identified account. The URL query parameters \'limit\' and \'offset\' can be used to paginate the results. The default value of \'limit\' is 50. The default value of \'offset\' is 0.

`Promise`<`AxiosResponse`<[`InlineResponse200`](../interfaces/InlineResponse200.md)\>\>
`Promise`<`AxiosResponse`<[`InlineResponse200`](../interfaces/InlineResponse200.md), `any`\>\>

@@ -235,0 +235,0 @@ #### Defined in

{
"name": "@redhat-cloud-services/config-manager-client",
"version": "1.0.87",
"version": "1.1.0",
"description": "",

@@ -27,4 +27,4 @@ "main": "dist/index.js",

"dependencies": {
"axios": "^0.21.1"
"axios": "^0.27.2"
}
}
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