@apaleo/angular-api-proxy-catalog
Advanced tools
Comparing version 0.2.33 to 0.2.34
@@ -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", |
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
253313