@redhat-cloud-services/config-manager-client
Advanced tools
Comparing version 1.4.4 to 1.4.5
@@ -5,2 +5,9 @@ # Changelog | ||
## [1.4.5](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/config-manager-client-1.4.4...@redhat-cloud-services/config-manager-client-1.4.5) (2024-05-31) | ||
### Bug Fixes | ||
* apply fixed template import paths ([4d389ef](https://github.com/RedHatInsights/javascript-clients/commit/4d389ef15abf07a4ac24e6ff6656e39cb9789889)) | ||
## [1.4.4](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/config-manager-client-1.4.3...@redhat-cloud-services/config-manager-client-1.4.4) (2024-05-28) | ||
@@ -7,0 +14,0 @@ |
@@ -40,3 +40,3 @@ /** | ||
/** | ||
* Remote configuration status for running Remediation playbook | ||
* Remote configuration status for running Remediation playbooks | ||
* @type {boolean} | ||
@@ -133,3 +133,3 @@ * @memberof InlineObject | ||
/** | ||
* Remote configuration status for running Remediation playbook | ||
* Remote configuration status for running Remediation playbooks | ||
* @type {boolean} | ||
@@ -171,3 +171,3 @@ * @memberof Profile | ||
* 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. | ||
* @summary Get a list of all profile | ||
* @summary Get a list of all profiles | ||
* @param {'created_at' | 'created_at:asc' | 'created_at:desc'} [sortBy] | ||
@@ -212,3 +212,3 @@ * @param {number} [limit] | ||
* 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. | ||
* @summary Get a list of all profile | ||
* @summary Get a list of all profiles | ||
* @param {'created_at' | 'created_at:asc' | 'created_at:desc'} [sortBy] | ||
@@ -253,3 +253,3 @@ * @param {number} [limit] | ||
* 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. | ||
* @summary Get a list of all profile | ||
* @summary Get a list of all profiles | ||
* @param {'created_at' | 'created_at:asc' | 'created_at:desc'} [sortBy] | ||
@@ -299,3 +299,3 @@ * @param {number} [limit] | ||
* 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. | ||
* @summary Get a list of all profile | ||
* @summary Get a list of all profiles | ||
* @param {'created_at' | 'created_at:asc' | 'created_at:desc'} [sortBy] | ||
@@ -302,0 +302,0 @@ * @param {number} [limit] |
@@ -19,3 +19,3 @@ "use strict"; | ||
var axios_1 = require("axios"); | ||
// Some imports not used depending on template condition | ||
// Some imports not used depending on template conditions | ||
// @ts-ignore | ||
@@ -147,3 +147,3 @@ var base_1 = require("./base"); | ||
* 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. | ||
* @summary Get a list of all profile | ||
* @summary Get a list of all profiles | ||
* @param {'created_at' | 'created_at:asc' | 'created_at:desc'} [sortBy] | ||
@@ -275,3 +275,3 @@ * @param {number} [limit] | ||
* 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. | ||
* @summary Get a list of all profile | ||
* @summary Get a list of all profiles | ||
* @param {'created_at' | 'created_at:asc' | 'created_at:desc'} [sortBy] | ||
@@ -342,3 +342,3 @@ * @param {number} [limit] | ||
* 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. | ||
* @summary Get a list of all profile | ||
* @summary Get a list of all profiles | ||
* @param {'created_at' | 'created_at:asc' | 'created_at:desc'} [sortBy] | ||
@@ -405,3 +405,3 @@ * @param {number} [limit] | ||
* 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. | ||
* @summary Get a list of all profile | ||
* @summary Get a list of all profiles | ||
* @param {'created_at' | 'created_at:asc' | 'created_at:desc'} [sortBy] | ||
@@ -408,0 +408,0 @@ * @param {number} [limit] |
@@ -28,3 +28,3 @@ /** | ||
* @export | ||
* @interface RequestArg | ||
* @interface RequestArgs | ||
*/ | ||
@@ -31,0 +31,0 @@ export interface RequestArgs { |
@@ -17,3 +17,3 @@ "use strict"; | ||
var tslib_1 = require("tslib"); | ||
// Some imports not used depending on template condition | ||
// Some imports not used depending on template conditions | ||
// @ts-ignore | ||
@@ -20,0 +20,0 @@ var axios_1 = require("axios"); |
@@ -56,3 +56,3 @@ /** | ||
/** | ||
* base options for axios call | ||
* base options for axios calls | ||
* | ||
@@ -59,0 +59,0 @@ * @type {any} |
{ | ||
"name": "@redhat-cloud-services/config-manager-client", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
91956