@redhat-cloud-services/config-manager-client
Advanced tools
Comparing version 1.0.87 to 1.1.0
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
107502
+ Addedasynckit@0.4.0(transitive)
+ Addedaxios@0.27.2(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
- Removedaxios@0.21.4(transitive)
Updatedaxios@^0.27.2