New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rhoas/registry-instance-sdk

Package Overview
Dependencies
Maintainers
5
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rhoas/registry-instance-sdk - npm Package Compare versions

Comparing version 0.48.0-alpha1 to 0.48.0

15

dist/generated/api/admin-api.d.ts

@@ -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 &#x60;href&#x60;. This &#x60;href&#x60; 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 &#x60;href&#x60;. This &#x60;href&#x60; 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 &#x60;href&#x60;. This &#x60;href&#x60; 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 &#x60;href&#x60;. This &#x60;href&#x60; 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc