@apaleo/angular-api-proxy-catalog
Advanced tools
Comparing version 0.2.20 to 0.2.21
@@ -84,3 +84,3 @@ import { Http, Headers } from '@angular/http'; | ||
/** | ||
* Get a specific inventory-based catalog entry. | ||
* Get a specific inventory-based catalog entry.<br>Permission required: 'read_catalog'. | ||
* @summary Get a specific inventory-based catalog entry | ||
@@ -90,3 +90,3 @@ */ | ||
/** | ||
* Check if a inventory-based catalog entry exists by id. | ||
* Check if a inventory-based catalog entry exists by id.<br>Permission required: 'read_catalog'. | ||
* @summary Check if a inventory-based catalog entry exists | ||
@@ -96,3 +96,3 @@ */ | ||
/** | ||
* Get the list of inventory-based catalog entries. | ||
* Get the list of inventory-based catalog entries.<br>Permission required: 'read_catalog'. | ||
* @summary Get all inventory-based catalog entries. | ||
@@ -102,3 +102,3 @@ */ | ||
/** | ||
* Create a service. | ||
* Create a service.<br>Permission required: 'manage_catalog'. | ||
* @summary Create an inventory-based catalog entry. | ||
@@ -108,3 +108,3 @@ */ | ||
/** | ||
* Returns number of inventory items | ||
* Returns number of inventory items<br>Permission required: 'read_catalog'. | ||
* @summary Returns number of inventory items. | ||
@@ -115,3 +115,3 @@ */ | ||
* Get a specific inventory-based catalog entry | ||
* Get a specific inventory-based catalog entry. | ||
* Get a specific inventory-based catalog entry.<br>Permission required: 'read_catalog'. | ||
* @param id The id of the catalog item. | ||
@@ -124,3 +124,3 @@ * @param languages 'all' or comma separated list of language codes | ||
* Check if a inventory-based catalog entry exists | ||
* Check if a inventory-based catalog entry exists by id. | ||
* Check if a inventory-based catalog entry exists by id.<br>Permission required: 'read_catalog'. | ||
* @param id The id of the item. | ||
@@ -131,3 +131,3 @@ */ | ||
* Get all inventory-based catalog entries. | ||
* Get the list of inventory-based catalog entries. | ||
* Get the list of inventory-based catalog entries.<br>Permission required: 'read_catalog'. | ||
* @param propertyId Filter inventory items by the specified property | ||
@@ -141,3 +141,3 @@ * @param timeSliceDefinitionId Filter inventory items by the specified time slice definition | ||
* Create an inventory-based catalog entry. | ||
* Create a service. | ||
* Create a service.<br>Permission required: 'manage_catalog'. | ||
* @param model The definition. | ||
@@ -148,5 +148,5 @@ */ | ||
* Returns number of inventory items. | ||
* Returns number of inventory items | ||
* Returns number of inventory items<br>Permission required: 'read_catalog'. | ||
*/ | ||
catalogInventorycountGetWithHttpInfo($options?: ApaleoRequestOptions): Observable<ResponseModel<CountModel>>; | ||
} |
@@ -67,3 +67,3 @@ /** | ||
/** | ||
* Get a specific inventory-based catalog entry. | ||
* Get a specific inventory-based catalog entry.<br>Permission required: 'read_catalog'. | ||
* @summary Get a specific inventory-based catalog entry | ||
@@ -83,3 +83,3 @@ */ | ||
/** | ||
* Check if a inventory-based catalog entry exists by id. | ||
* Check if a inventory-based catalog entry exists by id.<br>Permission required: 'read_catalog'. | ||
* @summary Check if a inventory-based catalog entry exists | ||
@@ -99,3 +99,3 @@ */ | ||
/** | ||
* Get the list of inventory-based catalog entries. | ||
* Get the list of inventory-based catalog entries.<br>Permission required: 'read_catalog'. | ||
* @summary Get all inventory-based catalog entries. | ||
@@ -115,3 +115,3 @@ */ | ||
/** | ||
* Create a service. | ||
* Create a service.<br>Permission required: 'manage_catalog'. | ||
* @summary Create an inventory-based catalog entry. | ||
@@ -131,3 +131,3 @@ */ | ||
/** | ||
* Returns number of inventory items | ||
* Returns number of inventory items<br>Permission required: 'read_catalog'. | ||
* @summary Returns number of inventory items. | ||
@@ -148,3 +148,3 @@ */ | ||
* Get a specific inventory-based catalog entry | ||
* Get a specific inventory-based catalog entry. | ||
* Get a specific inventory-based catalog entry.<br>Permission required: 'read_catalog'. | ||
* @param id The id of the catalog item. | ||
@@ -198,3 +198,3 @@ * @param languages 'all' or comma separated list of language codes | ||
* Check if a inventory-based catalog entry exists | ||
* Check if a inventory-based catalog entry exists by id. | ||
* Check if a inventory-based catalog entry exists by id.<br>Permission required: 'read_catalog'. | ||
* @param id The id of the item. | ||
@@ -236,3 +236,3 @@ */ | ||
* Get all inventory-based catalog entries. | ||
* Get the list of inventory-based catalog entries. | ||
* Get the list of inventory-based catalog entries.<br>Permission required: 'read_catalog'. | ||
* @param propertyId Filter inventory items by the specified property | ||
@@ -292,3 +292,3 @@ * @param timeSliceDefinitionId Filter inventory items by the specified time slice definition | ||
* Create an inventory-based catalog entry. | ||
* Create a service. | ||
* Create a service.<br>Permission required: 'manage_catalog'. | ||
* @param model The definition. | ||
@@ -335,3 +335,3 @@ */ | ||
* Returns number of inventory items. | ||
* Returns number of inventory items | ||
* Returns number of inventory items<br>Permission required: 'read_catalog'. | ||
*/ | ||
@@ -338,0 +338,0 @@ InventoryService.prototype.catalogInventorycountGetWithHttpInfo = function ($options) { |
@@ -84,3 +84,3 @@ import { Http, Headers } from '@angular/http'; | ||
/** | ||
* Get a package by id. | ||
* Get a package by id.<br>Permission required: 'read_catalog'. | ||
* @summary Get a package | ||
@@ -90,3 +90,3 @@ */ | ||
/** | ||
* Check if a package exists by id. | ||
* Check if a package exists by id.<br>Permission required: 'read_catalog'. | ||
* @summary Check if a package exists | ||
@@ -96,3 +96,3 @@ */ | ||
/** | ||
* Get the list of packages for one specific property. | ||
* Get the list of packages for one specific property.<br>Permission required: 'read_catalog'. | ||
* @summary Get all packages. | ||
@@ -102,3 +102,3 @@ */ | ||
/** | ||
* Create a package. | ||
* Create a package.<br>Permission required: 'manage_catalog'. | ||
* @summary Create a package. | ||
@@ -108,3 +108,3 @@ */ | ||
/** | ||
* Returns number of packages | ||
* Returns number of packages<br>Permission required: 'read_catalog'. | ||
* @summary Returns number of packages. | ||
@@ -115,3 +115,3 @@ */ | ||
* Get a package | ||
* Get a package by id. | ||
* Get a package by id.<br>Permission required: 'read_catalog'. | ||
* @param id The id of the package | ||
@@ -124,3 +124,3 @@ * @param languages 'all' or comma separated list of language codes | ||
* Check if a package exists | ||
* Check if a package exists by id. | ||
* Check if a package exists by id.<br>Permission required: 'read_catalog'. | ||
* @param id The id of the package | ||
@@ -131,3 +131,3 @@ */ | ||
* Get all packages. | ||
* Get the list of packages for one specific property. | ||
* Get the list of packages for one specific property.<br>Permission required: 'read_catalog'. | ||
* @param propertyId Filter packages by the specified property | ||
@@ -141,3 +141,3 @@ * @param timeSliceDefinitionId Filter packages by the specified time slice definition | ||
* Create a package. | ||
* Create a package. | ||
* Create a package.<br>Permission required: 'manage_catalog'. | ||
* @param model The definition of the package. | ||
@@ -148,5 +148,5 @@ */ | ||
* Returns number of packages. | ||
* Returns number of packages | ||
* Returns number of packages<br>Permission required: 'read_catalog'. | ||
*/ | ||
catalogPackagescountGetWithHttpInfo($options?: ApaleoRequestOptions): Observable<ResponseModel<CountModel>>; | ||
} |
@@ -67,3 +67,3 @@ /** | ||
/** | ||
* Get a package by id. | ||
* Get a package by id.<br>Permission required: 'read_catalog'. | ||
* @summary Get a package | ||
@@ -83,3 +83,3 @@ */ | ||
/** | ||
* Check if a package exists by id. | ||
* Check if a package exists by id.<br>Permission required: 'read_catalog'. | ||
* @summary Check if a package exists | ||
@@ -99,3 +99,3 @@ */ | ||
/** | ||
* Get the list of packages for one specific property. | ||
* Get the list of packages for one specific property.<br>Permission required: 'read_catalog'. | ||
* @summary Get all packages. | ||
@@ -115,3 +115,3 @@ */ | ||
/** | ||
* Create a package. | ||
* Create a package.<br>Permission required: 'manage_catalog'. | ||
* @summary Create a package. | ||
@@ -131,3 +131,3 @@ */ | ||
/** | ||
* Returns number of packages | ||
* Returns number of packages<br>Permission required: 'read_catalog'. | ||
* @summary Returns number of packages. | ||
@@ -148,3 +148,3 @@ */ | ||
* Get a package | ||
* Get a package by id. | ||
* Get a package by id.<br>Permission required: 'read_catalog'. | ||
* @param id The id of the package | ||
@@ -198,3 +198,3 @@ * @param languages 'all' or comma separated list of language codes | ||
* Check if a package exists | ||
* Check if a package exists by id. | ||
* Check if a package exists by id.<br>Permission required: 'read_catalog'. | ||
* @param id The id of the package | ||
@@ -236,3 +236,3 @@ */ | ||
* Get all packages. | ||
* Get the list of packages for one specific property. | ||
* Get the list of packages for one specific property.<br>Permission required: 'read_catalog'. | ||
* @param propertyId Filter packages by the specified property | ||
@@ -292,3 +292,3 @@ * @param timeSliceDefinitionId Filter packages by the specified time slice definition | ||
* Create a package. | ||
* Create a package. | ||
* Create a package.<br>Permission required: 'manage_catalog'. | ||
* @param model The definition of the package. | ||
@@ -335,3 +335,3 @@ */ | ||
* Returns number of packages. | ||
* Returns number of packages | ||
* Returns number of packages<br>Permission required: 'read_catalog'. | ||
*/ | ||
@@ -338,0 +338,0 @@ PackageService.prototype.catalogPackagescountGetWithHttpInfo = function ($options) { |
@@ -99,3 +99,3 @@ import { Http, Headers } from '@angular/http'; | ||
/** | ||
* Get a specific service. | ||
* Get a specific service.<br>Permission required: 'read_catalog'. | ||
* @summary Get a specific service. | ||
@@ -105,3 +105,3 @@ */ | ||
/** | ||
* Check if a service exists by id. | ||
* Check if a service exists by id.<br>Permission required: 'read_catalog'. | ||
* @summary Check if a service exists | ||
@@ -111,3 +111,3 @@ */ | ||
/** | ||
* Update a service | ||
* Update a service<br>Permission required: 'manage_catalog'. | ||
* @summary Modify a service | ||
@@ -117,3 +117,3 @@ */ | ||
/** | ||
* Get the list of services. | ||
* Get the list of services.<br>Permission required: 'read_catalog'. | ||
* @summary Get all services. | ||
@@ -123,3 +123,3 @@ */ | ||
/** | ||
* Create a service. | ||
* Create a service.<br>Permission required: 'manage_catalog'. | ||
* @summary Create a service. | ||
@@ -129,3 +129,3 @@ */ | ||
/** | ||
* Returns number of services | ||
* Returns number of services<br>Permission required: 'read_catalog'. | ||
* @summary Returns number of services. | ||
@@ -136,3 +136,3 @@ */ | ||
* Get a specific service. | ||
* Get a specific service. | ||
* Get a specific service.<br>Permission required: 'read_catalog'. | ||
* @param id The id of the service. | ||
@@ -145,3 +145,3 @@ * @param languages 'all' or comma separated list of language codes | ||
* Check if a service exists | ||
* Check if a service exists by id. | ||
* Check if a service exists by id.<br>Permission required: 'read_catalog'. | ||
* @param id The id of the service. | ||
@@ -152,3 +152,3 @@ */ | ||
* Modify a service | ||
* Update a service | ||
* Update a service<br>Permission required: 'manage_catalog'. | ||
* @param id The id of the service. | ||
@@ -160,3 +160,3 @@ * @param request The patch operations to apply are: add, delete (only for non-mandatory fields), and replace. | ||
* Get all services. | ||
* Get the list of services. | ||
* Get the list of services.<br>Permission required: 'read_catalog'. | ||
* @param propertyId Filter services by the specified property | ||
@@ -170,3 +170,3 @@ * @param pageNumber Page number, starting from 1. Results in 204 if there are no items on that page. | ||
* Create a service. | ||
* Create a service. | ||
* Create a service.<br>Permission required: 'manage_catalog'. | ||
* @param model The definition of the service. | ||
@@ -177,5 +177,5 @@ */ | ||
* Returns number of services. | ||
* Returns number of services | ||
* Returns number of services<br>Permission required: 'read_catalog'. | ||
*/ | ||
catalogServicescountGetWithHttpInfo($options?: ApaleoRequestOptions): Observable<ResponseModel<CountModel>>; | ||
} |
@@ -71,3 +71,3 @@ /** | ||
/** | ||
* Get a specific service. | ||
* Get a specific service.<br>Permission required: 'read_catalog'. | ||
* @summary Get a specific service. | ||
@@ -87,3 +87,3 @@ */ | ||
/** | ||
* Check if a service exists by id. | ||
* Check if a service exists by id.<br>Permission required: 'read_catalog'. | ||
* @summary Check if a service exists | ||
@@ -103,3 +103,3 @@ */ | ||
/** | ||
* Update a service | ||
* Update a service<br>Permission required: 'manage_catalog'. | ||
* @summary Modify a service | ||
@@ -119,3 +119,3 @@ */ | ||
/** | ||
* Get the list of services. | ||
* Get the list of services.<br>Permission required: 'read_catalog'. | ||
* @summary Get all services. | ||
@@ -135,3 +135,3 @@ */ | ||
/** | ||
* Create a service. | ||
* Create a service.<br>Permission required: 'manage_catalog'. | ||
* @summary Create a service. | ||
@@ -151,3 +151,3 @@ */ | ||
/** | ||
* Returns number of services | ||
* Returns number of services<br>Permission required: 'read_catalog'. | ||
* @summary Returns number of services. | ||
@@ -168,3 +168,3 @@ */ | ||
* Get a specific service. | ||
* Get a specific service. | ||
* Get a specific service.<br>Permission required: 'read_catalog'. | ||
* @param id The id of the service. | ||
@@ -218,3 +218,3 @@ * @param languages 'all' or comma separated list of language codes | ||
* Check if a service exists | ||
* Check if a service exists by id. | ||
* Check if a service exists by id.<br>Permission required: 'read_catalog'. | ||
* @param id The id of the service. | ||
@@ -256,3 +256,3 @@ */ | ||
* Modify a service | ||
* Update a service | ||
* Update a service<br>Permission required: 'manage_catalog'. | ||
* @param id The id of the service. | ||
@@ -301,3 +301,3 @@ * @param request The patch operations to apply are: add, delete (only for non-mandatory fields), and replace. | ||
* Get all services. | ||
* Get the list of services. | ||
* Get the list of services.<br>Permission required: 'read_catalog'. | ||
* @param propertyId Filter services by the specified property | ||
@@ -357,3 +357,3 @@ * @param pageNumber Page number, starting from 1. Results in 204 if there are no items on that page. | ||
* Create a service. | ||
* Create a service. | ||
* Create a service.<br>Permission required: 'manage_catalog'. | ||
* @param model The definition of the service. | ||
@@ -400,3 +400,3 @@ */ | ||
* Returns number of services. | ||
* Returns number of services | ||
* Returns number of services<br>Permission required: 'read_catalog'. | ||
*/ | ||
@@ -403,0 +403,0 @@ ServiceService.prototype.catalogServicescountGetWithHttpInfo = function ($options) { |
{ | ||
"name": "@apaleo/angular-api-proxy-catalog", | ||
"version": "0.2.20", | ||
"version": "0.2.21", | ||
"description": "", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
"@angular/platform-browser": "^4.3.5", | ||
"@apaleo/angular-api-proxy-common": "^0.2.20", | ||
"@apaleo/angular-api-proxy-common": "^0.2.21", | ||
"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.20", | ||
"@apaleo/angular-api-proxy-common": "^0.2.21", | ||
"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
340977