@aurigma/ng-backoffice-api-client 2.58.1 → 2.59.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -161,7 +161,7 @@ export interface IProductsManagementApiClient {
161
161
  /**
162
162
  * Creates a new product and returns its description.
163
163
  * @param tenantId (optional) Tenant identifier.
164
- * @param body (optional)
164
+ * @param body (optional) Product creation parameters.
165
165
  * @return Success
166
166
  */
167
167
  createProduct(tenantId?: number | null | undefined, body?: CreateProductDto | null | undefined): Observable<ProductDto>;
@@ -394,7 +394,7 @@ export declare class ProductsManagementApiClient extends ApiClientBase implement
394
394
  /**
395
395
  * Creates a new product and returns its description.
396
396
  * @param tenantId (optional) Tenant identifier.
397
- * @param body (optional)
397
+ * @param body (optional) Product creation parameters.
398
398
  * @return Success
399
399
  */
400
400
  createProduct(tenantId?: number | null | undefined, body?: CreateProductDto | null | undefined): Observable<ProductDto>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurigma/ng-backoffice-api-client",
3
- "version": "2.58.1",
3
+ "version": "2.59.1",
4
4
  "license": "SEE LICENSE IN License.md",
5
5
  "description": "Angular API Client for BackOffice API service of Customer's Canvas web-to-print system.",
6
6
  "author": "Aurigma Inc <info@aurigma.com> (https://customerscanvas.com)",