@rhoas/registry-instance-sdk
Advanced tools
Comparing version 0.48.0-alpha1 to 0.48.0
@@ -45,2 +45,3 @@ /** | ||
* @summary Export registry data | ||
* @param {string} [accept] | ||
* @param {boolean} [forBrowser] Indicates if the operation is done for a browser. If true, the response will be a JSON payload with a property called `href`. This `href` will be a single-use, naked download link suitable for use by a web browser to download the content. | ||
@@ -50,3 +51,3 @@ * @param {*} [options] Override http request option. | ||
*/ | ||
exportData: (forBrowser?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>; | ||
exportData: (accept?: string, forBrowser?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>; | ||
/** | ||
@@ -175,2 +176,3 @@ * Returns the value of a single configuration property. This operation may fail for one of the following reasons: * Property not found or not configured (HTTP error `404`) * A server error occurred (HTTP error `500`) | ||
* @summary Export registry data | ||
* @param {string} [accept] | ||
* @param {boolean} [forBrowser] Indicates if the operation is done for a browser. If true, the response will be a JSON payload with a property called `href`. This `href` will be a single-use, naked download link suitable for use by a web browser to download the content. | ||
@@ -180,3 +182,3 @@ * @param {*} [options] Override http request option. | ||
*/ | ||
exportData(forBrowser?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>; | ||
exportData(accept?: string, forBrowser?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>; | ||
/** | ||
@@ -305,2 +307,3 @@ * Returns the value of a single configuration property. This operation may fail for one of the following reasons: * Property not found or not configured (HTTP error `404`) * A server error occurred (HTTP error `500`) | ||
* @summary Export registry data | ||
* @param {string} [accept] | ||
* @param {boolean} [forBrowser] Indicates if the operation is done for a browser. If true, the response will be a JSON payload with a property called `href`. This `href` will be a single-use, naked download link suitable for use by a web browser to download the content. | ||
@@ -310,3 +313,3 @@ * @param {*} [options] Override http request option. | ||
*/ | ||
exportData(forBrowser?: boolean, options?: any): AxiosPromise<any>; | ||
exportData(accept?: string, forBrowser?: boolean, options?: any): AxiosPromise<any>; | ||
/** | ||
@@ -438,2 +441,3 @@ * Returns the value of a single configuration property. This operation may fail for one of the following reasons: * Property not found or not configured (HTTP error `404`) * A server error occurred (HTTP error `500`) | ||
* @summary Export registry data | ||
* @param {string} [accept] | ||
* @param {boolean} [forBrowser] Indicates if the operation is done for a browser. If true, the response will be a JSON payload with a property called `href`. This `href` will be a single-use, naked download link suitable for use by a web browser to download the content. | ||
@@ -444,3 +448,3 @@ * @param {*} [options] Override http request option. | ||
*/ | ||
exportData(forBrowser?: boolean, options?: AxiosRequestConfig): AxiosPromise<any>; | ||
exportData(accept?: string, forBrowser?: boolean, options?: AxiosRequestConfig): AxiosPromise<any>; | ||
/** | ||
@@ -585,2 +589,3 @@ * Returns the value of a single configuration property. This operation may fail for one of the following reasons: * Property not found or not configured (HTTP error `404`) * A server error occurred (HTTP error `500`) | ||
* @summary Export registry data | ||
* @param {string} [accept] | ||
* @param {boolean} [forBrowser] Indicates if the operation is done for a browser. If true, the response will be a JSON payload with a property called `href`. This `href` will be a single-use, naked download link suitable for use by a web browser to download the content. | ||
@@ -591,3 +596,3 @@ * @param {*} [options] Override http request option. | ||
*/ | ||
exportData(forBrowser?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>; | ||
exportData(accept?: string, forBrowser?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>; | ||
/** | ||
@@ -594,0 +599,0 @@ * Returns the value of a single configuration property. This operation may fail for one of the following reasons: * Property not found or not configured (HTTP error `404`) * A server error occurred (HTTP error `500`) |
{ | ||
"name": "@rhoas/registry-instance-sdk", | ||
"version": "0.48.0-alpha1", | ||
"version": "0.48.0", | ||
"description": "RHOAS Service Registry Instance Adminstration SDK", | ||
@@ -31,5 +31,5 @@ "author": "Red Hat Developers", | ||
"devDependencies": { | ||
"@types/node": "18.11.7", | ||
"@types/node": "18.11.9", | ||
"typescript": "4.8.4" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1467369
19645