Socket
Socket
Sign inDemoInstall

@apaleo/angular-api-proxy-catalog

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apaleo/angular-api-proxy-catalog - npm Package Compare versions

Comparing version 0.2.33 to 0.2.34

8

api/inventory.service.d.ts

@@ -48,7 +48,7 @@ import { Http, Headers } from '@angular/http';

/**
* Page number, starting from 1. Results in 204 if there are no items on that page.
* Page number, starting from 1 and defaulting to 1. Results in 204 if there are no items on that page.
*/
pageNumber?: number;
/**
* Page size. If this is not set, the pageNumber parameter will be ignored
* Page size. If this is not set, the pageNumber will be ignored and all values returned.
*/

@@ -128,4 +128,4 @@ pageSize?: number;

* @param timeSliceDefinitionId Filter inventory items by the specified time slice definition
* @param pageNumber Page number, starting from 1. Results in 204 if there are no items on that page.
* @param pageSize Page size. If this is not set, the pageNumber parameter will be ignored
* @param pageNumber Page number, starting from 1 and defaulting to 1. Results in 204 if there are no items on that page.
* @param pageSize Page size. If this is not set, the pageNumber will be ignored and all values returned.
*/

@@ -132,0 +132,0 @@ catalogInventoryGetWithHttpInfo(params: catalogInventoryGet.Params, $options?: ApaleoRequestOptions): Observable<ResponseModel<InventoryListModel>>;

@@ -232,4 +232,4 @@ /**

* @param timeSliceDefinitionId Filter inventory items by the specified time slice definition
* @param pageNumber Page number, starting from 1. Results in 204 if there are no items on that page.
* @param pageSize Page size. If this is not set, the pageNumber parameter will be ignored
* @param pageNumber Page number, starting from 1 and defaulting to 1. Results in 204 if there are no items on that page.
* @param pageSize Page size. If this is not set, the pageNumber will be ignored and all values returned.
*/

@@ -236,0 +236,0 @@ InventoryService.prototype.catalogInventoryGetWithHttpInfo = function (params, $options) {

@@ -57,7 +57,7 @@ import { Http, Headers } from '@angular/http';

/**
* Page number, starting from 1. Results in 204 if there are no items on that page.
* Page number, starting from 1 and defaulting to 1. Results in 204 if there are no items on that page.
*/
pageNumber?: number;
/**
* Page size. If this is not set, the pageNumber parameter will be ignored
* Page size. If this is not set, the pageNumber will be ignored and all values returned.
*/

@@ -154,4 +154,4 @@ pageSize?: number;

* @param propertyId Filter services by the specified property
* @param pageNumber Page number, starting from 1. Results in 204 if there are no items on that page.
* @param pageSize Page size. If this is not set, the pageNumber parameter will be ignored
* @param pageNumber Page number, starting from 1 and defaulting to 1. Results in 204 if there are no items on that page.
* @param pageSize Page size. If this is not set, the pageNumber will be ignored and all values returned.
* @param expand List of all embedded resources that should be expanded in the response. Possible values are: property. All other values will be silently ignored.

@@ -158,0 +158,0 @@ */

@@ -294,4 +294,4 @@ /**

* @param propertyId Filter services by the specified property
* @param pageNumber Page number, starting from 1. Results in 204 if there are no items on that page.
* @param pageSize Page size. If this is not set, the pageNumber parameter will be ignored
* @param pageNumber Page number, starting from 1 and defaulting to 1. Results in 204 if there are no items on that page.
* @param pageSize Page size. If this is not set, the pageNumber will be ignored and all values returned.
* @param expand List of all embedded resources that should be expanded in the response. Possible values are: property. All other values will be silently ignored.

@@ -298,0 +298,0 @@ */

{
"name": "@apaleo/angular-api-proxy-catalog",
"version": "0.2.33",
"version": "0.2.34",
"description": "",

@@ -12,3 +12,3 @@ "main": "index.js",

"@angular/platform-browser": "^4.3.5",
"@apaleo/angular-api-proxy-common": "^0.2.33",
"@apaleo/angular-api-proxy-common": "^0.2.34",
"rxjs": "^5.4.2",

@@ -28,3 +28,3 @@ "tslib": "^1.7.1",

"@angular/platform-server": "^4.3.5",
"@apaleo/angular-api-proxy-common": "^0.2.33",
"@apaleo/angular-api-proxy-common": "^0.2.34",
"rxjs": "^5.4.2",

@@ -31,0 +31,0 @@ "tslib": "^1.7.1",

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