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.4.2 to 1.4.3

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

## [1.4.3](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/config-manager-client-1.4.2...@redhat-cloud-services/config-manager-client-1.4.3) (2024-05-09)
## [1.4.2](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/config-manager-client-1.4.1...@redhat-cloud-services/config-manager-client-1.4.2) (2024-05-02)

@@ -7,0 +9,0 @@

22

doc/classes/Configuration.md

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

• **new Configuration**(`param?`)
• **new Configuration**(`param?`): [`Configuration`](Configuration.md)

@@ -33,5 +33,9 @@ #### Parameters

#### Returns
[`Configuration`](Configuration.md)
#### Defined in
[configuration.ts:67](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/configuration.ts#L67)
[configuration.ts:67](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/configuration.ts#L67)

@@ -60,3 +64,3 @@ ## Properties

[configuration.ts:51](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/configuration.ts#L51)
[configuration.ts:51](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/configuration.ts#L51)

@@ -67,3 +71,3 @@ ___

• `Optional` **apiKey**: `string` \| `Promise`<`string`\> \| (`name`: `string`) => `string` \| (`name`: `string`) => `Promise`<`string`\>
• `Optional` **apiKey**: `string` \| `Promise`\<`string`\> \| (`name`: `string`) => `string` \| (`name`: `string`) => `Promise`\<`string`\>

@@ -82,3 +86,3 @@ parameter for apiKey security

[configuration.ts:30](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/configuration.ts#L30)
[configuration.ts:30](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/configuration.ts#L30)

@@ -99,3 +103,3 @@ ___

[configuration.ts:65](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/configuration.ts#L65)
[configuration.ts:65](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/configuration.ts#L65)

@@ -116,3 +120,3 @@ ___

[configuration.ts:58](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/configuration.ts#L58)
[configuration.ts:58](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/configuration.ts#L58)

@@ -133,3 +137,3 @@ ___

[configuration.ts:44](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/configuration.ts#L44)
[configuration.ts:44](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/configuration.ts#L44)

@@ -150,2 +154,2 @@ ___

[configuration.ts:37](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/configuration.ts#L37)
[configuration.ts:37](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/configuration.ts#L37)

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

DefaultApi
## Hierarchy

@@ -39,3 +41,3 @@

• **new DefaultApi**(`configuration?`, `basePath?`, `axios?`)
• **new DefaultApi**(`configuration?`, `basePath?`, `axios?`): [`DefaultApi`](DefaultApi.md)

@@ -50,2 +52,6 @@ #### Parameters

#### Returns
[`DefaultApi`](DefaultApi.md)
#### Inherited from

@@ -57,3 +63,3 @@

[base.ts:51](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/base.ts#L51)
[base.ts:51](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/base.ts#L51)

@@ -72,3 +78,3 @@ ## Properties

[base.ts:51](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/base.ts#L51)
[base.ts:51](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/base.ts#L51)

@@ -87,3 +93,3 @@ ___

[base.ts:51](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/base.ts#L51)
[base.ts:51](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/base.ts#L51)

@@ -102,3 +108,3 @@ ___

[base.ts:49](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/base.ts#L49)
[base.ts:49](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/base.ts#L49)

@@ -109,16 +115,6 @@ ## Methods

▸ **createProfile**(`inlineObject`, `options?`): `Promise`<`AxiosResponse`<[`Profile`](../interfaces/Profile.md), `any`\>\>
▸ **createProfile**(`inlineObject`, `options?`): `Promise`\<`AxiosResponse`\<[`Profile`](../interfaces/Profile.md), `any`\>\>
Create and optionally activate a new profile.
**`Summary`**
Create a new profile
**`Throws`**
**`Memberof`**
DefaultApi
#### Parameters

@@ -133,25 +129,25 @@

`Promise`<`AxiosResponse`<[`Profile`](../interfaces/Profile.md), `any`\>\>
`Promise`\<`AxiosResponse`\<[`Profile`](../interfaces/Profile.md), `any`\>\>
#### Defined in
**`Summary`**
[api.ts:452](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L452)
Create a new profile
___
**`Throws`**
### getPlaybook
**`Memberof`**
▸ **getPlaybook**(`profileId`, `options?`): `Promise`<`AxiosResponse`<`object`, `any`\>\>
DefaultApi
Constructs and returns a Ansible playbook suitable to configure a host for the requested profile.
#### Defined in
**`Summary`**
[api.ts:452](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L452)
Retrieve an Ansible playbook for the requested profile
___
**`Throws`**
### getPlaybook
**`Memberof`**
▸ **getPlaybook**(`profileId`, `options?`): `Promise`\<`AxiosResponse`\<`object`, `any`\>\>
DefaultApi
Constructs and returns a Ansible playbook suitable to configure a host for the requested profile.

@@ -167,25 +163,25 @@ #### Parameters

`Promise`<`AxiosResponse`<`object`, `any`\>\>
`Promise`\<`AxiosResponse`\<`object`, `any`\>\>
#### Defined in
**`Summary`**
[api.ts:464](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L464)
Retrieve an Ansible playbook for the requested profile
___
**`Throws`**
### getProfile
**`Memberof`**
▸ **getProfile**(`id`, `options?`): `Promise`<`AxiosResponse`<[`Profile`](../interfaces/Profile.md), `any`\>\>
DefaultApi
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.
#### Defined in
**`Summary`**
[api.ts:464](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L464)
Get a specific profile
___
**`Throws`**
### getProfile
**`Memberof`**
▸ **getProfile**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`Profile`](../interfaces/Profile.md), `any`\>\>
DefaultApi
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.

@@ -201,25 +197,25 @@ #### Parameters

`Promise`<`AxiosResponse`<[`Profile`](../interfaces/Profile.md), `any`\>\>
`Promise`\<`AxiosResponse`\<[`Profile`](../interfaces/Profile.md), `any`\>\>
#### Defined in
**`Summary`**
[api.ts:476](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L476)
Get a specific profile
___
**`Throws`**
### getProfiles
**`Memberof`**
▸ **getProfiles**(`limit?`, `offset?`, `options?`): `Promise`<`AxiosResponse`<[`InlineResponse200`](../interfaces/InlineResponse200.md), `any`\>\>
DefaultApi
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.
#### Defined in
**`Summary`**
[api.ts:476](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L476)
Get a list of all profiles
___
**`Throws`**
### getProfiles
**`Memberof`**
▸ **getProfiles**(`limit?`, `offset?`, `options?`): `Promise`\<`AxiosResponse`\<[`InlineResponse200`](../interfaces/InlineResponse200.md), `any`\>\>
DefaultApi
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.

@@ -236,6 +232,16 @@ #### Parameters

`Promise`<`AxiosResponse`<[`InlineResponse200`](../interfaces/InlineResponse200.md), `any`\>\>
`Promise`\<`AxiosResponse`\<[`InlineResponse200`](../interfaces/InlineResponse200.md), `any`\>\>
**`Summary`**
Get a list of all profiles
**`Throws`**
**`Memberof`**
DefaultApi
#### Defined in
[api.ts:489](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L489)
[api.ts:489](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L489)

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

[configuration.ts:19](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/configuration.ts#L19)
[configuration.ts:19](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/configuration.ts#L19)

@@ -40,7 +40,7 @@ ___

• `Optional` **apiKey**: `string` \| `Promise`<`string`\> \| (`name`: `string`) => `string` \| (`name`: `string`) => `Promise`<`string`\>
• `Optional` **apiKey**: `string` \| `Promise`\<`string`\> \| (`name`: `string`) => `string` \| (`name`: `string`) => `Promise`\<`string`\>
#### Defined in
[configuration.ts:16](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/configuration.ts#L16)
[configuration.ts:16](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/configuration.ts#L16)

@@ -55,3 +55,3 @@ ___

[configuration.ts:21](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/configuration.ts#L21)
[configuration.ts:21](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/configuration.ts#L21)

@@ -66,3 +66,3 @@ ___

[configuration.ts:20](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/configuration.ts#L20)
[configuration.ts:20](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/configuration.ts#L20)

@@ -77,3 +77,3 @@ ___

[configuration.ts:18](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/configuration.ts#L18)
[configuration.ts:18](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/configuration.ts#L18)

@@ -88,2 +88,2 @@ ___

[configuration.ts:17](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/configuration.ts#L17)
[configuration.ts:17](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/configuration.ts#L17)

@@ -7,4 +7,2 @@ [@redhat-cloud-services/config-manager-client](../README.md) / [Exports](../modules.md) / InlineObject

**`Interface`**
InlineObject

@@ -35,3 +33,3 @@

[api.ts:33](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L33)
[api.ts:33](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L33)

@@ -52,3 +50,3 @@ ___

[api.ts:39](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L39)
[api.ts:39](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L39)

@@ -69,3 +67,3 @@ ___

[api.ts:45](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L45)
[api.ts:45](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L45)

@@ -86,2 +84,2 @@ ___

[api.ts:51](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L51)
[api.ts:51](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L51)

@@ -7,4 +7,2 @@ [@redhat-cloud-services/config-manager-client](../README.md) / [Exports](../modules.md) / InlineResponse200

**`Interface`**
InlineResponse200

@@ -34,3 +32,3 @@

[api.ts:70](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L70)
[api.ts:70](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L70)

@@ -49,3 +47,3 @@ ___

[api.ts:76](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L76)
[api.ts:76](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L76)

@@ -64,3 +62,3 @@ ___

[api.ts:82](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L82)
[api.ts:82](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L82)

@@ -79,3 +77,3 @@ ___

[api.ts:88](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L88)
[api.ts:88](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L88)

@@ -94,2 +92,2 @@ ___

[api.ts:64](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L64)
[api.ts:64](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L64)

@@ -7,4 +7,2 @@ [@redhat-cloud-services/config-manager-client](../README.md) / [Exports](../modules.md) / Profile

**`Interface`**
Profile

@@ -41,3 +39,3 @@

[api.ts:101](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L101)
[api.ts:101](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L101)

@@ -58,3 +56,3 @@ ___

[api.ts:107](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L107)
[api.ts:107](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L107)

@@ -75,3 +73,3 @@ ___

[api.ts:143](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L143)
[api.ts:143](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L143)

@@ -92,3 +90,3 @@ ___

[api.ts:113](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L113)
[api.ts:113](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L113)

@@ -109,3 +107,3 @@ ___

[api.ts:119](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L119)
[api.ts:119](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L119)

@@ -126,3 +124,3 @@ ___

[api.ts:137](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L137)
[api.ts:137](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L137)

@@ -143,3 +141,3 @@ ___

[api.ts:149](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L149)
[api.ts:149](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L149)

@@ -160,3 +158,3 @@ ___

[api.ts:125](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L125)
[api.ts:125](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L125)

@@ -177,3 +175,3 @@ ___

[api.ts:131](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L131)
[api.ts:131](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L131)

@@ -194,2 +192,2 @@ ___

[api.ts:155](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L155)
[api.ts:155](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L155)

@@ -33,4 +33,2 @@ [@redhat-cloud-services/config-manager-client](README.md) / Exports

**`Export`**
#### Parameters

@@ -46,12 +44,14 @@

| Name | Type |
| :------ | :------ |
| `createProfile` | (`inlineObject`: [`InlineObject`](interfaces/InlineObject.md), `options?`: `any`) => `Promise`<`RequestArgs`\> |
| `getPlaybook` | (`profileId`: `string`, `options?`: `any`) => `Promise`<`RequestArgs`\> |
| `getProfile` | (`id`: `string`, `options?`: `any`) => `Promise`<`RequestArgs`\> |
| `getProfiles` | (`limit?`: `number`, `offset?`: `number`, `options?`: `any`) => `Promise`<`RequestArgs`\> |
| Name | Type | Description |
| :------ | :------ | :------ |
| `createProfile` | (`inlineObject`: [`InlineObject`](interfaces/InlineObject.md), `options?`: `any`) => `Promise`\<`RequestArgs`\> | - |
| `getPlaybook` | (`profileId`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - |
| `getProfile` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - |
| `getProfiles` | (`limit?`: `number`, `offset?`: `number`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - |
**`Export`**
#### Defined in
[api.ts:162](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L162)
[api.ts:162](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L162)

@@ -66,4 +66,2 @@ ___

**`Export`**
#### Parameters

@@ -83,10 +81,12 @@

| :------ | :------ |
| `createProfile` | (`inlineObject`: [`InlineObject`](interfaces/InlineObject.md), `options?`: `any`) => `AxiosPromise`<[`Profile`](interfaces/Profile.md)\> |
| `getPlaybook` | (`profileId`: `string`, `options?`: `any`) => `AxiosPromise`<`object`\> |
| `getProfile` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`<[`Profile`](interfaces/Profile.md)\> |
| `getProfiles` | (`limit?`: `number`, `offset?`: `number`, `options?`: `any`) => `AxiosPromise`<[`InlineResponse200`](interfaces/InlineResponse200.md)\> |
| `createProfile` | (`inlineObject`: [`InlineObject`](interfaces/InlineObject.md), `options?`: `any`) => `AxiosPromise`\<[`Profile`](interfaces/Profile.md)\> |
| `getPlaybook` | (`profileId`: `string`, `options?`: `any`) => `AxiosPromise`\<`object`\> |
| `getProfile` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`Profile`](interfaces/Profile.md)\> |
| `getProfiles` | (`limit?`: `number`, `offset?`: `number`, `options?`: `any`) => `AxiosPromise`\<[`InlineResponse200`](interfaces/InlineResponse200.md)\> |
**`Export`**
#### Defined in
[api.ts:391](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L391)
[api.ts:391](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L391)

@@ -101,4 +101,2 @@ ___

**`Export`**
#### Parameters

@@ -116,9 +114,11 @@

| :------ | :------ |
| `createProfile` | (`inlineObject`: [`InlineObject`](interfaces/InlineObject.md), `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`Profile`](interfaces/Profile.md)\>\> |
| `getPlaybook` | (`profileId`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`object`\>\> |
| `getProfile` | (`id`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`Profile`](interfaces/Profile.md)\>\> |
| `getProfiles` | (`limit?`: `number`, `offset?`: `number`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`InlineResponse200`](interfaces/InlineResponse200.md)\>\> |
| `createProfile` | (`inlineObject`: [`InlineObject`](interfaces/InlineObject.md), `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`Profile`](interfaces/Profile.md)\>\> |
| `getPlaybook` | (`profileId`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<`object`\>\> |
| `getProfile` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`Profile`](interfaces/Profile.md)\>\> |
| `getProfiles` | (`limit?`: `number`, `offset?`: `number`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`InlineResponse200`](interfaces/InlineResponse200.md)\>\> |
**`Export`**
#### Defined in
[api.ts:325](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/config-manager/api.ts#L325)
[api.ts:325](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/config-manager/api.ts#L325)
{
"name": "@redhat-cloud-services/config-manager-client",
"version": "1.4.2",
"version": "1.4.3",
"description": "",

@@ -21,3 +21,3 @@ "main": "./dist/index.js",

"scripts": {
"doc": "typedoc --plugin typedoc-plugin-markdown --theme markdown --out doc --gitRevision master index.ts",
"doc": "typedoc",
"generate": "TS_POST_PROCESS_FILE='../../postProcess.sh' openapi-generator-cli generate -i $SPEC -g typescript-axios -o . --skip-validate-spec --enable-post-process-file",

@@ -24,0 +24,0 @@ "generate:prod": "SPEC='https://raw.githubusercontent.com/RedHatInsights/config-manager/master/internal/http/v2/openapi.json' npm run generate"

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