@redhat-cloud-services/catalog-client
Advanced tools
Comparing version 1.2.10 to 1.2.11
@@ -100,3 +100,3 @@ [@redhat-cloud-services/catalog-client](../README.md) / [Exports](../modules.md) / DefaultApi | ||
▸ **getDocumentation**(`options?`): `Promise`<`AxiosResponse`<`object`\>\> | ||
▸ **getDocumentation**(`options?`): `Promise`<`AxiosResponse`<`object`, `any`\>\> | ||
@@ -121,3 +121,3 @@ **`Summary`** | ||
`Promise`<`AxiosResponse`<`object`\>\> | ||
`Promise`<`AxiosResponse`<`object`, `any`\>\> | ||
@@ -132,3 +132,3 @@ #### Defined in | ||
▸ **postGraphQL**(`graphQLRequest`, `options?`): `Promise`<`AxiosResponse`<[`GraphQLResponse`](../interfaces/GraphQLResponse.md)\>\> | ||
▸ **postGraphQL**(`graphQLRequest`, `options?`): `Promise`<`AxiosResponse`<[`GraphQLResponse`](../interfaces/GraphQLResponse.md), `any`\>\> | ||
@@ -156,3 +156,3 @@ Performs a GraphQL Query | ||
`Promise`<`AxiosResponse`<[`GraphQLResponse`](../interfaces/GraphQLResponse.md)\>\> | ||
`Promise`<`AxiosResponse`<[`GraphQLResponse`](../interfaces/GraphQLResponse.md), `any`\>\> | ||
@@ -159,0 +159,0 @@ #### Defined in |
@@ -100,3 +100,3 @@ [@redhat-cloud-services/catalog-client](../README.md) / [Exports](../modules.md) / IconApi | ||
▸ **createIcon**(`content?`, `portfolioId?`, `portfolioItemId?`, `options?`): `Promise`<`AxiosResponse`<[`Icon`](../interfaces/Icon.md)\>\> | ||
▸ **createIcon**(`content?`, `portfolioId?`, `portfolioItemId?`, `options?`): `Promise`<`AxiosResponse`<[`Icon`](../interfaces/Icon.md), `any`\>\> | ||
@@ -126,3 +126,3 @@ Creates an Icon from the specified parameters | ||
`Promise`<`AxiosResponse`<[`Icon`](../interfaces/Icon.md)\>\> | ||
`Promise`<`AxiosResponse`<[`Icon`](../interfaces/Icon.md), `any`\>\> | ||
@@ -137,3 +137,3 @@ #### Defined in | ||
▸ **destroyIcon**(`id`, `options?`): `Promise`<`AxiosResponse`<`void`\>\> | ||
▸ **destroyIcon**(`id`, `options?`): `Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -161,3 +161,3 @@ Deletes the icon based on the icon ID passed | ||
`Promise`<`AxiosResponse`<`void`\>\> | ||
`Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -164,0 +164,0 @@ #### Defined in |
@@ -109,3 +109,3 @@ [@redhat-cloud-services/catalog-client](../README.md) / [Exports](../modules.md) / OrderApi | ||
▸ **addToOrder**(`orderId`, `orderItem`, `options?`): `Promise`<`AxiosResponse`<[`OrderItem`](../interfaces/OrderItem.md)\>\> | ||
▸ **addToOrder**(`orderId`, `orderItem`, `options?`): `Promise`<`AxiosResponse`<[`OrderItem`](../interfaces/OrderItem.md), `any`\>\> | ||
@@ -134,3 +134,3 @@ Adds an order item to an order in pending state | ||
`Promise`<`AxiosResponse`<[`OrderItem`](../interfaces/OrderItem.md)\>\> | ||
`Promise`<`AxiosResponse`<[`OrderItem`](../interfaces/OrderItem.md), `any`\>\> | ||
@@ -145,3 +145,3 @@ #### Defined in | ||
▸ **cancelOrder**(`orderId`, `options?`): `Promise`<`AxiosResponse`<[`Order`](../interfaces/Order.md)\>\> | ||
▸ **cancelOrder**(`orderId`, `options?`): `Promise`<`AxiosResponse`<[`Order`](../interfaces/Order.md), `any`\>\> | ||
@@ -169,3 +169,3 @@ Returns an updated order. | ||
`Promise`<`AxiosResponse`<[`Order`](../interfaces/Order.md)\>\> | ||
`Promise`<`AxiosResponse`<[`Order`](../interfaces/Order.md), `any`\>\> | ||
@@ -180,3 +180,3 @@ #### Defined in | ||
▸ **createOrder**(`options?`): `Promise`<`AxiosResponse`<[`Order`](../interfaces/Order.md)\>\> | ||
▸ **createOrder**(`options?`): `Promise`<`AxiosResponse`<[`Order`](../interfaces/Order.md), `any`\>\> | ||
@@ -203,3 +203,3 @@ Creates a new order. | ||
`Promise`<`AxiosResponse`<[`Order`](../interfaces/Order.md)\>\> | ||
`Promise`<`AxiosResponse`<[`Order`](../interfaces/Order.md), `any`\>\> | ||
@@ -214,3 +214,3 @@ #### Defined in | ||
▸ **destroyOrder**(`id`, `options?`): `Promise`<`AxiosResponse`<[`RestoreKey`](../interfaces/RestoreKey.md)\>\> | ||
▸ **destroyOrder**(`id`, `options?`): `Promise`<`AxiosResponse`<[`RestoreKey`](../interfaces/RestoreKey.md), `any`\>\> | ||
@@ -238,3 +238,3 @@ Deletes the Order based on order ID passed | ||
`Promise`<`AxiosResponse`<[`RestoreKey`](../interfaces/RestoreKey.md)\>\> | ||
`Promise`<`AxiosResponse`<[`RestoreKey`](../interfaces/RestoreKey.md), `any`\>\> | ||
@@ -249,3 +249,3 @@ #### Defined in | ||
▸ **listOrderItemsFromOrder**(`orderId`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`OrderItemsCollection`](../interfaces/OrderItemsCollection.md)\>\> | ||
▸ **listOrderItemsFromOrder**(`orderId`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`OrderItemsCollection`](../interfaces/OrderItemsCollection.md), `any`\>\> | ||
@@ -277,3 +277,3 @@ Gets a list of items associated with an order. | ||
`Promise`<`AxiosResponse`<[`OrderItemsCollection`](../interfaces/OrderItemsCollection.md)\>\> | ||
`Promise`<`AxiosResponse`<[`OrderItemsCollection`](../interfaces/OrderItemsCollection.md), `any`\>\> | ||
@@ -288,3 +288,3 @@ #### Defined in | ||
▸ **listOrderProgressMessages**(`orderId`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`ProgressMessagesCollection`](../interfaces/ProgressMessagesCollection.md)\>\> | ||
▸ **listOrderProgressMessages**(`orderId`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`ProgressMessagesCollection`](../interfaces/ProgressMessagesCollection.md), `any`\>\> | ||
@@ -316,3 +316,3 @@ Gets a list of progress messages associated with an order. As the order is being processed the provider can update the progress messages. | ||
`Promise`<`AxiosResponse`<[`ProgressMessagesCollection`](../interfaces/ProgressMessagesCollection.md)\>\> | ||
`Promise`<`AxiosResponse`<[`ProgressMessagesCollection`](../interfaces/ProgressMessagesCollection.md), `any`\>\> | ||
@@ -327,3 +327,3 @@ #### Defined in | ||
▸ **listOrders**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`OrdersCollection`](../interfaces/OrdersCollection.md)\>\> | ||
▸ **listOrders**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`OrdersCollection`](../interfaces/OrdersCollection.md), `any`\>\> | ||
@@ -354,3 +354,3 @@ Gets a list of orders associated with the logged in user. | ||
`Promise`<`AxiosResponse`<[`OrdersCollection`](../interfaces/OrdersCollection.md)\>\> | ||
`Promise`<`AxiosResponse`<[`OrdersCollection`](../interfaces/OrdersCollection.md), `any`\>\> | ||
@@ -365,3 +365,3 @@ #### Defined in | ||
▸ **restoreOrder**(`id`, `restoreKey`, `options?`): `Promise`<`AxiosResponse`<[`Order`](../interfaces/Order.md)\>\> | ||
▸ **restoreOrder**(`id`, `restoreKey`, `options?`): `Promise`<`AxiosResponse`<[`Order`](../interfaces/Order.md), `any`\>\> | ||
@@ -390,3 +390,3 @@ Restores the order specified by the order ID. | ||
`Promise`<`AxiosResponse`<[`Order`](../interfaces/Order.md)\>\> | ||
`Promise`<`AxiosResponse`<[`Order`](../interfaces/Order.md), `any`\>\> | ||
@@ -401,3 +401,3 @@ #### Defined in | ||
▸ **showOrder**(`id`, `options?`): `Promise`<`AxiosResponse`<[`Order`](../interfaces/Order.md)\>\> | ||
▸ **showOrder**(`id`, `options?`): `Promise`<`AxiosResponse`<[`Order`](../interfaces/Order.md), `any`\>\> | ||
@@ -425,3 +425,3 @@ Get a specific order based on the order ID | ||
`Promise`<`AxiosResponse`<[`Order`](../interfaces/Order.md)\>\> | ||
`Promise`<`AxiosResponse`<[`Order`](../interfaces/Order.md), `any`\>\> | ||
@@ -436,3 +436,3 @@ #### Defined in | ||
▸ **showOrderItemFromOrder**(`orderId`, `id`, `options?`): `Promise`<`AxiosResponse`<[`OrderItem`](../interfaces/OrderItem.md)\>\> | ||
▸ **showOrderItemFromOrder**(`orderId`, `id`, `options?`): `Promise`<`AxiosResponse`<[`OrderItem`](../interfaces/OrderItem.md), `any`\>\> | ||
@@ -461,3 +461,3 @@ Gets an order item associated with an order. | ||
`Promise`<`AxiosResponse`<[`OrderItem`](../interfaces/OrderItem.md)\>\> | ||
`Promise`<`AxiosResponse`<[`OrderItem`](../interfaces/OrderItem.md), `any`\>\> | ||
@@ -472,3 +472,3 @@ #### Defined in | ||
▸ **submitOrder**(`orderId`, `options?`): `Promise`<`AxiosResponse`<[`Order`](../interfaces/Order.md)\>\> | ||
▸ **submitOrder**(`orderId`, `options?`): `Promise`<`AxiosResponse`<[`Order`](../interfaces/Order.md), `any`\>\> | ||
@@ -496,3 +496,3 @@ Returns an updated order. | ||
`Promise`<`AxiosResponse`<[`Order`](../interfaces/Order.md)\>\> | ||
`Promise`<`AxiosResponse`<[`Order`](../interfaces/Order.md), `any`\>\> | ||
@@ -499,0 +499,0 @@ #### Defined in |
@@ -104,3 +104,3 @@ [@redhat-cloud-services/catalog-client](../README.md) / [Exports](../modules.md) / OrderItemApi | ||
▸ **destroyOrderItem**(`id`, `options?`): `Promise`<`AxiosResponse`<[`RestoreKey`](../interfaces/RestoreKey.md)\>\> | ||
▸ **destroyOrderItem**(`id`, `options?`): `Promise`<`AxiosResponse`<[`RestoreKey`](../interfaces/RestoreKey.md), `any`\>\> | ||
@@ -128,3 +128,3 @@ Deletes the order item based on order item ID passed | ||
`Promise`<`AxiosResponse`<[`RestoreKey`](../interfaces/RestoreKey.md)\>\> | ||
`Promise`<`AxiosResponse`<[`RestoreKey`](../interfaces/RestoreKey.md), `any`\>\> | ||
@@ -139,3 +139,3 @@ #### Defined in | ||
▸ **listApprovalRequests**(`orderItemId`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`ApprovalRequestsCollection`](../interfaces/ApprovalRequestsCollection.md)\>\> | ||
▸ **listApprovalRequests**(`orderItemId`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`ApprovalRequestsCollection`](../interfaces/ApprovalRequestsCollection.md), `any`\>\> | ||
@@ -167,3 +167,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. | ||
`Promise`<`AxiosResponse`<[`ApprovalRequestsCollection`](../interfaces/ApprovalRequestsCollection.md)\>\> | ||
`Promise`<`AxiosResponse`<[`ApprovalRequestsCollection`](../interfaces/ApprovalRequestsCollection.md), `any`\>\> | ||
@@ -178,3 +178,3 @@ #### Defined in | ||
▸ **listOrderItemProgressMessages**(`orderItemId`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`ProgressMessagesCollection`](../interfaces/ProgressMessagesCollection.md)\>\> | ||
▸ **listOrderItemProgressMessages**(`orderItemId`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`ProgressMessagesCollection`](../interfaces/ProgressMessagesCollection.md), `any`\>\> | ||
@@ -206,3 +206,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. | ||
`Promise`<`AxiosResponse`<[`ProgressMessagesCollection`](../interfaces/ProgressMessagesCollection.md)\>\> | ||
`Promise`<`AxiosResponse`<[`ProgressMessagesCollection`](../interfaces/ProgressMessagesCollection.md), `any`\>\> | ||
@@ -217,3 +217,3 @@ #### Defined in | ||
▸ **listOrderItems**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`OrderItemsCollection`](../interfaces/OrderItemsCollection.md)\>\> | ||
▸ **listOrderItems**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`OrderItemsCollection`](../interfaces/OrderItemsCollection.md), `any`\>\> | ||
@@ -244,3 +244,3 @@ Gets a list of order items. | ||
`Promise`<`AxiosResponse`<[`OrderItemsCollection`](../interfaces/OrderItemsCollection.md)\>\> | ||
`Promise`<`AxiosResponse`<[`OrderItemsCollection`](../interfaces/OrderItemsCollection.md), `any`\>\> | ||
@@ -255,3 +255,3 @@ #### Defined in | ||
▸ **restoreOrderItem**(`id`, `restoreKey`, `options?`): `Promise`<`AxiosResponse`<[`OrderItem`](../interfaces/OrderItem.md)\>\> | ||
▸ **restoreOrderItem**(`id`, `restoreKey`, `options?`): `Promise`<`AxiosResponse`<[`OrderItem`](../interfaces/OrderItem.md), `any`\>\> | ||
@@ -280,3 +280,3 @@ Restores the order item specified by the order item ID. | ||
`Promise`<`AxiosResponse`<[`OrderItem`](../interfaces/OrderItem.md)\>\> | ||
`Promise`<`AxiosResponse`<[`OrderItem`](../interfaces/OrderItem.md), `any`\>\> | ||
@@ -291,3 +291,3 @@ #### Defined in | ||
▸ **showOrderItem**(`id`, `options?`): `Promise`<`AxiosResponse`<[`OrderItem`](../interfaces/OrderItem.md)\>\> | ||
▸ **showOrderItem**(`id`, `options?`): `Promise`<`AxiosResponse`<[`OrderItem`](../interfaces/OrderItem.md), `any`\>\> | ||
@@ -315,3 +315,3 @@ Gets a specific order item based on the order item ID passed | ||
`Promise`<`AxiosResponse`<[`OrderItem`](../interfaces/OrderItem.md)\>\> | ||
`Promise`<`AxiosResponse`<[`OrderItem`](../interfaces/OrderItem.md), `any`\>\> | ||
@@ -318,0 +318,0 @@ #### Defined in |
@@ -110,3 +110,3 @@ [@redhat-cloud-services/catalog-client](../README.md) / [Exports](../modules.md) / OrderProcessApi | ||
▸ **addOrderProcessAfterItem**(`id`, `orderProcessPortfolioItemId`, `options?`): `Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md)\>\> | ||
▸ **addOrderProcessAfterItem**(`id`, `orderProcessPortfolioItemId`, `options?`): `Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md), `any`\>\> | ||
@@ -135,3 +135,3 @@ Defines the product that will be executed after ordering when using this Order Process | ||
`Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md)\>\> | ||
`Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md), `any`\>\> | ||
@@ -146,3 +146,3 @@ #### Defined in | ||
▸ **addOrderProcessBeforeItem**(`id`, `orderProcessPortfolioItemId`, `options?`): `Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md)\>\> | ||
▸ **addOrderProcessBeforeItem**(`id`, `orderProcessPortfolioItemId`, `options?`): `Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md), `any`\>\> | ||
@@ -171,3 +171,3 @@ Defines the product that will be executed before ordering when using this Order Process | ||
`Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md)\>\> | ||
`Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md), `any`\>\> | ||
@@ -182,3 +182,3 @@ #### Defined in | ||
▸ **addOrderProcessReturnItem**(`id`, `orderProcessPortfolioItemId`, `options?`): `Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md)\>\> | ||
▸ **addOrderProcessReturnItem**(`id`, `orderProcessPortfolioItemId`, `options?`): `Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md), `any`\>\> | ||
@@ -207,3 +207,3 @@ Defines the product that will be executed on return when using this Order Process | ||
`Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md)\>\> | ||
`Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md), `any`\>\> | ||
@@ -218,3 +218,3 @@ #### Defined in | ||
▸ **createOrderProcess**(`orderProcess`, `options?`): `Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md)\>\> | ||
▸ **createOrderProcess**(`orderProcess`, `options?`): `Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md), `any`\>\> | ||
@@ -242,3 +242,3 @@ Adds an order process. | ||
`Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md)\>\> | ||
`Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md), `any`\>\> | ||
@@ -253,3 +253,3 @@ #### Defined in | ||
▸ **destroyOrderProcess**(`id`, `options?`): `Promise`<`AxiosResponse`<`void`\>\> | ||
▸ **destroyOrderProcess**(`id`, `options?`): `Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -277,3 +277,3 @@ Deletes the order process specified by the ID. | ||
`Promise`<`AxiosResponse`<`void`\>\> | ||
`Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -288,3 +288,3 @@ #### Defined in | ||
▸ **linkTagToOrderProcess**(`id`, `resourceObject`, `options?`): `Promise`<`AxiosResponse`<`void`\>\> | ||
▸ **linkTagToOrderProcess**(`id`, `resourceObject`, `options?`): `Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -313,3 +313,3 @@ Links a tag to an order process | ||
`Promise`<`AxiosResponse`<`void`\>\> | ||
`Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -324,3 +324,3 @@ #### Defined in | ||
▸ **listOrderProcesses**(`appName?`, `objectId?`, `objectType?`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`OrderProcessCollection`](../interfaces/OrderProcessCollection.md)\>\> | ||
▸ **listOrderProcesses**(`appName?`, `objectId?`, `objectType?`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`OrderProcessCollection`](../interfaces/OrderProcessCollection.md), `any`\>\> | ||
@@ -354,3 +354,3 @@ Gets a list of order processes. Optionally select order processes linked to a resource object whose app_name, object_type and object_id are specified by query parameters. | ||
`Promise`<`AxiosResponse`<[`OrderProcessCollection`](../interfaces/OrderProcessCollection.md)\>\> | ||
`Promise`<`AxiosResponse`<[`OrderProcessCollection`](../interfaces/OrderProcessCollection.md), `any`\>\> | ||
@@ -365,3 +365,3 @@ #### Defined in | ||
▸ **removeOrderProcessAssociation**(`id`, `orderProcessAssociationsToRemove`, `options?`): `Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md)\>\> | ||
▸ **removeOrderProcessAssociation**(`id`, `orderProcessAssociationsToRemove`, `options?`): `Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md), `any`\>\> | ||
@@ -390,3 +390,3 @@ Removes the association to the product(s) defined in the \'before\' and/or \'after\' that would be executed when using this Order Process | ||
`Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md)\>\> | ||
`Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md), `any`\>\> | ||
@@ -401,3 +401,3 @@ #### Defined in | ||
▸ **reposition**(`id`, `reposition`, `options?`): `Promise`<`AxiosResponse`<`void`\>\> | ||
▸ **reposition**(`id`, `reposition`, `options?`): `Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -426,3 +426,3 @@ Adjust the position of an order process related to others by an offset number | ||
`Promise`<`AxiosResponse`<`void`\>\> | ||
`Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -437,3 +437,3 @@ #### Defined in | ||
▸ **showOrderProcess**(`id`, `options?`): `Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md)\>\> | ||
▸ **showOrderProcess**(`id`, `options?`): `Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md), `any`\>\> | ||
@@ -461,3 +461,3 @@ Gets the order process specified by the order process ID. | ||
`Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md)\>\> | ||
`Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md), `any`\>\> | ||
@@ -472,3 +472,3 @@ #### Defined in | ||
▸ **unlinkTagFromOrderProcess**(`id`, `resourceObject`, `options?`): `Promise`<`AxiosResponse`<`void`\>\> | ||
▸ **unlinkTagFromOrderProcess**(`id`, `resourceObject`, `options?`): `Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -497,3 +497,3 @@ Unlinks a tag from an order process | ||
`Promise`<`AxiosResponse`<`void`\>\> | ||
`Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -508,3 +508,3 @@ #### Defined in | ||
▸ **updateOrderProcess**(`id`, `orderProcess`, `options?`): `Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md)\>\> | ||
▸ **updateOrderProcess**(`id`, `orderProcess`, `options?`): `Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md), `any`\>\> | ||
@@ -533,3 +533,3 @@ Returns the edited order process. | ||
`Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md)\>\> | ||
`Promise`<`AxiosResponse`<[`OrderProcess`](../interfaces/OrderProcess.md), `any`\>\> | ||
@@ -536,0 +536,0 @@ #### Defined in |
@@ -113,3 +113,3 @@ [@redhat-cloud-services/catalog-client](../README.md) / [Exports](../modules.md) / PortfolioApi | ||
▸ **addPortfolioTag**(`id`, `tag`, `options?`): `Promise`<`AxiosResponse`<[`Tag`](../interfaces/Tag.md)[]\>\> | ||
▸ **addPortfolioTag**(`id`, `tag`, `options?`): `Promise`<`AxiosResponse`<[`Tag`](../interfaces/Tag.md)[], `any`\>\> | ||
@@ -138,3 +138,3 @@ Adds a single tag to Portfolio object | ||
`Promise`<`AxiosResponse`<[`Tag`](../interfaces/Tag.md)[]\>\> | ||
`Promise`<`AxiosResponse`<[`Tag`](../interfaces/Tag.md)[], `any`\>\> | ||
@@ -149,3 +149,3 @@ #### Defined in | ||
▸ **createPortfolio**(`portfolio`, `options?`): `Promise`<`AxiosResponse`<[`Portfolio`](../interfaces/Portfolio.md)\>\> | ||
▸ **createPortfolio**(`portfolio`, `options?`): `Promise`<`AxiosResponse`<[`Portfolio`](../interfaces/Portfolio.md), `any`\>\> | ||
@@ -173,3 +173,3 @@ Adds a portfolio. | ||
`Promise`<`AxiosResponse`<[`Portfolio`](../interfaces/Portfolio.md)\>\> | ||
`Promise`<`AxiosResponse`<[`Portfolio`](../interfaces/Portfolio.md), `any`\>\> | ||
@@ -184,3 +184,3 @@ #### Defined in | ||
▸ **destroyPortfolio**(`id`, `options?`): `Promise`<`AxiosResponse`<[`RestoreKey`](../interfaces/RestoreKey.md)\>\> | ||
▸ **destroyPortfolio**(`id`, `options?`): `Promise`<`AxiosResponse`<[`RestoreKey`](../interfaces/RestoreKey.md), `any`\>\> | ||
@@ -208,3 +208,3 @@ Deletes the portfolio specified by the ID. | ||
`Promise`<`AxiosResponse`<[`RestoreKey`](../interfaces/RestoreKey.md)\>\> | ||
`Promise`<`AxiosResponse`<[`RestoreKey`](../interfaces/RestoreKey.md), `any`\>\> | ||
@@ -219,3 +219,3 @@ #### Defined in | ||
▸ **fetchPortfolioItemsWithPortfolio**(`portfolioId`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`PortfolioItemsCollection`](../interfaces/PortfolioItemsCollection.md)\>\> | ||
▸ **fetchPortfolioItemsWithPortfolio**(`portfolioId`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`PortfolioItemsCollection`](../interfaces/PortfolioItemsCollection.md), `any`\>\> | ||
@@ -247,3 +247,3 @@ Gets all portfilio items in the portfolio specified by the given ID. | ||
`Promise`<`AxiosResponse`<[`PortfolioItemsCollection`](../interfaces/PortfolioItemsCollection.md)\>\> | ||
`Promise`<`AxiosResponse`<[`PortfolioItemsCollection`](../interfaces/PortfolioItemsCollection.md), `any`\>\> | ||
@@ -258,3 +258,3 @@ #### Defined in | ||
▸ **listPortfolioTags**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`TagsCollection`](../interfaces/TagsCollection.md)\>\> | ||
▸ **listPortfolioTags**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> | ||
@@ -286,3 +286,3 @@ Returns an array of Tag objects | ||
`Promise`<`AxiosResponse`<[`TagsCollection`](../interfaces/TagsCollection.md)\>\> | ||
`Promise`<`AxiosResponse`<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> | ||
@@ -297,3 +297,3 @@ #### Defined in | ||
▸ **listPortfolios**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`PortfoliosCollection`](../interfaces/PortfoliosCollection.md)\>\> | ||
▸ **listPortfolios**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`PortfoliosCollection`](../interfaces/PortfoliosCollection.md), `any`\>\> | ||
@@ -324,3 +324,3 @@ Gets a list of portfolios. | ||
`Promise`<`AxiosResponse`<[`PortfoliosCollection`](../interfaces/PortfoliosCollection.md)\>\> | ||
`Promise`<`AxiosResponse`<[`PortfoliosCollection`](../interfaces/PortfoliosCollection.md), `any`\>\> | ||
@@ -335,3 +335,3 @@ #### Defined in | ||
▸ **postCopyPortfolio**(`portfolioId`, `options?`): `Promise`<`AxiosResponse`<[`Portfolio`](../interfaces/Portfolio.md)\>\> | ||
▸ **postCopyPortfolio**(`portfolioId`, `options?`): `Promise`<`AxiosResponse`<[`Portfolio`](../interfaces/Portfolio.md), `any`\>\> | ||
@@ -359,3 +359,3 @@ Make a copy of the Portfolio. | ||
`Promise`<`AxiosResponse`<[`Portfolio`](../interfaces/Portfolio.md)\>\> | ||
`Promise`<`AxiosResponse`<[`Portfolio`](../interfaces/Portfolio.md), `any`\>\> | ||
@@ -370,3 +370,3 @@ #### Defined in | ||
▸ **removePortfolioTags**(`id`, `tag`, `options?`): `Promise`<`AxiosResponse`<`void`\>\> | ||
▸ **removePortfolioTags**(`id`, `tag`, `options?`): `Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -395,3 +395,3 @@ Remove Tags from Portfolio | ||
`Promise`<`AxiosResponse`<`void`\>\> | ||
`Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -406,3 +406,3 @@ #### Defined in | ||
▸ **shareInfo**(`portfolioId`, `options?`): `Promise`<`AxiosResponse`<[`ShareInfo`](../interfaces/ShareInfo.md)[]\>\> | ||
▸ **shareInfo**(`portfolioId`, `options?`): `Promise`<`AxiosResponse`<[`ShareInfo`](../interfaces/ShareInfo.md)[], `any`\>\> | ||
@@ -430,3 +430,3 @@ Fetch share information about a portfolio | ||
`Promise`<`AxiosResponse`<[`ShareInfo`](../interfaces/ShareInfo.md)[]\>\> | ||
`Promise`<`AxiosResponse`<[`ShareInfo`](../interfaces/ShareInfo.md)[], `any`\>\> | ||
@@ -441,3 +441,3 @@ #### Defined in | ||
▸ **sharePortfolio**(`portfolioId`, `sharePolicy`, `options?`): `Promise`<`AxiosResponse`<`void`\>\> | ||
▸ **sharePortfolio**(`portfolioId`, `sharePolicy`, `options?`): `Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -466,3 +466,3 @@ Share a Portfolio with one or more groups with specific permissions | ||
`Promise`<`AxiosResponse`<`void`\>\> | ||
`Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -477,3 +477,3 @@ #### Defined in | ||
▸ **showPortfolio**(`id`, `options?`): `Promise`<`AxiosResponse`<[`Portfolio`](../interfaces/Portfolio.md)\>\> | ||
▸ **showPortfolio**(`id`, `options?`): `Promise`<`AxiosResponse`<[`Portfolio`](../interfaces/Portfolio.md), `any`\>\> | ||
@@ -501,3 +501,3 @@ Gets the portfolio specified by the portfolio ID. | ||
`Promise`<`AxiosResponse`<[`Portfolio`](../interfaces/Portfolio.md)\>\> | ||
`Promise`<`AxiosResponse`<[`Portfolio`](../interfaces/Portfolio.md), `any`\>\> | ||
@@ -512,3 +512,3 @@ #### Defined in | ||
▸ **showPortfolioIcon**(`portfolioId`, `cacheId?`, `options?`): `Promise`<`AxiosResponse`<`any`\>\> | ||
▸ **showPortfolioIcon**(`portfolioId`, `cacheId?`, `options?`): `Promise`<`AxiosResponse`<`any`, `any`\>\> | ||
@@ -537,3 +537,3 @@ Fetch the specified portfolio\'s icon image. | ||
`Promise`<`AxiosResponse`<`any`\>\> | ||
`Promise`<`AxiosResponse`<`any`, `any`\>\> | ||
@@ -548,3 +548,3 @@ #### Defined in | ||
▸ **unDeletePortfolio**(`id`, `restoreKey`, `options?`): `Promise`<`AxiosResponse`<[`Portfolio`](../interfaces/Portfolio.md)\>\> | ||
▸ **unDeletePortfolio**(`id`, `restoreKey`, `options?`): `Promise`<`AxiosResponse`<[`Portfolio`](../interfaces/Portfolio.md), `any`\>\> | ||
@@ -573,3 +573,3 @@ Undeletes the portfolio specified by the portfolio ID. | ||
`Promise`<`AxiosResponse`<[`Portfolio`](../interfaces/Portfolio.md)\>\> | ||
`Promise`<`AxiosResponse`<[`Portfolio`](../interfaces/Portfolio.md), `any`\>\> | ||
@@ -584,3 +584,3 @@ #### Defined in | ||
▸ **unsharePortfolio**(`portfolioId`, `unsharePolicy`, `options?`): `Promise`<`AxiosResponse`<`void`\>\> | ||
▸ **unsharePortfolio**(`portfolioId`, `unsharePolicy`, `options?`): `Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -609,3 +609,3 @@ Unshare a Portfolio with one or more groups with specific permissions | ||
`Promise`<`AxiosResponse`<`void`\>\> | ||
`Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -620,3 +620,3 @@ #### Defined in | ||
▸ **updatePortfolio**(`id`, `portfolio`, `options?`): `Promise`<`AxiosResponse`<[`Portfolio`](../interfaces/Portfolio.md)\>\> | ||
▸ **updatePortfolio**(`id`, `portfolio`, `options?`): `Promise`<`AxiosResponse`<[`Portfolio`](../interfaces/Portfolio.md), `any`\>\> | ||
@@ -645,3 +645,3 @@ Returns the edited portfolio. | ||
`Promise`<`AxiosResponse`<[`Portfolio`](../interfaces/Portfolio.md)\>\> | ||
`Promise`<`AxiosResponse`<[`Portfolio`](../interfaces/Portfolio.md), `any`\>\> | ||
@@ -648,0 +648,0 @@ #### Defined in |
@@ -111,3 +111,3 @@ [@redhat-cloud-services/catalog-client](../README.md) / [Exports](../modules.md) / PortfolioItemApi | ||
▸ **addPortfolioItemTag**(`id`, `tag`, `options?`): `Promise`<`AxiosResponse`<[`Tag`](../interfaces/Tag.md)[]\>\> | ||
▸ **addPortfolioItemTag**(`id`, `tag`, `options?`): `Promise`<`AxiosResponse`<[`Tag`](../interfaces/Tag.md)[], `any`\>\> | ||
@@ -136,3 +136,3 @@ Adds a single tag to a Portfolio Item object | ||
`Promise`<`AxiosResponse`<[`Tag`](../interfaces/Tag.md)[]\>\> | ||
`Promise`<`AxiosResponse`<[`Tag`](../interfaces/Tag.md)[], `any`\>\> | ||
@@ -147,3 +147,3 @@ #### Defined in | ||
▸ **createPortfolioItem**(`createPortfolioItem`, `options?`): `Promise`<`AxiosResponse`<[`PortfolioItem`](../interfaces/PortfolioItem.md)\>\> | ||
▸ **createPortfolioItem**(`createPortfolioItem`, `options?`): `Promise`<`AxiosResponse`<[`PortfolioItem`](../interfaces/PortfolioItem.md), `any`\>\> | ||
@@ -171,3 +171,3 @@ Adds a name and description for a portfolio item and returns the newly created portfolio item. | ||
`Promise`<`AxiosResponse`<[`PortfolioItem`](../interfaces/PortfolioItem.md)\>\> | ||
`Promise`<`AxiosResponse`<[`PortfolioItem`](../interfaces/PortfolioItem.md), `any`\>\> | ||
@@ -182,3 +182,3 @@ #### Defined in | ||
▸ **destroyPortfolioItem**(`id`, `options?`): `Promise`<`AxiosResponse`<[`RestoreKey`](../interfaces/RestoreKey.md)\>\> | ||
▸ **destroyPortfolioItem**(`id`, `options?`): `Promise`<`AxiosResponse`<[`RestoreKey`](../interfaces/RestoreKey.md), `any`\>\> | ||
@@ -206,3 +206,3 @@ Deletes the portfolio item based on portfolio item ID passed | ||
`Promise`<`AxiosResponse`<[`RestoreKey`](../interfaces/RestoreKey.md)\>\> | ||
`Promise`<`AxiosResponse`<[`RestoreKey`](../interfaces/RestoreKey.md), `any`\>\> | ||
@@ -217,3 +217,3 @@ #### Defined in | ||
▸ **getPortfolioItemNextName**(`portfolioItemId`, `destinationPortfolioId?`, `options?`): `Promise`<`AxiosResponse`<[`PortfolioItemNextName`](../interfaces/PortfolioItemNextName.md)\>\> | ||
▸ **getPortfolioItemNextName**(`portfolioItemId`, `destinationPortfolioId?`, `options?`): `Promise`<`AxiosResponse`<[`PortfolioItemNextName`](../interfaces/PortfolioItemNextName.md), `any`\>\> | ||
@@ -242,3 +242,3 @@ Get the next name for a the Portfolio Item prior to a copy operation | ||
`Promise`<`AxiosResponse`<[`PortfolioItemNextName`](../interfaces/PortfolioItemNextName.md)\>\> | ||
`Promise`<`AxiosResponse`<[`PortfolioItemNextName`](../interfaces/PortfolioItemNextName.md), `any`\>\> | ||
@@ -253,3 +253,3 @@ #### Defined in | ||
▸ **listPortfolioItemTags**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`TagsCollection`](../interfaces/TagsCollection.md)\>\> | ||
▸ **listPortfolioItemTags**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> | ||
@@ -281,3 +281,3 @@ Returns an array of Tag objects | ||
`Promise`<`AxiosResponse`<[`TagsCollection`](../interfaces/TagsCollection.md)\>\> | ||
`Promise`<`AxiosResponse`<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> | ||
@@ -292,3 +292,3 @@ #### Defined in | ||
▸ **listPortfolioItems**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`PortfolioItemsCollection`](../interfaces/PortfolioItemsCollection.md)\>\> | ||
▸ **listPortfolioItems**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`<`AxiosResponse`<[`PortfolioItemsCollection`](../interfaces/PortfolioItemsCollection.md), `any`\>\> | ||
@@ -319,3 +319,3 @@ Gets a list of portfolio items. | ||
`Promise`<`AxiosResponse`<[`PortfolioItemsCollection`](../interfaces/PortfolioItemsCollection.md)\>\> | ||
`Promise`<`AxiosResponse`<[`PortfolioItemsCollection`](../interfaces/PortfolioItemsCollection.md), `any`\>\> | ||
@@ -330,3 +330,3 @@ #### Defined in | ||
▸ **listServicePlans**(`portfolioItemId`, `options?`): `Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md)[]\>\> | ||
▸ **listServicePlans**(`portfolioItemId`, `options?`): `Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md)[], `any`\>\> | ||
@@ -354,3 +354,3 @@ Gets all service plans for a portfolio item. | ||
`Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md)[]\>\> | ||
`Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md)[], `any`\>\> | ||
@@ -365,3 +365,3 @@ #### Defined in | ||
▸ **postCopyPortfolioItem**(`portfolioItemId`, `copyPortfolioItem?`, `options?`): `Promise`<`AxiosResponse`<[`PortfolioItem`](../interfaces/PortfolioItem.md)\>\> | ||
▸ **postCopyPortfolioItem**(`portfolioItemId`, `copyPortfolioItem?`, `options?`): `Promise`<`AxiosResponse`<[`PortfolioItem`](../interfaces/PortfolioItem.md), `any`\>\> | ||
@@ -390,3 +390,3 @@ Make a copy of the Portfolio Item. | ||
`Promise`<`AxiosResponse`<[`PortfolioItem`](../interfaces/PortfolioItem.md)\>\> | ||
`Promise`<`AxiosResponse`<[`PortfolioItem`](../interfaces/PortfolioItem.md), `any`\>\> | ||
@@ -401,3 +401,3 @@ #### Defined in | ||
▸ **removePortfolioItemTags**(`id`, `tag`, `options?`): `Promise`<`AxiosResponse`<`void`\>\> | ||
▸ **removePortfolioItemTags**(`id`, `tag`, `options?`): `Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -426,3 +426,3 @@ Remove Tags from Portfolio Item | ||
`Promise`<`AxiosResponse`<`void`\>\> | ||
`Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -437,3 +437,3 @@ #### Defined in | ||
▸ **showPortfolioItem**(`id`, `showDiscarded?`, `options?`): `Promise`<`AxiosResponse`<[`PortfolioItem`](../interfaces/PortfolioItem.md)\>\> | ||
▸ **showPortfolioItem**(`id`, `showDiscarded?`, `options?`): `Promise`<`AxiosResponse`<[`PortfolioItem`](../interfaces/PortfolioItem.md), `any`\>\> | ||
@@ -462,3 +462,3 @@ Gets a specific portfolio item based on the portfolio item ID passed | ||
`Promise`<`AxiosResponse`<[`PortfolioItem`](../interfaces/PortfolioItem.md)\>\> | ||
`Promise`<`AxiosResponse`<[`PortfolioItem`](../interfaces/PortfolioItem.md), `any`\>\> | ||
@@ -473,3 +473,3 @@ #### Defined in | ||
▸ **showPortfolioItemIcon**(`portfolioItemId`, `options?`): `Promise`<`AxiosResponse`<`any`\>\> | ||
▸ **showPortfolioItemIcon**(`portfolioItemId`, `options?`): `Promise`<`AxiosResponse`<`any`, `any`\>\> | ||
@@ -497,3 +497,3 @@ Fetch the specified portfolio item\'s icon image. | ||
`Promise`<`AxiosResponse`<`any`\>\> | ||
`Promise`<`AxiosResponse`<`any`, `any`\>\> | ||
@@ -508,3 +508,3 @@ #### Defined in | ||
▸ **unDeletePortfolioItem**(`portfolioItemId`, `restoreKey`, `options?`): `Promise`<`AxiosResponse`<[`PortfolioItem`](../interfaces/PortfolioItem.md)\>\> | ||
▸ **unDeletePortfolioItem**(`portfolioItemId`, `restoreKey`, `options?`): `Promise`<`AxiosResponse`<[`PortfolioItem`](../interfaces/PortfolioItem.md), `any`\>\> | ||
@@ -533,3 +533,3 @@ If a record has been discarded, this operation will undelete it so it can be requested normally. | ||
`Promise`<`AxiosResponse`<[`PortfolioItem`](../interfaces/PortfolioItem.md)\>\> | ||
`Promise`<`AxiosResponse`<[`PortfolioItem`](../interfaces/PortfolioItem.md), `any`\>\> | ||
@@ -544,3 +544,3 @@ #### Defined in | ||
▸ **updatePortfolioItem**(`id`, `portfolioItem`, `options?`): `Promise`<`AxiosResponse`<[`PortfolioItem`](../interfaces/PortfolioItem.md)\>\> | ||
▸ **updatePortfolioItem**(`id`, `portfolioItem`, `options?`): `Promise`<`AxiosResponse`<[`PortfolioItem`](../interfaces/PortfolioItem.md), `any`\>\> | ||
@@ -569,3 +569,3 @@ Edits portfolio item specified by the given ID. | ||
`Promise`<`AxiosResponse`<[`PortfolioItem`](../interfaces/PortfolioItem.md)\>\> | ||
`Promise`<`AxiosResponse`<[`PortfolioItem`](../interfaces/PortfolioItem.md), `any`\>\> | ||
@@ -572,0 +572,0 @@ #### Defined in |
@@ -104,3 +104,3 @@ [@redhat-cloud-services/catalog-client](../README.md) / [Exports](../modules.md) / ServicePlansApi | ||
▸ **createServicePlan**(`importServicePlan?`, `options?`): `Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md)[]\>\> | ||
▸ **createServicePlan**(`importServicePlan?`, `options?`): `Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md)[], `any`\>\> | ||
@@ -128,3 +128,3 @@ Returns the new Service Plan | ||
`Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md)[]\>\> | ||
`Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md)[], `any`\>\> | ||
@@ -139,3 +139,3 @@ #### Defined in | ||
▸ **patchServicePlanModified**(`id`, `patchModifiedServicePlan?`, `options?`): `Promise`<`AxiosResponse`<`object`\>\> | ||
▸ **patchServicePlanModified**(`id`, `patchModifiedServicePlan?`, `options?`): `Promise`<`AxiosResponse`<`object`, `any`\>\> | ||
@@ -162,3 +162,3 @@ **`Summary`** | ||
`Promise`<`AxiosResponse`<`object`\>\> | ||
`Promise`<`AxiosResponse`<`object`, `any`\>\> | ||
@@ -173,3 +173,3 @@ #### Defined in | ||
▸ **resetServicePlanModified**(`id`, `options?`): `Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md)[]\>\> | ||
▸ **resetServicePlanModified**(`id`, `options?`): `Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md)[], `any`\>\> | ||
@@ -197,3 +197,3 @@ Resets the Service Plan\'s Modified schema and returns the new one if it has been reset | ||
`Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md)[]\>\> | ||
`Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md)[], `any`\>\> | ||
@@ -208,3 +208,3 @@ #### Defined in | ||
▸ **showServicePlan**(`id`, `options?`): `Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md)\>\> | ||
▸ **showServicePlan**(`id`, `options?`): `Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md), `any`\>\> | ||
@@ -232,3 +232,3 @@ Returns the specified Service Plan | ||
`Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md)\>\> | ||
`Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md), `any`\>\> | ||
@@ -243,3 +243,3 @@ #### Defined in | ||
▸ **showServicePlanBase**(`id`, `options?`): `Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md)\>\> | ||
▸ **showServicePlanBase**(`id`, `options?`): `Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md), `any`\>\> | ||
@@ -267,3 +267,3 @@ Returns the specified Service Plan\'s base schema | ||
`Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md)\>\> | ||
`Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md), `any`\>\> | ||
@@ -278,3 +278,3 @@ #### Defined in | ||
▸ **showServicePlanModified**(`id`, `options?`): `Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md)\>\> | ||
▸ **showServicePlanModified**(`id`, `options?`): `Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md), `any`\>\> | ||
@@ -302,3 +302,3 @@ Returns the specified Service Plan\'s modified schema | ||
`Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md)\>\> | ||
`Promise`<`AxiosResponse`<[`ServicePlan`](../interfaces/ServicePlan.md), `any`\>\> | ||
@@ -305,0 +305,0 @@ #### Defined in |
@@ -103,3 +103,3 @@ [@redhat-cloud-services/catalog-client](../README.md) / [Exports](../modules.md) / SettingsApi | ||
▸ **createSetting**(`setting`, `options?`): `Promise`<`AxiosResponse`<`void`\>\> | ||
▸ **createSetting**(`setting`, `options?`): `Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -127,3 +127,3 @@ Create Tenant Setting | ||
`Promise`<`AxiosResponse`<`void`\>\> | ||
`Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -138,3 +138,3 @@ #### Defined in | ||
▸ **destroySetting**(`name`, `options?`): `Promise`<`AxiosResponse`<`void`\>\> | ||
▸ **destroySetting**(`name`, `options?`): `Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -162,3 +162,3 @@ Delete a Tenant Setting | ||
`Promise`<`AxiosResponse`<`void`\>\> | ||
`Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -173,3 +173,3 @@ #### Defined in | ||
▸ **listSettings**(`options?`): `Promise`<`AxiosResponse`<[`TenantSettings`](../interfaces/TenantSettings.md)\>\> | ||
▸ **listSettings**(`options?`): `Promise`<`AxiosResponse`<[`TenantSettings`](../interfaces/TenantSettings.md), `any`\>\> | ||
@@ -196,3 +196,3 @@ List Tenant Settings | ||
`Promise`<`AxiosResponse`<[`TenantSettings`](../interfaces/TenantSettings.md)\>\> | ||
`Promise`<`AxiosResponse`<[`TenantSettings`](../interfaces/TenantSettings.md), `any`\>\> | ||
@@ -207,3 +207,3 @@ #### Defined in | ||
▸ **showSetting**(`name`, `options?`): `Promise`<`AxiosResponse`<`void`\>\> | ||
▸ **showSetting**(`name`, `options?`): `Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -231,3 +231,3 @@ Get a specific Tenant Setting | ||
`Promise`<`AxiosResponse`<`void`\>\> | ||
`Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -242,3 +242,3 @@ #### Defined in | ||
▸ **updateSetting**(`name`, `options?`): `Promise`<`AxiosResponse`<`void`\>\> | ||
▸ **updateSetting**(`name`, `options?`): `Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -266,3 +266,3 @@ Update a Tenant Setting | ||
`Promise`<`AxiosResponse`<`void`\>\> | ||
`Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -269,0 +269,0 @@ #### Defined in |
@@ -99,3 +99,3 @@ [@redhat-cloud-services/catalog-client](../README.md) / [Exports](../modules.md) / TagsApi | ||
▸ **listTags**(`options?`): `Promise`<`AxiosResponse`<[`TagsCollection`](../interfaces/TagsCollection.md)\>\> | ||
▸ **listTags**(`options?`): `Promise`<`AxiosResponse`<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> | ||
@@ -122,3 +122,3 @@ List Tags | ||
`Promise`<`AxiosResponse`<[`TagsCollection`](../interfaces/TagsCollection.md)\>\> | ||
`Promise`<`AxiosResponse`<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> | ||
@@ -125,0 +125,0 @@ #### Defined in |
@@ -101,3 +101,3 @@ [@redhat-cloud-services/catalog-client](../README.md) / [Exports](../modules.md) / TenantApi | ||
▸ **listTenants**(`options?`): `Promise`<`AxiosResponse`<[`TenantsCollection`](../interfaces/TenantsCollection.md)\>\> | ||
▸ **listTenants**(`options?`): `Promise`<`AxiosResponse`<[`TenantsCollection`](../interfaces/TenantsCollection.md), `any`\>\> | ||
@@ -124,3 +124,3 @@ Get a list of tenants. | ||
`Promise`<`AxiosResponse`<[`TenantsCollection`](../interfaces/TenantsCollection.md)\>\> | ||
`Promise`<`AxiosResponse`<[`TenantsCollection`](../interfaces/TenantsCollection.md), `any`\>\> | ||
@@ -135,3 +135,3 @@ #### Defined in | ||
▸ **showTenant**(`tenantId`, `options?`): `Promise`<`AxiosResponse`<[`Tenant`](../interfaces/Tenant.md)\>\> | ||
▸ **showTenant**(`tenantId`, `options?`): `Promise`<`AxiosResponse`<[`Tenant`](../interfaces/Tenant.md), `any`\>\> | ||
@@ -159,3 +159,3 @@ Gets the tenant specified by the tenant id. | ||
`Promise`<`AxiosResponse`<[`Tenant`](../interfaces/Tenant.md)\>\> | ||
`Promise`<`AxiosResponse`<[`Tenant`](../interfaces/Tenant.md), `any`\>\> | ||
@@ -170,3 +170,3 @@ #### Defined in | ||
▸ **tenantSeed**(`tenantId`, `options?`): `Promise`<`AxiosResponse`<`void`\>\> | ||
▸ **tenantSeed**(`tenantId`, `options?`): `Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -194,3 +194,3 @@ Run a task to seed the Tenant Groups required for an org admin to onboard additional users. | ||
`Promise`<`AxiosResponse`<`void`\>\> | ||
`Promise`<`AxiosResponse`<`void`, `any`\>\> | ||
@@ -197,0 +197,0 @@ #### Defined in |
{ | ||
"name": "@redhat-cloud-services/catalog-client", | ||
"version": "1.2.10", | ||
"version": "1.2.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
1291189