@aurigma/ng-storefront-api-client 2.8.1 → 2.10.9
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.
- package/bundles/aurigma-ng-storefront-api-client.umd.js.map +1 -1
- package/bundles/aurigma-ng-storefront-api-client.umd.min.js.map +1 -1
- package/esm2015/aurigma-ng-storefront-api-client.js +1 -1
- package/esm2015/lib/storefront-api-client.js +1 -1
- package/esm2015/lib/storefront.module.js +1 -1
- package/esm2015/public-api.js +1 -1
- package/fesm2015/aurigma-ng-storefront-api-client.js.map +1 -1
- package/lib/storefront-api-client.d.ts +3 -3
- package/package.json +1 -1
|
@@ -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<
|
|
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<
|
|
167
|
-
protected processGetProductConfig(response: HttpResponseBase): Observable<
|
|
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.
|
|
3
|
+
"version": "2.10.9",
|
|
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)",
|