@aurigma/axios-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.
@@ -159,7 +159,7 @@ export declare module BackOfficeApiClient {
159
159
  /**
160
160
  * Creates a new product and returns its description.
161
161
  * @param tenantId (optional) Tenant identifier.
162
- * @param body (optional)
162
+ * @param body (optional) Product creation parameters.
163
163
  * @return Success
164
164
  */
165
165
  createProduct(tenantId?: number | null | undefined, body?: CreateProductDto | null | undefined): Promise<ProductDto>;
@@ -392,7 +392,7 @@ export declare module BackOfficeApiClient {
392
392
  /**
393
393
  * Creates a new product and returns its description.
394
394
  * @param tenantId (optional) Tenant identifier.
395
- * @param body (optional)
395
+ * @param body (optional) Product creation parameters.
396
396
  * @return Success
397
397
  */
398
398
  createProduct(tenantId?: number | null | undefined, body?: CreateProductDto | null | undefined, cancelToken?: CancelToken | undefined): Promise<ProductDto>;
@@ -629,7 +629,7 @@ var BackOfficeApiClient;
629
629
  /**
630
630
  * Creates a new product and returns its description.
631
631
  * @param tenantId (optional) Tenant identifier.
632
- * @param body (optional)
632
+ * @param body (optional) Product creation parameters.
633
633
  * @return Success
634
634
  */
635
635
  createProduct(tenantId, body, cancelToken) {
@@ -159,7 +159,7 @@ export declare module BackOfficeApiClient {
159
159
  /**
160
160
  * Creates a new product and returns its description.
161
161
  * @param tenantId (optional) Tenant identifier.
162
- * @param body (optional)
162
+ * @param body (optional) Product creation parameters.
163
163
  * @return Success
164
164
  */
165
165
  createProduct(tenantId?: number | null | undefined, body?: CreateProductDto | null | undefined): Promise<ProductDto>;
@@ -392,7 +392,7 @@ export declare module BackOfficeApiClient {
392
392
  /**
393
393
  * Creates a new product and returns its description.
394
394
  * @param tenantId (optional) Tenant identifier.
395
- * @param body (optional)
395
+ * @param body (optional) Product creation parameters.
396
396
  * @return Success
397
397
  */
398
398
  createProduct(tenantId?: number | null | undefined, body?: CreateProductDto | null | undefined, cancelToken?: CancelToken | undefined): Promise<ProductDto>;
@@ -626,7 +626,7 @@ export var BackOfficeApiClient;
626
626
  /**
627
627
  * Creates a new product and returns its description.
628
628
  * @param tenantId (optional) Tenant identifier.
629
- * @param body (optional)
629
+ * @param body (optional) Product creation parameters.
630
630
  * @return Success
631
631
  */
632
632
  createProduct(tenantId, body, cancelToken) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurigma/axios-backoffice-api-client",
3
- "version": "2.58.1",
3
+ "version": "2.59.1",
4
4
  "license": "SEE LICENSE IN License.md",
5
5
  "description": "Axios 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)",