@redhat-cloud-services/catalog-client
Advanced tools
Comparing version 1.0.18 to 1.0.19
@@ -34,2 +34,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [DefaultApi](../classes/defaultapi.md) | ||
* [getDocumentation](defaultapi.md#getdocumentation) | ||
* [postGraphQL](defaultapi.md#postgraphql) | ||
@@ -106,3 +107,3 @@ --- | ||
*Defined in [api.ts:1024](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1024)* | ||
*Defined in [api.ts:1136](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1136)* | ||
@@ -124,2 +125,28 @@ *__summary__*: Return this API document in JSON format | ||
___ | ||
<a id="postgraphql"></a> | ||
### postGraphQL | ||
▸ **postGraphQL**(inlineObject: *[InlineObject](../interfaces/inlineobject.md)*, options?: *`any`*): `AxiosPromise`<[InlineResponse200](../interfaces/inlineresponse200.md)> | ||
*Defined in [api.ts:1148](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1148)* | ||
Performs a GraphQL Query | ||
*__summary__*: Perform a GraphQL Query | ||
*__throws__*: {RequiredError} | ||
*__memberof__*: DefaultApi | ||
**Parameters:** | ||
| Name | Type | Description | | ||
| ------ | ------ | ------ | | ||
| inlineObject | [InlineObject](../interfaces/inlineobject.md) | \- | | ||
| `Optional` options | `any` | | ||
**Returns:** `AxiosPromise`<[InlineResponse200](../interfaces/inlineresponse200.md)> | ||
___ | ||
@@ -110,3 +110,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [OrderApi](../classes/orderapi.md) | ||
*Defined in [api.ts:1496](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1496)* | ||
*Defined in [api.ts:1620](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1620)* | ||
@@ -138,3 +138,3 @@ Adds an order item to an order in pending state | ||
*Defined in [api.ts:1507](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1507)* | ||
*Defined in [api.ts:1631](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1631)* | ||
@@ -164,3 +164,3 @@ Creates a new order. | ||
*Defined in [api.ts:1522](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1522)* | ||
*Defined in [api.ts:1646](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1646)* | ||
@@ -194,3 +194,3 @@ Gets a list of items associated with an order. | ||
*Defined in [api.ts:1536](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1536)* | ||
*Defined in [api.ts:1660](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1660)* | ||
@@ -223,3 +223,3 @@ Gets a list of orders associated with the logged in user. | ||
*Defined in [api.ts:1549](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1549)* | ||
*Defined in [api.ts:1673](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1673)* | ||
@@ -251,3 +251,3 @@ Gets an order item associated with an order. | ||
*Defined in [api.ts:1561](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1561)* | ||
*Defined in [api.ts:1685](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1685)* | ||
@@ -254,0 +254,0 @@ Returns an updated order. |
@@ -108,3 +108,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [OrderItemApi](../classes/orderitemapi.md) | ||
*Defined in [api.ts:1919](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1919)* | ||
*Defined in [api.ts:2043](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L2043)* | ||
@@ -138,3 +138,3 @@ Gets a list of approval request associated with an order item. As the item is being approved one can check the status of the approvals. | ||
*Defined in [api.ts:1933](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1933)* | ||
*Defined in [api.ts:2057](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L2057)* | ||
@@ -167,3 +167,3 @@ Gets a list of order items. | ||
*Defined in [api.ts:1948](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1948)* | ||
*Defined in [api.ts:2072](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L2072)* | ||
@@ -197,3 +197,3 @@ Gets a list of progress messages associated with an order item. As the item is being processed the provider can update the progress messages. | ||
*Defined in [api.ts:1960](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1960)* | ||
*Defined in [api.ts:2084](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L2084)* | ||
@@ -200,0 +200,0 @@ Gets a specific order item based on the portfolio item ID passed |
@@ -116,3 +116,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [PortfolioApi](../classes/portfolioapi.md) | ||
*Defined in [api.ts:2857](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L2857)* | ||
*Defined in [api.ts:2981](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L2981)* | ||
@@ -144,3 +144,3 @@ Adds a new portfolio item to an existing portfolio. | ||
*Defined in [api.ts:2869](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L2869)* | ||
*Defined in [api.ts:2993](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L2993)* | ||
@@ -171,3 +171,3 @@ Adds a portfolio. | ||
*Defined in [api.ts:2881](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L2881)* | ||
*Defined in [api.ts:3005](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3005)* | ||
@@ -198,3 +198,3 @@ Deletes the portfolio specified by the ID. | ||
*Defined in [api.ts:2896](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L2896)* | ||
*Defined in [api.ts:3020](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3020)* | ||
@@ -228,3 +228,3 @@ Gets all portfilio items in the portfolio specified by the given ID. | ||
*Defined in [api.ts:2910](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L2910)* | ||
*Defined in [api.ts:3034](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3034)* | ||
@@ -257,3 +257,3 @@ Gets a list of portfolios. | ||
*Defined in [api.ts:2922](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L2922)* | ||
*Defined in [api.ts:3046](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3046)* | ||
@@ -284,3 +284,3 @@ Make a copy of the Portfolio. | ||
*Defined in [api.ts:2934](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L2934)* | ||
*Defined in [api.ts:3058](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3058)* | ||
@@ -311,3 +311,3 @@ Fetch share information about a portfolio | ||
*Defined in [api.ts:2947](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L2947)* | ||
*Defined in [api.ts:3071](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3071)* | ||
@@ -339,3 +339,3 @@ Share a Portfolio with one or more groups with specific permissions | ||
*Defined in [api.ts:2959](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L2959)* | ||
*Defined in [api.ts:3083](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3083)* | ||
@@ -366,3 +366,3 @@ Gets the portfolio specified by the portfolio ID. | ||
*Defined in [api.ts:2972](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L2972)* | ||
*Defined in [api.ts:3096](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3096)* | ||
@@ -394,3 +394,3 @@ Undeletes the portfolio specified by the portfolio ID. | ||
*Defined in [api.ts:2985](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L2985)* | ||
*Defined in [api.ts:3109](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3109)* | ||
@@ -422,3 +422,3 @@ Unshare a Portfolio with one or more groups with specific permissions | ||
*Defined in [api.ts:2998](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L2998)* | ||
*Defined in [api.ts:3122](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3122)* | ||
@@ -425,0 +425,0 @@ Returns the edited portfolio. |
@@ -114,3 +114,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [PortfolioItemApi](../classes/portfolioitemapi.md) | ||
*Defined in [api.ts:3721](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3721)* | ||
*Defined in [api.ts:3845](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3845)* | ||
@@ -141,3 +141,3 @@ Adds a name and description for a portfolio item and returns the newly created portfolio item. | ||
*Defined in [api.ts:3733](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3733)* | ||
*Defined in [api.ts:3857](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3857)* | ||
@@ -168,3 +168,3 @@ Deletes the portfolio item based on portfolio item ID passed | ||
*Defined in [api.ts:3747](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3747)* | ||
*Defined in [api.ts:3871](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3871)* | ||
@@ -197,3 +197,3 @@ Gets a list of portfolio items. | ||
*Defined in [api.ts:3759](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3759)* | ||
*Defined in [api.ts:3883](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3883)* | ||
@@ -224,3 +224,3 @@ Gets the provider control parameters for a portfolio item. | ||
*Defined in [api.ts:3771](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3771)* | ||
*Defined in [api.ts:3895](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3895)* | ||
@@ -251,3 +251,3 @@ Fetch the specified portfolio item's icon information. | ||
*Defined in [api.ts:3783](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3783)* | ||
*Defined in [api.ts:3907](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3907)* | ||
@@ -278,3 +278,3 @@ Gets all service plans for a portfolio item. | ||
*Defined in [api.ts:3796](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3796)* | ||
*Defined in [api.ts:3920](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3920)* | ||
@@ -306,3 +306,3 @@ If a record has been discarded, this operation will undelete it so it can be requested normally. | ||
*Defined in [api.ts:3809](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3809)* | ||
*Defined in [api.ts:3933](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3933)* | ||
@@ -334,3 +334,3 @@ Make a copy of the Portfolio Item. | ||
*Defined in [api.ts:3821](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3821)* | ||
*Defined in [api.ts:3945](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3945)* | ||
@@ -361,3 +361,3 @@ Gets a specific portfolio item based on the portfolio item ID passed | ||
*Defined in [api.ts:3834](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3834)* | ||
*Defined in [api.ts:3958](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3958)* | ||
@@ -364,0 +364,0 @@ Edits portfolio item specified by the given ID. |
@@ -29,3 +29,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [Order](../modules/order.md) > [StateEnum](../enums/order.stateenum.md) | ||
*Defined in [api.ts:313](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L313)* | ||
*Defined in [api.ts:359](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L359)* | ||
@@ -39,3 +39,3 @@ ___ | ||
*Defined in [api.ts:316](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L316)* | ||
*Defined in [api.ts:362](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L362)* | ||
@@ -49,3 +49,3 @@ ___ | ||
*Defined in [api.ts:312](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L312)* | ||
*Defined in [api.ts:358](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L358)* | ||
@@ -59,3 +59,3 @@ ___ | ||
*Defined in [api.ts:315](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L315)* | ||
*Defined in [api.ts:361](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L361)* | ||
@@ -69,5 +69,5 @@ ___ | ||
*Defined in [api.ts:314](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L314)* | ||
*Defined in [api.ts:360](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L360)* | ||
___ | ||
@@ -31,3 +31,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [OrderItem](../modules/orderitem.md) > [StateEnum](../enums/orderitem.stateenum.md) | ||
*Defined in [api.ts:429](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L429)* | ||
*Defined in [api.ts:475](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L475)* | ||
@@ -41,3 +41,3 @@ ___ | ||
*Defined in [api.ts:433](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L433)* | ||
*Defined in [api.ts:479](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L479)* | ||
@@ -51,3 +51,3 @@ ___ | ||
*Defined in [api.ts:432](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L432)* | ||
*Defined in [api.ts:478](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L478)* | ||
@@ -61,3 +61,3 @@ ___ | ||
*Defined in [api.ts:428](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L428)* | ||
*Defined in [api.ts:474](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L474)* | ||
@@ -71,3 +71,3 @@ ___ | ||
*Defined in [api.ts:434](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L434)* | ||
*Defined in [api.ts:480](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L480)* | ||
@@ -81,3 +81,3 @@ ___ | ||
*Defined in [api.ts:431](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L431)* | ||
*Defined in [api.ts:477](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L477)* | ||
@@ -91,5 +91,5 @@ ___ | ||
*Defined in [api.ts:430](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L430)* | ||
*Defined in [api.ts:476](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L476)* | ||
___ | ||
@@ -28,3 +28,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [ProgressMessage](../modules/progressmessage.md) > [LevelEnum](../enums/progressmessage.levelenum.md) | ||
*Defined in [api.ts:759](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L759)* | ||
*Defined in [api.ts:805](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L805)* | ||
@@ -38,3 +38,3 @@ ___ | ||
*Defined in [api.ts:757](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L757)* | ||
*Defined in [api.ts:803](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L803)* | ||
@@ -48,3 +48,3 @@ ___ | ||
*Defined in [api.ts:756](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L756)* | ||
*Defined in [api.ts:802](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L802)* | ||
@@ -58,5 +58,5 @@ ___ | ||
*Defined in [api.ts:758](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L758)* | ||
*Defined in [api.ts:804](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L804)* | ||
___ | ||
@@ -31,3 +31,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [OrderItemsCollection](../interfaces/orderitemscollection.md) | ||
*Defined in [api.ts:461](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L461)* | ||
*Defined in [api.ts:507](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L507)* | ||
@@ -45,3 +45,3 @@ *__type__*: {Array} | ||
*Defined in [api.ts:455](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L455)* | ||
*Defined in [api.ts:501](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L501)* | ||
@@ -59,3 +59,3 @@ *__type__*: {CollectionLinks} | ||
*Defined in [api.ts:449](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L449)* | ||
*Defined in [api.ts:495](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L495)* | ||
@@ -62,0 +62,0 @@ *__type__*: {CollectionMetadata} |
@@ -31,3 +31,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [OrdersCollection](../interfaces/orderscollection.md) | ||
*Defined in [api.ts:487](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L487)* | ||
*Defined in [api.ts:533](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L533)* | ||
@@ -45,3 +45,3 @@ *__type__*: {Array} | ||
*Defined in [api.ts:481](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L481)* | ||
*Defined in [api.ts:527](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L527)* | ||
@@ -59,3 +59,3 @@ *__type__*: {CollectionLinks} | ||
*Defined in [api.ts:475](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L475)* | ||
*Defined in [api.ts:521](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L521)* | ||
@@ -62,0 +62,0 @@ *__type__*: {CollectionMetadata} |
@@ -37,3 +37,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [Portfolio](../interfaces/portfolio.md) | ||
*Defined in [api.ts:543](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L543)* | ||
*Defined in [api.ts:589](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L589)* | ||
@@ -51,3 +51,3 @@ *__type__*: {Date} | ||
*Defined in [api.ts:513](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L513)* | ||
*Defined in [api.ts:559](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L559)* | ||
@@ -65,3 +65,3 @@ *__type__*: {string} | ||
*Defined in [api.ts:519](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L519)* | ||
*Defined in [api.ts:565](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L565)* | ||
@@ -79,3 +79,3 @@ *__type__*: {boolean} | ||
*Defined in [api.ts:501](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L501)* | ||
*Defined in [api.ts:547](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L547)* | ||
@@ -93,3 +93,3 @@ *__type__*: {string} | ||
*Defined in [api.ts:525](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L525)* | ||
*Defined in [api.ts:571](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L571)* | ||
@@ -107,3 +107,3 @@ *__type__*: {string} | ||
*Defined in [api.ts:507](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L507)* | ||
*Defined in [api.ts:553](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L553)* | ||
@@ -121,3 +121,3 @@ *__type__*: {string} | ||
*Defined in [api.ts:537](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L537)* | ||
*Defined in [api.ts:583](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L583)* | ||
@@ -135,3 +135,3 @@ *__type__*: {string} | ||
*Defined in [api.ts:549](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L549)* | ||
*Defined in [api.ts:595](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L595)* | ||
@@ -149,3 +149,3 @@ *__type__*: {Date} | ||
*Defined in [api.ts:531](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L531)* | ||
*Defined in [api.ts:577](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L577)* | ||
@@ -152,0 +152,0 @@ *__type__*: {string} |
@@ -45,3 +45,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [PortfolioItem](../interfaces/portfolioitem.md) | ||
*Defined in [api.ts:653](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L653)* | ||
*Defined in [api.ts:699](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L699)* | ||
@@ -59,3 +59,3 @@ *__type__*: {Date} | ||
*Defined in [api.ts:581](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L581)* | ||
*Defined in [api.ts:627](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L627)* | ||
@@ -73,3 +73,3 @@ *__type__*: {string} | ||
*Defined in [api.ts:599](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L599)* | ||
*Defined in [api.ts:645](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L645)* | ||
@@ -87,3 +87,3 @@ *__type__*: {string} | ||
*Defined in [api.ts:611](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L611)* | ||
*Defined in [api.ts:657](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L657)* | ||
@@ -101,3 +101,3 @@ *__type__*: {string} | ||
*Defined in [api.ts:617](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L617)* | ||
*Defined in [api.ts:663](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L663)* | ||
@@ -115,3 +115,3 @@ *__type__*: {string} | ||
*Defined in [api.ts:569](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L569)* | ||
*Defined in [api.ts:615](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L615)* | ||
@@ -129,3 +129,3 @@ *__type__*: {boolean} | ||
*Defined in [api.ts:563](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L563)* | ||
*Defined in [api.ts:609](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L609)* | ||
@@ -143,3 +143,3 @@ *__type__*: {string} | ||
*Defined in [api.ts:605](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L605)* | ||
*Defined in [api.ts:651](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L651)* | ||
@@ -157,3 +157,3 @@ *__type__*: {string} | ||
*Defined in [api.ts:575](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L575)* | ||
*Defined in [api.ts:621](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L621)* | ||
@@ -171,3 +171,3 @@ *__type__*: {string} | ||
*Defined in [api.ts:587](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L587)* | ||
*Defined in [api.ts:633](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L633)* | ||
@@ -185,3 +185,3 @@ *__type__*: {boolean} | ||
*Defined in [api.ts:635](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L635)* | ||
*Defined in [api.ts:681](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L681)* | ||
@@ -199,3 +199,3 @@ *__type__*: {string} | ||
*Defined in [api.ts:641](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L641)* | ||
*Defined in [api.ts:687](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L687)* | ||
@@ -213,3 +213,3 @@ *__type__*: {string} | ||
*Defined in [api.ts:647](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L647)* | ||
*Defined in [api.ts:693](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L693)* | ||
@@ -229,3 +229,3 @@ The source reference this product was created from | ||
*Defined in [api.ts:593](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L593)* | ||
*Defined in [api.ts:639](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L639)* | ||
@@ -243,3 +243,3 @@ *__type__*: {string} | ||
*Defined in [api.ts:623](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L623)* | ||
*Defined in [api.ts:669](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L669)* | ||
@@ -257,3 +257,3 @@ *__type__*: {string} | ||
*Defined in [api.ts:659](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L659)* | ||
*Defined in [api.ts:705](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L705)* | ||
@@ -271,3 +271,3 @@ *__type__*: {Date} | ||
*Defined in [api.ts:629](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L629)* | ||
*Defined in [api.ts:675](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L675)* | ||
@@ -274,0 +274,0 @@ *__type__*: {string} |
@@ -31,3 +31,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [PortfolioItemsCollection](../interfaces/portfolioitemscollection.md) | ||
*Defined in [api.ts:685](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L685)* | ||
*Defined in [api.ts:731](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L731)* | ||
@@ -45,3 +45,3 @@ *__type__*: {Array} | ||
*Defined in [api.ts:679](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L679)* | ||
*Defined in [api.ts:725](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L725)* | ||
@@ -59,3 +59,3 @@ *__type__*: {CollectionLinks} | ||
*Defined in [api.ts:673](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L673)* | ||
*Defined in [api.ts:719](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L719)* | ||
@@ -62,0 +62,0 @@ *__type__*: {CollectionMetadata} |
@@ -31,3 +31,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [PortfoliosCollection](../interfaces/portfolioscollection.md) | ||
*Defined in [api.ts:711](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L711)* | ||
*Defined in [api.ts:757](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L757)* | ||
@@ -45,3 +45,3 @@ *__type__*: {Array} | ||
*Defined in [api.ts:705](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L705)* | ||
*Defined in [api.ts:751](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L751)* | ||
@@ -59,3 +59,3 @@ *__type__*: {CollectionLinks} | ||
*Defined in [api.ts:699](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L699)* | ||
*Defined in [api.ts:745](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L745)* | ||
@@ -62,0 +62,0 @@ *__type__*: {CollectionMetadata} |
@@ -31,3 +31,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [ProgressMessagesCollection](../interfaces/progressmessagescollection.md) | ||
*Defined in [api.ts:786](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L786)* | ||
*Defined in [api.ts:832](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L832)* | ||
@@ -45,3 +45,3 @@ *__type__*: {Array} | ||
*Defined in [api.ts:780](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L780)* | ||
*Defined in [api.ts:826](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L826)* | ||
@@ -59,3 +59,3 @@ *__type__*: {CollectionLinks} | ||
*Defined in [api.ts:774](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L774)* | ||
*Defined in [api.ts:820](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L820)* | ||
@@ -62,0 +62,0 @@ *__type__*: {CollectionMetadata} |
@@ -29,3 +29,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [RestoreKey](../interfaces/restorekey.md) | ||
*Defined in [api.ts:800](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L800)* | ||
*Defined in [api.ts:846](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L846)* | ||
@@ -32,0 +32,0 @@ *__type__*: {string} |
@@ -31,3 +31,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [ServiceOfferingIcon](../interfaces/serviceofferingicon.md) | ||
*Defined in [api.ts:820](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L820)* | ||
*Defined in [api.ts:866](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L866)* | ||
@@ -47,3 +47,3 @@ The raw SVG data for this icon | ||
*Defined in [api.ts:814](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L814)* | ||
*Defined in [api.ts:860](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L860)* | ||
@@ -63,3 +63,3 @@ The unique identifier for this Service Offering Icon | ||
*Defined in [api.ts:826](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L826)* | ||
*Defined in [api.ts:872](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L872)* | ||
@@ -66,0 +66,0 @@ Stores the Source Ref for this icon |
@@ -32,3 +32,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [ServicePlan](../interfaces/serviceplan.md) | ||
*Defined in [api.ts:858](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L858)* | ||
*Defined in [api.ts:904](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L904)* | ||
@@ -48,3 +48,3 @@ JSON schema for the object. | ||
*Defined in [api.ts:846](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L846)* | ||
*Defined in [api.ts:892](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L892)* | ||
@@ -64,3 +64,3 @@ The service plan description. | ||
*Defined in [api.ts:852](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L852)* | ||
*Defined in [api.ts:898](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L898)* | ||
@@ -80,3 +80,3 @@ The unique identifier for this service plan. | ||
*Defined in [api.ts:840](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L840)* | ||
*Defined in [api.ts:886](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L886)* | ||
@@ -83,0 +83,0 @@ The name of the service plan. |
@@ -31,3 +31,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [ShareInfo](../interfaces/shareinfo.md) | ||
*Defined in [api.ts:878](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L878)* | ||
*Defined in [api.ts:924](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L924)* | ||
@@ -47,3 +47,3 @@ The Group Name | ||
*Defined in [api.ts:872](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L872)* | ||
*Defined in [api.ts:918](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L918)* | ||
@@ -63,3 +63,3 @@ The Group UUID | ||
*Defined in [api.ts:884](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L884)* | ||
*Defined in [api.ts:930](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L930)* | ||
@@ -66,0 +66,0 @@ One or more permissions currently applied to this group. |
@@ -30,3 +30,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [SharePolicy](../interfaces/sharepolicy.md) | ||
*Defined in [api.ts:904](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L904)* | ||
*Defined in [api.ts:950](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L950)* | ||
@@ -46,3 +46,3 @@ An array of group UUID's retrieved from the RBAC Service with whom the resource has to be shared. | ||
*Defined in [api.ts:898](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L898)* | ||
*Defined in [api.ts:944](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L944)* | ||
@@ -49,0 +49,0 @@ The permissions to apply for this share. |
@@ -30,3 +30,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [UnsharePolicy](../interfaces/unsharepolicy.md) | ||
*Defined in [api.ts:924](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L924)* | ||
*Defined in [api.ts:970](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L970)* | ||
@@ -46,3 +46,3 @@ An array of group UUID's retrieved from the RBAC Service from which the permissions have to be removed. If group uuids are not specified we will unshare it from all groups. | ||
*Defined in [api.ts:918](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L918)* | ||
*Defined in [api.ts:964](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L964)* | ||
@@ -49,0 +49,0 @@ The permissions to remove for this resource. |
@@ -35,3 +35,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [Order](../modules/order.md) | ||
*Defined in [api.ts:293](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L293)* | ||
*Defined in [api.ts:339](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L339)* | ||
@@ -49,3 +49,3 @@ *__type__*: {Date} | ||
*Defined in [api.ts:281](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L281)* | ||
*Defined in [api.ts:327](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L327)* | ||
@@ -63,3 +63,3 @@ *__type__*: {Date} | ||
*Defined in [api.ts:263](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L263)* | ||
*Defined in [api.ts:309](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L309)* | ||
@@ -77,3 +77,3 @@ *__type__*: {string} | ||
*Defined in [api.ts:287](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L287)* | ||
*Defined in [api.ts:333](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L333)* | ||
@@ -91,3 +91,3 @@ *__type__*: {Date} | ||
*Defined in [api.ts:299](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L299)* | ||
*Defined in [api.ts:345](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L345)* | ||
@@ -105,3 +105,3 @@ *__type__*: {string} | ||
*Defined in [api.ts:275](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L275)* | ||
*Defined in [api.ts:321](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L321)* | ||
@@ -121,3 +121,3 @@ Current State of the order. | ||
*Defined in [api.ts:269](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L269)* | ||
*Defined in [api.ts:315](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L315)* | ||
@@ -124,0 +124,0 @@ *__type__*: {string} |
@@ -43,3 +43,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [OrderItem](../modules/orderitem.md) | ||
*Defined in [api.ts:391](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L391)* | ||
*Defined in [api.ts:437](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L437)* | ||
@@ -57,3 +57,3 @@ *__type__*: {Date} | ||
*Defined in [api.ts:337](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L337)* | ||
*Defined in [api.ts:383](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L383)* | ||
@@ -71,3 +71,3 @@ *__type__*: {number} | ||
*Defined in [api.ts:379](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L379)* | ||
*Defined in [api.ts:425](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L425)* | ||
@@ -85,3 +85,3 @@ *__type__*: {Date} | ||
*Defined in [api.ts:409](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L409)* | ||
*Defined in [api.ts:455](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L455)* | ||
@@ -101,3 +101,3 @@ The external url of the service instance used with relation to this order item | ||
*Defined in [api.ts:331](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L331)* | ||
*Defined in [api.ts:377](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L377)* | ||
@@ -115,3 +115,3 @@ *__type__*: {string} | ||
*Defined in [api.ts:415](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L415)* | ||
*Defined in [api.ts:461](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L461)* | ||
@@ -131,3 +131,3 @@ The insights request id can be used to collect log data for this order item as its processed by the system | ||
*Defined in [api.ts:373](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L373)* | ||
*Defined in [api.ts:419](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L419)* | ||
@@ -147,3 +147,3 @@ The Order that the OrderItem belongs to. | ||
*Defined in [api.ts:385](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L385)* | ||
*Defined in [api.ts:431](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L431)* | ||
@@ -161,3 +161,3 @@ *__type__*: {Date} | ||
*Defined in [api.ts:403](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L403)* | ||
*Defined in [api.ts:449](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L449)* | ||
@@ -175,3 +175,3 @@ *__type__*: {string} | ||
*Defined in [api.ts:361](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L361)* | ||
*Defined in [api.ts:407](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L407)* | ||
@@ -191,3 +191,3 @@ Stores the Portfolio Item ID. | ||
*Defined in [api.ts:349](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L349)* | ||
*Defined in [api.ts:395](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L395)* | ||
@@ -207,3 +207,3 @@ The provider specific parameters needed to provision this service. This might include namespaces, special keys. | ||
*Defined in [api.ts:343](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L343)* | ||
*Defined in [api.ts:389](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L389)* | ||
@@ -221,3 +221,3 @@ *__type__*: {any} | ||
*Defined in [api.ts:355](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L355)* | ||
*Defined in [api.ts:401](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L401)* | ||
@@ -237,3 +237,3 @@ Stores the service plan ref from the Topology Service. | ||
*Defined in [api.ts:367](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L367)* | ||
*Defined in [api.ts:413](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L413)* | ||
@@ -253,3 +253,3 @@ Current state of this order item. | ||
*Defined in [api.ts:397](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L397)* | ||
*Defined in [api.ts:443](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L443)* | ||
@@ -256,0 +256,0 @@ *__type__*: {Date} |
@@ -32,3 +32,3 @@ [@redhat-cloud-services/catalog-client](../README.md) > [ProgressMessage](../modules/progressmessage.md) | ||
*Defined in [api.ts:731](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L731)* | ||
*Defined in [api.ts:777](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L777)* | ||
@@ -46,3 +46,3 @@ *__type__*: {string} | ||
*Defined in [api.ts:737](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L737)* | ||
*Defined in [api.ts:783](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L783)* | ||
@@ -60,3 +60,3 @@ *__type__*: {string} | ||
*Defined in [api.ts:743](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L743)* | ||
*Defined in [api.ts:789](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L789)* | ||
@@ -74,3 +74,3 @@ *__type__*: {string} | ||
*Defined in [api.ts:725](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L725)* | ||
*Defined in [api.ts:771](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L771)* | ||
@@ -77,0 +77,0 @@ *__type__*: {Date} |
@@ -101,2 +101,4 @@ | ||
* [CreatePortfolioItem](interfaces/createportfolioitem.md) | ||
* [InlineObject](interfaces/inlineobject.md) | ||
* [InlineResponse200](interfaces/inlineresponse200.md) | ||
* [OrderItemsCollection](interfaces/orderitemscollection.md) | ||
@@ -165,3 +167,3 @@ * [OrdersCollection](interfaces/orderscollection.md) | ||
*Defined in [api.ts:932](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L932)* | ||
*Defined in [api.ts:978](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L978)* | ||
@@ -185,3 +187,3 @@ DefaultApi - axios parameter creator | ||
*Defined in [api.ts:996](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L996)* | ||
*Defined in [api.ts:1098](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1098)* | ||
@@ -207,3 +209,3 @@ DefaultApi - factory interface | ||
*Defined in [api.ts:974](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L974)* | ||
*Defined in [api.ts:1062](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1062)* | ||
@@ -227,3 +229,3 @@ DefaultApi - functional programming interface | ||
*Defined in [api.ts:1034](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1034)* | ||
*Defined in [api.ts:1158](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1158)* | ||
@@ -247,3 +249,3 @@ OrderApi - axios parameter creator | ||
*Defined in [api.ts:1409](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1409)* | ||
*Defined in [api.ts:1533](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1533)* | ||
@@ -269,3 +271,3 @@ OrderApi - factory interface | ||
*Defined in [api.ts:1310](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1310)* | ||
*Defined in [api.ts:1434](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1434)* | ||
@@ -289,3 +291,3 @@ OrderApi - functional programming interface | ||
*Defined in [api.ts:1571](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1571)* | ||
*Defined in [api.ts:1695](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1695)* | ||
@@ -309,3 +311,3 @@ OrderItemApi - axios parameter creator | ||
*Defined in [api.ts:1848](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1848)* | ||
*Defined in [api.ts:1972](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1972)* | ||
@@ -331,3 +333,3 @@ OrderItemApi - factory interface | ||
*Defined in [api.ts:1775](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1775)* | ||
*Defined in [api.ts:1899](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1899)* | ||
@@ -351,3 +353,3 @@ OrderItemApi - functional programming interface | ||
*Defined in [api.ts:1970](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L1970)* | ||
*Defined in [api.ts:2094](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L2094)* | ||
@@ -371,3 +373,3 @@ PortfolioApi - axios parameter creator | ||
*Defined in [api.ts:2706](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L2706)* | ||
*Defined in [api.ts:2830](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L2830)* | ||
@@ -393,3 +395,3 @@ PortfolioApi - factory interface | ||
*Defined in [api.ts:2519](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L2519)* | ||
*Defined in [api.ts:2643](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L2643)* | ||
@@ -413,3 +415,3 @@ PortfolioApi - functional programming interface | ||
*Defined in [api.ts:3008](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3008)* | ||
*Defined in [api.ts:3132](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3132)* | ||
@@ -433,3 +435,3 @@ PortfolioItemApi - axios parameter creator | ||
*Defined in [api.ts:3596](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3596)* | ||
*Defined in [api.ts:3720](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3720)* | ||
@@ -455,3 +457,3 @@ PortfolioItemApi - factory interface | ||
*Defined in [api.ts:3442](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3442)* | ||
*Defined in [api.ts:3566](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/catalog/api.ts#L3566)* | ||
@@ -458,0 +460,0 @@ PortfolioItemApi - functional programming interface |
{ | ||
"name": "@redhat-cloud-services/catalog-client", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
371039
49
5495