@aurigma/ng-storefront-api-client 2.65.1 → 2.66.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.
- package/aurigma-ng-storefront-api-client.metadata.json +1 -1
- package/bundles/aurigma-ng-storefront-api-client.umd.js +8 -8
- package/bundles/aurigma-ng-storefront-api-client.umd.js.map +1 -1
- package/bundles/aurigma-ng-storefront-api-client.umd.min.js +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 +9 -9
- package/esm2015/lib/storefront.module.js +1 -1
- package/esm2015/public-api.js +1 -1
- package/fesm2015/aurigma-ng-storefront-api-client.js +8 -8
- package/fesm2015/aurigma-ng-storefront-api-client.js.map +1 -1
- package/lib/storefront-api-client.d.ts +6 -6
- package/package.json +1 -1
|
@@ -707,7 +707,7 @@ export interface IProductsApiClient {
|
|
|
707
707
|
* @param tenantId (optional) Tenant identifier.
|
|
708
708
|
* @return Success
|
|
709
709
|
*/
|
|
710
|
-
|
|
710
|
+
getPersonalizationParameters(id: number, productVersionId?: number | null | undefined, tenantId?: number | null | undefined): Observable<PersonalizationParametersDto>;
|
|
711
711
|
/**
|
|
712
712
|
* Returns a product summary by product identifier.
|
|
713
713
|
* @param id Product identifier.
|
|
@@ -718,7 +718,7 @@ export interface IProductsApiClient {
|
|
|
718
718
|
* @param tenantId (optional) Tenant identifier.
|
|
719
719
|
* @return Success
|
|
720
720
|
*/
|
|
721
|
-
|
|
721
|
+
getProductSummary(id: number, productVersionId?: number | null | undefined, productLinkId?: number | null | undefined, productVariantId?: number | null | undefined, sku?: string | null | undefined, tenantId?: number | null | undefined): Observable<ProductSummaryDto>;
|
|
722
722
|
/**
|
|
723
723
|
* Returns a list of product options.
|
|
724
724
|
* @param id Product identifier.
|
|
@@ -892,8 +892,8 @@ export declare class ProductsApiClient extends ApiClientBase implements IProduct
|
|
|
892
892
|
* @param tenantId (optional) Tenant identifier.
|
|
893
893
|
* @return Success
|
|
894
894
|
*/
|
|
895
|
-
|
|
896
|
-
protected
|
|
895
|
+
getPersonalizationParameters(id: number, productVersionId?: number | null | undefined, tenantId?: number | null | undefined): Observable<PersonalizationParametersDto>;
|
|
896
|
+
protected processGetPersonalizationParameters(response: HttpResponseBase): Observable<PersonalizationParametersDto>;
|
|
897
897
|
/**
|
|
898
898
|
* Returns a product summary by product identifier.
|
|
899
899
|
* @param id Product identifier.
|
|
@@ -904,8 +904,8 @@ export declare class ProductsApiClient extends ApiClientBase implements IProduct
|
|
|
904
904
|
* @param tenantId (optional) Tenant identifier.
|
|
905
905
|
* @return Success
|
|
906
906
|
*/
|
|
907
|
-
|
|
908
|
-
protected
|
|
907
|
+
getProductSummary(id: number, productVersionId?: number | null | undefined, productLinkId?: number | null | undefined, productVariantId?: number | null | undefined, sku?: string | null | undefined, tenantId?: number | null | undefined): Observable<ProductSummaryDto>;
|
|
908
|
+
protected processGetProductSummary(response: HttpResponseBase): Observable<ProductSummaryDto>;
|
|
909
909
|
/**
|
|
910
910
|
* Returns a list of product options.
|
|
911
911
|
* @param id Product identifier.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aurigma/ng-storefront-api-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.66.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)",
|