@redhat-cloud-services/config-manager-client
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -5,2 +5,7 @@ # Changelog | ||
## [2.1.1](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/config-manager-client-2.1.0...@redhat-cloud-services/config-manager-client-2.1.1) (2024-11-18) | ||
### Dependency Updates | ||
* `@redhat-cloud-services/javascript-clients-shared` updated to version `1.2.5` | ||
## [2.1.0](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/config-manager-client-2.0.0...@redhat-cloud-services/config-manager-client-2.1.0) (2024-11-15) | ||
@@ -7,0 +12,0 @@ |
import { ApiConfig } from '@redhat-cloud-services/javascript-clients-shared/dist/common'; | ||
export declare const ConfigManagerClient: (BASE_PATH: string, instance?: ApiConfig) => import("packages/shared/dist/base").BaseAPI & { | ||
export declare const ConfigManagerClient: (BASE_PATH: string, instance?: ApiConfig) => import("packages/shared/dist/base").BaseAPI & import("@redhat-cloud-services/javascript-clients-shared/dist/utils").APIFactoryResponse<{ | ||
createProfile: (...config: [import("./CreateProfile").CreateProfileParams] | [import("./types").CreateProfileRequest, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>; | ||
@@ -7,3 +7,8 @@ getPlaybook: (...config: [import("./GetPlaybook").GetPlaybookParams] | [string, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>; | ||
getProfiles: (...config: [import("./GetProfiles").GetProfilesParams] | [import("./GetProfiles").GetProfilesSortByEnum, number, number, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>; | ||
}; | ||
}, { | ||
createProfile: unknown; | ||
getPlaybook: unknown; | ||
getProfile: unknown; | ||
getProfiles: unknown; | ||
}>; | ||
export default ConfigManagerClient; |
{ | ||
"name": "@redhat-cloud-services/config-manager-client", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
90762
1000
0