@aurigma/ng-storefront-api-client 2.7.2 → 2.10.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.
@@ -99,7 +99,7 @@ export interface IProductReferencesApiClient {
99
99
  * @param tenantId (optional) Tenant identifier.
100
100
  * @return Success
101
101
  */
102
- getProductConfig(reference: string | null, storefrontId: number, tenantId?: number | null | undefined): Observable<ProductReferenceDto>;
102
+ getProductConfig(reference: string | null, storefrontId: number, tenantId?: number | null | undefined): Observable<string>;
103
103
  }
104
104
  export declare class ProductReferencesApiClient extends ApiClientBase implements IProductReferencesApiClient {
105
105
  private http;
@@ -163,8 +163,8 @@ export declare class ProductReferencesApiClient extends ApiClientBase implements
163
163
  * @param tenantId (optional) Tenant identifier.
164
164
  * @return Success
165
165
  */
166
- getProductConfig(reference: string | null, storefrontId: number, tenantId?: number | null | undefined): Observable<ProductReferenceDto>;
167
- protected processGetProductConfig(response: HttpResponseBase): Observable<ProductReferenceDto>;
166
+ getProductConfig(reference: string | null, storefrontId: number, tenantId?: number | null | undefined): Observable<string>;
167
+ protected processGetProductConfig(response: HttpResponseBase): Observable<string>;
168
168
  }
169
169
  export interface IProductSpecificationsApiClient {
170
170
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurigma/ng-storefront-api-client",
3
- "version": "2.7.2",
3
+ "version": "2.10.1",
4
4
  "license": "SEE LICENSE IN License.md",
5
5
  "description": "Angular API Client for Storefront API service of Customer's Canvas web-to-print system.",
6
6
  "author": "Aurigma Inc <info@aurigma.com> (https://customerscanvas.com)",